Searched refs:nBMPage (Results 1 – 2 of 2) sorted by relevance
326 sal_uInt16 nBMPage = pBookmarkDoc->GetPageByName( aBMPgName, bIsMasterPage ); in IterateBookmarkPages() local328 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() local690 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() local729 nBMPage, // Von Seite (Standard) in InsertBookmarkAsPage()730 nBMPage+1, // Bis Seite (Notizen) in InsertBookmarkAsPage()
107 sal_uInt16 nBMPage = pDocument->GetPageByName ( in GetFirstMasterPage() local119 if (nBMPage != SDRPAGE_NOTFOUND) in GetFirstMasterPage()121 pDocument->GetMasterPage(nBMPage)); in GetFirstMasterPage()
Completed in 18 milliseconds