LibreOffice Module cui (master) 1
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
OfaAutocorrExceptPage Class Reference

#include <autocdlg.hxx>

Inheritance diagram for OfaAutocorrExceptPage:
[legend]
Collaboration diagram for OfaAutocorrExceptPage:
[legend]

Public Member Functions

 OfaAutocorrExceptPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~OfaAutocorrExceptPage () override
 
virtual bool FillItemSet (SfxItemSet *rSet) override
 
virtual void Reset (const SfxItemSet *rSet) override
 
virtual void ActivatePage (const SfxItemSet &) override
 
virtual DeactivateRC DeactivatePage (SfxItemSet *pSet) override
 
void SetLanguage (LanguageType eSet)
 
- Public Member Functions inherited from SfxTabPage
void SetDialogController (SfxOkDialogController *pDialog)
 
virtual ~SfxTabPage () override
 
void set_visible (bool bVisible)
 
const SfxItemSetGetItemSet () const
 
virtual bool FillItemSet (SfxItemSet *)
 
virtual void Reset (const SfxItemSet *)
 
virtual bool DeferResetToFirstActivation ()
 
bool HasExchangeSupport () const
 
void SetExchangeSupport ()
 
virtual void ActivatePage (const SfxItemSet &)
 
virtual DeactivateRC DeactivatePage (SfxItemSet *pSet)
 
void SetUserData (const OUString &rString)
 
const OUString & GetUserData () const
 
virtual void FillUserData ()
 
virtual bool IsReadOnly () const
 
virtual void PageCreated (const SfxAllItemSet &aSet)
 
virtual void ChangesApplied ()
 
void SetFrame (const css::uno::Reference< css::frame::XFrame > &xFrame)
 
css::uno::Reference< css::frame::XFrame > GetFrame () const
 
const SfxItemSetGetDialogExampleSet () const
 
OUString GetHelpId () const
 
OUString GetConfigId () const
 
bool IsVisible () const
 
weld::WindowGetFrameWeld () const
 
std::unordered_map< OUString, css::uno::Any > & getAdditionalProperties ()
 

Static Public Member Functions

static std::unique_ptr< SfxTabPageCreate (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rAttrSet)
 
- Static Public Member Functions inherited from SfxTabPage
static const SfxPoolItemGetItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
static const T * GetItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 

Private Member Functions

 DECL_LINK (NewDelButtonHdl, weld::Button &, void)
 
 DECL_LINK (NewDelActionHdl, weld::Entry &, bool)
 
 DECL_LINK (SelectHdl, weld::TreeView &, void)
 
 DECL_LINK (ModifyHdl, weld::Entry &, void)
 
bool NewDelHdl (const weld::Widget *)
 
void RefillReplaceBoxes (bool bFromReset, LanguageType eOldLanguage, LanguageType eNewLanguage)
 Box filled with new language. More...
 

Private Attributes

StringsTable aStringsTable
 
CollatorWrapper maCompareClass
 
LanguageType eLang
 
std::unique_ptr< weld::Entrym_xAbbrevED
 
std::unique_ptr< weld::TreeViewm_xAbbrevLB
 
std::unique_ptr< weld::Buttonm_xNewAbbrevPB
 
std::unique_ptr< weld::Buttonm_xDelAbbrevPB
 
std::unique_ptr< weld::CheckButtonm_xAutoAbbrevCB
 
std::unique_ptr< weld::Entrym_xDoubleCapsED
 
std::unique_ptr< weld::TreeViewm_xDoubleCapsLB
 
std::unique_ptr< weld::Buttonm_xNewDoublePB
 
std::unique_ptr< weld::Buttonm_xDelDoublePB
 
std::unique_ptr< weld::CheckButtonm_xAutoCapsCB
 

Additional Inherited Members

- Protected Member Functions inherited from SfxTabPage
 SfxTabPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, const SfxItemSet *rAttrSet)
 
sal_uInt16 GetWhich (sal_uInt16 nSlot, bool bDeep=true) const
 
TypedWhichId< T > GetWhich (TypedWhichId< T > nSlot, bool bDeep=true) const
 
const SfxPoolItemGetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
const T * GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 
SfxOkDialogControllerGetDialogController () const
 

Detailed Description

Definition at line 228 of file autocdlg.hxx.

Constructor & Destructor Documentation

◆ OfaAutocorrExceptPage()

OfaAutocorrExceptPage::OfaAutocorrExceptPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rSet 
)

◆ ~OfaAutocorrExceptPage()

OfaAutocorrExceptPage::~OfaAutocorrExceptPage ( )
overridevirtual

Definition at line 1244 of file autocdlg.cxx.

References aStringsTable.

Member Function Documentation

◆ ActivatePage()

void OfaAutocorrExceptPage::ActivatePage ( const SfxItemSet )
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 1255 of file autocdlg.cxx.

References eLang, eLastDialogLanguage, SfxTabPage::GetDialogController(), and SetLanguage().

◆ Create()

std::unique_ptr< SfxTabPage > OfaAutocorrExceptPage::Create ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rAttrSet 
)
static

Definition at line 1249 of file autocdlg.cxx.

