Searched refs:aPointsIter (Results 1 – 1 of 1) sorted by relevance
162 dgm::Points::iterator aPointsIter( mpData->getPoints( ).begin() ); in build() local163 for( ; aPointsIter != mpData->getPoints( ).end() ; aPointsIter++ ) in build()165 const OUString & sName((*aPointsIter)->getModelId()); in build()168 aPointsMap[ sName ] = *aPointsIter; in build()254 dgm::Points::iterator aPointsIter; in addTo() local259 for( aPointsIter = aPoints.begin(); aPointsIter != aPoints.end(); ++aPointsIter ) in addTo()261 if( ( *aPointsIter )->getType() != XML_node ) in addTo()265 ShapePtr pShape = ( *aPointsIter )->getShape( ); in addTo()
Completed in 16 milliseconds