Searched refs:LayoutNodeContext (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/oox/source/drawingml/diagram/ |
H A D | layoutnodecontext.cxx | 39 : public LayoutNodeContext 45 : LayoutNodeContext( rParent, xAttribs, pNode ) in IfContext() 141 : public LayoutNodeContext 145 : LayoutNodeContext( rParent, xAttribs, pNode ) in ForEachContext() 176 sal_Int32 nIdx = LayoutNodeContext::tagToVarIdx( getBaseToken( aElement ) ); in createFastChildContext() 192 LayoutNodeContext::LayoutNodeContext( ContextHandler& rParent, in LayoutNodeContext() function in oox::drawingml::LayoutNodeContext 208 LayoutNodeContext::~LayoutNodeContext() in ~LayoutNodeContext() 212 void SAL_CALL LayoutNodeContext::endFastElement( ::sal_Int32 ) in endFastElement() 222 sal_Int32 LayoutNodeContext::tagToVarIdx( sal_Int32 aTag ) in tagToVarIdx() 262 LayoutNodeContext::createFastChildContext( ::sal_Int32 aElement, in createFastChildContext() [all …]
|
H A D | layoutnodecontext.hxx | 32 class LayoutNodeContext : public ::oox::core::ContextHandler class 35 …LayoutNodeContext( ContextHandler& rParent, const ::com::sun::star::uno::Reference< ::com::sun::st… 36 virtual ~LayoutNodeContext();
|
H A D | diagramdefinitioncontext.cxx | 85 xRet.set( new LayoutNodeContext( *this, xAttribs, mpLayout->getNode() ) ); in createFastChildContext()
|
H A D | diagramlayoutatoms.cxx | 75 mnArg = LayoutNodeContext::tagToVarIdx( xAttr->getOptionalValueToken( XML_arg, XML_none ) ); in loadFromXAttr()
|
Completed in 15 milliseconds