Home
last modified time | relevance | path

Searched refs:aSlideAtom (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/filter/source/msfilter/
H A Dsvdfppt.cxx1701 rStCtrl >> pE2->aSlideAtom; in SdrPowerPointImport()
1729 …if ( ( pE2->ePageKind == PPT_MASTERPAGE ) && ( pE2->aSlideAtom.nMasterId == 0 ) && ( pE2->bNotesMa… in SdrPowerPointImport()
2673 if ( ( pMasterPersist->pStyleSheet == NULL ) && pMasterPersist->aSlideAtom.nMasterId ) in SetPageNum()
2675 nMasterIndex = pMasterPages->FindPage( pMasterPersist->aSlideAtom.nMasterId ); in SetPageNum()
2726 nSlideFlags = pE->aSlideAtom.nFlags; in GetColorFromPalette()
2749 …while( ( pMasterPersist && pMasterPersist->aSlideAtom.nFlags & 2 ) // it is possible that a maste… in GetColorFromPalette()
2750 …&& pMasterPersist->aSlideAtom.nMasterId ) // itself is following a master co… in GetColorFromPalette()
2752 … sal_uInt16 nNextMaster = pMasterPages->FindPage( pMasterPersist->aSlideAtom.nMasterId ); in GetColorFromPalette()
3003 … if ( rSlidePersist.aSlideAtom.nFlags & 4 ) // follow master background ? in ImportPage()
3010 … while( ( pE->aSlideAtom.nFlags & 4 ) && pE->aSlideAtom.nMasterId ) in ImportPage()
[all …]
/AOO41X/main/sd/source/filter/ppt/
H A Dpptin.cxx763 while( ( pE->aSlideAtom.nFlags & 4 ) && pE->aSlideAtom.nMasterId ) in Import()
765 sal_uInt16 nNextMaster = pMasterPages->FindPage( pE->aSlideAtom.nMasterId ); in Import()
1443 && ( rSlidePersist.aSlideAtom.aLayout.eLayout == PPT_LAYOUT_TITLESLIDE ) in SetHeaderFooterPageSettings()
1540 … if ( ! ( pActualSlidePersist->aSlideAtom.nFlags & 1 ) ) // do not follow master objects ? in ImportPageEffect()
/AOO41X/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx331 PptSlideAtom aSlideAtom; member