Lines Matching refs:xRet

65 			Reference< XFastContextHandler > xRet;  in createFastChildContext()  local
70 return xRet; in createFastChildContext()
74 if( !xRet.is() ) in createFastChildContext()
75 xRet.set( this ); in createFastChildContext()
76 return xRet; in createFastChildContext()
98 Reference< XFastContextHandler > xRet; in createFastChildContext() local
106 xRet.set( new CxnContext( *this, xAttribs, pConnection ) ); in createFastChildContext()
112 if( !xRet.is() ) in createFastChildContext()
113 xRet.set( this ); in createFastChildContext()
114 return xRet; in createFastChildContext()
153 Reference< XFastContextHandler > xRet; in createFastChildContext() local
158 return xRet; in createFastChildContext()
165 xRet = new ShapePropertiesContext( *this, *mpPoint->getShape() ); in createFastChildContext()
172 xRet = new TextBodyContext( *this, *xTextBody ); in createFastChildContext()
178 if( !xRet.is() ) in createFastChildContext()
179 xRet.set( this ); in createFastChildContext()
180 return xRet; in createFastChildContext()
204 Reference< XFastContextHandler > xRet; in createFastChildContext() local
213 xRet.set( new PtContext( *this, xAttribs, pPoint ) ); in createFastChildContext()
219 if( !xRet.is() ) in createFastChildContext()
220 xRet.set( this ); in createFastChildContext()
221 return xRet; in createFastChildContext()
245 Reference< XFastContextHandler > xRet; in createFastChildContext() local
256 xRet.set( FillPropertiesContext::createFillContext( in createFastChildContext()
267 if( !xRet.is() ) in createFastChildContext()
268 xRet.set( this ); in createFastChildContext()
269 return xRet; in createFastChildContext()
298 Reference< XFastContextHandler > xRet; in createFastChildContext() local
304 xRet.set( new CxnListContext( *this, mpDataModel->getConnections() ) ); in createFastChildContext()
308 xRet.set( new PtListContext( *this, mpDataModel->getPoints() ) ); in createFastChildContext()
312 xRet.set( new BackgroundFormattingContext( *this, mpDataModel ) ); in createFastChildContext()
317 return xRet; in createFastChildContext()
319 return xRet; in createFastChildContext()
324 if( !xRet.is() ) in createFastChildContext()
325 xRet.set( this ); in createFastChildContext()
327 return xRet; in createFastChildContext()