Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/diagram/
H A Ddiagram.cxx162 dgm::Points::iterator aPointsIter( mpData->getPoints( ).begin() ); in build() local
163 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() local
259 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 24 milliseconds