Lines Matching refs:pMasterPersist

2672 			PptSlidePersistEntry* pMasterPersist = (*pPageList)[ nMasterIndex ];  in SetPageNum()  local
2673 if ( ( pMasterPersist->pStyleSheet == NULL ) && pMasterPersist->aSlideAtom.nMasterId ) in SetPageNum()
2675 nMasterIndex = pMasterPages->FindPage( pMasterPersist->aSlideAtom.nMasterId ); in SetPageNum()
2677 pMasterPersist = (*pPageList)[ nMasterIndex ]; 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 master… in GetColorFromPalette()
2750 && pMasterPersist->aSlideAtom.nMasterId ) // itself is following a master colorscheme in GetColorFromPalette()
2752 sal_uInt16 nNextMaster = pMasterPages->FindPage( pMasterPersist->aSlideAtom.nMasterId ); in GetColorFromPalette()
2756 pMasterPersist = (*pPageList2)[ nNextMaster ]; in GetColorFromPalette()
2758 ((SdrPowerPointImport*)this)->aPageColors = pMasterPersist->aColorScheme; in GetColorFromPalette()
2935 void SdrPowerPointImport::ImportPage( SdrPage* pRet, const PptSlidePersistEntry* pMasterPersist ) in ImportPage() argument
2954 rSlidePersist.pHeaderFooterEntry = new HeaderFooterEntry( pMasterPersist ); in ImportPage()
3287 pMasterPersist ( pMPE ), in HeaderFooterEntry()
3341 if ( pMasterPersist ) in NeedToImportInstance()
3345 if ( memcmp( &rSlidePersist.aColorScheme, &pMasterPersist->aColorScheme, 32 ) ) in NeedToImportInstance()
3347 nRet = pMasterPersist->HeaderFooterOfs[ nInstance ]; in NeedToImportInstance()