Searched refs:dgm (Results 1 – 3 of 3) sorted by relevance
38 namespace dgm { namespace106 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()[all …]
44 const dgm::ConnectionPtr & pConnection ) in CxnContext()79 dgm::ConnectionPtr mpConnection;88 CxnListContext( ContextHandler& rParent, dgm::Connections & aConnections ) in CxnListContext()104 dgm::ConnectionPtr pConnection( new dgm::Connection() ); in createFastChildContext()118 dgm::Connections & maConnections;130 const dgm::PointPtr & pPoint) in PtContext()184 dgm::PointPtr mpPoint;194 PtListContext( ContextHandler& rParent, dgm::Points & aPoints) in PtListContext()211 dgm::PointPtr pPoint( new dgm::Point() ); in createFastChildContext()225 dgm::Points & maPoints;
37 namespace dgm { namespace139 dgm::Connections & getConnections() in getConnections()141 dgm::Points & getPoints() in getPoints()146 dgm::Connections maConnections;147 dgm::Points maPoints;185 void layout( const dgm::PointsTreePtr & pTree, const com::sun::star::awt::Point & pt );244 dgm::PointsTreePtr mpRoot;