Lines Matching refs:ScriptInfo
101 friend class ScriptInfo;
220 ScriptInfo::ScriptInfo( const ScriptData & scriptData, sal_Int32 storageID ) in ScriptInfo() function in scripting_impl::ScriptInfo
227 ScriptInfo::~ScriptInfo() in ~ScriptInfo()
232 OUString SAL_CALL ScriptInfo::getLogicalName( ) throw ( RuntimeException ) in getLogicalName()
239 OUString SAL_CALL ScriptInfo::getDescription( ) throw ( RuntimeException ) in getDescription()
259 OUString SAL_CALL ScriptInfo::getLanguage( ) throw ( RuntimeException ) in getLanguage()
266 OUString SAL_CALL ScriptInfo::getFunctionName( ) throw ( RuntimeException ) in getFunctionName()
273 OUString SAL_CALL ScriptInfo::getParcelURI( ) throw ( RuntimeException ) in getParcelURI()
279 Reference< beans::XPropertySet > SAL_CALL ScriptInfo::getLanguageProperties( ) in getLanguageProperties()
308 css::uno::Sequence< ::rtl::OUString > SAL_CALL ScriptInfo::getFileSetNames() in getFileSetNames()
333 ScriptInfo::getFilesInFileSet( const ::rtl::OUString & fileSetName ) in getFilesInFileSet()