mirror of
https://github.com/ONLYOFFICE/core.git
synced 2026-02-10 18:05:41 +08:00
Merge branch 'release/v9.0.0' into feature/add-direct-xlst-xlsb-conversion
This commit is contained in:
@ -102,10 +102,8 @@ namespace OOX
|
||||
virtual const CPath DefaultDirectory() const;
|
||||
virtual const CPath DefaultFileName() const;
|
||||
|
||||
// Attributes
|
||||
SimpleTypes::CGuid m_oItemID;
|
||||
|
||||
// Childs
|
||||
nullable<CShemaRefs> m_oShemaRefs;
|
||||
//------------- for write from binary
|
||||
std::wstring m_oCustomXmlContent;
|
||||
|
||||
@ -1342,6 +1342,7 @@ namespace OOX
|
||||
et_x_TableColumns,
|
||||
et_x_TableColumn,
|
||||
et_x_TableStyleInfo,
|
||||
et_x_xmlColumnPr,
|
||||
et_x_AltTextTable,
|
||||
et_x_SortState,
|
||||
et_x_SortCondition,
|
||||
@ -1544,7 +1545,16 @@ namespace OOX
|
||||
et_x_MdxKPI,
|
||||
|
||||
et_x_DynamicArrayProperties,
|
||||
et_x_RichValueBlock
|
||||
et_x_RichValueBlock,
|
||||
|
||||
et_x_MapInfo,
|
||||
et_x_Schema,
|
||||
et_x_Map,
|
||||
et_x_DataBinding,
|
||||
et_x_SingleXmlCells,
|
||||
et_x_SingleXmlCell,
|
||||
et_x_xmlCellPr,
|
||||
et_x_xmlPr
|
||||
};
|
||||
|
||||
class File;
|
||||
|
||||
Reference in New Issue
Block a user