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()
368 sal_Int32 nQueryPart = aURL.Complete.indexOf( '?', m_aBaseURL.getLength() ); in dispatch() local369 if ( nQueryPart > 0 ) in dispatch()372 sal_Int32 nEntryArg = aURL.Complete.indexOf( aEntryArgStr, nQueryPart ); in dispatch()
1983 sal_Int32 nQueryPart( 0 ); in GetPopupController() local1992 nQueryPart = aMenuURL.indexOf( '?', nSchemePart ); in GetPopupController()1993 if ( nQueryPart > 0 ) in GetPopupController()1994 aMainURL += aMenuURL.copy( nSchemePart, nQueryPart-nSchemePart ); in GetPopupController()1995 else if ( nQueryPart == -1 ) in GetPopupController()
Completed in 29 milliseconds