mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-04-07 13:55:33 +08:00
(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:
committed by
Alexander Trofimov
parent
14ba884eb8
commit
96f2bac5f5
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user