References rSet.

Referenced by OfaAutoCorrDlg::OfaAutoCorrDlg().

◆ DeactivatePage()

DeactivateRC OfaAutocorrExceptPage::DeactivatePage ( SfxItemSet pSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 1262 of file autocdlg.cxx.

◆ DECL_LINK() [1/4]

OfaAutocorrExceptPage::DECL_LINK ( ModifyHdl  ,
weld::Entry ,
void   
)
private

◆ DECL_LINK() [2/4]

OfaAutocorrExceptPage::DECL_LINK ( NewDelActionHdl  ,
weld::Entry ,
bool   
)
private

◆ DECL_LINK() [3/4]

OfaAutocorrExceptPage::DECL_LINK ( NewDelButtonHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [4/4]

OfaAutocorrExceptPage::DECL_LINK ( SelectHdl  ,
weld::TreeView ,
void   
)
private

◆ FillItemSet()

bool OfaAutocorrExceptPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ NewDelHdl()

bool OfaAutocorrExceptPage::NewDelHdl ( const weld::Widget pBtn)
private

◆ RefillReplaceBoxes()

void OfaAutocorrExceptPage::RefillReplaceBoxes ( bool  bFromReset,
LanguageType  eOldLanguage,
LanguageType  eNewLanguage 
)
private

◆ Reset()

void OfaAutocorrExceptPage::Reset ( const SfxItemSet rSet)
overridevirtual

◆ SetLanguage()

void OfaAutocorrExceptPage::SetLanguage ( LanguageType  eSet)

Member Data Documentation

◆ aStringsTable

StringsTable OfaAutocorrExceptPage::aStringsTable
private

Definition at line 231 of file autocdlg.hxx.

Referenced by FillItemSet(), RefillReplaceBoxes(), and ~OfaAutocorrExceptPage().

◆ eLang

LanguageType OfaAutocorrExceptPage::eLang
private

Definition at line 233 of file autocdlg.hxx.

Referenced by ActivatePage(), FillItemSet(), RefillReplaceBoxes(), Reset(), and SetLanguage().

◆ m_xAbbrevED

std::unique_ptr<weld::Entry> OfaAutocorrExceptPage::m_xAbbrevED
private

Definition at line 235 of file autocdlg.hxx.

Referenced by NewDelHdl(), OfaAutocorrExceptPage(), RefillReplaceBoxes(), and SetLanguage().

◆ m_xAbbrevLB

std::unique_ptr<weld::TreeView> OfaAutocorrExceptPage::m_xAbbrevLB
private

Definition at line 236 of file autocdlg.hxx.

Referenced by FillItemSet(), NewDelHdl(), OfaAutocorrExceptPage(), and RefillReplaceBoxes().

◆ m_xAutoAbbrevCB

std::unique_ptr<weld::CheckButton> OfaAutocorrExceptPage::m_xAutoAbbrevCB
private

Definition at line 239 of file autocdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xAutoCapsCB

std::unique_ptr<weld::CheckButton> OfaAutocorrExceptPage::m_xAutoCapsCB
private

Definition at line 245 of file autocdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xDelAbbrevPB

std::unique_ptr<weld::Button> OfaAutocorrExceptPage::m_xDelAbbrevPB
private

Definition at line 238 of file autocdlg.hxx.

Referenced by NewDelHdl(), and OfaAutocorrExceptPage().

◆ m_xDelDoublePB

std::unique_ptr<weld::Button> OfaAutocorrExceptPage::m_xDelDoublePB
private

Definition at line 244 of file autocdlg.hxx.

Referenced by NewDelHdl(), and OfaAutocorrExceptPage().

◆ m_xDoubleCapsED

std::unique_ptr<weld::Entry> OfaAutocorrExceptPage::m_xDoubleCapsED
private

Definition at line 241 of file autocdlg.hxx.

Referenced by NewDelHdl(), OfaAutocorrExceptPage(), RefillReplaceBoxes(), and SetLanguage().

◆ m_xDoubleCapsLB

std::unique_ptr<weld::TreeView> OfaAutocorrExceptPage::m_xDoubleCapsLB
private

Definition at line 242 of file autocdlg.hxx.

Referenced by FillItemSet(), NewDelHdl(), OfaAutocorrExceptPage(), and RefillReplaceBoxes().

◆ m_xNewAbbrevPB

std::unique_ptr<weld::Button> OfaAutocorrExceptPage::m_xNewAbbrevPB
private

Definition at line 237 of file autocdlg.hxx.

Referenced by NewDelHdl(), and OfaAutocorrExceptPage().

◆ m_xNewDoublePB

std::unique_ptr<weld::Button> OfaAutocorrExceptPage::m_xNewDoublePB
private

Definition at line 243 of file autocdlg.hxx.

Referenced by NewDelHdl(), and OfaAutocorrExceptPage().

◆ maCompareClass

CollatorWrapper OfaAutocorrExceptPage::maCompareClass
private

Definition at line 232 of file autocdlg.hxx.

Referenced by OfaAutocorrExceptPage(), and SetLanguage().


The documentation for this class was generated from the following files: