Home
last modified time | relevance | path

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

/AOO42X/main/sd/source/filter/ppt/
H A Dpptin.cxx575 for ( sal_uInt16 nMasterNum = 0; nMasterNum < nMasterAnz; nMasterNum++ ) in Import() local
577 SetPageNum( nMasterNum, PPT_MASTERPAGE ); in Import()
593 if ( nMasterNum ) in Import()
597 if ( nMasterNum == 1 ) in Import()
631 if ( nMasterNum > 2 ) in Import()
636 … aLayoutName += String::CreateFromInt32( (sal_Int32)( ( nMasterNum + 1 ) / 2 - 1 ) ); in Import()
640 … aLayoutName = ( (SdPage*)mpDoc->GetMasterPage( nMasterNum - 1 ) )->GetName(); in Import()
926 sal_uInt16 nMasterNum = GetMasterPageIndex( nAktPageNum, eAktPageKind ); in Import() local
927 pPage->TRG_SetMasterPage(*pSdrModel->GetMasterPage(nMasterNum)); in Import()
929 if ( pPageList && nMasterNum < pPageList->Count() ) in Import()
[all …]
/AOO42X/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()