Home
last modified time | relevance | path

Searched refs:maClusterTable (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/filter/source/msfilter/
H A Descherex.cxx4962 sal_uInt32 nClusterId = static_cast< sal_uInt32 >( maClusterTable.size() + 1 ); in GenerateDrawingId()
4966 maClusterTable.push_back( ClusterEntry( nDrawingId ) ); in GenerateDrawingId()
4982 ClusterEntry* pClusterEntry = &maClusterTable[ rDrawingInfo.mnClusterId - 1 ]; in GenerateShapeId()
4988 maClusterTable.push_back( ClusterEntry( nDrawingId ) ); in GenerateShapeId()
4989 pClusterEntry = &maClusterTable.back(); in GenerateShapeId()
4991 rDrawingInfo.mnClusterId = static_cast< sal_uInt32 >( maClusterTable.size() ); in GenerateShapeId()
5024 return static_cast< sal_uInt32 >( 24 + 8 * maClusterTable.size() ); in GetDggAtomSize()
5043 sal_uInt32 nClusterCount = static_cast< sal_uInt32 >( maClusterTable.size() + 1 ); in WriteDggAtom()
5048 …for( ClusterTable::const_iterator aIt = maClusterTable.begin(), aEnd = maClusterTable.end(); aIt !… in WriteDggAtom()
/aoo4110/main/filter/inc/filter/msfilter/
H A Descherex.hxx1429 ClusterTable maClusterTable; /// List with cluster IDs (used object IDs in drawings). member in EscherExGlobal

Completed in 54 milliseconds