Searched refs:aPPAct (Results 1 – 1 of 1) sorted by relevance
84 OUString aPPAct( aAction.copy( sPPAction.getLength() ) ); in HyperLinkContext() local85 sal_Int32 nIndex = aPPAct.indexOf( '?', 0 ); in HyperLinkContext()86 OUString aPPAction( nIndex > 0 ? aPPAct.copy( 0, nIndex ) : aPPAct ); in HyperLinkContext()93 if ( aPPAct.match( sJump, nIndex + 1 ) ) in HyperLinkContext()95 OUString aDestination( aPPAct.copy( nIndex + 1 + sJump.getLength() ) ); in HyperLinkContext()
Completed in 12 milliseconds