Home
last modified time | relevance | path

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

/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx577 for ( sal_uInt16 nMasterNum = 0; nMasterNum < nMasterAnz; nMasterNum++ ) in Import() local
579 SetPageNum( nMasterNum, PPT_MASTERPAGE ); in Import()
595 if ( nMasterNum ) in Import()
599 if ( nMasterNum == 1 ) in Import()
633 if ( nMasterNum > 2 ) in Import()
928 sal_uInt16 nMasterNum = GetMasterPageIndex( nAktPageNum, eAktPageKind ); in Import() local
929 pPage->TRG_SetMasterPage(*pSdrModel->GetMasterPage(nMasterNum)); in Import()
931 if ( pPageList && nMasterNum < pPageList->Count() ) in Import()
932 pMasterPersist = (*pPageList)[ nMasterNum ]; in Import()
1844 if ( pPageList && ( nMasterNum < pPageList->Count() ) ) in ImportPageEffect()
[all …]
/trunk/main/filter/source/msfilter/
H A Dsvdfppt.cxx2742 sal_uInt16 nMasterNum = GetMasterPageIndex( nAktPageNum, eAktPageKind ); in GetColorFromPalette() local
2743 if ( nMasterNum < pPageList2->Count() ) in GetColorFromPalette()
2744 pMasterPersist = (*pPageList2)[ nMasterNum ]; in GetColorFromPalette()
2781 sal_uInt16 nMasterNum = GetMasterPageIndex( nAktPageNum, eAktPageKind ); in SeekToShape() local
2783 if ( pPageList && ( nMasterNum < pPageList->Count() ) ) in SeekToShape()
2785 … PptSlidePersistEntry* pPersist = (*pPageList)[ nMasterNum ]; // get the masterpage's persistentry in SeekToShape()
3006 sal_uInt16 nMasterNum = GetMasterPageIndex( nAktPageNum, eAktPageKind ); in ImportPage() local
3008 PptSlidePersistEntry* pE = (*pPageList)[ nMasterNum ]; in ImportPage()

Completed in 59 milliseconds