Searched refs:nMPageCount (Results 1 – 2 of 2) sorted by relevance
390 const sal_uInt16 nMPageCount = rDoc.GetMasterPageCount(); in operator ()() local391 for (sal_uInt16 nMPage = 0; nMPage < nMPageCount && !bFound; nMPage++) in operator ()()466 const sal_uInt16 nMPageCount = GetMasterPageCount(); in InsertBookmarkAsPage() local468 if (nSdPageCount==0 || nBMSdPageCount==0 || nMPageCount==0) in InsertBookmarkAsPage()836 for (sal_uInt16 nPage = nNewMPageCount - 1; nPage >= nMPageCount; nPage--) in InsertBookmarkAsPage()843 for (sal_uInt16 nTest = 0; nTest < nMPageCount; nTest++) in InsertBookmarkAsPage()945 for (sal_uInt16 nPage = nMPageCount; nPage < nNewMPageCount; nPage++) in InsertBookmarkAsPage()
2684 const sal_Int32 nMPageCount = mpDoc->GetMasterPageCount(); in insertNewByIndex() local2686 if( nInsertPos < 0 || nInsertPos > nMPageCount ) in insertNewByIndex()2687 nInsertPos = nMPageCount; in insertNewByIndex()2698 for( sal_Int32 nMaster = 1; nMaster < nMPageCount; nMaster++ ) in insertNewByIndex()
Completed in 57 milliseconds