Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/diagram/
H A Ddiagram.cxx38 namespace dgm { namespace
106 boost::bind( &dgm::Connection::dump, _1 ) ); in dump()
109 boost::bind( &dgm::Point::dump, _1 ) ); in dump()
127 dgm::PointsTree::Childrens::const_iterator iter; in layout()
160 typedef std::map< OUString, dgm::PointPtr > PointsMap; in build()
177 dgm::Connections::iterator aCnxIter; in build()
186 dgm::PointPtr pDest; in build()
187 dgm::PointsTreePtr pSource; in build()
224 dgm::PointsTreePtr pNode( new dgm::PointsTree( pDest ) ); in build()
253 dgm::Points & aPoints( mpData->getPoints( ) ); in addTo()
[all …]
H A Ddatamodelcontext.cxx44 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;
/trunk/main/oox/inc/oox/drawingml/diagram/
H A Ddiagram.hxx37 namespace dgm { namespace
139 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;
/trunk/main/oox/source/token/
H A Dtokens.txt1713 dgm

Completed in 46 milliseconds