Searched refs:nAktPageNum (Results 1 – 3 of 3) sorted by relevance
581 … 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()742 PptSlidePersistEntry* pPersist = ( pList && ( nAktPageNum < pList->Count() ) ) in Import()743 ? (*pList)[ nAktPageNum ] : NULL; in Import()746 … pPersist->bStarDrawFiller && pPersist->bNotesMaster && ( nAktPageNum > 2 ) && ( ( nAktPageNum & 1… in Import()748 pSdrModel->DeleteMasterPage( nAktPageNum ); in Import()750 pSdrModel->InsertMasterPage( pNotesClone, nAktPageNum ); in Import()753 … String aLayoutName( ((SdPage*)pSdrModel->GetMasterPage( nAktPageNum - 1 ))->GetLayoutName() ); in Import()774 ProcessData aProcessData( *(*pList)[ nAktPageNum ], (SdPage*)pMPage ); in Import()[all …]
1436 nAktPageNum ( 0 ), in SdrPowerPointImport()2612 if ( pList && nAktPageNum < pList->Count() ) in GetAktPageId()2613 return (*pList)[ (sal_uInt16)nAktPageNum ]->aPersistAtom.nSlideId; in GetAktPageId()2621 if ( pList && ( nAktPageNum < pList->Count() ) ) in SeekToAktPage()2623 sal_uLong nPersist = (*pList)[ (sal_uInt16)nAktPageNum ]->aPersistAtom.nPsrReference; in SeekToAktPage()2651 nAktPageNum = nPageNum; in SetPageNum()2688 …Size aRet( IsNoteOrHandout( nAktPageNum, eAktPageKind ) ? aDocAtom.GetNotesPageSize() : aDocAtom.G… in GetPageSize()2718 if ( nPageColorsNum != nAktPageNum || ePageColorsKind != eAktPageKind ) in GetColorFromPalette()2722 if ( pPageList && ( nAktPageNum < pPageList->Count() ) ) in GetColorFromPalette()2724 PptSlidePersistEntry* pE = (*pPageList)[ nAktPageNum ]; in GetColorFromPalette()[all …]
549 sal_uInt16 nAktPageNum; member in SdrPowerPointImport590 sal_uInt16 GetPageNum() const { return nAktPageNum; } in GetPageNum()