Searched refs:pMasterPersist (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/oox/source/ppt/ |
H A D | pptshapecontext.cxx | 165 SlidePersistPtr pMasterPersist( mpSlidePersistPtr->getMasterPersist() ); in createFastChildContext() local 166 if ( pMasterPersist.get() ) in createFastChildContext() 169 …pPlaceholder = findPlaceholder( nFirstPlaceholder, nSecondPlaceholder, -1, pMasterPersist->getShap… in createFastChildContext() 172 pPPTShapePtr->getSubTypeIndex(), pMasterPersist->getShapes()->getChildren() ); in createFastChildContext()
|
H A D | pptimport.cxx | 99 SlidePersistPtr pMasterPersist = mpActualSlidePersist->getMasterPersist(); in getSchemeColor() local 100 if ( pMasterPersist ) in getSchemeColor() 102 pClrMapPtr = pMasterPersist->getClrMap(); in getSchemeColor()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | svdfppt.cxx | 2673 if ( ( pMasterPersist->pStyleSheet == NULL ) && pMasterPersist->aSlideAtom.nMasterId ) in SetPageNum() 2679 pPPTStyleSheet = pMasterPersist->pStyleSheet; in SetPageNum() 2735 PptSlidePersistEntry* pMasterPersist = NULL; in GetColorFromPalette() local 2737 pMasterPersist = (*pPageList2)[ nAktPageNum ]; in GetColorFromPalette() 2744 pMasterPersist = (*pPageList2)[ nMasterNum ]; in GetColorFromPalette() 2747 if ( pMasterPersist ) in GetColorFromPalette() 2749 …while( ( pMasterPersist && pMasterPersist->aSlideAtom.nFlags & 2 ) // it is possible that a maste… in GetColorFromPalette() 2756 pMasterPersist = (*pPageList2)[ nNextMaster ]; in GetColorFromPalette() 3276 pMasterPersist ( pMPE ), in HeaderFooterEntry() 3330 if ( pMasterPersist ) in NeedToImportInstance() [all …]
|
/aoo4110/main/sd/source/filter/ppt/ |
H A D | pptin.cxx | 925 PptSlidePersistEntry* pMasterPersist = NULL; in Import() local 932 pMasterPersist = (*pPageList)[ nMasterNum ]; in Import() 937 ImportPage( pPage, pMasterPersist ); // page must be inserted before importing in Import() 938 SetHeaderFooterPageSettings( pPage, pMasterPersist ); in Import() 1429 …PPTImport::SetHeaderFooterPageSettings( SdPage* pPage, const PptSlidePersistEntry* pMasterPersist ) in SetHeaderFooterPageSettings() argument 1448 if ( bVisible && pMasterPersist ) in SetHeaderFooterPageSettings()
|
H A D | pptin.hxx | 69 void SetHeaderFooterPageSettings( SdPage* pPage, const PptSlidePersistEntry* pMasterPersist );
|
/aoo4110/main/filter/inc/filter/msfilter/ |
H A D | svdfppt.hxx | 495 const PptSlidePersistEntry* pMasterPersist; member 598 void ImportPage( SdrPage* pPage, const PptSlidePersistEntry* pMasterPersist = NULL );
|
Completed in 57 milliseconds