Home
last modified time | relevance | path

Searched refs:pMasterPersist (Results 1 – 6 of 6) sorted by last modified time

/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx2673 if ( ( pMasterPersist->pStyleSheet == NULL ) && 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()
2756 pMasterPersist = (*pPageList2)[ nNextMaster ]; in GetColorFromPalette()
3287 pMasterPersist ( pMPE ), in HeaderFooterEntry()
[all …]
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx925 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 Dpptin.hxx69 void SetHeaderFooterPageSettings( SdPage* pPage, const PptSlidePersistEntry* pMasterPersist );
/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx495 const PptSlidePersistEntry* pMasterPersist; member
598 void ImportPage( SdrPage* pPage, const PptSlidePersistEntry* pMasterPersist = NULL );
/trunk/main/oox/source/ppt/
H A Dpptimport.cxx99 SlidePersistPtr pMasterPersist = mpActualSlidePersist->getMasterPersist(); in getSchemeColor() local
100 if ( pMasterPersist ) in getSchemeColor()
102 pClrMapPtr = pMasterPersist->getClrMap(); in getSchemeColor()
H A Dpptshapecontext.cxx165 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()

Completed in 98 milliseconds