Commit 1fc9280a authored by ElenaSubbotina's avatar ElenaSubbotina

.

parent 28ebf5aa
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
#include <boost/format.hpp> #include <boost/format.hpp>
namespace DocFormatUtils namespace DocFileFormat
{ {
typedef unsigned char Bool8; typedef unsigned char Bool8;
typedef unsigned short Bool16; typedef unsigned short Bool16;
......
...@@ -32,8 +32,6 @@ ...@@ -32,8 +32,6 @@
#include "AnnotationReferenceDescriptor.h" #include "AnnotationReferenceDescriptor.h"
using namespace DocFormatUtils;
namespace DocFileFormat namespace DocFileFormat
{ {
ByteStructure* AnnotationReferenceDescriptor::ConstructObject(VirtualStreamReader* reader, int length) ByteStructure* AnnotationReferenceDescriptor::ConstructObject(VirtualStreamReader* reader, int length)
......
...@@ -34,8 +34,6 @@ ...@@ -34,8 +34,6 @@
#include "IVisitable.h" #include "IVisitable.h"
#include "Global.h" #include "Global.h"
using namespace DocFormatUtils;
namespace DocFileFormat namespace DocFileFormat
{ {
typedef enum _BorderType typedef enum _BorderType
......
...@@ -33,8 +33,6 @@ ...@@ -33,8 +33,6 @@
#include "../Common/FormatUtils.h" #include "../Common/FormatUtils.h"
using namespace DocFormatUtils;
namespace DocFileFormat namespace DocFileFormat
{ {
class DateAndTime class DateAndTime
......
...@@ -33,8 +33,6 @@ ...@@ -33,8 +33,6 @@
#include "DrawingPrimitives.h" #include "DrawingPrimitives.h"
#include "VirtualStreamReader.h" #include "VirtualStreamReader.h"
using namespace DocFormatUtils;
namespace DocFileFormat namespace DocFileFormat
{ {
DrawingPrimitive * DrawingPrimitive::Create(VirtualStreamReader* reader, int length, short dpk) DrawingPrimitive * DrawingPrimitive::Create(VirtualStreamReader* reader, int length, short dpk)
......
...@@ -34,8 +34,6 @@ ...@@ -34,8 +34,6 @@
#include "VirtualStreamReader.h" #include "VirtualStreamReader.h"
#include "../../ASCOfficeXlsFile2/source/XlsFormat/Crypt/Decryptor.h" #include "../../ASCOfficeXlsFile2/source/XlsFormat/Crypt/Decryptor.h"
using namespace DocFormatUtils;
namespace DocFileFormat namespace DocFileFormat
{ {
typedef enum FibVersion typedef enum FibVersion
......
...@@ -72,7 +72,7 @@ public: ...@@ -72,7 +72,7 @@ public:
if (m_Data) if (m_Data)
{ {
rdUShort = DocFormatUtils::FormatUtils::BytesToUInt16 (m_Data, m_Position, m_Size); rdUShort = DocFileFormat::FormatUtils::BytesToUInt16 (m_Data, m_Position, m_Size);
m_Position += sizeof(rdUShort); m_Position += sizeof(rdUShort);
} }
...@@ -85,7 +85,7 @@ public: ...@@ -85,7 +85,7 @@ public:
if (m_Data) if (m_Data)
{ {
rdShort = DocFormatUtils::FormatUtils::BytesToInt16 (m_Data, m_Position, m_Size); rdShort = DocFileFormat::FormatUtils::BytesToInt16 (m_Data, m_Position, m_Size);
m_Position += sizeof(rdShort); m_Position += sizeof(rdShort);
} }
...@@ -98,7 +98,7 @@ public: ...@@ -98,7 +98,7 @@ public:
if (m_Data) if (m_Data)
{ {
rdInt = DocFormatUtils::FormatUtils::BytesToInt32 (m_Data, m_Position, m_Size); rdInt = DocFileFormat::FormatUtils::BytesToInt32 (m_Data, m_Position, m_Size);
m_Position += sizeof(rdInt); m_Position += sizeof(rdInt);
} }
...@@ -111,7 +111,7 @@ public: ...@@ -111,7 +111,7 @@ public:
if (m_Data ) if (m_Data )
{ {
rdUInt = DocFormatUtils::FormatUtils::BytesToUInt32 (m_Data, m_Position, m_Size); rdUInt = DocFileFormat::FormatUtils::BytesToUInt32 (m_Data, m_Position, m_Size);
m_Position += sizeof(rdUInt); m_Position += sizeof(rdUInt);
} }
......
...@@ -60,7 +60,7 @@ namespace DocFileFormat ...@@ -60,7 +60,7 @@ namespace DocFileFormat
_size.cx = Right - Left; _size.cx = Right - Left;
_size.cy = Bottom - Top; _size.cy = Bottom - Top;
rcgBounds = DocFormatUtils::Rectangle (_point, _size); rcgBounds = DocFileFormat::Rectangle (_point, _size);
} }
virtual ~ChildAnchor() virtual ~ChildAnchor()
...@@ -75,7 +75,7 @@ namespace DocFileFormat ...@@ -75,7 +75,7 @@ namespace DocFileFormat
public: public:
/// Rectangle that describes the bounds of the anchor /// Rectangle that describes the bounds of the anchor
DocFormatUtils::Rectangle rcgBounds; DocFileFormat::Rectangle rcgBounds;
int Left; int Left;
int Top; int Top;
int Right; int Right;
......
...@@ -64,7 +64,7 @@ namespace DocFileFormat ...@@ -64,7 +64,7 @@ namespace DocFileFormat
oSize.cx = ( right - left ); oSize.cx = ( right - left );
oSize.cy = ( bottom - top ); oSize.cy = ( bottom - top );
rcgBounds = DocFormatUtils::Rectangle(oPoint,oSize); rcgBounds = DocFileFormat::Rectangle(oPoint,oSize);
} }
virtual ~GroupShapeRecord() virtual ~GroupShapeRecord()
...@@ -77,6 +77,6 @@ namespace DocFileFormat ...@@ -77,6 +77,6 @@ namespace DocFileFormat
return new GroupShapeRecord( _reader, bodySize, typeCode, version, instance ); return new GroupShapeRecord( _reader, bodySize, typeCode, version, instance );
} }
DocFormatUtils::Rectangle rcgBounds; DocFileFormat::Rectangle rcgBounds;
}; };
} }
...@@ -32,8 +32,6 @@ ...@@ -32,8 +32,6 @@
#include "Spa.h" #include "Spa.h"
#include "VirtualStreamReader.h" #include "VirtualStreamReader.h"
using namespace DocFormatUtils;
namespace DocFileFormat namespace DocFileFormat
{ {
......
...@@ -488,7 +488,7 @@ namespace DocFileFormat ...@@ -488,7 +488,7 @@ namespace DocFileFormat
{ {
for ( unsigned int i = 0, nSize = _grid->size(); i < nSize; i++ ) for ( unsigned int i = 0, nSize = _grid->size(); i < nSize; i++ )
{ {
if(_grid->at(i) % DocFormatUtils::gc_nZeroWidth != 0) if(_grid->at(i) % DocFileFormat::gc_nZeroWidth != 0)
{ {
bWriteGridCol = true; bWriteGridCol = true;
break; break;
......
...@@ -1441,7 +1441,7 @@ namespace DocFileFormat ...@@ -1441,7 +1441,7 @@ namespace DocFileFormat
{ {
if ((style != NULL) && (anchor != NULL)) if ((style != NULL) && (anchor != NULL))
{ {
DocFormatUtils::Rectangle bounds = anchor->rcgBounds; DocFileFormat::Rectangle bounds = anchor->rcgBounds;
if (twistDimensions) if (twistDimensions)
{ {
......
...@@ -197,20 +197,20 @@ public: ...@@ -197,20 +197,20 @@ public:
int cchSize = 1; int cchSize = 1;
cch = ReadBytes( cchSize, true ); cch = ReadBytes( cchSize, true );
int xstzSize = DocFormatUtils::FormatUtils::BytesToUChar( cch, 0, cchSize ) * 1; int xstzSize = DocFileFormat::FormatUtils::BytesToUChar( cch, 0, cchSize ) * 1;
xstz = ReadBytes(xstzSize, true); xstz = ReadBytes(xstzSize, true);
DocFormatUtils::FormatUtils::GetSTLCollectionFromBytes<std::wstring>( &wstrResult, xstz, xstzSize, ENCODING_WINDOWS_1250 ); DocFileFormat::FormatUtils::GetSTLCollectionFromBytes<std::wstring>( &wstrResult, xstz, xstzSize, ENCODING_WINDOWS_1250 );
} }
else else
{ {
int cchSize = 2; int cchSize = 2;
cch = ReadBytes( cchSize, true ); cch = ReadBytes( cchSize, true );
int xstzSize = DocFormatUtils::FormatUtils::BytesToInt16( cch, 0, cchSize ) * 2; int xstzSize = DocFileFormat::FormatUtils::BytesToInt16( cch, 0, cchSize ) * 2;
xstz = ReadBytes(xstzSize, true); xstz = ReadBytes(xstzSize, true);
DocFormatUtils::FormatUtils::GetSTLCollectionFromBytes<std::wstring>( &wstrResult, xstz, xstzSize, ENCODING_UTF16 ); DocFileFormat::FormatUtils::GetSTLCollectionFromBytes<std::wstring>( &wstrResult, xstz, xstzSize, ENCODING_UTF16 );
} }
RELEASEARRAYOBJECTS(xstz); RELEASEARRAYOBJECTS(xstz);
...@@ -234,7 +234,7 @@ public: ...@@ -234,7 +234,7 @@ public:
//dont read the terminating zero //dont read the terminating zero
unsigned char* stringBytes = ReadBytes( ( cch * 2 ), true ); unsigned char* stringBytes = ReadBytes( ( cch * 2 ), true );
DocFormatUtils::FormatUtils::GetSTLCollectionFromBytes<std::wstring>( &result, stringBytes, ( ( cch * 2 ) - 2 ), ENCODING_UTF16 ); DocFileFormat::FormatUtils::GetSTLCollectionFromBytes<std::wstring>( &result, stringBytes, ( ( cch * 2 ) - 2 ), ENCODING_UTF16 );
RELEASEARRAYOBJECTS( stringBytes ); RELEASEARRAYOBJECTS( stringBytes );
} }
...@@ -278,7 +278,7 @@ public: ...@@ -278,7 +278,7 @@ public:
//dont read the terminating zero //dont read the terminating zero
stringBytes = ReadBytes( cch, true ); stringBytes = ReadBytes( cch, true );
DocFormatUtils::FormatUtils::GetSTLCollectionFromBytes<std::wstring>( &result, stringBytes, ( cch - 1 ), ENCODING_WINDOWS_1250); DocFileFormat::FormatUtils::GetSTLCollectionFromBytes<std::wstring>( &result, stringBytes, ( cch - 1 ), ENCODING_WINDOWS_1250);
} }
RELEASEARRAYOBJECTS( stringBytes ); RELEASEARRAYOBJECTS( stringBytes );
......
...@@ -342,6 +342,14 @@ ...@@ -342,6 +342,14 @@
<Filter <Filter
Name="Common" Name="Common"
> >
<File
RelativePath="..\..\..\ASCOfficeXlsFile2\source\XlsFormat\Binary\CFRecord.cpp"
>
</File>
<File
RelativePath="..\..\..\ASCOfficeXlsFile2\source\XlsFormat\Binary\CFStream.cpp"
>
</File>
<File <File
RelativePath="..\..\..\XlsxSerializerCom\Reader\ChartFromToBinary.cpp" RelativePath="..\..\..\XlsxSerializerCom\Reader\ChartFromToBinary.cpp"
> >
......
...@@ -36,8 +36,8 @@ ...@@ -36,8 +36,8 @@
#include "BinSmartPointers.h" #include "BinSmartPointers.h"
#include "../Logic/GlobalWorkbookInfo.h" #include "../Logic/GlobalWorkbookInfo.h"
#include <common.h> #include "../../Common/common.h"
#include <Auxiliary/HelpFunc.h> #include "../Auxiliary/HelpFunc.h"
#include "../../../Common/DocxFormat/Source/Base/unicode_util.h" #include "../../../Common/DocxFormat/Source/Base/unicode_util.h"
namespace XLS namespace XLS
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment