Searched refs:aShapeIter (Results 1 – 4 of 4) sorted by relevance
1367 if( aShapeIter != mpPageContext->maShapeGluePointsMap.end() ) in findGluePointMapping()1369 GluePointIdMap::iterator aShapeIdIter = (*aShapeIter).second.begin(); in findGluePointMapping()1370 GluePointIdMap::iterator aShapeIdEnd = (*aShapeIter).second.end(); in findGluePointMapping()1392 ShapeGluePointsMap::iterator aShapeIter( mpPageContext->maShapeGluePointsMap.find( xShape ) ); in moveGluePointMapping() local1393 if( aShapeIter != mpPageContext->maShapeGluePointsMap.end() ) in moveGluePointMapping()1395 GluePointIdMap::iterator aShapeIdIter = (*aShapeIter).second.begin(); in moveGluePointMapping()1396 GluePointIdMap::iterator aShapeIdEnd = (*aShapeIter).second.end(); in moveGluePointMapping()1413 ShapeGluePointsMap::iterator aShapeIter( mpPageContext->maShapeGluePointsMap.find( xShape ) ); in getGluePointId() local1414 if( aShapeIter != mpPageContext->maShapeGluePointsMap.end() ) in getGluePointId()1416 GluePointIdMap::iterator aIdIter = (*aShapeIter).second.find(nSourceId); in getGluePointId()[all …]
1028 SdrObjListIter aShapeIter (rHandoutPage); in Print() local1029 while (aShapeIter.IsMore()) in Print()1031 SdrPageObj* pPageObj = dynamic_cast<SdrPageObj*>(aShapeIter.Next()); in Print()1066 aShapeIter.Reset(); in Print()1067 while (aShapeIter.IsMore()) in Print()1069 SdrPathObj* pPathObj = dynamic_cast<SdrPathObj*>(aShapeIter.Next()); in Print()1117 aShapeIter.Reset(); in Print()1118 while (aShapeIter.IsMore()) in Print()1933 SdrObjListIter aShapeIter (rHandoutPage); in PrepareHandout() local1934 while (aShapeIter.IsMore()) in PrepareHandout()[all …]
518 SdrObjListIter aShapeIter( *this, IM_DEEPWITHGROUPS ); in RemoveEmptyPresentationObjects() local521 for( pShape = aShapeIter.Next(); pShape; pShape = aShapeIter.Next() ) in RemoveEmptyPresentationObjects()
3007 SdrObjListIter aShapeIter (rHandoutMaster); in CalculateHandoutAreas() local3008 while (aShapeIter.IsMore()) in CalculateHandoutAreas()3010 SdrPageObj* pPageObj = dynamic_cast<SdrPageObj*>(aShapeIter.Next()); in CalculateHandoutAreas()
Completed in 36 milliseconds