|
LibreOffice Module cui (master) 1
|
#include <autocdlg.hxx>
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 SfxItemSet & | GetItemSet () 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 SfxItemSet * | GetDialogExampleSet () const |
| OUString | GetHelpId () const |
| OUString | GetConfigId () const |
| bool | IsVisible () const |
| weld::Window * | GetFrameWeld () const |
| std::unordered_map< OUString, css::uno::Any > & | getAdditionalProperties () |
Static Public Member Functions | |
| static std::unique_ptr< SfxTabPage > | Create (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rAttrSet) |
Static Public Member Functions inherited from SfxTabPage | |
| static const SfxPoolItem * | GetItem (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::TreeView > | m_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 SfxPoolItem * | GetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true) |
| const T * | GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true) |
| SfxOkDialogController * | GetDialogController () const |
Definition at line 52 of file autocdlg.hxx.
| 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.
|
overridevirtual |
Definition at line 202 of file autocdlg.cxx.
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 242 of file autocdlg.cxx.
References SfxTabPage::GetDialogController().
|
static |
Definition at line 206 of file autocdlg.cxx.
References rSet.
Referenced by OfaAutoCorrDlg::OfaAutoCorrDlg().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 216 of file autocdlg.cxx.
References SvxAutoCorrCfg::Commit(), SvxAutoCorrCfg::Get(), SvxAutoCorrCfg::GetAutoCorrect(), SvxAutoCorrect::GetFlags(), m_xCheckLB, nPos, SvxAutoCorrect::SetAutoCorrFlag(), SvxAutoCorrCfg::SetModified(), and TRISTATE_TRUE.
|
private |
Definition at line 247 of file autocdlg.cxx.
References m_xCheckLB, and TRISTATE_FALSE.
Referenced by Reset().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 255 of file autocdlg.cxx.
References SvxAutoCorrCfg::Get(), SvxAutoCorrCfg::GetAutoCorrect(), SvxAutoCorrect::GetFlags(), InsertEntry(), m_sAccidentalCaps, m_sBoldUnderline, m_sDash, m_sDOI, m_sDoubleCaps, m_sInput, m_sNoDblSpaces, m_sStartCap, m_sURL, m_xCheckLB, nPos, TRISTATE_FALSE, and TRISTATE_TRUE.
|
private |
Definition at line 63 of file autocdlg.hxx.
Referenced by Reset().
|
private |
Definition at line 58 of file autocdlg.hxx.
Referenced by Reset().
|
private |
Definition at line 62 of file autocdlg.hxx.
Referenced by Reset().
|
private |
Definition at line 60 of file autocdlg.hxx.
Referenced by Reset().
|
private |
Definition at line 56 of file autocdlg.hxx.
Referenced by Reset().
|
private |
Definition at line 55 of file autocdlg.hxx.
Referenced by Reset().
|
private |
Definition at line 61 of file autocdlg.hxx.
Referenced by Reset().
|
private |
Definition at line 57 of file autocdlg.hxx.
Referenced by Reset().
|
private |
Definition at line 59 of file autocdlg.hxx.
Referenced by Reset().
|
private |
Definition at line 65 of file autocdlg.hxx.
Referenced by FillItemSet(), InsertEntry(), OfaAutocorrOptionsPage(), and Reset().