Home
last modified time | relevance | path

Searched refs:pClusterEntry (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Descherex.cxx4993 ClusterEntry* pClusterEntry = &maClusterTable[ rDrawingInfo.mnClusterId - 1 ]; in GenerateShapeId() local
4996 if( pClusterEntry->mnNextShapeId == DFF_DGG_CLUSTER_SIZE ) in GenerateShapeId()
5000 pClusterEntry = &maClusterTable.back(); in GenerateShapeId()
5006 …cast< sal_uInt32 >( rDrawingInfo.mnClusterId * DFF_DGG_CLUSTER_SIZE + pClusterEntry->mnNextShapeId… in GenerateShapeId()
5008 ++pClusterEntry->mnNextShapeId; in GenerateShapeId()

Completed in 38 milliseconds