Home
last modified time | relevance | path

Searched refs:sJump (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/oox/source/drawingml/
H A Dhyperlinkcontext.cxx90 static const OUStringLiteral sJump( u"jump=" ); in HyperLinkContext() local
91 if ( aPPAct.match( sJump, nIndex + 1 ) ) in HyperLinkContext()
93 OUString aDestination( aPPAct.copy( nIndex + 1 + sJump.getLength() ) ); in HyperLinkContext()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/oox/source/drawingml/
H A Dhyperlinkcontext.cxx93 const OUString sJump( "jump=" ); in HyperLinkContext() local
94 if ( aPPAct.match( sJump, nIndex + 1 ) ) in HyperLinkContext()
96 OUString aDestination( aPPAct.copy( nIndex + 1 + sJump.getLength() ) ); in HyperLinkContext()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/docshell/
H A Ddocshel4.cxx704 static const OUStringLiteral sJump( u"jump=" ); in GotoBookmark() local
705 if ( rBookmark.match( sJump, sInteraction.getLength() ) ) in GotoBookmark()
707 OUString aDestination( rBookmark.copy( sInteraction.getLength() + sJump.getLength() ) ); in GotoBookmark()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/docshell/
H A Ddocshel4.cxx701 const OUString sJump( "jump=" ); in GotoBookmark() local
702 if ( rBookmark.match( sJump, sInteraction.getLength() ) ) in GotoBookmark()
704 OUString aDestination( rBookmark.copy( sInteraction.getLength() + sJump.getLength() ) ); in GotoBookmark()