diff options
author | Thomas Lange [tl] <tl@openoffice.org> | 2010-01-26 15:05:10 +0100 |
---|---|---|
committer | Thomas Lange [tl] <tl@openoffice.org> | 2010-01-26 15:05:10 +0100 |
commit | 393e4f73f7b8477eeca268526f477160b567ae49 (patch) | |
tree | c45ba33ccf0f37d1735bb7b8ac365158dfc2eef0 /svx/inc | |
parent | 8e071e3e2a509c15afcbbfcdf2b0e3bf404c25f5 (diff) |
cws tl74: #i107721# further changes to new thesaurus dialog
Diffstat (limited to 'svx/inc')
-rwxr-xr-x | svx/inc/svx/thesdlg.hxx | 30 |
1 files changed, 5 insertions, 25 deletions
diff --git a/svx/inc/svx/thesdlg.hxx b/svx/inc/svx/thesdlg.hxx index f3687496b6bb..dd58f3670aed 100755 --- a/svx/inc/svx/thesdlg.hxx +++ b/svx/inc/svx/thesdlg.hxx @@ -29,21 +29,18 @@ ************************************************************************/ #ifndef _SVX_THESDLG_HXX #define _SVX_THESDLG_HXX -// include --------------------------------------------------------------- -#include <com/sun/star/uno/Sequence.hxx> -#include <com/sun/star/linguistic2/XThesaurus.hpp> -#include <com/sun/star/linguistic2/XMeaning.hpp> -#include <boost/shared_ptr.hpp> +#include <com/sun/star/linguistic2/XThesaurus.hpp> #include "svx/stddlg.hxx" #include "svx/svxdllapi.h" +#include <boost/shared_ptr.hpp> -class MenuButton; class Button; -class ListBox; +class MenuButton; +class ComboBox; class SvxCheckListBox; ///////////////////////////////////////////////////////////////// @@ -54,29 +51,12 @@ class SVX_DLLPUBLIC SvxThesaurusDialog : public SvxStandardDialog { boost::shared_ptr< SvxThesaurusDialog_Impl > m_pImpl; -#ifdef _SVX_THESDLG_CXX - SVX_DLLPRIVATE bool UpdateAlternativesBox_Impl(); - SVX_DLLPRIVATE void SetWindowTitle(sal_Int16 nLanguage); - - ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XMeaning > > SAL_CALL - queryMeanings_Impl( ::rtl::OUString& rTerm, const ::com::sun::star::lang::Locale& rLocale, const ::com::sun::star::beans::PropertyValues& rProperties ) throw(::com::sun::star::lang::IllegalArgumentException, ::com::sun::star::uno::RuntimeException); - - // Handler - DECL_LINK( LanguageHdl_Impl, MenuButton * ); - DECL_LINK( LookUpHdl_Impl, Button * ); - DECL_LINK( WordSelectHdl_Impl, ListBox * ); - DECL_LINK( AlternativesSelectHdl_Impl, SvxCheckListBox * ); - DECL_LINK( AlternativesDoubleClickHdl_Impl, SvxCheckListBox * ); - - DECL_STATIC_LINK( SvxThesaurusDialog, SelectFirstHdl_Impl, SvxCheckListBox * ); -#endif - SVX_DLLPRIVATE virtual void Apply(); public: SvxThesaurusDialog( Window* pParent, ::com::sun::star::uno::Reference< ::com::sun::star::linguistic2::XThesaurus > xThesaurus, - const String &rWord, sal_Int16 nLanguage ); + const String &rWord, LanguageType nLanguage ); ~SvxThesaurusDialog(); String GetWord(); |