Lines Matching refs:LayoutNodeContext
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()
274 xRet.set( new LayoutNodeContext( *this, xAttribs, pNode ) ); in createFastChildContext()