Home
last modified time | relevance | path

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

/AOO41X/main/oox/source/drawingml/diagram/
H A Dlayoutnodecontext.cxx44 const LayoutAtomPtr & pNode ) in IfContext()
61 …extHandler& rParent, const Reference< XFastAttributeList >& xAttribs, const LayoutAtomPtr & pNode ) in AlgorithmContext()
75 LayoutAtomPtr mpNode;
83 …extHandler& rParent, const Reference< XFastAttributeList >& xAttribs, const LayoutAtomPtr & pNode ) in ChooseContext()
103 LayoutAtomPtr pAtom( new ConditionAtom( false ) ); in createFastChildContext()
112 LayoutAtomPtr pAtom( new ConditionAtom( true ) ); in createFastChildContext()
134 LayoutAtomPtr mpNode;
144 …extHandler& rParent, const Reference< XFastAttributeList >& xAttribs, const LayoutAtomPtr & pNode ) in ForEachContext()
194 const LayoutAtomPtr &pNode ) in LayoutNodeContext()
288 LayoutAtomPtr pAtom( new AlgAtom ); in createFastChildContext()
[all …]
H A Dlayoutnodecontext.hxx35 …rence< ::com::sun::star::xml::sax::XFastAttributeList >& xAttributes, const LayoutAtomPtr &pNode );
43 LayoutAtomPtr mpNode;
H A Ddiagramlayoutatoms.cxx101 static bool _test_atom( const LayoutAtomPtr & pAtom) in _test_atom()
120 std::vector< LayoutAtomPtr >::iterator in processAtom()
/AOO41X/main/oox/inc/oox/drawingml/diagram/
H A Ddiagramlayoutatoms.hxx81 typedef boost::shared_ptr< LayoutAtom > LayoutAtomPtr; typedef
93 void addChild( const LayoutAtomPtr & pNode ) in addChild()
99 std::vector< LayoutAtomPtr > mpChildNodes;