Lines Matching refs:ePageKind

580 	ePageKind				( PPT_MASTERPAGE ),  in PptSlidePersistEntry()
1092 if ( rPersistEntry.ePageKind == PPT_MASTERPAGE ) in ProcessObj()
1377 if ( rPersistEntry.ePageKind == PPT_MASTERPAGE ) in ProcessObj()
1649 pE2->ePageKind = PptPageKind( nPageListNum ); in SdrPowerPointImport()
1729 …if ( ( pE2->ePageKind == PPT_MASTERPAGE ) && ( pE2->aSlideAtom.nMasterId == 0 ) && ( pE2->bNotesMa… in SdrPowerPointImport()
1852 switch( ePageKind ) in GetDrawPage()
2371 PptSlidePersistList* SdrPowerPointImport::GetPageList(PptPageKind ePageKind) const in GetPageList()
2373 if ( ePageKind == PPT_MASTERPAGE ) in GetPageList()
2375 if ( ePageKind == PPT_SLIDEPAGE ) in GetPageList()
2377 if ( ePageKind == PPT_NOTEPAGE ) in GetPageList()
2640 sal_uInt16 SdrPowerPointImport::GetPageCount( PptPageKind ePageKind ) const in GetPageCount()
2642 PptSlidePersistList* pList = GetPageList( ePageKind ); in GetPageCount()
2777 if ( rPersistEntry.ePageKind == PPT_SLIDEPAGE ) in SeekToShape()
3108 if ( rSlidePersist.ePageKind == PPT_SLIDEPAGE ) in ImportPage()
3183 sal_uInt32 SdrPowerPointImport::GetMasterPageId( sal_uInt16 nPageNum, PptPageKind ePageKind ) const in GetMasterPageId()
3185 PptSlidePersistList* pPageList = GetPageList( ePageKind ); in GetMasterPageId()
3199 sal_Bool SdrPowerPointImport::HasMasterPage( sal_uInt16 nPageNum, PptPageKind ePageKind ) const in HasMasterPage()
3201 if ( ePageKind == PPT_NOTEPAGE ) in HasMasterPage()
3203 if ( ePageKind == PPT_MASTERPAGE ) in HasMasterPage()
3205 return GetMasterPageId( nPageNum, ePageKind ) != 0; in HasMasterPage()
3208 sal_uInt16 SdrPowerPointImport::GetMasterPageIndex( sal_uInt16 nPageNum, PptPageKind ePageKind ) co… in GetMasterPageIndex()
3211 if ( ePageKind == PPT_NOTEPAGE ) in GetMasterPageIndex()
3213 sal_uInt32 nId = GetMasterPageId( nPageNum, ePageKind ); in GetMasterPageIndex()