Lines Matching refs:xAttribs

43 			   const Reference< XFastAttributeList >& xAttribs,  in IfContext()
45 : LayoutNodeContext( rParent, xAttribs, pNode ) in IfContext()
50 pAtom->iterator().loadFromXAttr( xAttribs ); in IfContext()
51 pAtom->cond().loadFromXAttr( xAttribs ); in IfContext()
61 …AlgorithmContext( ContextHandler& rParent, const Reference< XFastAttributeList >& xAttribs, const … in AlgorithmContext() argument
67 AttributeList aAttribs( xAttribs ); in AlgorithmContext()
69 mnType = xAttribs->getOptionalValueToken( XML_type, 0 ); in AlgorithmContext()
83 …ChooseContext( ContextHandler& rParent, const Reference< XFastAttributeList >& xAttribs, const Lay… in ChooseContext() argument
88 msName = xAttribs->getOptionalValue( XML_name ); in ChooseContext()
93 const Reference< XFastAttributeList >& xAttribs ) in createFastChildContext()
105 xRet.set( new IfContext( *this, xAttribs, pAtom ) ); in createFastChildContext()
114 xRet.set( new IfContext( *this, xAttribs, pAtom ) ); in createFastChildContext()
144 …ForEachContext( ContextHandler& rParent, const Reference< XFastAttributeList >& xAttribs, const La… in ForEachContext() argument
145 : LayoutNodeContext( rParent, xAttribs, pNode ) in ForEachContext()
149 xAttribs->getOptionalValue( XML_ref ); in ForEachContext()
151 pAtom->iterator().loadFromXAttr( xAttribs ); in ForEachContext()
171 …ALL createFastChildContext( ::sal_Int32 aElement, const Reference< XFastAttributeList >& xAttribs ) in createFastChildContext() argument
179 mVariables[ nIdx ] = makeAny( xAttribs->getOptionalValue( XML_val ) ); in createFastChildContext()
193 const Reference< XFastAttributeList >& xAttribs, in LayoutNodeContext()
199 mpNode->setName( xAttribs->getOptionalValue( XML_name ) ); in LayoutNodeContext()
263 const Reference< XFastAttributeList >& xAttribs ) in createFastChildContext()
274 xRet.set( new LayoutNodeContext( *this, xAttribs, pNode ) ); in createFastChildContext()
290 xRet.set( new AlgorithmContext( *this, xAttribs, pAtom ) ); in createFastChildContext()
298 xRet.set( new ChooseContext( *this, xAttribs, pAtom ) ); in createFastChildContext()
306 xRet.set( new ForEachContext( *this, xAttribs, pAtom ) ); in createFastChildContext()
317 xAttribs->getOptionalValue( XML_axis ); in createFastChildContext()
318 xAttribs->getOptionalValue( XML_cnt ); in createFastChildContext()
319 xAttribs->getOptionalValue( XML_hideLastTrans ); in createFastChildContext()
320 xAttribs->getOptionalValue( XML_ptType ); in createFastChildContext()
321 xAttribs->getOptionalValue( XML_st ); in createFastChildContext()
322 xAttribs->getOptionalValue( XML_step ); in createFastChildContext()