Lines Matching refs:scriptURI

101 const ::rtl::OUString & scriptURI, Any& invocationCtx )  in resolve()
184 if ( scriptURI.indexOf( docString ) != -1 ) in resolve()
190 else if ( scriptURI.indexOf( userString ) != -1 ) in resolve()
197 else if ( scriptURI.indexOf( shareString ) != -1 ) in resolve()
204 else if ( scriptURI.indexOf( filesysString ) != -1 ) in resolve()
210 filesysURL = getFilesysURL( scriptURI ); in resolve()
261 if ( scriptURI.indexOf( OUString::createFromAscii( "location=" ) ) != -1 ) in resolve()
266 OUSTR( "invalid URI: " ).concat( scriptURI ), in resolve()
282 if ( ( resolvedName = resolveURIFromStorageID( *iter, docUri, scriptURI ) ).is() ) in resolve()
366 "ScriptNameResolverImpl::resolve: no script found for uri=" ).concat( scriptURI ), in resolve()
401 const ::rtl::OUString& scriptURI )
416 if ( scriptURI.indexOf( filesysString ) != -1 )
423 permissionURI = getFilesysURL( scriptURI );
433 storage->getImplementations( scriptURI );
544 ScriptNameResolverImpl::getFilesysURL( const OUString & scriptURI )
550 sal_Int32 locationPos = scriptURI.indexOf( filesysString );
555 sal_Int32 endOfLocn = scriptURI.indexOf( '&', locationPos );
558 filePath = scriptURI.copy( locationPos + filesysString.getLength() + 1 );
562 filePath = scriptURI.copy( locationPos + filesysStrLen,
568 sal_Int32 functionNamePos = scriptURI.indexOf( functionKey );
571 sal_Int32 endOfFn = scriptURI.indexOf( '&', functionNamePos );
574 fileName = scriptURI.copy( functionNamePos + functionKeyLength );
578 fileName = scriptURI.copy( functionNamePos + functionKeyLength,