Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/draw/
H A Dshapeimport.cxx100 ShapeGluePointsMap maShapeGluePointsMap; member
1355 mpPageContext->maShapeGluePointsMap[xShape][nSourceId] = nDestinnationId; in addGluePointMapping()
1365 … ShapeGluePointsMap::iterator aShapeIter( mpPageContext->maShapeGluePointsMap.find( xShape ) ); in findGluePointMapping()
1367 if( aShapeIter != mpPageContext->maShapeGluePointsMap.end() ) in findGluePointMapping()
1392 ShapeGluePointsMap::iterator aShapeIter( mpPageContext->maShapeGluePointsMap.find( xShape ) ); in moveGluePointMapping()
1393 if( aShapeIter != mpPageContext->maShapeGluePointsMap.end() ) in moveGluePointMapping()
1413 ShapeGluePointsMap::iterator aShapeIter( mpPageContext->maShapeGluePointsMap.find( xShape ) ); in getGluePointId()
1414 if( aShapeIter != mpPageContext->maShapeGluePointsMap.end() ) in getGluePointId()

Completed in 23 milliseconds