Lines Matching refs:xRet
96 Reference< XFastContextHandler > xRet; in createFastChildContext() local
105 xRet.set( new IfContext( *this, xAttribs, pAtom ) ); in createFastChildContext()
114 xRet.set( new IfContext( *this, xAttribs, pAtom ) ); in createFastChildContext()
126 if( !xRet.is() ) in createFastChildContext()
127 xRet.set(this); in createFastChildContext()
129 return xRet; in createFastChildContext()
174 Reference< XFastContextHandler > xRet; in createFastChildContext() local
181 if( !xRet.is() ) in createFastChildContext()
182 xRet.set(this); in createFastChildContext()
184 return xRet; in createFastChildContext()
266 Reference< XFastContextHandler > xRet; in createFastChildContext() local
274 xRet.set( new LayoutNodeContext( *this, xAttribs, pNode ) ); in createFastChildContext()
280 xRet.set( new ShapeContext( *this, ShapePtr(), pShape ) ); in createFastChildContext()
284 return xRet; 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()
334 xRet.set( new LayoutVariablePropertySetContext( *this, pNode->variables() ) ); in createFastChildContext()
345 if( !xRet.is() ) in createFastChildContext()
346 xRet.set(this); in createFastChildContext()
348 return xRet; in createFastChildContext()