Home
last modified time | relevance | path

Searched refs:PptPageKind (Results 1 – 3 of 3) sorted by path

/trunk/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx138 enum PptPageKind { PPT_MASTERPAGE, PPT_SLIDEPAGE, PPT_NOTEPAGE }; enum
349 PptPageKind ePageKind; //
552 PptPageKind ePageColorsKind;
553 PptPageKind eAktPageKind;
577 PptSlidePersistList* GetPageList(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;
1136 PptPageKind ePageKind;
[all …]
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx1640 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()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx908 PptPageKind ePageKind = eAktPageKind; in Import()

Completed in 73 milliseconds