Searched refs:ScriptInfo (Results 1 – 6 of 6) sorted by relevance
101 friend class ScriptInfo;220 ScriptInfo::ScriptInfo( const ScriptData & scriptData, sal_Int32 storageID ) in ScriptInfo() function in scripting_impl::ScriptInfo227 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()[all …]
41 class ScriptInfo : public ::cppu::WeakImplHelper1< dcsssf::storage::XScriptInfo > class44 explicit ScriptInfo( const ScriptData & scriptData, sal_Int32 storageID );45 virtual ~ScriptInfo();
767 new ScriptInfo ( scriptData, m_scriptStorageID ); in getImplementations()801 Reference< storage::XScriptInfo > xScriptInfo = new ScriptInfo ( in getAllImplementations()
40 $(SLO)$/ScriptInfo.obj\
1 "ScriptInfo";"drafts::com::sun::star::script::framework::storage::XScriptInfo";"getLogicalName()"2 "ScriptInfo";"drafts::com::sun::star::script::framework::storage::XScriptInfo";"getParcelURI()"3 "ScriptInfo";"drafts::com::sun::star::script::framework::storage::XScriptInfo";"getLanguage()"4 "ScriptInfo";"drafts::com::sun::star::script::framework::storage::XScriptInfo";"getFunctionName()"5 "ScriptInfo";"drafts::com::sun::star::script::framework::storage::XScriptInfo";"getLanguageProperti…6 "ScriptInfo";"drafts::com::sun::star::script::framework::storage::XScriptInfo";"getFileSetNames()"7 "ScriptInfo";"drafts::com::sun::star::script::framework::storage::XScriptInfo";"getFilesInFileSet()"8 "ScriptInfo";"drafts::com::sun::star::script::framework::storage::XScriptInfo";"getDescription()"
41 public class ScriptInfo extends TestCase { class
Completed in 28 milliseconds