Lines Matching refs:xRet

63 	Reference< XFastContextHandler > xRet;  in createFastChildContext()  local
69 xRet.set( new Transform2DContext( *this, xAttribs, *mpShapePtr ) ); in createFastChildContext()
72xRet.set( new BlipFillContext( *this, xAttribs, mpShapePtr->getGraphicProperties().maBlipProps ) ); in createFastChildContext()
89 if( !xRet.is() ) in createFastChildContext()
90 xRet.set( ShapeContext::createFastChildContext( aElementToken, xAttribs ) ); in createFastChildContext()
92 return xRet; in createFastChildContext()
106 Reference< XFastContextHandler > xRet; in createFastChildContext() local
114 xRet.set( new Transform2DContext( *this, xAttribs, *mpShapePtr ) ); in createFastChildContext()
117 xRet.set( this ); in createFastChildContext()
124 xRet.set( new OleObjectGraphicDataContext( *this, mpShapePtr ) ); in createFastChildContext()
126 xRet.set( new DiagramGraphicDataContext( *this, mpShapePtr ) ); in createFastChildContext()
128 xRet.set( new ChartGraphicDataContext( *this, mpShapePtr, mbEmbedShapesInChart ) ); in createFastChildContext()
130 xRet.set( new table::TableContext( *this, mpShapePtr ) ); in createFastChildContext()
134 return xRet; in createFastChildContext()
139 if( !xRet.is() ) in createFastChildContext()
140 xRet.set( ShapeContext::createFastChildContext( aElementToken, xAttribs ) ); in createFastChildContext()
142 return xRet; in createFastChildContext()
164 Reference< XFastContextHandler > xRet; in createFastChildContext() local
191 xRet.set( this ); in createFastChildContext()
204 return xRet; in createFastChildContext()
264 Reference< XFastContextHandler > xRet; in createFastChildContext() local
284 if( !xRet.is() ) in createFastChildContext()
285 xRet.set( ShapeContext::createFastChildContext( aElementToken, xAttribs ) ); in createFastChildContext()
287 return xRet; in createFastChildContext()