Lines Matching refs:pNode
44 const LayoutAtomPtr & pNode ) in IfContext() argument
45 : LayoutNodeContext( rParent, xAttribs, pNode ) in IfContext()
47 ConditionAtomPtr pAtom( boost::dynamic_pointer_cast< ConditionAtom >(pNode) ); in IfContext()
61 …extHandler& rParent, const Reference< XFastAttributeList >& xAttribs, const LayoutAtomPtr & pNode ) in AlgorithmContext() argument
65 , mpNode( pNode ) in AlgorithmContext()
83 …extHandler& rParent, const Reference< XFastAttributeList >& xAttribs, const LayoutAtomPtr & pNode ) in ChooseContext() argument
86 , mpNode( pNode ) in ChooseContext()
144 …extHandler& rParent, const Reference< XFastAttributeList >& xAttribs, const LayoutAtomPtr & pNode ) in ForEachContext() argument
145 : LayoutNodeContext( rParent, xAttribs, pNode ) in ForEachContext()
147 ForEachAtomPtr pAtom( boost::dynamic_pointer_cast< ForEachAtom >(pNode) ); in ForEachContext()
194 const LayoutAtomPtr &pNode ) in LayoutNodeContext() argument
196 , mpNode( pNode ) in LayoutNodeContext()
198 OSL_ENSURE( pNode, "Node must NOT be NULL" ); in LayoutNodeContext()
272 LayoutNodePtr pNode( new LayoutNode() ); in createFastChildContext() local
273 mpNode->addChild( pNode ); in createFastChildContext()
274 xRet.set( new LayoutNodeContext( *this, xAttribs, pNode ) ); in createFastChildContext()
331 LayoutNodePtr pNode( boost::dynamic_pointer_cast< LayoutNode >( mpNode ) ); in createFastChildContext() local
332 if( pNode ) in createFastChildContext()
334 xRet.set( new LayoutVariablePropertySetContext( *this, pNode->variables() ) ); in createFastChildContext()