Lines Matching refs:xRet
63 Reference< XFastContextHandler > xRet; in createFastChildContext() local
68 xRet.set( new DataModelContext( *this, mpDataPtr ) ); in createFastChildContext()
74 if( !xRet.is() ) in createFastChildContext()
75 xRet = getFastContextHandler(); in createFastChildContext()
77 return xRet; in createFastChildContext()
108 Reference< XFastContextHandler > xRet; in createFastChildContext() local
113 xRet.set( new DiagramDefinitionContext( *this, xAttribs, mpDataPtr ) ); in createFastChildContext()
119 if( !xRet.is() ) in createFastChildContext()
120 xRet = getFastContextHandler(); in createFastChildContext()
122 return xRet; in createFastChildContext()
153 Reference< XFastContextHandler > xRet; in createFastChildContext() local
164 if( !xRet.is() ) in createFastChildContext()
165 xRet = getFastContextHandler(); in createFastChildContext()
167 return xRet; in createFastChildContext()
198 Reference< XFastContextHandler > xRet; in createFastChildContext() local
209 if( !xRet.is() ) in createFastChildContext()
210 xRet = getFastContextHandler(); in createFastChildContext()
212 return xRet; in createFastChildContext()