Lines Matching refs:xRet
75 Reference< XFastContextHandler > xRet; in createFastChildContext() local
117 xRet.set( new PPTShapeGroupContext( in createFastChildContext()
124 xRet = getFastContextHandler(); in createFastChildContext()
134 return xRet; in createFastChildContext()
137 xRet.set( new SlideTimingContext( *this, mpSlidePersistPtr->getTimeNodeList() ) ); in createFastChildContext()
140 xRet.set( new SlideTransitionContext( *this, xAttribs, maSlideProperties ) ); in createFastChildContext()
143 xRet.set( new HeaderFooterContext( *this, xAttribs, mpSlidePersistPtr->getHeaderFooter() ) ); in createFastChildContext()
150 xRet.set( new BackgroundPropertiesContext( *this, *pFillPropertiesPtr ) ); in createFastChildContext()
164 xRet.set( new ColorContext( *this, mpSlidePersistPtr->getBackgroundColor() ) ); in createFastChildContext()
172 xRet.set( new oox::drawingml::clrMapContext( *this, xAttribs, *pClrMapPtr ) ); in createFastChildContext()
180 xRet.set( new SlideMasterTextStylesContext( *this, mpSlidePersistPtr ) ); in createFastChildContext()
187 if( !xRet.is() ) in createFastChildContext()
188 xRet = getFastContextHandler(); in createFastChildContext()
190 return xRet; in createFastChildContext()