Lines Matching refs:dgm
38 namespace dgm { namespace
106 boost::bind( &dgm::Connection::dump, _1 ) ); in dump()
109 boost::bind( &dgm::Point::dump, _1 ) ); in dump()
112 static void setPosition( const dgm::PointPtr & pPoint, const awt::Point & pt ) in setPosition()
122 void DiagramLayout::layout( const dgm::PointsTreePtr & pTree, const awt::Point & pt ) in layout()
127 dgm::PointsTree::Childrens::const_iterator iter; in layout()
160 typedef std::map< OUString, dgm::PointPtr > PointsMap; in build()
162 dgm::Points::iterator aPointsIter( mpData->getPoints( ).begin() ); in build()
172 typedef std::map< OUString, dgm::PointsTreePtr > PointsTreeMap; in build()
176 dgm::Connections & aConnections(mpData->getConnections( ) ); in build()
177 dgm::Connections::iterator aCnxIter; in build()
186 dgm::PointPtr pDest; in build()
187 dgm::PointsTreePtr pSource; in build()
206 pSource.reset( new dgm::PointsTree( iterP->second ) ); in build()
224 dgm::PointsTreePtr pNode( new dgm::PointsTree( pDest ) ); in build()
253 dgm::Points & aPoints( mpData->getPoints( ) ); in addTo()
254 dgm::Points::iterator aPointsIter; in addTo()