Home
last modified time | relevance | path

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

/AOO41X/main/sd/source/filter/ppt/
H A Dpptin.cxx1002 eAktPageKind = PPT_NOTEPAGE; in Import()
1012 SetPageNum( nNotesPageIndex, PPT_NOTEPAGE ); in Import()
1014 …if ( HasMasterPage( nNotesPageIndex, PPT_NOTEPAGE ) ) // try to get the LayoutName from the master… in Import()
1076 eAktPageKind = PPT_NOTEPAGE; in Import()
2388 if ( pSlideLayout || ( eAktPageKind == PPT_NOTEPAGE ) ) in ApplyTextObj()
2488 … if ( ( eAktPageKind != PPT_NOTEPAGE ) && ( pSlideLayout->aPlacementId[ i ] != (sal_uLong)-1 ) ) in ApplyTextObj()
/AOO41X/main/filter/source/msfilter/
H A Dsvdfppt.cxx1855 case PPT_NOTEPAGE : in GetDrawPage()
2377 if ( ePageKind == PPT_NOTEPAGE ) in GetPageList()
3177 sal_Bool bNote = eAktPageKind == PPT_NOTEPAGE; in IsNoteOrHandout()
3201 if ( ePageKind == PPT_NOTEPAGE ) in HasMasterPage()
3211 if ( ePageKind == PPT_NOTEPAGE ) in GetMasterPageIndex()
6801 case PPT_NOTEPAGE : in PPTTextObj()
/AOO41X/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx138 enum PptPageKind { PPT_MASTERPAGE, PPT_SLIDEPAGE, PPT_NOTEPAGE }; enumerator