Searched refs:nShapesCount (Results 1 – 2 of 2) sorted by relevance
| /trunk/main/sc/source/filter/xml/ |
| H A D | xmlexprt.cxx | 629 void ScXMLExport::CollectSharedData(sal_Int32& nTableCount, sal_Int32& nShapesCount, const sal_Int3… in CollectSharedData() argument 677 ++nShapesCount; in CollectSharedData() 728 sal_Int32 nRef(nCellCount + (2 * nTableCount) + (2 * nShapesCount)); in CollectSharedData() 819 sal_Int32 nShapesCount(0); in _ExportMeta() local 821 CollectSharedData(nTableCount, nShapesCount, nCellCount); in _ExportMeta() 829 uno::makeAny(nShapesCount)); in _ExportMeta() 1643 sal_Int32 nShapesCount(0); in _ExportContent() local 1645 CollectSharedData(nTableCount, nShapesCount, nCellCount); in _ExportContent() 1864 sal_Int32 nShapesCount(0); in _ExportStyles() local 1866 CollectSharedData(nTableCount, nShapesCount, nCellCount); in _ExportStyles() [all …]
|
| H A D | xmlexprt.hxx | 128 …void CollectSharedData(sal_Int32& nTableCount, sal_Int32& nShapesCount, const sal_Int32…
|