Home
last modified time | relevance | path

Searched refs:nMPageCount (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx390 const sal_uInt16 nMPageCount = rDoc.GetMasterPageCount(); in operator ()() local
391 for (sal_uInt16 nMPage = 0; nMPage < nMPageCount && !bFound; nMPage++) in operator ()()
466 const sal_uInt16 nMPageCount = GetMasterPageCount(); in InsertBookmarkAsPage() local
468 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()
/trunk/main/sd/source/ui/unoidl/
H A Dunomodel.cxx2684 const sal_Int32 nMPageCount = mpDoc->GetMasterPageCount(); in insertNewByIndex() local
2686 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 38 milliseconds