Searched refs:maShapeGluePointsMap (Results 1 – 1 of 1) sorted by relevance
100 ShapeGluePointsMap maShapeGluePointsMap; member1355 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 16 milliseconds