Home
last modified time | relevance | path

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

/AOO42X/main/sd/source/filter/ppt/
H A Dpptin.cxx1000 eAktPageKind = PPT_NOTEPAGE; in Import()
1010 SetPageNum( nNotesPageIndex, PPT_NOTEPAGE ); in Import()
1012 …if ( HasMasterPage( nNotesPageIndex, PPT_NOTEPAGE ) ) // try to get the LayoutName from the master… in Import()
1074 eAktPageKind = PPT_NOTEPAGE; in Import()
2386 if ( pSlideLayout || ( eAktPageKind == PPT_NOTEPAGE ) ) in ApplyTextObj()
2486 … if ( ( eAktPageKind != PPT_NOTEPAGE ) && ( pSlideLayout->aPlacementId[ i ] != (sal_uLong)-1 ) ) in ApplyTextObj()
/AOO42X/main/filter/source/msfilter/
H A Dsvdfppt.cxx1855 case PPT_NOTEPAGE : in GetDrawPage()
2377 if ( ePageKind == PPT_NOTEPAGE ) in GetPageList()
3176 sal_Bool bNote = eAktPageKind == PPT_NOTEPAGE; in IsNoteOrHandout()
3200 if ( ePageKind == PPT_NOTEPAGE ) in HasMasterPage()
3210 if ( ePageKind == PPT_NOTEPAGE ) in GetMasterPageIndex()
6800 case PPT_NOTEPAGE : in PPTTextObj()
/AOO42X/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx138 enum PptPageKind { PPT_MASTERPAGE, PPT_SLIDEPAGE, PPT_NOTEPAGE }; enumerator