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.cxx218 sal_Int32 nQueryPart( 0 ); in queryDispatch() local
227 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()
/trunk/main/svtools/source/uno/
H A Dpopupmenucontrollerbase.cxx327 sal_Int32 nQueryPart( 0 ); in determineBaseURL() local
335 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()
/trunk/main/framework/source/uielement/
H A Drecentfilesmenucontroller.cxx368 sal_Int32 nQueryPart = aURL.Complete.indexOf( '?', m_aBaseURL.getLength() ); in dispatch() local
369 if ( nQueryPart > 0 ) in dispatch()
372 sal_Int32 nEntryArg = aURL.Complete.indexOf( aEntryArgStr, nQueryPart ); in dispatch()
H A Dmenubarmanager.cxx1983 sal_Int32 nQueryPart( 0 ); in GetPopupController() local
1992 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 41 milliseconds