summaryrefslogtreecommitdiff
path: root/linguistic/source/lngsvcmgr.hxx
diff options
context:
space:
mode:
authorThomas Lange <tl@openoffice.org>2000-11-30 13:39:16 +0000
committerThomas Lange <tl@openoffice.org>2000-11-30 13:39:16 +0000
commitb0204da5f9f83c4fc86fad6f4c91ca9eacf198b9 (patch)
treeaeb57f08cb8c695649cfb55c754de6afe466a929 /linguistic/source/lngsvcmgr.hxx
parentfc19e618dccb40fba3e422405efa491d3dacc3b4 (diff)
#80600# getAvailableLocales added
Diffstat (limited to 'linguistic/source/lngsvcmgr.hxx')
-rw-r--r--linguistic/source/lngsvcmgr.hxx19
1 files changed, 17 insertions, 2 deletions
diff --git a/linguistic/source/lngsvcmgr.hxx b/linguistic/source/lngsvcmgr.hxx
index 1e0b69f7d9f4..0372025b5e33 100644
--- a/linguistic/source/lngsvcmgr.hxx
+++ b/linguistic/source/lngsvcmgr.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: lngsvcmgr.hxx,v $
*
- * $Revision: 1.3 $
+ * $Revision: 1.4 $
*
- * last change: $Author: tl $ $Date: 2000-11-29 16:16:18 $
+ * last change: $Author: tl $ $Date: 2000-11-30 14:39:16 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -125,6 +125,13 @@ class LngSvcMgr :
com::sun::star::uno::Reference<
::com::sun::star::lang::XEventListener > xListenerHelper;
+ com::sun::star::uno::Sequence<
+ com::sun::star::lang::Locale > aAvailSpellLocales;
+ com::sun::star::uno::Sequence<
+ com::sun::star::lang::Locale > aAvailHyphLocales;
+ com::sun::star::uno::Sequence<
+ com::sun::star::lang::Locale > aAvailThesLocales;
+
SpellCheckerDispatcher * pSpellDsp;
HyphenatorDispatcher * pHyphDsp;
ThesaurusDispatcher * pThesDsp;
@@ -139,6 +146,9 @@ class LngSvcMgr :
BOOL bDisposing;
BOOL bIsModified;
+ BOOL bHasAvailSpellLocales;
+ BOOL bHasAvailHyphLocales;
+ BOOL bHasAvailThesLocales;
// disallow copy-constructor and assignment-operator for now
LngSvcMgr(const LngSvcMgr &);
@@ -192,6 +202,11 @@ public:
const ::rtl::OUString& rServiceName,
const ::com::sun::star::lang::Locale& rLocale )
throw(::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::uno::Sequence<
+ ::com::sun::star::lang::Locale > SAL_CALL
+ getAvailableLocales(
+ const ::rtl::OUString& rServiceName )
+ throw(::com::sun::star::uno::RuntimeException);
virtual void SAL_CALL
setConfiguredServices(
const ::rtl::OUString& rServiceName,