Searched refs:pClusterEntry (Results 1 – 1 of 1) sorted by relevance
4993 ClusterEntry* pClusterEntry = &maClusterTable[ rDrawingInfo.mnClusterId - 1 ]; in GenerateShapeId() local4996 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 312 milliseconds