summaryrefslogtreecommitdiff
path: root/cui/source/inc/optlingu.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'cui/source/inc/optlingu.hxx')
-rw-r--r--cui/source/inc/optlingu.hxx84
1 files changed, 42 insertions, 42 deletions
diff --git a/cui/source/inc/optlingu.hxx b/cui/source/inc/optlingu.hxx
index 303ca2558ae3..9bc198eb05c6 100644
--- a/cui/source/inc/optlingu.hxx
+++ b/cui/source/inc/optlingu.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -57,35 +57,35 @@ class SvxLinguData_Impl;
// define ----------------------------------------------------------------
-#define GROUP_MODULES ((sal_uInt16)0x0008)
+#define GROUP_MODULES ((sal_uInt16)0x0008)
// forward ---------------------------------------------------------------
class SvxEditModulesDlg : public ModalDialog
{
FixedLine aModulesFL;
- FixedText aLanguageFT;
- SvxLanguageBox aLanguageLB;
+ FixedText aLanguageFT;
+ SvxLanguageBox aLanguageLB;
- SvxCheckListBox aModulesCLB;
- PushButton aPrioUpPB;
- PushButton aPrioDownPB;
- PushButton aBackPB;
+ SvxCheckListBox aModulesCLB;
+ PushButton aPrioUpPB;
+ PushButton aPrioDownPB;
+ PushButton aBackPB;
svt::FixedHyperlink aMoreDictsLink;
FixedLine aButtonsFL;
HelpButton aHelpPB;
OKButton aClosePB;
- String sSpell;
- String sHyph;
- String sThes;
+ String sSpell;
+ String sHyph;
+ String sThes;
String sGrammar;
SvxLinguData_Impl* pDefaultLinguData;
- SvxLinguData_Impl& rLinguData;
+ SvxLinguData_Impl& rLinguData;
- SvLBoxButtonData* pCheckButtonData;
+ SvLBoxButtonData* pCheckButtonData;
SvLBoxEntry* CreateEntry(String& rTxt, USHORT nCol);
@@ -102,7 +102,7 @@ class SvxEditModulesDlg : public ModalDialog
public:
SvxEditModulesDlg(Window* pParent, SvxLinguData_Impl& rData);
- virtual ~SvxEditModulesDlg();
+ virtual ~SvxEditModulesDlg();
};
// class SvxLinguTabPage -------------------------------------------------
@@ -111,46 +111,46 @@ class SvxLinguTabPage : public SfxTabPage
{
private:
FixedLine aLinguisticFL;
- FixedText aLinguModulesFT;
- SvxCheckListBox aLinguModulesCLB;
- PushButton aLinguModulesEditPB;
+ FixedText aLinguModulesFT;
+ SvxCheckListBox aLinguModulesCLB;
+ PushButton aLinguModulesEditPB;
FixedText aLinguDicsFT;
SvxCheckListBox aLinguDicsCLB;
PushButton aLinguDicsNewPB;
PushButton aLinguDicsEditPB;
PushButton aLinguDicsDelPB;
- FixedText aLinguOptionsFT;
- SvxCheckListBox aLinguOptionsCLB;
- PushButton aLinguOptionsEditPB;
+ FixedText aLinguOptionsFT;
+ SvxCheckListBox aLinguOptionsCLB;
+ PushButton aLinguOptionsEditPB;
svt::FixedHyperlink aMoreDictsLink;
- String sCapitalWords;
- String sWordsWithDigits;
- String sCapitalization;
- String sSpellSpecial;
- String sSpellAuto;
+ String sCapitalWords;
+ String sWordsWithDigits;
+ String sCapitalization;
+ String sSpellSpecial;
+ String sSpellAuto;
String sGrammarAuto;
- String sNumMinWordlen;
- String sNumPreBreak;
- String sNumPostBreak;
- String sHyphAuto;
- String sHyphSpecial;
+ String sNumMinWordlen;
+ String sNumPreBreak;
+ String sNumPostBreak;
+ String sHyphAuto;
+ String sHyphSpecial;
com::sun::star::uno::Reference<
- com::sun::star::beans::XPropertySet > xProp;
+ com::sun::star::beans::XPropertySet > xProp;
com::sun::star::uno::Reference<
- com::sun::star::linguistic2::XDictionaryList > xDicList;
+ com::sun::star::linguistic2::XDictionaryList > xDicList;
com::sun::star::uno::Sequence<
com::sun::star::uno::Reference<
- com::sun::star::linguistic2::XDictionary > > aDics;
+ com::sun::star::linguistic2::XDictionary > > aDics;
- SvLBoxButtonData* pCheckButtonData;
+ SvLBoxButtonData* pCheckButtonData;
- SvxLinguData_Impl* pLinguData;
+ SvxLinguData_Impl* pLinguData;
SvxLinguTabPage( Window* pParent, const SfxItemSet& rCoreSet );
- SvLBoxEntry* CreateEntry(String& rTxt, USHORT nCol);
+ SvLBoxEntry* CreateEntry(String& rTxt, USHORT nCol);
void AddDicBoxEntry( const com::sun::star::uno::Reference< com::sun::star::linguistic2::XDictionary > &rxDic, USHORT nIdx );
ULONG GetDicUserData( const com::sun::star::uno::Reference< com::sun::star::linguistic2::XDictionary > &rxDic, USHORT nIdx );
@@ -168,14 +168,14 @@ private:
#endif
public:
- virtual ~SvxLinguTabPage();
- static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet );
- static sal_uInt16* GetRanges();
+ virtual ~SvxLinguTabPage();
+ static SfxTabPage* Create( Window* pParent, const SfxItemSet& rSet );
+ static sal_uInt16* GetRanges();
- virtual sal_Bool FillItemSet( SfxItemSet& rSet );
- virtual void Reset( const SfxItemSet& rSet );
+ virtual sal_Bool FillItemSet( SfxItemSet& rSet );
+ virtual void Reset( const SfxItemSet& rSet );
- void HideGroups( sal_uInt16 nGrp );
+ void HideGroups( sal_uInt16 nGrp );
};
#endif