Searched refs:mpSlidePersistPtr (Results  1 – 9 of 9) sorted by relevance
| /aoo4110/main/oox/source/ppt/ | 
| H A D | slidefragmenthandler.cxx | 58 , mpSlidePersistPtr( pPersistPtr )  in SlideFragmentHandler()70     mpSlidePersistPtr->getDrawing()->convertAndInsert();  in ~SlideFragmentHandler()
 86 	    Reference< XDrawPage > xSlide( mpSlidePersistPtr->getPage() );  in createFastChildContext()
 105                 *this, mpSlidePersistPtr, meShapeLocation, mpSlidePersistPtr->getShapes(),  in createFastChildContext()
 119             mpSlidePersistPtr->getDrawing()->registerControl( aInfo );  in createFastChildContext()
 138 			mpSlidePersistPtr->setBackgroundProperties( pFillPropertiesPtr );  in createFastChildContext()
 144             oox::drawingml::ThemePtr pTheme = mpSlidePersistPtr->getTheme();  in createFastChildContext()
 149                 mpSlidePersistPtr->setBackgroundProperties( pFillPropertiesPtr );  in createFastChildContext()
 160 			mpSlidePersistPtr->setClrMap( pClrMapPtr );  in createFastChildContext()
 167         xRet.set( new SlideMasterTextStylesContext( *this, mpSlidePersistPtr ) );  in createFastChildContext()
 [all …]
 
 | 
| H A D | slidemastertextstylescontext.cxx | 37 , mpSlidePersistPtr( pSlidePersistPtr )  in SlideMasterTextStylesContext()53 			aTextListStylePtr = mpSlidePersistPtr->getTitleTextStyle();  in createFastChildContext()
 58 			aTextListStylePtr = mpSlidePersistPtr->getBodyTextStyle();  in createFastChildContext()
 63 			aTextListStylePtr = mpSlidePersistPtr->getNotesTextStyle();  in createFastChildContext()
 68 			aTextListStylePtr = mpSlidePersistPtr->getOtherTextStyle();  in createFastChildContext()
 
 | 
| H A D | pptshapecontext.cxx | 56 , mpSlidePersistPtr( pSlidePersistPtr )  in PPTShapeContext()162 …older = findPlaceholder( nFirstPlaceholder, nSecondPlaceholder, -1, mpSlidePersistPtr->getShapes()…  in createFastChildContext()
 165   								SlidePersistPtr pMasterPersist( mpSlidePersistPtr->getMasterPersist() );  in createFastChildContext()
 168 									if ( mpSlidePersistPtr->isNotesPage() )  in createFastChildContext()
 
 | 
| H A D | pptshapegroupcontext.cxx | 57 , mpSlidePersistPtr( pSlidePersistPtr )  in PPTShapeGroupContext()97 …xRet.set( new PPTShapeGroupContext( *this, mpSlidePersistPtr, meShapeLocation, mpGroupShapePtr, oo…  in createFastChildContext()
 100 …xRet.set( new PPTShapeContext( *this, mpSlidePersistPtr, mpGroupShapePtr, oox::drawingml::ShapePtr…  in createFastChildContext()
 
 | 
| H A D | layoutfragmenthandler.cxx | 65 …mpSlidePersistPtr->setLayoutValueToken( xAttribs->getOptionalValueToken( XML_type, 0 ) );	// CT_Sl…  in createFastChildContext()68 			xRet.set( new HeaderFooterContext( *this, xAttribs, mpSlidePersistPtr->getHeaderFooter() ) );  in createFastChildContext()
 
 | 
| /aoo4110/main/oox/inc/oox/ppt/ | 
| H A D | slidemastertextstylescontext.hxx | 42     SlidePersistPtr     mpSlidePersistPtr;  member in oox::ppt::SlideMasterTextStylesContext
 | 
| H A D | pptshapecontext.hxx | 33     SlidePersistPtr     mpSlidePersistPtr;  member in oox::ppt::PPTShapeContext
 | 
| H A D | pptshapegroupcontext.hxx | 34     SlidePersistPtr     mpSlidePersistPtr;  member in oox::ppt::PPTShapeGroupContext
 | 
| H A D | slidefragmenthandler.hxx | 48     SlidePersistPtr     mpSlidePersistPtr;  member in oox::ppt::SlideFragmentHandler
 | 
        Completed in 52 milliseconds