Home
last modified time | relevance | path

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

/AOO41X/main/oox/inc/oox/drawingml/diagram/
H A Ddiagramlayoutatoms.hxx79 class LayoutAtom;
81 typedef boost::shared_ptr< LayoutAtom > LayoutAtomPtr;
84 class LayoutAtom class
87 virtual ~LayoutAtom() in ~LayoutAtom()
104 : public LayoutAtom
119 : public LayoutAtom
136 : public LayoutAtom
140 : LayoutAtom( ) in ConditionAtom()
163 : public LayoutAtom
172 : public LayoutAtom
/AOO41X/main/oox/source/drawingml/diagram/
H A Ddiagramlayoutatoms.cxx81 void LayoutAtom::dump(int level) in dump()
87 boost::bind( &LayoutAtom::dump, _1, level + 1 ) ); in dump()
95 boost::bind( &LayoutAtom::processAtom, _1 ) ); in processAtom()