Added new methods for file(set) access

And fixed maps to hashmaps in ScriptData
This commit is contained in:
Duncan Foster
2002-10-30 15:12:44 +00:00
parent 16b1f16802
commit 16dc6bbef3
4 changed files with 86 additions and 16 deletions

View File

@@ -2,9 +2,9 @@
*
* $RCSfile: ScriptInfo.hxx,v $
*
* $Revision: 1.7 $
* $Revision: 1.8 $
*
* last change: $Author: npower $ $Date: 2002-10-24 10:37:52 $
* last change: $Author: dfoster $ $Date: 2002-10-30 16:12:42 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -111,7 +111,11 @@ public:
throw ( css::uno::RuntimeException );
virtual css::uno::Reference< css::beans::XPropertySet > SAL_CALL
getLanguageProperties() throw ( css::uno::RuntimeException );
virtual css::uno::Sequence< ::rtl::OUString > getFileSetNames()
throw ( css::uno::RuntimeException );
virtual css::uno::Sequence< ::rtl::OUString >
getFilesInFileSet( const ::rtl::OUString & fileSetName )
throw ( css::uno::RuntimeException );
private:
css::uno::Reference< css::uno::XComponentContext > m_xContext;