Home
last modified time | relevance | path

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

/AOO41X/main/starmath/source/
H A Dsmdetect.cxx378 sal_Int32 nPosURL = -1; // for index of first character of URL in detect() local
384 nPosURL = sFragment.indexOf(sURL,nPosURLSearchStart); in detect()
385 if( nPosURL < 0 ) in detect()
390 nPosEQ = sFragment.lastIndexOf(sEQ,nPosURL); in detect()
413 nPosURLSearchStart = nPosURL + nURLLength; in detect()