Searched refs:PptPageKind (Results 1 – 3 of 3) sorted by relevance
| /AOO42X/main/filter/inc/filter/msfilter/ |
| H A D | svdfppt.hxx | 138 enum PptPageKind { PPT_MASTERPAGE, PPT_SLIDEPAGE, PPT_NOTEPAGE }; enum 349 PptPageKind ePageKind; // 552 PptPageKind ePageColorsKind; 553 PptPageKind eAktPageKind; 577 PptSlidePersistList* GetPageList(PptPageKind ePageKind) const; 579 sal_uInt32 GetMasterPageId(sal_uInt16 nPageNum, PptPageKind ePageKind) const; 588 sal_uInt16 GetPageCount( PptPageKind eKind = PPT_SLIDEPAGE ) const; 589 void SetPageNum( sal_uInt16 nPageNum, PptPageKind = PPT_SLIDEPAGE ); 591 PptPageKind GetPageKind() const { return eAktPageKind; } in GetPageKind() 594 sal_Bool IsNoteOrHandout( sal_uInt16 nPageNum, PptPageKind ePageKind ) const; [all …]
|
| /AOO42X/main/filter/source/msfilter/ |
| H A D | svdfppt.cxx | 1640 PptSlidePersistList* pPageList = GetPageList( PptPageKind( nPageListNum ) ); in SdrPowerPointImport() 1649 pE2->ePageKind = PptPageKind( nPageListNum ); in SdrPowerPointImport() 1687 PptSlidePersistList* pPageList = GetPageList( PptPageKind( nPageListNum ) ); in SdrPowerPointImport() 2371 PptSlidePersistList* SdrPowerPointImport::GetPageList(PptPageKind ePageKind) const in GetPageList() 2640 sal_uInt16 SdrPowerPointImport::GetPageCount( PptPageKind ePageKind ) const in GetPageCount() 2648 void SdrPowerPointImport::SetPageNum( sal_uInt16 nPageNum, PptPageKind eKind ) in SetPageNum() 3174 sal_Bool SdrPowerPointImport::IsNoteOrHandout( sal_uInt16 nPageNum, PptPageKind /*ePageKind*/) const in IsNoteOrHandout() 3182 sal_uInt32 SdrPowerPointImport::GetMasterPageId( sal_uInt16 nPageNum, PptPageKind ePageKind ) const in GetMasterPageId() 3198 sal_Bool SdrPowerPointImport::HasMasterPage( sal_uInt16 nPageNum, PptPageKind ePageKind ) const in HasMasterPage() 3207 sal_uInt16 SdrPowerPointImport::GetMasterPageIndex( sal_uInt16 nPageNum, PptPageKind ePageKind ) co… in GetMasterPageIndex()
|
| /AOO42X/main/sd/source/filter/ppt/ |
| H A D | pptin.cxx | 906 PptPageKind ePageKind = eAktPageKind; in Import()
|