Home
last modified time | relevance | path

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

/trunk/main/sd/source/core/
H A Dsdpage.cxx2953 SdrObjListIter aShapeIter (rHandoutMaster); in CalculateHandoutAreas() local
2954 while (aShapeIter.IsMore()) in CalculateHandoutAreas()
2956 SdrPageObj* pPageObj = dynamic_cast<SdrPageObj*>(aShapeIter.Next()); in CalculateHandoutAreas()
H A Dsdpage2.cxx502 SdrObjListIter aShapeIter( *this, IM_DEEPWITHGROUPS ); in RemoveEmptyPresentationObjects() local
505 for( pShape = aShapeIter.Next(); pShape; pShape = aShapeIter.Next() ) in RemoveEmptyPresentationObjects()
/trunk/main/sd/source/ui/view/
H A DDocumentRenderer.cxx1028 SdrObjListIter aShapeIter (rHandoutPage); in Print() local
1029 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() local
1934 while (aShapeIter.IsMore()) in PrepareHandout()
[all …]
/trunk/main/xmloff/source/draw/
H A Dshapeimport.cxx1367 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() local
1393 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() local
1414 if( aShapeIter != mpPageContext->maShapeGluePointsMap.end() ) in getGluePointId()
1416 GluePointIdMap::iterator aIdIter = (*aShapeIter).second.find(nSourceId); in getGluePointId()
[all …]

Completed in 51 milliseconds