Home
last modified time | relevance | path

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

/AOO42X/main/sd/source/filter/ppt/
H A Dpptin.cxx581 … sal_Bool bNotesMaster = (*GetPageList( eAktPageKind ) )[ nAktPageNum ]->bNotesMaster; in Import()
582 … sal_Bool bStarDrawFiller = (*GetPageList( eAktPageKind ) )[ nAktPageNum ]->bStarDrawFiller; in Import()
585 sal_Bool bHandout = (*GetPageList( eAktPageKind ) )[ nAktPageNum ]->bHandoutMaster; in Import()
741 PptSlidePersistList* pList = GetPageList( eAktPageKind ); in Import()
906 PptPageKind ePageKind = eAktPageKind; in Import()
926 sal_uInt16 nMasterNum = GetMasterPageIndex( nAktPageNum, eAktPageKind ); in Import()
1000 eAktPageKind = PPT_NOTEPAGE; in Import()
1046 eAktPageKind = PPT_SLIDEPAGE; in Import()
1074 eAktPageKind = PPT_NOTEPAGE; in Import()
1430 PptSlidePersistList* pList = GetPageList( eAktPageKind ); in SetHeaderFooterPageSettings()
[all …]
/AOO42X/main/filter/source/msfilter/
H A Dsvdfppt.cxx1440 eAktPageKind ( PPT_MASTERPAGE ) in SdrPowerPointImport()
2005 … PPTConvertOCXControls aPPTConvertOCXControls( pOe->pShell, eAktPageKind ); in ImportOLE()
2611 PptSlidePersistList* pList = GetPageList( eAktPageKind ); in GetAktPageId()
2620 PptSlidePersistList* pList = GetPageList( eAktPageKind ); in SeekToAktPage()
2650 eAktPageKind = eKind; in SetPageNum()
2688 …Size aRet( IsNoteOrHandout( nAktPageNum, eAktPageKind ) ? aDocAtom.GetNotesPageSize() : aDocAtom.G… in GetPageSize()
2718 if ( nPageColorsNum != nAktPageNum || ePageColorsKind != eAktPageKind ) in GetColorFromPalette()
2721 PptSlidePersistList* pPageList = GetPageList( eAktPageKind ); in GetColorFromPalette()
2736 if ( eAktPageKind == PPT_MASTERPAGE ) in GetColorFromPalette()
2740 if ( HasMasterPage( nAktPageNum, eAktPageKind ) ) in GetColorFromPalette()
[all …]
/AOO42X/main/filter/inc/filter/msfilter/
H A Dsvdfppt.hxx553 PptPageKind eAktPageKind; member in SdrPowerPointImport
591 PptPageKind GetPageKind() const { return eAktPageKind; } in GetPageKind()