LibreOffice Module cui (master) 1
|
#include <optcolor.hxx>
Public Member Functions | |
SvxColorOptionsTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rSet) | |
virtual | ~SvxColorOptionsTabPage () override |
virtual bool | FillItemSet (SfxItemSet *rSet) override |
virtual void | Reset (const SfxItemSet *rSet) override |
virtual DeactivateRC | DeactivatePage (SfxItemSet *pSet) override |
virtual void | FillUserData () 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 (SchemeChangedHdl_Impl, weld::ComboBox &, void) | |
DECL_LINK (onAutoColorChanged, weld::ComboBox &, void) | |
DECL_LINK (SaveDeleteHdl_Impl, weld::Button &, void) | |
DECL_LINK (CheckNameHdl_Impl, AbstractSvxNameDialog &, bool) | |
DECL_LINK (AdjustHeaderBar, const Size &, void) | |
DECL_LINK (PostAdjustHeaderBar, void *, void) | |
void | UpdateColorConfig () |
Private Attributes | |
bool | bFillItemSetCalled |
ImplSVEvent * | m_nSizeAllocEventId |
std::unique_ptr< weld::ComboBox > | m_xAutoColorLB |
std::unique_ptr< weld::ComboBox > | m_xColorSchemeLB |
std::unique_ptr< weld::Button > | m_xSaveSchemePB |
std::unique_ptr< weld::Button > | m_xDeleteSchemePB |
std::unique_ptr< ColorConfigCtrl_Impl > | m_xColorConfigCT |
std::unique_ptr< weld::Widget > | m_xTable |
std::unique_ptr< weld::Label > | m_xOnFT |
std::unique_ptr< weld::Label > | m_xColorFT |
weld::Widget & | m_rWidget1 |
weld::Widget & | m_rWidget2 |
std::unique_ptr< svtools::EditableColorConfig > | pColorConfig |
std::unique_ptr< svtools::EditableExtendedColorConfig > | pExtColorConfig |
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 28 of file optcolor.hxx.
SvxColorOptionsTabPage::SvxColorOptionsTabPage | ( | weld::Container * | pPage, |
weld::DialogController * | pController, | ||
const SfxItemSet & | rSet | ||
) |
Definition at line 744 of file optcolor.cxx.
References weld::Widget::connect_size_allocate(), LINK, m_rWidget1, m_rWidget2, m_xAutoColorLB, m_xColorSchemeLB, m_xDeleteSchemePB, and m_xSaveSchemePB.
|
overridevirtual |
Definition at line 770 of file optcolor.cxx.
References bFillItemSetCalled, m_nSizeAllocEventId, m_xColorConfigCT, m_xColorSchemeLB, pColorConfig, pExtColorConfig, and Application::RemoveUserEvent().
|
static |
Definition at line 798 of file optcolor.cxx.
Referenced by CreateGeneralTabPage().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 851 of file optcolor.cxx.
References FillItemSet().
|
private |
|
private |
|
private |
|
private |
|
private |
|
private |
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 803 of file optcolor.cxx.
References bFillItemSetCalled, m_xColorSchemeLB, pColorConfig, and pExtColorConfig.
Referenced by DeactivatePage().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 933 of file optcolor.cxx.
References m_xColorConfigCT, and SfxTabPage::SetUserData().
|
overridevirtual |
Reimplemented from SfxTabPage.
Definition at line 818 of file optcolor.cxx.
References MiscSettings::GetAppColorMode(), SfxTabPage::GetUserData(), m_xAutoColorLB, m_xColorConfigCT, m_xColorSchemeLB, m_xDeleteSchemePB, pColorConfig, pExtColorConfig, and UpdateColorConfig().
|
private |
|
private |
Definition at line 30 of file optcolor.hxx.
Referenced by FillItemSet(), and ~SvxColorOptionsTabPage().
|
private |
Definition at line 32 of file optcolor.hxx.
Referenced by ~SvxColorOptionsTabPage().
|
private |
Definition at line 43 of file optcolor.hxx.
Referenced by SvxColorOptionsTabPage().
|
private |
Definition at line 44 of file optcolor.hxx.
Referenced by SvxColorOptionsTabPage().
|
private |
Definition at line 34 of file optcolor.hxx.
Referenced by Reset(), and SvxColorOptionsTabPage().
|
private |
Definition at line 38 of file optcolor.hxx.
Referenced by FillUserData(), Reset(), UpdateColorConfig(), and ~SvxColorOptionsTabPage().
|
private |
Definition at line 41 of file optcolor.hxx.
|
private |
Definition at line 35 of file optcolor.hxx.
Referenced by FillItemSet(), Reset(), SvxColorOptionsTabPage(), and ~SvxColorOptionsTabPage().
|
private |
Definition at line 37 of file optcolor.hxx.
Referenced by Reset(), and SvxColorOptionsTabPage().
|
private |
Definition at line 40 of file optcolor.hxx.
|
private |
Definition at line 36 of file optcolor.hxx.
Referenced by SvxColorOptionsTabPage().
|
private |
Definition at line 39 of file optcolor.hxx.
|
private |
Definition at line 46 of file optcolor.hxx.
Referenced by FillItemSet(), Reset(), and ~SvxColorOptionsTabPage().
|
private |
Definition at line 47 of file optcolor.hxx.
Referenced by FillItemSet(), Reset(), and ~SvxColorOptionsTabPage().