Home
last modified time | relevance | path

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

/trunk/main/oox/source/drawingml/
H A Dhyperlinkcontext.cxx92 const OUString sJump( CREATE_OUSTRING( "jump=" ) ); in HyperLinkContext() local
93 if ( aPPAct.match( sJump, nIndex + 1 ) ) in HyperLinkContext()
95 OUString aDestination( aPPAct.copy( nIndex + 1 + sJump.getLength() ) ); in HyperLinkContext()
/trunk/main/sd/source/ui/docshell/
H A Ddocshel4.cxx767 const rtl::OUString sJump( RTL_CONSTASCII_USTRINGPARAM( "jump=" ) ); in GotoBookmark() local
768 if ( sBookmark.match( sJump, sInteraction.getLength() ) ) in GotoBookmark()
770 rtl::OUString aDestination( sBookmark.copy( sInteraction.getLength() + sJump.getLength() ) ); in GotoBookmark()

Completed in 21 milliseconds