|
LibreOffice Module cui (master) 1
|
#include <memory>#include <i18nutil/unicode.hxx>#include <svtools/colrdlg.hxx>#include <vcl/svapp.hxx>#include <vcl/weld.hxx>#include <strings.hrc>#include <svx/xfillit0.hxx>#include <svx/xflclit.hxx>#include <svx/xtable.hxx>#include <cuitabarea.hxx>#include <svx/svxdlg.hxx>#include <dialmgr.hxx>#include <cuitabline.hxx>#include <svx/dialmgr.hxx>#include <svx/strings.hrc>#include <officecfg/Office/Common.hxx>#include <osl/diagnose.h>#include <comphelper/dispatchcommand.hxx>#include <comphelper/lok.hxx>#include <comphelper/propertyvalue.hxx>Go to the source code of this file.
Functions | |
| IMPL_LINK_NOARG (SvxColorTabPage, SpinValueHdl_Impl, weld::SpinButton &, void) | |
| IMPL_LINK_NOARG (SvxColorTabPage, MetricSpinValueHdl_Impl, weld::MetricSpinButton &, void) | |
| IMPL_LINK_NOARG (SvxColorTabPage, ModifiedHdl_Impl, weld::Entry &, void) | |
| IMPL_LINK_NOARG (SvxColorTabPage, ClickAddHdl_Impl, weld::Button &, void) | |
| IMPL_LINK_NOARG (SvxColorTabPage, ClickWorkOnHdl_Impl, weld::Button &, void) | |
| IMPL_LINK_NOARG (SvxColorTabPage, ClickDeleteHdl_Impl, weld::Button &, void) | |
| IMPL_LINK_NOARG (SvxColorTabPage, SelectPaletteLBHdl, weld::ComboBox &, void) | |
| IMPL_LINK (SvxColorTabPage, SelectValSetHdl_Impl, ValueSet *, pValSet, void) | |
| IMPL_LINK_NOARG (SvxColorTabPage, SelectColorModeHdl_Impl, weld::Toggleable &, void) | |
| IMPL_STATIC_LINK_NOARG (SvxColorTabPage, OnMoreColorsClick, weld::Button &, void) | |
| IMPL_LINK | ( | SvxColorTabPage | , |
| SelectValSetHdl_Impl | , | ||
| ValueSet * | , | ||
| pValSet | , | ||
| void | |||
| ) |
Definition at line 492 of file tpcolor.cxx.
References CuiResId(), PaletteManager::GetThemeAndEffectIndex(), NamedColor::m_aColor, NamedColor::m_nLumMod, NamedColor::m_nLumOff, NamedColor::m_nThemeIndex, and nPos.
| IMPL_LINK_NOARG | ( | SvxColorTabPage | , |
| ClickAddHdl_Impl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 332 of file tpcolor.cxx.
References aName, comphelper::ConfigurationChanges::create(), SvxAbstractDialogFactory::Create(), Application::CreateBuilder(), SvxAbstractDialogFactory::CreateSvxNameDialog(), CuiResId(), VclPtr< class reference_type >::disposeAndClear(), GetFrameWeld(), nId, RET_OK, and SvxResId().
| IMPL_LINK_NOARG | ( | SvxColorTabPage | , |
| ClickDeleteHdl_Impl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 417 of file tpcolor.cxx.
References comphelper::ConfigurationChanges::create(), CuiResId(), nId, nIndex, nPos, and VALUESET_ITEM_NOTFOUND.
| IMPL_LINK_NOARG | ( | SvxColorTabPage | , |
| ClickWorkOnHdl_Impl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 396 of file tpcolor.cxx.
References SvColorDialog::Execute(), SvColorDialog::GetColor(), GetFrameWeld(), svtools::Modify, RET_OK, SvColorDialog::SetColor(), and SvColorDialog::SetMode().
| IMPL_LINK_NOARG | ( | SvxColorTabPage | , |
| MetricSpinValueHdl_Impl | , | ||
| weld::MetricSpinButton & | , | ||
| void | |||
| ) |
Definition at line 306 of file tpcolor.cxx.
References ColorTransparency, and RGB.
| IMPL_LINK_NOARG | ( | SvxColorTabPage | , |
| ModifiedHdl_Impl | , | ||
| weld::Entry & | , | ||
| void | |||
| ) |
Definition at line 321 of file tpcolor.cxx.
| IMPL_LINK_NOARG | ( | SvxColorTabPage | , |
| SelectColorModeHdl_Impl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 563 of file tpcolor.cxx.
| IMPL_LINK_NOARG | ( | SvxColorTabPage | , |
| SelectPaletteLBHdl | , | ||
| weld::ComboBox & | , | ||
| void | |||
| ) |
Definition at line 454 of file tpcolor.cxx.
References XPropertyList::AsColorList(), XPropertyList::CreatePropertyListFromURL(), CuiResId(), nPos, SvxAreaTabDialog::SetNewColorList(), and SvxLineTabDialog::SetNewColorList().
| IMPL_LINK_NOARG | ( | SvxColorTabPage | , |
| SpinValueHdl_Impl | , | ||
| weld::SpinButton & | , | ||
| void | |||
| ) |
Definition at line 292 of file tpcolor.cxx.
| IMPL_STATIC_LINK_NOARG | ( | SvxColorTabPage | , |
| OnMoreColorsClick | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 574 of file tpcolor.cxx.
References comphelper::dispatchCommand(), and comphelper::makePropertyValue().