(1.0.0.118): XlsxSerializerCom

xSplit и ySplit пишем для read1 + собрал сборку без последних правок в common с цветами.

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@55998 954022d7-b5bf-4e40-9824-e11837661b57
This commit is contained in:
Alexander.Trofimov
2014-05-12 15:07:41 +00:00
committed by Alexander Trofimov
parent 14ba884eb8
commit 96f2bac5f5
2 changed files with 7 additions and 7 deletions

View File

@ -1872,16 +1872,16 @@ namespace BinXlsxRW {
//XSplit
if (oPane.m_oXSplit.IsInit())
{
m_oBcw.m_oStream.WriteByte(c_oSer_Pane::XSplit);
m_oBcw.m_oStream.WriteByte(c_oSerPropLenType::Double);
nCurPos = m_oBcw.WriteItemStart(c_oSer_Pane::XSplit);
m_oBcw.m_oStream.WriteDouble(oPane.m_oXSplit->GetValue());
m_oBcw.WriteItemEnd(nCurPos);
}
//YSplit
if (oPane.m_oYSplit.IsInit())
{
m_oBcw.m_oStream.WriteByte(c_oSer_Pane::YSplit);
m_oBcw.m_oStream.WriteByte(c_oSerPropLenType::Double);
nCurPos = m_oBcw.WriteItemStart(c_oSer_Pane::YSplit);
m_oBcw.m_oStream.WriteDouble(oPane.m_oYSplit->GetValue());
m_oBcw.WriteItemEnd(nCurPos);
}
}

View File

@ -2,6 +2,6 @@
//1
//0
//0
//117
#define INTVER 1,0,0,117
#define STRVER "1,0,0,117\0"
//118
#define INTVER 1,0,0,118
#define STRVER "1,0,0,118\0"