Searched refs:bIsMasterPage (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sd/source/ui/docshell/ |
H A D | docshel4.cxx | 759 sal_Bool bIsMasterPage = sal_False; in GotoBookmark() local 799 nPageNumber = mpDoc->GetPageByName( aBookmark, bIsMasterPage ); in GotoBookmark() 818 if (bIsMasterPage) in GotoBookmark() 873 if (bIsMasterPage) in GotoBookmark() 959 sal_Bool bIsMasterPage; in GetObjectIsmarked() local 960 sal_uInt16 nPgNum = mpDoc->GetPageByName( aBookmark, bIsMasterPage ); in GetObjectIsmarked() 998 if( bIsMasterPage ) in GetObjectIsmarked() 1066 sal_Bool bIsMasterPage; in GotoTreeBookmark() local 1067 sal_uInt16 nPgNum = mpDoc->GetPageByName( aBookmark, bIsMasterPage ); in GotoTreeBookmark() 1105 if( bIsMasterPage ) in GotoTreeBookmark()
|
/trunk/main/sd/source/core/ |
H A D | drawdoc3.cxx | 241 sal_Bool bIsMasterPage; in InsertBookmark() local 243 if( pBookmarkDoc->GetPageByName( aBMPgName, bIsMasterPage ) != SDRPAGE_NOTFOUND ) in InsertBookmark() 324 sal_Bool bIsMasterPage; in IterateBookmarkPages() local 326 sal_uInt16 nBMPage = pBookmarkDoc->GetPageByName( aBMPgName, bIsMasterPage ); in IterateBookmarkPages() 612 sal_Bool bIsMasterPage; in InsertBookmarkAsPage() local 623 GetPageByName(pName, bIsMasterPage ) != SDRPAGE_NOTFOUND ) in InsertBookmarkAsPage() 687 sal_Bool bIsMasterPage; in InsertBookmarkAsPage() local 688 sal_uInt16 nBMPage = pBookmarkDoc->GetPageByName( aPgName, bIsMasterPage ); in InsertBookmarkAsPage() 712 sal_Bool bIsMasterPage; in InsertBookmarkAsPage() local 713 sal_uInt16 nPageSameName = GetPageByName(aPgName, bIsMasterPage); in InsertBookmarkAsPage()
|
/trunk/main/sd/source/ui/view/ |
H A D | ViewClipboard.cxx | 102 sal_Bool bIsMasterPage; in GetFirstMasterPage() local 108 sName, bIsMasterPage); in GetFirstMasterPage() 109 if ( ! bIsMasterPage) in GetFirstMasterPage()
|
/trunk/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsDragAndDropContext.cxx | 101 sal_Bool bIsMasterPage (sal_False); in GetPagesFromBookmarks() local 102 const sal_uInt16 nPageIndex (pDocument->GetPageByName(sPageName, bIsMasterPage)); in GetPagesFromBookmarks()
|
H A D | SlsClipboard.cxx | 568 sal_Bool bIsMasterPage = sal_False; in CreateTransferableUserData() local 569 … const sal_uInt16 nPageIndex (pTransferableDocument->GetPageByName(sBookmark, bIsMasterPage)); in CreateTransferableUserData()
|
/trunk/main/sd/source/ui/slideshow/ |
H A D | slideshowimpl.cxx | 1753 sal_Bool bIsMasterPage; in getSlideNumberForBookmark() local 1755 sal_uInt16 nPgNum = mpDoc->GetPageByName( aBookmark, bIsMasterPage ); in getSlideNumberForBookmark() 1765 bIsMasterPage = (sal_Bool)pObj->GetPage()->IsMasterPage(); in getSlideNumberForBookmark() 1769 …if( (nPgNum == SDRPAGE_NOTFOUND) || bIsMasterPage || static_cast<SdPage*>(mpDoc->GetPage(nPgNum))-… in getSlideNumberForBookmark() 2927 sal_Bool bIsMasterPage; in receiveRequest() local 2928 sal_uInt16 nPgNum = mpDoc->GetPageByName( aTarget, bIsMasterPage ); in receiveRequest()
|
/trunk/main/sd/source/ui/unoidl/ |
H A D | unoobj.cxx | 789 sal_Bool bIsMasterPage; in getPropertyValue() local 790 if(pDoc->GetPageByName( pInfo->GetBookmark(), bIsMasterPage ) != SDRPAGE_NOTFOUND) in getPropertyValue() 802 if(pDoc->GetPageByName( aName, bIsMasterPage ) != SDRPAGE_NOTFOUND) in getPropertyValue()
|
H A D | unomodel.cxx | 1580 sal_Bool bIsMasterPage; in ImplPDFGetBookmarkPage() local 1581 sal_uInt16 nPgNum = rDoc.GetPageByName( aBookmark, bIsMasterPage ); in ImplPDFGetBookmarkPage()
|
/trunk/main/sd/source/filter/html/ |
H A D | htmlex.cxx | 1678 sal_Bool bIsMasterPage; in CreateHtmlForPresPages() local 1679 sal_uInt16 nPgNum = mpDoc->GetPageByName( aURL, bIsMasterPage ); in CreateHtmlForPresPages() 1763 sal_Bool bIsMasterPage; in CreateHtmlForPresPages() local 1764 … sal_uInt16 nPgNum = mpDoc->GetPageByName( pInfo->GetBookmark(), bIsMasterPage ); in CreateHtmlForPresPages()
|
Completed in 73 milliseconds