Searched refs:nURLIndex (Results 1 – 2 of 2) sorted by relevance
165 sal_Int32 nURLIndex = aURL.Complete.indexOf( sal_Unicode( ':' )); in parseStrict() local167 if ( nURLIndex > 1 ) in parseStrict()169 aProtocol = aURL.Complete.copy( 0, nURLIndex+1 ); in parseStrict()196 aURL.Path = aURL.Complete.copy( nURLIndex+1 );; in parseStrict()
494 for (sal_Int32 nURLIndex=0; nURLIndex<aAnchorURLs.getLength(); ++nURLIndex) in initialize() local496 maResourceURLs.push_back(aAnchorURLs[nURLIndex]); in initialize()
Completed in 12 milliseconds