Lines Matching refs:xRet
75 Reference< XFastContextHandler > xRet; in createFastChildContext() local
104 xRet.set( new PPTShapeGroupContext( in createFastChildContext()
111 xRet = getFastContextHandler(); in createFastChildContext()
121 return xRet; in createFastChildContext()
124 xRet.set( new SlideTimingContext( *this, mpSlidePersistPtr->getTimeNodeList() ) ); in createFastChildContext()
127 xRet.set( new SlideTransitionContext( *this, xAttribs, maSlideProperties ) ); in createFastChildContext()
130 xRet.set( new HeaderFooterContext( *this, xAttribs, mpSlidePersistPtr->getHeaderFooter() ) ); in createFastChildContext()
137 xRet.set( new BackgroundPropertiesContext( *this, *pFillPropertiesPtr ) ); in createFastChildContext()
151 xRet.set( new ColorContext( *this, mpSlidePersistPtr->getBackgroundColor() ) ); in createFastChildContext()
159 xRet.set( new oox::drawingml::clrMapContext( *this, xAttribs, *pClrMapPtr ) ); in createFastChildContext()
167 xRet.set( new SlideMasterTextStylesContext( *this, mpSlidePersistPtr ) ); in createFastChildContext()
174 if( !xRet.is() ) in createFastChildContext()
175 xRet = getFastContextHandler(); in createFastChildContext()
177 return xRet; in createFastChildContext()