Home
last modified time | relevance | path

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

/trunk/main/sd/source/core/
H A Ddrawdoc3.cxx326 sal_uInt16 nBMPage = pBookmarkDoc->GetPageByName( aBMPgName, bIsMasterPage ); in IterateBookmarkPages() local
328 if (nBMPage != SDRPAGE_NOTFOUND) in IterateBookmarkPages()
330 pBMPage = (SdPage*) pBookmarkDoc->GetPage(nBMPage); in IterateBookmarkPages()
340 const sal_uInt16 nBMSdPage = (nBMPage - 1) / 2; in IterateBookmarkPages()
688 sal_uInt16 nBMPage = pBookmarkDoc->GetPageByName( aPgName, bIsMasterPage ); in InsertBookmarkAsPage() local
690 if (nBMPage != SDRPAGE_NOTFOUND) in InsertBookmarkAsPage()
692 aBookmarkedPages[nPos] = dynamic_cast<SdPage*>(pBookmarkDoc->GetPage(nBMPage)); in InsertBookmarkAsPage()
699 sal_uInt16 nBMPage = pBMPage!=NULL ? pBMPage->GetPageNum() : SDRPAGE_NOTFOUND; in InsertBookmarkAsPage() local
729 nBMPage, // Von Seite (Standard) in InsertBookmarkAsPage()
730 nBMPage+1, // Bis Seite (Notizen) in InsertBookmarkAsPage()
/trunk/main/sd/source/ui/view/
H A DViewClipboard.cxx107 sal_uInt16 nBMPage = pDocument->GetPageByName ( in GetFirstMasterPage() local
119 if (nBMPage != SDRPAGE_NOTFOUND) in GetFirstMasterPage()
121 pDocument->GetMasterPage(nBMPage)); in GetFirstMasterPage()

Completed in 53 milliseconds