Searched refs:nMasterPageCount (Results 1 – 6 of 6) sorted by relevance
190 sal_uInt16 nMasterPageCount = rDocument.GetMasterSdPageCount(PK_STANDARD); in RegisterDocument() local191 for (sal_uInt16 nIndex=0; nIndex<nMasterPageCount; nIndex++) in RegisterDocument()326 sal_uInt16 nMasterPageCount = rDocument.GetMasterSdPageCount(PK_STANDARD); in AnalyzeUsedMasterPages() local328 for (sal_uInt16 nIndex=0; nIndex<nMasterPageCount; nIndex++) in AnalyzeUsedMasterPages()
116 sal_uInt16 nMasterPageCount = mrDocument.GetMasterSdPageCount(PK_STANDARD); in Fill() local118 for (nIndex=0; nIndex<nMasterPageCount; nIndex++) in Fill()
98 sal_uInt16 nMasterPageCount(rTargetDocument.GetMasterSdPageCount(PK_STANDARD)); in CopyMasterPageToLocalDocument() local99 for (sal_uInt16 nMaster=0; nMaster<nMasterPageCount; nMaster++) in CopyMasterPageToLocalDocument()
110 sal_uInt16 nMasterPageCount = mrDocument.GetMasterPageCount(); in transformMasterPages() local111 for( sal_uInt16 nMasterPage = 0; nMasterPage < nMasterPageCount; nMasterPage++ ) in transformMasterPages()
1697 const sal_uInt16 nMasterPageCount = GetMasterPageCount(); in SetMasterPage() local1698 for ( sal_uInt16 nMPage = 0; nMPage < nMasterPageCount; nMPage++ ) in SetMasterPage()2133 sal_uInt16 nMasterPageCount = GetMasterPageCount(); in Merge() local2137 for( sal_uInt16 nMaster = nMasterPageCount; nMaster < GetMasterPageCount(); nMaster++ ) in Merge()
419 sal_uInt16 nMasterPageCount = mpDoc->GetMasterSdPageCount(ePageKind); in ExecuteDialog() local420 for (sal_uInt16 i = 0; i < nMasterPageCount; ++i) in ExecuteDialog()
Completed in 46 milliseconds