Home
last modified time | relevance | path

Searched refs:ScriptInfo (Results 1 – 6 of 6) sorted by relevance

/trunk/main/scripting/source/storage/
H A DScriptInfo.cxx101 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()
[all …]
H A DScriptInfo.hxx41 class ScriptInfo : public ::cppu::WeakImplHelper1< dcsssf::storage::XScriptInfo > class
44 explicit ScriptInfo( const ScriptData & scriptData, sal_Int32 storageID );
45 virtual ~ScriptInfo();
H A DScriptStorage.cxx767 new ScriptInfo ( scriptData, m_scriptStorageID ); in getImplementations()
801 Reference< storage::XScriptInfo > xScriptInfo = new ScriptInfo ( in getAllImplementations()
H A Dmakefile.mk40 $(SLO)$/ScriptInfo.obj\
/trunk/main/scripting/workben/data/objdsc/
H A Ddrafts.com.sun.star.script.framework.storage.ScriptInfo.csv1 "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()"
/trunk/main/scripting/workben/mod/_scripting/
H A DScriptInfo.java41 public class ScriptInfo extends TestCase { class

Completed in 31 milliseconds