|
LibreOffice Module sw (master) 1
|
#include <optpage.hxx>
Public Member Functions | |
| SwCompareOptionsTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet) | |
| virtual | ~SwCompareOptionsTabPage () override |
| virtual bool | FillItemSet (SfxItemSet *rSet) override |
| virtual void | Reset (const SfxItemSet *rSet) 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 | |
| DECL_LINK (ComparisonHdl, weld::Toggleable &, void) | |
| DECL_LINK (IgnoreHdl, weld::Toggleable &, void) | |
Private Attributes | |
| std::unique_ptr< weld::RadioButton > | m_xAutoRB |
| std::unique_ptr< weld::RadioButton > | m_xWordRB |
| std::unique_ptr< weld::RadioButton > | m_xCharRB |
| std::unique_ptr< weld::CheckButton > | m_xRsidCB |
| std::unique_ptr< weld::CheckButton > | m_xIgnoreCB |
| std::unique_ptr< weld::SpinButton > | m_xLenNF |
| std::unique_ptr< weld::CheckButton > | m_xStoreRsidCB |
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 364 of file optpage.hxx.
| SwCompareOptionsTabPage::SwCompareOptionsTabPage | ( | weld::Container * | pPage, |
| weld::DialogController * | pController, | ||
| const SfxItemSet & | rSet | ||
| ) |
Definition at line 1968 of file optpage.cxx.
References LINK, m_xAutoRB, m_xCharRB, m_xIgnoreCB, m_xWordRB, and rSet.
|
overridevirtual |
Definition at line 1986 of file optpage.cxx.
|
static |
Definition at line 1990 of file optpage.cxx.
Referenced by SwAbstractDialogFactory_Impl::GetTabPageCreatorFunc().
|
private |
|
private |
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 1995 of file optpage.cxx.
References Auto, ByChar, ByWord, m_xAutoRB, m_xCharRB, m_xIgnoreCB, m_xLenNF, m_xRsidCB, m_xStoreRsidCB, m_xWordRB, SwModuleOptions::SetCompareMode(), SwModuleOptions::SetIgnorePieces(), SwModuleOptions::SetPieceLen(), SwModuleOptions::SetStoreRsid(), SwModuleOptions::SetUseRsid(), and SW_MOD.
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 2041 of file optpage.cxx.
References Auto, ByChar, ByWord, SwModuleOptions::GetCompareMode(), SwModuleOptions::GetPieceLen(), SwModuleOptions::IsIgnorePieces(), SwModuleOptions::IsStoreRsid(), SwModuleOptions::IsUseRsid(), m_xAutoRB, m_xCharRB, m_xIgnoreCB, m_xLenNF, m_xRsidCB, m_xStoreRsidCB, m_xWordRB, and SW_MOD.
|
private |
Definition at line 366 of file optpage.hxx.
Referenced by FillItemSet(), Reset(), and SwCompareOptionsTabPage().
|
private |
Definition at line 368 of file optpage.hxx.
Referenced by FillItemSet(), Reset(), and SwCompareOptionsTabPage().
|
private |
Definition at line 370 of file optpage.hxx.
Referenced by FillItemSet(), Reset(), and SwCompareOptionsTabPage().
|
private |
Definition at line 371 of file optpage.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 369 of file optpage.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 372 of file optpage.hxx.
Referenced by FillItemSet(), and Reset().
|
private |
Definition at line 367 of file optpage.hxx.
Referenced by FillItemSet(), Reset(), and SwCompareOptionsTabPage().