Home
last modified time | relevance | path

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

/trunk/main/filter/inc/filter/msfilter/
H A Descherex.hxx1415 sal_uInt32 mnNextShapeId; /// Next free shape identifier in this cluster. member
1416 …plicit ClusterEntry( sal_uInt32 nDrawingId ) : mnDrawingId( nDrawingId ), mnNextShapeId( 0 ) {} in ClusterEntry()
/trunk/main/filter/source/msfilter/
H A Descherex.cxx4996 if( pClusterEntry->mnNextShapeId == DFF_DGG_CLUSTER_SIZE ) in GenerateShapeId()
5006 …st< sal_uInt32 >( rDrawingInfo.mnClusterId * DFF_DGG_CLUSTER_SIZE + pClusterEntry->mnNextShapeId ); in GenerateShapeId()
5008 ++pClusterEntry->mnNextShapeId; in GenerateShapeId()
5060 rStrm << aIt->mnDrawingId << aIt->mnNextShapeId; in WriteDggAtom()

Completed in 48 milliseconds