Lines Matching refs:mpSlidePersistPtr
58 , mpSlidePersistPtr( pPersistPtr ) in SlideFragmentHandler()
70 mpSlidePersistPtr->getDrawing()->convertAndInsert(); in ~SlideFragmentHandler()
88 Reference< XDrawPage > xSlide( mpSlidePersistPtr->getPage() ); in createFastChildContext()
102 Reference< XDrawPage > xSlide( mpSlidePersistPtr->getPage() ); in createFastChildContext()
118 *this, mpSlidePersistPtr, meShapeLocation, mpSlidePersistPtr->getShapes(), in createFastChildContext()
132 mpSlidePersistPtr->getDrawing()->registerControl( aInfo ); in createFastChildContext()
137 xRet.set( new SlideTimingContext( *this, mpSlidePersistPtr->getTimeNodeList() ) ); in createFastChildContext()
143 xRet.set( new HeaderFooterContext( *this, xAttribs, mpSlidePersistPtr->getHeaderFooter() ) ); in createFastChildContext()
151 mpSlidePersistPtr->setBackgroundProperties( pFillPropertiesPtr ); in createFastChildContext()
157 oox::drawingml::ThemePtr pTheme = mpSlidePersistPtr->getTheme(); in createFastChildContext()
162 mpSlidePersistPtr->setBackgroundProperties( pFillPropertiesPtr ); in createFastChildContext()
164 xRet.set( new ColorContext( *this, mpSlidePersistPtr->getBackgroundColor() ) ); in createFastChildContext()
173 mpSlidePersistPtr->setClrMap( pClrMapPtr ); in createFastChildContext()
180 xRet.set( new SlideMasterTextStylesContext( *this, mpSlidePersistPtr ) ); in createFastChildContext()
197 Reference< XDrawPage > xSlide( mpSlidePersistPtr->getPage() ); in endDocument()