Home
last modified time | relevance | path

Searched refs:nQueryPart (Results 1 – 4 of 4) sorted by relevance

/trunk/main/framework/source/dispatch/
H A Dpopupmenudispatcher.cxx216 sal_Int32 nQueryPart( 0 ); in queryDispatch() local
225 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()
/trunk/main/svtools/source/uno/
H A Dpopupmenucontrollerbase.cxx323 sal_Int32 nQueryPart( 0 ); in determineBaseURL() local
331 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()
/trunk/main/framework/source/uielement/
H A Drecentfilesmenucontroller.cxx367 sal_Int32 nQueryPart = aURL.Complete.indexOf( '?', m_aBaseURL.getLength() ); in dispatch() local
368 if ( nQueryPart > 0 ) in dispatch()
371 sal_Int32 nEntryArg = aURL.Complete.indexOf( aEntryArgStr, nQueryPart ); in dispatch()
H A Dmenubarmanager.cxx1977 sal_Int32 nQueryPart( 0 ); in GetPopupController() local
1986 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()