Searched refs:GetPageByName (Results 1 – 14 of 14) sorted by relevance
/aoo41x/main/sd/source/core/ |
H A D | drawdoc3.cxx | 243 if( pBookmarkDoc->GetPageByName( aBMPgName, bIsMasterPage ) != SDRPAGE_NOTFOUND ) in InsertBookmark() 326 sal_uInt16 nBMPage = pBookmarkDoc->GetPageByName( aBMPgName, bIsMasterPage ); in IterateBookmarkPages() 623 GetPageByName(pName, bIsMasterPage ) != SDRPAGE_NOTFOUND ) in InsertBookmarkAsPage() 688 sal_uInt16 nBMPage = pBookmarkDoc->GetPageByName( aPgName, bIsMasterPage ); in InsertBookmarkAsPage() 713 sal_uInt16 nPageSameName = GetPageByName(aPgName, bIsMasterPage); in InsertBookmarkAsPage()
|
H A D | drawdoc2.cxx | 162 sal_uInt16 SdDrawDocument::GetPageByName(const String& rPgName, sal_Bool& rbIsMasterPage) const in GetPageByName() function in SdDrawDocument
|
/aoo41x/main/sd/source/ui/docshell/ |
H A D | docshel4.cxx | 799 nPageNumber = mpDoc->GetPageByName( aBookmark, bIsMasterPage ); in GotoBookmark() 960 sal_uInt16 nPgNum = mpDoc->GetPageByName( aBookmark, bIsMasterPage ); in GetObjectIsmarked() 1067 sal_uInt16 nPgNum = mpDoc->GetPageByName( aBookmark, bIsMasterPage ); in GotoTreeBookmark()
|
H A D | docshel2.cxx | 485 sal_uInt16 nExistingPageNum = mpDoc->GetPageByName( rInOutPageName, bOutDummy ); in IsNewPageNameValid()
|
/aoo41x/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsDragAndDropContext.cxx | 102 const sal_uInt16 nPageIndex (pDocument->GetPageByName(sPageName, bIsMasterPage)); in GetPagesFromBookmarks()
|
H A D | SlsClipboard.cxx | 569 … const sal_uInt16 nPageIndex (pTransferableDocument->GetPageByName(sBookmark, bIsMasterPage)); in CreateTransferableUserData()
|
H A D | SlsSlotManager.cxx | 962 if( pDocument->GetPageByName( rName, bOutDummy ) != SDRPAGE_NOTFOUND ) in RenameSlideFromDrawViewShell()
|
/aoo41x/main/sd/source/ui/view/ |
H A D | ViewClipboard.cxx | 107 sal_uInt16 nBMPage = pDocument->GetPageByName ( in GetFirstMasterPage()
|
H A D | drviewsb.cxx | 729 if( GetDoc()->GetPageByName( rName, bOutDummy ) != SDRPAGE_NOTFOUND ) in RenameSlide()
|
/aoo41x/main/sd/inc/ |
H A D | drawdoc.hxx | 363 sal_uInt16 GetPageByName(const String& rPgName, sal_Bool& rbIsMasterPage ) const;
|
/aoo41x/main/sd/source/ui/unoidl/ |
H A D | unoobj.cxx | 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 | 1581 sal_uInt16 nPgNum = rDoc.GetPageByName( aBookmark, bIsMasterPage ); in ImplPDFGetBookmarkPage()
|
/aoo41x/main/sd/source/filter/html/ |
H A D | htmlex.cxx | 1679 sal_uInt16 nPgNum = mpDoc->GetPageByName( aURL, bIsMasterPage ); in CreateHtmlForPresPages() 1764 … sal_uInt16 nPgNum = mpDoc->GetPageByName( pInfo->GetBookmark(), bIsMasterPage ); in CreateHtmlForPresPages()
|
/aoo41x/main/sd/source/ui/slideshow/ |
H A D | slideshowimpl.cxx | 1755 sal_uInt16 nPgNum = mpDoc->GetPageByName( aBookmark, bIsMasterPage ); in getSlideNumberForBookmark() 2928 sal_uInt16 nPgNum = mpDoc->GetPageByName( aTarget, bIsMasterPage ); in receiveRequest()
|
Completed in 535 milliseconds