Searched refs:nQueryPart (Results 1 – 4 of 4) sorted by relevance
218 sal_Int32 nQueryPart( 0 ); in queryDispatch() local227 nQueryPart = aURL.indexOf( '?', nSchemePart ); in queryDispatch()228 if ( nQueryPart > 0 ) in queryDispatch()229 aBaseURL += aURL.copy( nSchemePart+1, nQueryPart-(nSchemePart+1) ); in queryDispatch()230 else if ( nQueryPart == -1 ) in queryDispatch()
327 sal_Int32 nQueryPart( 0 ); in determineBaseURL() local335 nQueryPart = aURL.indexOf( '?', nSchemePart ); in determineBaseURL()336 if ( nQueryPart > 0 ) in determineBaseURL()337 aMainURL += aURL.copy( nSchemePart, nQueryPart-nSchemePart ); in determineBaseURL()338 else if ( nQueryPart == -1 ) in determineBaseURL()
370 sal_Int32 nQueryPart = aURL.Complete.indexOf( '?', m_aBaseURL.getLength() ); in dispatch() local371 if ( nQueryPart > 0 ) in dispatch()374 sal_Int32 nEntryArg = aURL.Complete.indexOf( aEntryArgStr, nQueryPart ); in dispatch()
1992 sal_Int32 nQueryPart( 0 ); in GetPopupController() local2001 nQueryPart = aMenuURL.indexOf( '?', nSchemePart ); in GetPopupController()2002 if ( nQueryPart > 0 ) in GetPopupController()2003 aMainURL += aMenuURL.copy( nSchemePart, nQueryPart-nSchemePart ); in GetPopupController()2004 else if ( nQueryPart == -1 ) in GetPopupController()
Completed in 36 milliseconds