Home
last modified time | relevance | path

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

/trunk/main/filter/source/msfilter/
H A Descherex.cxx4973 sal_uInt32 nClusterId = static_cast< sal_uInt32 >( maClusterTable.size() + 1 ); in GenerateDrawingId()
4977 maClusterTable.push_back( ClusterEntry( nDrawingId ) ); in GenerateDrawingId()
4993 ClusterEntry* pClusterEntry = &maClusterTable[ rDrawingInfo.mnClusterId - 1 ]; in GenerateShapeId()
4999 maClusterTable.push_back( ClusterEntry( nDrawingId ) ); in GenerateShapeId()
5000 pClusterEntry = &maClusterTable.back(); in GenerateShapeId()
5002 rDrawingInfo.mnClusterId = static_cast< sal_uInt32 >( maClusterTable.size() ); in GenerateShapeId()
5035 return static_cast< sal_uInt32 >( 24 + 8 * maClusterTable.size() ); in GetDggAtomSize()
5054 sal_uInt32 nClusterCount = static_cast< sal_uInt32 >( maClusterTable.size() + 1 ); in WriteDggAtom()
5059 …for( ClusterTable::const_iterator aIt = maClusterTable.begin(), aEnd = maClusterTable.end(); aIt !… in WriteDggAtom()
/trunk/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 52 milliseconds