Home
last modified time | relevance | path

Searched refs:pMasterPersist (Results 1 – 6 of 6) sorted by relevance

/trunk/main/oox/source/ppt/
H A Dpptshapecontext.cxx165 … SlidePersistPtr pMasterPersist( mpSlidePersistPtr->getMasterPersist() ); in createFastChildContext() local
166 if ( pMasterPersist.get() ) in createFastChildContext()
169 …holder = findPlaceholder( nFirstPlaceholder, nSecondPlaceholder, -1, pMasterPersist->getShapes()->… in createFastChildContext()
172 … pPPTShapePtr->getSubTypeIndex(), pMasterPersist->getShapes()->getChildren() ); in createFastChildContext()
H A Dpptimport.cxx99 SlidePersistPtr pMasterPersist = mpActualSlidePersist->getMasterPersist(); in getSchemeColor() local
100 if ( pMasterPersist ) in getSchemeColor()
102 pClrMapPtr = pMasterPersist->getClrMap(); in getSchemeColor()
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx2672 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()
[all …]
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx923 PptSlidePersistEntry* pMasterPersist = NULL; in Import() local
930 pMasterPersist = (*pPageList)[ nMasterNum ]; in Import()
935 ImportPage( pPage, pMasterPersist ); // page must be inserted before importing in Import()
936 SetHeaderFooterPageSettings( pPage, pMasterPersist ); in Import()
1427 …PPTImport::SetHeaderFooterPageSettings( SdPage* pPage, const PptSlidePersistEntry* pMasterPersist ) in SetHeaderFooterPageSettings() argument
1446 if ( bVisible && pMasterPersist ) in SetHeaderFooterPageSettings()
H A Dpptin.hxx69 … 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 );