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

#include <autocdlg.hxx>

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

Public Member Functions

 OfaAutocorrOptionsPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~OfaAutocorrOptionsPage () override
 
virtual bool FillItemSet (SfxItemSet *rSet) override
 
virtual void Reset (const SfxItemSet *rSet) override
 
virtual void ActivatePage (const SfxItemSet &) override
 
- 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

void InsertEntry (const OUString &rTxt)
 

Private Attributes

OUString m_sInput
 
OUString m_sDoubleCaps
 
OUString m_sStartCap
 
OUString m_sBoldUnderline
 
OUString m_sURL
 
OUString m_sDOI
 
OUString m_sNoDblSpaces
 
OUString m_sDash
 
OUString m_sAccidentalCaps
 
std::unique_ptr< weld::TreeViewm_xCheckLB
 

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 52 of file autocdlg.hxx.

Constructor & Destructor Documentation

◆ OfaAutocorrOptionsPage()

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

Definition at line 185 of file autocdlg.cxx.

References weld::Check, m_sURL, m_xCheckLB, and rSet.

◆ ~OfaAutocorrOptionsPage()

OfaAutocorrOptionsPage::~OfaAutocorrOptionsPage ( )
overridevirtual

Definition at line 202 of file autocdlg.cxx.

Member Function Documentation

◆ ActivatePage()

void OfaAutocorrOptionsPage::ActivatePage ( const SfxItemSet )
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 242 of file autocdlg.cxx.

References SfxTabPage::GetDialogController().

◆ Create()

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

Definition at line 206 of file autocdlg.cxx.

References rSet.

Referenced by OfaAutoCorrDlg::OfaAutoCorrDlg().

◆ FillItemSet()

bool OfaAutocorrOptionsPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ InsertEntry()

void OfaAutocorrOptionsPage::InsertEntry ( const OUString &  rTxt)
private

Definition at line 247 of file autocdlg.cxx.

References m_xCheckLB, and TRISTATE_FALSE.

Referenced by Reset().

◆ Reset()

void OfaAutocorrOptionsPage::Reset ( const SfxItemSet rSet)
overridevirtual

Member Data Documentation

◆ m_sAccidentalCaps

OUString OfaAutocorrOptionsPage::m_sAccidentalCaps
private

Definition at line 63 of file autocdlg.hxx.

Referenced by Reset().

◆ m_sBoldUnderline

OUString OfaAutocorrOptionsPage::m_sBoldUnderline
private

Definition at line 58 of file autocdlg.hxx.

Referenced by Reset().

◆ m_sDash

OUString OfaAutocorrOptionsPage::m_sDash
private

Definition at line 62 of file autocdlg.hxx.

Referenced by Reset().

◆ m_sDOI

OUString OfaAutocorrOptionsPage::m_sDOI
private

Definition at line 60 of file autocdlg.hxx.

Referenced by Reset().

◆ m_sDoubleCaps

OUString OfaAutocorrOptionsPage::m_sDoubleCaps
private

Definition at line 56 of file autocdlg.hxx.

Referenced by Reset().

◆ m_sInput

OUString OfaAutocorrOptionsPage::m_sInput
private

Definition at line 55 of file autocdlg.hxx.

Referenced by Reset().

◆ m_sNoDblSpaces

OUString OfaAutocorrOptionsPage::m_sNoDblSpaces
private

Definition at line 61 of file autocdlg.hxx.

Referenced by Reset().

◆ m_sStartCap

OUString OfaAutocorrOptionsPage::m_sStartCap
private

Definition at line 57 of file autocdlg.hxx.

Referenced by Reset().

◆ m_sURL

OUString OfaAutocorrOptionsPage::m_sURL
private

Definition at line 59 of file autocdlg.hxx.

Referenced by Reset().

◆ m_xCheckLB

std::unique_ptr<weld::TreeView> OfaAutocorrOptionsPage::m_xCheckLB
private

Definition at line 65 of file autocdlg.hxx.

Referenced by FillItemSet(), InsertEntry(), OfaAutocorrOptionsPage(), and Reset().


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