Searched refs:nMaster (Results 1 – 8 of 8) sorted by relevance
105 sal_uInt16 nMaster = 0; in SetPresentationLayout() local110 for ( nMaster = 0; nMaster < nMasterCount; nMaster++ ) in SetPresentationLayout()112 pMaster = static_cast<SdPage*>(pModel->GetMasterPage(nMaster)); in SetPresentationLayout()122 for ( nMaster = nMasterCount; nMaster > 0; nMaster-- ) in SetPresentationLayout()124 pMaster = static_cast<SdPage*>(pModel->GetMasterPage(nMaster - 1)); in SetPresentationLayout()
2137 for( sal_uInt16 nMaster = nMasterPageCount; nMaster < GetMasterPageCount(); nMaster++ ) in Merge() local2139 SdPage* pPage = static_cast< SdPage* >( GetMasterPage( nMaster ) ); in Merge()
89 , nMaster( 0 ) in StgHeader()151 >> nMaster; // 48 # of additional master blocks in Load()177 << nMaster; // 48 # of additional master blocks in Store()201 … && ( nMasterChain == STG_FREE || nMasterChain == STG_EOF || ( nMasterChain >=0 && nMaster > 0 ) ) in Check()202 && nMaster >= 0; in Check()256 if( n != nMaster ) bDirty = sal_True, nMaster = n; in SetMasters()
62 sal_Int32 nMaster; // 48 # of additional master blocks member in StgHeader86 sal_Int32 GetMasters() const { return nMaster; } in GetMasters()
99 for (sal_uInt16 nMaster=0; nMaster<nMasterPageCount; nMaster++) in CopyMasterPageToLocalDocument() local102 rTargetDocument.GetMasterSdPage (nMaster, PK_STANDARD)); in CopyMasterPageToLocalDocument()
557 for( sal_Int32 nMaster = 0, nMasterCount = rxMasterPages->getCount(); in implExportDocument() local558 ( nMaster < nMasterCount ) && ( -1 == nVisibleMaster ); in implExportDocument()559 ++nMaster ) in implExportDocument()563 rxMasterPages->getByIndex( nMaster ) >>= xMasterTestPage; in implExportDocument()566 nVisibleMaster = nMaster; in implExportDocument()
1053 sal_uInt16 nMaster, nMasterCount = pSdrModel->GetMasterPageCount(); in Import() local1055 for ( nMaster = 1; nMaster < nMasterCount; nMaster++ ) in Import()1057 SdPage* pMaster = static_cast<SdPage*>( pSdrModel->GetMasterPage( nMaster ) ); in Import()1060 SetPageNum( nMaster, PPT_MASTERPAGE ); in Import()
2698 for( sal_Int32 nMaster = 1; nMaster < nMPageCount; nMaster++ ) in insertNewByIndex() local2700 SdPage* pPage = (SdPage*)mpDoc->GetMasterPage((sal_uInt16)nMaster); in insertNewByIndex()
Completed in 82 milliseconds