|
LibreOffice Module sw (master) 1
|
#include <optpage.hxx>
Public Member Functions | |
| SwTestTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet) | |
| virtual | ~SwTestTabPage () 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 | |
| void | Init () |
| DECL_LINK (AutoClickHdl, weld::Toggleable &, void) | |
Private Attributes | |
| bool | m_bAttrModified |
| std::unique_ptr< weld::CheckButton > | m_xTest1CBox |
| std::unique_ptr< weld::CheckButton > | m_xTest2CBox |
| std::unique_ptr< weld::CheckButton > | m_xTest3CBox |
| std::unique_ptr< weld::CheckButton > | m_xTest4CBox |
| std::unique_ptr< weld::CheckButton > | m_xTest5CBox |
| std::unique_ptr< weld::CheckButton > | m_xTest6CBox |
| std::unique_ptr< weld::CheckButton > | m_xTest7CBox |
| std::unique_ptr< weld::CheckButton > | m_xTest8CBox |
| std::unique_ptr< weld::CheckButton > | m_xTest9CBox |
| std::unique_ptr< weld::CheckButton > | m_xTest10CBox |
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 334 of file optpage.hxx.
| SwTestTabPage::SwTestTabPage | ( | weld::Container * | pPage, |
| weld::DialogController * | pController, | ||
| const SfxItemSet & | rSet | ||
| ) |
Definition at line 2104 of file optpage.cxx.
References Init().
|
overridevirtual |
Definition at line 2121 of file optpage.cxx.
|
static |
Definition at line 2125 of file optpage.cxx.
Referenced by SwAbstractDialogFactory_Impl::GetTabPageCreatorFunc().
|
private |
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 2131 of file optpage.cxx.
References m_bAttrModified, SwTestItem::m_bTest1, SwTestItem::m_bTest10, SwTestItem::m_bTest2, SwTestItem::m_bTest3, SwTestItem::m_bTest4, SwTestItem::m_bTest5, SwTestItem::m_bTest6, SwTestItem::m_bTest7, SwTestItem::m_bTest8, SwTestItem::m_bTest9, m_xTest10CBox, m_xTest1CBox, m_xTest2CBox, m_xTest3CBox, m_xTest4CBox, m_xTest5CBox, m_xTest6CBox, m_xTest7CBox, m_xTest8CBox, m_xTest9CBox, and SfxItemSet::Put().
|
private |
Definition at line 2171 of file optpage.cxx.
References LINK, m_xTest10CBox, m_xTest1CBox, m_xTest2CBox, m_xTest3CBox, m_xTest4CBox, m_xTest5CBox, m_xTest6CBox, m_xTest7CBox, m_xTest8CBox, and m_xTest9CBox.
Referenced by SwTestTabPage().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 2152 of file optpage.cxx.
References FN_PARAM_SWTEST, SfxItemSet::GetItemIfSet(), SfxTabPage::GetItemSet(), SwTestItem::m_bTest1, SwTestItem::m_bTest10, SwTestItem::m_bTest2, SwTestItem::m_bTest3, SwTestItem::m_bTest4, SwTestItem::m_bTest5, SwTestItem::m_bTest6, SwTestItem::m_bTest7, SwTestItem::m_bTest8, SwTestItem::m_bTest9, m_xTest10CBox, m_xTest1CBox, m_xTest2CBox, m_xTest3CBox, m_xTest4CBox, m_xTest5CBox, m_xTest6CBox, m_xTest7CBox, m_xTest8CBox, m_xTest9CBox, and rSet.
|
private |
Definition at line 346 of file optpage.hxx.
Referenced by FillItemSet().
|
private |
Definition at line 357 of file optpage.hxx.
Referenced by FillItemSet(), Init(), and Reset().
|
private |
Definition at line 348 of file optpage.hxx.
Referenced by FillItemSet(), Init(), and Reset().
|
private |
Definition at line 349 of file optpage.hxx.
Referenced by FillItemSet(), Init(), and Reset().
|
private |
Definition at line 350 of file optpage.hxx.
Referenced by FillItemSet(), Init(), and Reset().
|
private |
Definition at line 351 of file optpage.hxx.
Referenced by FillItemSet(), Init(), and Reset().
|
private |
Definition at line 352 of file optpage.hxx.
Referenced by FillItemSet(), Init(), and Reset().
|
private |
Definition at line 353 of file optpage.hxx.
Referenced by FillItemSet(), Init(), and Reset().
|
private |
Definition at line 354 of file optpage.hxx.
Referenced by FillItemSet(), Init(), and Reset().
|
private |
Definition at line 355 of file optpage.hxx.
Referenced by FillItemSet(), Init(), and Reset().
|
private |
Definition at line 356 of file optpage.hxx.
Referenced by FillItemSet(), Init(), and Reset().