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

#include <autocdlg.hxx>

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

Public Member Functions

 OfaAutoCompleteTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet)
 
virtual ~OfaAutoCompleteTabPage () override
 
virtual bool FillItemSet (SfxItemSet *rSet) override
 
virtual void Reset (const SfxItemSet *rSet) override
 
virtual void ActivatePage (const SfxItemSet &) override
 
void CopyToClipboard () const
 
 DECL_LINK (DeleteHdl, weld::Button &, void)
 
- 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 (CheckHdl, weld::Toggleable &, void)
 
 DECL_LINK (KeyReleaseHdl, const KeyEvent &, bool)
 

Private Attributes

editeng::SortedAutoCompleteStringsm_pAutoCompleteList
 
sal_uInt16 m_nAutoCmpltListCnt
 
std::unique_ptr< weld::CheckButtonm_xCBActiv
 Enable word completion. More...
 
std::unique_ptr< weld::CheckButtonm_xCBAppendSpace
 Append space. More...
 
std::unique_ptr< weld::CheckButtonm_xCBAsTip
 Show as tip. More...
 
std::unique_ptr< weld::CheckButtonm_xCBCollect
 Collect words. More...
 
std::unique_ptr< weld::CheckButtonm_xCBRemoveList
 ...save the list for later use... More...
 
std::unique_ptr< weld::ComboBoxm_xDCBExpandKey
 
std::unique_ptr< weld::SpinButtonm_xNFMinWordlen
 
std::unique_ptr< weld::SpinButtonm_xNFMaxEntries
 
std::unique_ptr< weld::TreeViewm_xLBEntries
 
std::unique_ptr< weld::Buttonm_xPBEntries
 

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

Constructor & Destructor Documentation

◆ OfaAutoCompleteTabPage()

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

◆ ~OfaAutoCompleteTabPage()

OfaAutoCompleteTabPage::~OfaAutoCompleteTabPage ( )
overridevirtual

Definition at line 1969 of file autocdlg.cxx.

Member Function Documentation

◆ ActivatePage()

void OfaAutoCompleteTabPage::ActivatePage ( const SfxItemSet )
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 2082 of file autocdlg.cxx.

References SfxTabPage::GetDialogController().

◆ CopyToClipboard()

void OfaAutoCompleteTabPage::CopyToClipboard ( ) const

◆ Create()

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

Definition at line 1973 of file autocdlg.cxx.

References rSet.

Referenced by OfaAutoCorrDlg::OfaAutoCorrDlg().

◆ DECL_LINK() [1/3]

OfaAutoCompleteTabPage::DECL_LINK ( CheckHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [2/3]

OfaAutoCompleteTabPage::DECL_LINK ( DeleteHdl  ,
weld::Button ,
void   
)

◆ DECL_LINK() [3/3]

OfaAutoCompleteTabPage::DECL_LINK ( KeyReleaseHdl  ,
const KeyEvent ,
bool   
)
private

◆ FillItemSet()

bool OfaAutoCompleteTabPage::FillItemSet ( SfxItemSet rSet)
overridevirtual

◆ Reset()

void OfaAutoCompleteTabPage::Reset ( const SfxItemSet rSet)
overridevirtual

Member Data Documentation

◆ m_nAutoCmpltListCnt

sal_uInt16 OfaAutoCompleteTabPage::m_nAutoCmpltListCnt
private

Definition at line 331 of file autocdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_pAutoCompleteList

editeng::SortedAutoCompleteStrings* OfaAutoCompleteTabPage::m_pAutoCompleteList
private

Definition at line 330 of file autocdlg.hxx.

Referenced by CopyToClipboard(), FillItemSet(), and Reset().

◆ m_xCBActiv

std::unique_ptr<weld::CheckButton> OfaAutoCompleteTabPage::m_xCBActiv
private

Enable word completion.

Definition at line 333 of file autocdlg.hxx.

Referenced by FillItemSet(), OfaAutoCompleteTabPage(), and Reset().

◆ m_xCBAppendSpace

std::unique_ptr<weld::CheckButton> OfaAutoCompleteTabPage::m_xCBAppendSpace
private

Append space.

Definition at line 334 of file autocdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xCBAsTip

std::unique_ptr<weld::CheckButton> OfaAutoCompleteTabPage::m_xCBAsTip
private

Show as tip.

Definition at line 335 of file autocdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xCBCollect

std::unique_ptr<weld::CheckButton> OfaAutoCompleteTabPage::m_xCBCollect
private

Collect words.

Definition at line 337 of file autocdlg.hxx.

Referenced by FillItemSet(), OfaAutoCompleteTabPage(), and Reset().

◆ m_xCBRemoveList

std::unique_ptr<weld::CheckButton> OfaAutoCompleteTabPage::m_xCBRemoveList
private

...save the list for later use...

Definition at line 338 of file autocdlg.hxx.

Referenced by FillItemSet(), OfaAutoCompleteTabPage(), and Reset().

◆ m_xDCBExpandKey

std::unique_ptr<weld::ComboBox> OfaAutoCompleteTabPage::m_xDCBExpandKey
private

Definition at line 340 of file autocdlg.hxx.

Referenced by FillItemSet(), OfaAutoCompleteTabPage(), and Reset().

◆ m_xLBEntries

std::unique_ptr<weld::TreeView> OfaAutoCompleteTabPage::m_xLBEntries
private

Definition at line 343 of file autocdlg.hxx.

Referenced by CopyToClipboard(), FillItemSet(), OfaAutoCompleteTabPage(), and Reset().

◆ m_xNFMaxEntries

std::unique_ptr<weld::SpinButton> OfaAutoCompleteTabPage::m_xNFMaxEntries
private

Definition at line 342 of file autocdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xNFMinWordlen

std::unique_ptr<weld::SpinButton> OfaAutoCompleteTabPage::m_xNFMinWordlen
private

Definition at line 341 of file autocdlg.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xPBEntries

std::unique_ptr<weld::Button> OfaAutoCompleteTabPage::m_xPBEntries
private

Definition at line 344 of file autocdlg.hxx.

Referenced by OfaAutoCompleteTabPage(), and Reset().


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