Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx1007 sal_uInt16 nNotesPageIndex = pNotePages->FindPage( nNotesPageId ); in Import() local
1008 if ( nNotesPageIndex == PPTSLIDEPERSIST_ENTRY_NOTFOUND ) in Import()
1009 nNotesPageIndex = 0; 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()