Home
last modified time | relevance | path

Searched refs:nMasterPageCount (Results 1 – 6 of 6) sorted by relevance

/trunk/main/sd/source/ui/sidebar/
H A DMasterPageObserver.cxx190 sal_uInt16 nMasterPageCount = rDocument.GetMasterSdPageCount(PK_STANDARD); in RegisterDocument() local
191 for (sal_uInt16 nIndex=0; nIndex<nMasterPageCount; nIndex++) in RegisterDocument()
326 sal_uInt16 nMasterPageCount = rDocument.GetMasterSdPageCount(PK_STANDARD); in AnalyzeUsedMasterPages() local
328 for (sal_uInt16 nIndex=0; nIndex<nMasterPageCount; nIndex++) in AnalyzeUsedMasterPages()
H A DRecentMasterPagesSelector.cxx116 sal_uInt16 nMasterPageCount = mrDocument.GetMasterSdPageCount(PK_STANDARD); in Fill() local
118 for (nIndex=0; nIndex<nMasterPageCount; nIndex++) in Fill()
H A DDocumentHelper.cxx98 sal_uInt16 nMasterPageCount(rTargetDocument.GetMasterSdPageCount(PK_STANDARD)); in CopyMasterPageToLocalDocument() local
99 for (sal_uInt16 nMaster=0; nMaster<nMasterPageCount; nMaster++) in CopyMasterPageToLocalDocument()
/trunk/main/sd/source/filter/xml/
H A Dsdtransform.cxx110 sal_uInt16 nMasterPageCount = mrDocument.GetMasterPageCount(); in transformMasterPages() local
111 for( sal_uInt16 nMasterPage = 0; nMasterPage < nMasterPageCount; nMasterPage++ ) in transformMasterPages()
/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx1697 const sal_uInt16 nMasterPageCount = GetMasterPageCount(); in SetMasterPage() local
1698 for ( sal_uInt16 nMPage = 0; nMPage < nMasterPageCount; nMPage++ ) in SetMasterPage()
2133 sal_uInt16 nMasterPageCount = GetMasterPageCount(); in Merge() local
2137 for( sal_uInt16 nMaster = nMasterPageCount; nMaster < GetMasterPageCount(); nMaster++ ) in Merge()
/trunk/main/sd/source/ui/func/
H A Dfupage.cxx419 sal_uInt16 nMasterPageCount = mpDoc->GetMasterSdPageCount(ePageKind); in ExecuteDialog() local
420 for (sal_uInt16 i = 0; i < nMasterPageCount; ++i) in ExecuteDialog()

Completed in 28 milliseconds