Home
last modified time | relevance | path

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

/trunk/main/oox/inc/oox/drawingml/diagram/
H A Ddiagram.hxx100 class PointsTree;
101 typedef boost::shared_ptr< PointsTree > PointsTreePtr;
104 class PointsTree class
105 : public boost::enable_shared_from_this< PointsTree >
109 PointsTree() in PointsTree() function in oox::drawingml::dgm::PointsTree
111 PointsTree( const PointPtr & pPoint ) in PointsTree() function in oox::drawingml::dgm::PointsTree
124 boost::weak_ptr< PointsTree > mpParent;
/trunk/main/oox/source/drawingml/diagram/
H A Ddiagram.cxx69 bool PointsTree::addChild( const PointsTreePtr & pChild ) in addChild()
85 PointsTreePtr PointsTree::getParent() const in getParent()
127 dgm::PointsTree::Childrens::const_iterator iter; in layout()
206 pSource.reset( new dgm::PointsTree( iterP->second ) ); in build()
224 dgm::PointsTreePtr pNode( new dgm::PointsTree( pDest ) ); in build()

Completed in 15 milliseconds