Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/diagram/
H A Ddiagram.cxx251 void Diagram::addTo( const ShapePtr & pParentShape ) in addTo() argument
271 pParentShape->addChild( pShape ); in addTo()
274 OSL_TRACE( "Dgm: addTo() # of childs %d", pParentShape->getChildren().size() ); in addTo()
275 for( std::vector< ShapePtr >::iterator iter = pParentShape->getChildren().begin(); in addTo()
276 iter != pParentShape->getChildren().end(); ++iter) in addTo()

Completed in 11 milliseconds