Home
last modified time | relevance | path

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

/aoo41x/main/framework/source/services/
H A Durltransformer.cxx165 sal_Int32 nURLIndex = aURL.Complete.indexOf( sal_Unicode( ':' )); in parseStrict() local
167 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()
/aoo41x/main/sd/source/ui/framework/configuration/
H A DResourceId.cxx494 for (sal_Int32 nURLIndex=0; nURLIndex<aAnchorURLs.getLength(); ++nURLIndex) in initialize() local
496 maResourceURLs.push_back(aAnchorURLs[nURLIndex]); in initialize()

Completed in 23 milliseconds