Home
last modified time | relevance | path

Searched refs:nArgStart (Results 1 – 2 of 2) sorted by relevance

/trunk/main/framework/source/dispatch/
H A Dservicehandler.cxx280 sal_Int32 nArgStart = sServiceAndArguments.indexOf('?',0); in implts_dispatch() local
281 if (nArgStart!=-1) in implts_dispatch()
283 sServiceName = sServiceAndArguments.copy(0,nArgStart); in implts_dispatch()
284 ++nArgStart; // ignore '?'! in implts_dispatch()
285 sArguments = sServiceAndArguments.copy(nArgStart); in implts_dispatch()
/trunk/main/framework/source/jobs/
H A Djoburl.cxx289 sal_Int32 nArgStart = sValueAndArguments.indexOf('?',0); in implst_split() local
290 if (nArgStart!=-1) in implst_split()
292 sValue = sValueAndArguments.copy(0,nArgStart); in implst_split()
293 ++nArgStart; // ignore '?'! in implst_split()
294 sArguments = sValueAndArguments.copy(nArgStart); in implst_split()

Completed in 24 milliseconds