Searched refs:pMasterPages (Results 1 – 3 of 3) sorted by relevance
1433 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 …]
569 pMasterPages->Count() + pSlidePages->Count() + pNotePages->Count() ); in Import()763 sal_uInt16 nNextMaster = pMasterPages->FindPage( pE->aSlideAtom.nMasterId ); in Import()
546 PptSlidePersistList* pMasterPages; member in SdrPowerPointImport