Searched refs:nMasterNum (Results 1 – 2 of 2) sorted by relevance
575 for ( sal_uInt16 nMasterNum = 0; nMasterNum < nMasterAnz; nMasterNum++ ) in Import() local577 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() local927 pPage->TRG_SetMasterPage(*pSdrModel->GetMasterPage(nMasterNum)); in Import()929 if ( pPageList && nMasterNum < pPageList->Count() ) in Import()[all …]
2742 sal_uInt16 nMasterNum = GetMasterPageIndex( nAktPageNum, eAktPageKind ); in GetColorFromPalette() local2743 if ( nMasterNum < pPageList2->Count() ) in GetColorFromPalette()2744 pMasterPersist = (*pPageList2)[ nMasterNum ]; in GetColorFromPalette()2781 sal_uInt16 nMasterNum = GetMasterPageIndex( nAktPageNum, eAktPageKind ); in SeekToShape() local2783 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() local3008 PptSlidePersistEntry* pE = (*pPageList)[ nMasterNum ]; in ImportPage()