Home
last modified time | relevance | path

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

/AOO42X/main/filter/source/msfilter/
H A Dsvdfppt.cxx1433 pMasterPages ( NULL ), in SdrPowerPointImport()
1622 pMasterPages=new PptSlidePersistList; in SdrPowerPointImport()
1632 pMasterPages->C40_INSERT( PptSlidePersistEntry, pE, 0 ); in SdrPowerPointImport()
1660 if ( pMasterPages->Count() == 1 ) // -> there is only a handout page available in SdrPowerPointImport()
1664 pMasterPages->C40_INSERT( PptSlidePersistEntry, pE2, 1 ); in SdrPowerPointImport()
1669 sal_uInt16 nMasterPages = pMasterPages->Count() - 1; in SdrPowerPointImport()
1680 pMasterPages->C40_INSERT( PptSlidePersistEntry, pE2, ( nMasterPage + 1 ) << 1 ); in SdrPowerPointImport()
1763 for ( sal_uInt16 i = 0; i < pMasterPages->Count(); i++ ) in SdrPowerPointImport()
1765 if ( (*pMasterPages)[ i ]->bNotesMaster ) in SdrPowerPointImport()
1766 … (*pMasterPages)[ i ]->pHeaderFooterEntry = new HeaderFooterEntry( aNotesMaster ); in SdrPowerPointImport()
[all …]
/AOO42X/main/sd/source/filter/ppt/
H A Dpptin.cxx569 pMasterPages->Count() + pSlidePages->Count() + pNotePages->Count() ); in Import()
763 sal_uInt16 nNextMaster = pMasterPages->FindPage( pE->aSlideAtom.nMasterId ); in Import()
/AOO42X/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx546 PptSlidePersistList* pMasterPages; member in SdrPowerPointImport