Searched refs:PPT_NOTEPAGE (Results 1 – 3 of 3) sorted by relevance
1002 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()
1855 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()
138 enum PptPageKind { PPT_MASTERPAGE, PPT_SLIDEPAGE, PPT_NOTEPAGE }; enumerator