Home
last modified time | relevance | path

Searched refs:rBookmark (Results 1 – 25 of 50) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dswserv.hxx43 SwServerObject( ::sw::mark::IMark& rBookmark ) in SwServerObject() argument
46 m_CNTNT_TYPE.pBkmk = &rBookmark; in SwServerObject()
70 void SetDdeBookmark( ::sw::mark::IMark& rBookmark);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dswserv.hxx43 SwServerObject( ::sw::mark::IMark& rBookmark ) in SwServerObject() argument
46 m_CNTNT_TYPE.pBkmk = &rBookmark; in SwServerObject()
70 void SetDdeBookmark( ::sw::mark::IMark& rBookmark);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/core/
H A Danminfo.cxx95 void SdAnimationInfo::SetBookmark( const OUString& rBookmark ) in SetBookmark() argument
99 OUString sURL = "#" + rBookmark; in SetBookmark()
105 SvxFieldItem aURLItem( SvxURLField( rBookmark, rBookmark ), EE_FEATURE_FIELD ); in SetBookmark()
H A Ddrawdoc3.cxx306 [&pBookmarkDoc](const OUString& rBookmark) { in InsertBookmark() argument
309 return pBookmarkDoc->GetPageByName(rBookmark, bIsMasterPage) != SDRPAGE_NOTFOUND; in InsertBookmark()
988 for ( const auto& rBookmark : rBookmarkList ) in InsertBookmarkAsObject() local
991 SdrObject* pObj = pBookmarkDoc->GetObj(rBookmark); in InsertBookmarkAsObject()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/core/
H A Danminfo.cxx95 void SdAnimationInfo::SetBookmark( const OUString& rBookmark ) in SetBookmark() argument
99 OUString sURL = "#" + rBookmark; in SetBookmark()
105 SvxFieldItem aURLItem( SvxURLField( rBookmark, rBookmark ), EE_FEATURE_FIELD ); in SetBookmark()
H A Ddrawdoc3.cxx300 [&pBookmarkDoc](const OUString& rBookmark) { in InsertBookmark() argument
303 return pBookmarkDoc->GetPageByName(rBookmark, bIsMasterPage) != SDRPAGE_NOTFOUND; in InsertBookmark()
990 for ( const auto& rBookmark : rBookmarkList ) in InsertBookmarkAsObject() local
993 SdrObject* pObj = pBookmarkDoc->GetObj(rBookmark); in InsertBookmarkAsObject()
/dports/editors/libreoffice/libreoffice-7.2.6.2/fpicker/source/aqua/
H A DNSURL_OOoAdditions.mm87 CFDataRef rBookmark = CFURLCreateBookmarkDataFromFile( nullptr, rUrl, &rError );
89 if( rBookmark == nullptr )
96 …rResolvedUrl = CFURLCreateByResolvingBookmarkData( kCFAllocatorDefault, rBookmark, kCFBookmarkReso…
98 CFRelease( rBookmark );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/fpicker/source/aqua/
H A DNSURL_OOoAdditions.mm87 CFDataRef rBookmark = CFURLCreateBookmarkDataFromFile( nullptr, rUrl, &rError );
89 if( rBookmark == nullptr )
96 …rResolvedUrl = CFURLCreateByResolvingBookmarkData( kCFAllocatorDefault, rBookmark, kCFBookmarkReso…
98 CFRelease( rBookmark );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/doc/
H A Dswserv.cxx263 void SwServerObject::SetDdeBookmark( ::sw::mark::IMark& rBookmark) in SetDdeBookmark() argument
265 …::sw::mark::DdeBookmark* const pDdeBookmark = dynamic_cast< ::sw::mark::DdeBookmark* >(&rBookmark); in SetDdeBookmark()
269 m_CNTNT_TYPE.pBkmk = &rBookmark; in SetDdeBookmark()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/doc/
H A Dswserv.cxx263 void SwServerObject::SetDdeBookmark( ::sw::mark::IMark& rBookmark) in SetDdeBookmark() argument
265 …::sw::mark::DdeBookmark* const pDdeBookmark = dynamic_cast< ::sw::mark::DdeBookmark* >(&rBookmark); in SetDdeBookmark()
269 m_CNTNT_TYPE.pBkmk = &rBookmark; in SetDdeBookmark()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/view/
H A Ddrviewsh.cxx31 void DrawViewShell::GotoBookmark(const OUString& rBookmark) in GotoBookmark() argument
38 pDocSh->GotoBookmark(rBookmark); in GotoBookmark()
H A Dsdview2.cxx853 for ( const auto& rBookmark : rBookmarkList ) in GetExchangeList() local
855 OUString aNewName = rBookmark; in GetExchangeList()
885 bListIdentical = rBookmark == aNewName; in GetExchangeList()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/view/
H A Ddrviewsh.cxx32 void DrawViewShell::GotoBookmark(const OUString& rBookmark) in GotoBookmark() argument
39 pDocSh->GotoBookmark(rBookmark); in GotoBookmark()
H A Dsdview2.cxx867 for ( const auto& rBookmark : rBookmarkList ) in GetExchangeList() local
869 OUString aNewName = rBookmark; in GetExchangeList()
899 bListIdentical = rBookmark == aNewName; in GetExchangeList()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/docshell/
H A Ddocshel4.cxx689 void DrawDocShell::GotoBookmark(const OUString& rBookmark) in GotoBookmark() argument
702 if ( rBookmark.match( sInteraction ) ) in GotoBookmark()
705 if ( rBookmark.match( sJump, sInteraction.getLength() ) ) in GotoBookmark()
707 OUString aDestination( rBookmark.copy( sInteraction.getLength() + sJump.getLength() ) ); in GotoBookmark()
734 nPageNumber = mpDoc->GetPageByName( rBookmark, bIsMasterPage ); in GotoBookmark()
739 pObj = mpDoc->GetObj(rBookmark); in GotoBookmark()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/docshell/
H A Ddocshel4.cxx686 void DrawDocShell::GotoBookmark(const OUString& rBookmark) in GotoBookmark() argument
699 if ( rBookmark.match( sInteraction ) ) in GotoBookmark()
702 if ( rBookmark.match( sJump, sInteraction.getLength() ) ) in GotoBookmark()
704 OUString aDestination( rBookmark.copy( sInteraction.getLength() + sJump.getLength() ) ); in GotoBookmark()
731 nPageNumber = mpDoc->GetPageByName( rBookmark, bIsMasterPage ); in GotoBookmark()
736 pObj = mpDoc->GetObj(rBookmark); in GotoBookmark()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/inc/
H A Danminfo.hxx57 void SetBookmark( const OUString& rBookmark );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/inc/
H A Danminfo.hxx58 void SetBookmark( const OUString& rBookmark );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/inc/
H A DDrawDocShell.hxx127 void GotoBookmark(const OUString& rBookmark);
H A Dsdtreelb.hxx357 const INetBookmark& rBookmark,
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/inc/
H A DDrawDocShell.hxx130 void GotoBookmark(const OUString& rBookmark);
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/unoidl/
H A Dunomodel.cxx1521 static sal_Int32 ImplPDFGetBookmarkPage( const OUString& rBookmark, SdDrawDocument const & rDoc ) in ImplPDFGetBookmarkPage() argument
1525 OUString aBookmark( rBookmark ); in ImplPDFGetBookmarkPage()
1527 if( rBookmark.startsWith("#") ) in ImplPDFGetBookmarkPage()
1528 aBookmark = rBookmark.copy( 1 ); in ImplPDFGetBookmarkPage()
2099 for ( const auto& rBookmark : rBookmarks ) in render() local
2101 sal_Int32 nPage = ImplPDFGetBookmarkPage( rBookmark.aBookmark, *mpDoc ); in render()
2104 if ( rBookmark.nLinkId != -1 ) in render()
2105 …pPDFExtOutDevData->SetLinkDest( rBookmark.nLinkId, pPDFExtOutDevData->CreateDest( aPageRect, nPage… in render()
2107 …pPDFExtOutDevData->DescribeRegisteredDest( rBookmark.nDestId, aPageRect, nPage, vcl::PDFWriter::De… in render()
2110 pPDFExtOutDevData->SetLinkURL( rBookmark.nLinkId, rBookmark.aBookmark ); in render()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/unoidl/
H A Dunomodel.cxx1516 static sal_Int32 ImplPDFGetBookmarkPage( const OUString& rBookmark, SdDrawDocument const & rDoc ) in ImplPDFGetBookmarkPage() argument
1520 OUString aBookmark( rBookmark ); in ImplPDFGetBookmarkPage()
1522 if( rBookmark.startsWith("#") ) in ImplPDFGetBookmarkPage()
1523 aBookmark = rBookmark.copy( 1 ); in ImplPDFGetBookmarkPage()
2109 for ( const auto& rBookmark : rBookmarks ) in render() local
2111 sal_Int32 nPage = ImplPDFGetBookmarkPage( rBookmark.aBookmark, *mpDoc ); in render()
2114 if ( rBookmark.nLinkId != -1 ) in render()
2115 …pPDFExtOutDevData->SetLinkDest( rBookmark.nLinkId, pPDFExtOutDevData->CreateDest( aPageRect, nPage… in render()
2117 …pPDFExtOutDevData->DescribeRegisteredDest( rBookmark.nDestId, aPageRect, nPage, vcl::PDFWriter::De… in render()
2120 pPDFExtOutDevData->SetLinkURL( rBookmark.nLinkId, rBookmark.aBookmark ); in render()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx2132 for ( const auto& rBookmark : rBookmarks ) in EnhancedPDFExport() local
2134 OUString aBookmarkName( rBookmark.aBookmark ); in EnhancedPDFExport()
2153 if ( rBookmark.nLinkId != -1 ) in EnhancedPDFExport()
2159 pPDFExtOutDevData->SetLinkDest( rBookmark.nLinkId, nDestId ); in EnhancedPDFExport()
2163 … pPDFExtOutDevData->DescribeRegisteredDest(rBookmark.nDestId, aRect, nDestPageNum); in EnhancedPDFExport()
2168 pPDFExtOutDevData->SetLinkURL( rBookmark.nLinkId, aBookmarkName ); in EnhancedPDFExport()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A DEnhancedPDFExportHelper.cxx2142 for ( const auto& rBookmark : rBookmarks ) in EnhancedPDFExport() local
2144 OUString aBookmarkName( rBookmark.aBookmark ); in EnhancedPDFExport()
2163 if ( rBookmark.nLinkId != -1 ) in EnhancedPDFExport()
2169 pPDFExtOutDevData->SetLinkDest( rBookmark.nLinkId, nDestId ); in EnhancedPDFExport()
2173 … pPDFExtOutDevData->DescribeRegisteredDest(rBookmark.nDestId, aRect, nDestPageNum); in EnhancedPDFExport()
2178 pPDFExtOutDevData->SetLinkURL( rBookmark.nLinkId, aBookmarkName ); in EnhancedPDFExport()

12