Home
last modified time | relevance | path

Searched refs:nMaster (Results 1 – 8 of 8) sorted by relevance

/trunk/main/sd/source/core/
H A Dsdpage2.cxx105 sal_uInt16 nMaster = 0; in SetPresentationLayout() local
110 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()
H A Ddrawdoc3.cxx2137 for( sal_uInt16 nMaster = nMasterPageCount; nMaster < GetMasterPageCount(); nMaster++ ) in Merge() local
2139 SdPage* pPage = static_cast< SdPage* >( GetMasterPage( nMaster ) ); in Merge()
/trunk/main/sot/source/sdstor/
H A Dstgelem.cxx89 , 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()
H A Dstgelem.hxx62 sal_Int32 nMaster; // 48 # of additional master blocks member in StgHeader
86 sal_Int32 GetMasters() const { return nMaster; } in GetMasters()
/trunk/main/sd/source/ui/sidebar/
H A DDocumentHelper.cxx99 for (sal_uInt16 nMaster=0; nMaster<nMasterPageCount; nMaster++) in CopyMasterPageToLocalDocument() local
102 rTargetDocument.GetMasterSdPage (nMaster, PK_STANDARD)); in CopyMasterPageToLocalDocument()
/trunk/main/filter/source/svg/
H A Dsvgexport.cxx557 for( sal_Int32 nMaster = 0, nMasterCount = rxMasterPages->getCount(); in implExportDocument() local
558 ( nMaster < nMasterCount ) && ( -1 == nVisibleMaster ); in implExportDocument()
559 ++nMaster ) in implExportDocument()
563 rxMasterPages->getByIndex( nMaster ) >>= xMasterTestPage; in implExportDocument()
566 nVisibleMaster = nMaster; in implExportDocument()
/trunk/main/sd/source/filter/ppt/
H A Dpptin.cxx1053 sal_uInt16 nMaster, nMasterCount = pSdrModel->GetMasterPageCount(); in Import() local
1055 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()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx2698 for( sal_Int32 nMaster = 1; nMaster < nMPageCount; nMaster++ ) in insertNewByIndex() local
2700 SdPage* pPage = (SdPage*)mpDoc->GetMasterPage((sal_uInt16)nMaster); in insertNewByIndex()

Completed in 70 milliseconds