Searched refs:nQueryPart (Results 1 – 4 of 4) sorted by relevance
216 sal_Int32 nQueryPart( 0 ); in queryDispatch() local225 nQueryPart = aURL.indexOf( '?', nSchemePart ); in queryDispatch()226 if ( nQueryPart > 0 ) in queryDispatch()227 aBaseURL += aURL.copy( nSchemePart+1, nQueryPart-(nSchemePart+1) ); in queryDispatch()228 else if ( nQueryPart == -1 ) in queryDispatch()
323 sal_Int32 nQueryPart( 0 ); in determineBaseURL() local331 nQueryPart = aURL.indexOf( '?', nSchemePart ); in determineBaseURL()332 if ( nQueryPart > 0 ) in determineBaseURL()333 aMainURL += aURL.copy( nSchemePart, nQueryPart-nSchemePart ); in determineBaseURL()334 else if ( nQueryPart == -1 ) in determineBaseURL()
367 sal_Int32 nQueryPart = aURL.Complete.indexOf( '?', m_aBaseURL.getLength() ); in dispatch() local368 if ( nQueryPart > 0 ) in dispatch()371 sal_Int32 nEntryArg = aURL.Complete.indexOf( aEntryArgStr, nQueryPart ); in dispatch()
1977 sal_Int32 nQueryPart( 0 ); in GetPopupController() local1986 nQueryPart = aMenuURL.indexOf( '?', nSchemePart ); in GetPopupController()1987 if ( nQueryPart > 0 ) in GetPopupController()1988 aMainURL += aMenuURL.copy( nSchemePart, nQueryPart-nSchemePart ); in GetPopupController()1989 else if ( nQueryPart == -1 ) in GetPopupController()