|
LibreOffice Module cui (master) 1
|
#include <memory>#include <tools/urlobj.hxx>#include <vcl/settings.hxx>#include <vcl/svapp.hxx>#include <vcl/weld.hxx>#include <sfx2/dialoghelper.hxx>#include <strings.hrc>#include <svx/xfillit0.hxx>#include <svx/xflhtit.hxx>#include <svx/xflclit.hxx>#include <svx/colorbox.hxx>#include <svx/xtable.hxx>#include <svx/xflbckit.hxx>#include <cuitabarea.hxx>#include <svx/svxdlg.hxx>#include <dialmgr.hxx>#include <svx/dlgutil.hxx>#include <svx/dialmgr.hxx>#include <svx/strings.hrc>#include <svx/svxids.hrc>#include <sal/log.hxx>#include <svtools/unitconv.hxx>Go to the source code of this file.
Functions | |
| IMPL_LINK (SvxHatchTabPage, ModifiedListBoxHdl_Impl, weld::ComboBox &, rListBox, void) | |
| IMPL_LINK (SvxHatchTabPage, ModifiedColorListBoxHdl_Impl, ColorListBox &, rListBox, void) | |
| IMPL_LINK_NOARG (SvxHatchTabPage, ToggleHatchBackgroundColor_Impl, weld::Toggleable &, void) | |
| IMPL_LINK_NOARG (SvxHatchTabPage, ModifiedBackgroundHdl_Impl, ColorListBox &, void) | |
| IMPL_LINK (SvxHatchTabPage, ModifiedEditHdl_Impl, weld::MetricSpinButton &, rEdit, void) | |
| IMPL_LINK (SvxHatchTabPage, ModifiedSliderHdl_Impl, weld::Scale &, rSlider, void) | |
| IMPL_LINK_NOARG (SvxHatchTabPage, ChangeHatchHdl, ValueSet *, void) | |
| IMPL_LINK_NOARG (SvxHatchTabPage, ClickAddHdl_Impl, weld::Button &, void) | |
| IMPL_LINK_NOARG (SvxHatchTabPage, ClickModifyHdl_Impl, weld::Button &, void) | |
| IMPL_LINK_NOARG (SvxHatchTabPage, ClickDeleteHdl_Impl, SvxPresetListBox *, void) | |
| IMPL_LINK_NOARG (SvxHatchTabPage, ClickRenameHdl_Impl, SvxPresetListBox *, void) | |
| IMPL_LINK | ( | SvxHatchTabPage | , |
| ModifiedColorListBoxHdl_Impl | , | ||
| ColorListBox & | , | ||
| rListBox | , | ||
| void | |||
| ) |
Definition at line 285 of file tphatch.cxx.
| IMPL_LINK | ( | SvxHatchTabPage | , |
| ModifiedEditHdl_Impl | , | ||
| weld::MetricSpinButton & | , | ||
| rEdit | , | ||
| void | |||
| ) |
Definition at line 316 of file tphatch.cxx.
| IMPL_LINK | ( | SvxHatchTabPage | , |
| ModifiedListBoxHdl_Impl | , | ||
| weld::ComboBox & | , | ||
| rListBox | , | ||
| void | |||
| ) |
Definition at line 278 of file tphatch.cxx.
| IMPL_LINK | ( | SvxHatchTabPage | , |
| ModifiedSliderHdl_Impl | , | ||
| weld::Scale & | , | ||
| rSlider | , | ||
| void | |||
| ) |
Definition at line 322 of file tphatch.cxx.
| IMPL_LINK_NOARG | ( | SvxHatchTabPage | , |
| ChangeHatchHdl | , | ||
| ValueSet * | , | ||
| void | |||
| ) |
Definition at line 347 of file tphatch.cxx.
| IMPL_LINK_NOARG | ( | SvxHatchTabPage | , |
| ClickAddHdl_Impl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 403 of file tphatch.cxx.
References aName, SvxAbstractDialogFactory::Create(), Application::CreateBuilder(), SvxAbstractDialogFactory::CreateSvxNameDialog(), CuiResId(), VclPtr< class reference_type >::disposeAndClear(), GetCoreValue(), GetFrameWeld(), nCount, nId, RET_OK, and SvxResId().
| IMPL_LINK_NOARG | ( | SvxHatchTabPage | , |
| ClickDeleteHdl_Impl | , | ||
| SvxPresetListBox * | , | ||
| void | |||
| ) |
Definition at line 495 of file tphatch.cxx.
References Application::CreateBuilder(), GetFrameWeld(), nId, nPos, RET_YES, and VALUESET_ITEM_NOTFOUND.
| IMPL_LINK_NOARG | ( | SvxHatchTabPage | , |
| ClickModifyHdl_Impl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 463 of file tphatch.cxx.
References aName, GetCoreValue(), nId, nPos, and VALUESET_ITEM_NOTFOUND.
| IMPL_LINK_NOARG | ( | SvxHatchTabPage | , |
| ClickRenameHdl_Impl | , | ||
| SvxPresetListBox * | , | ||
| void | |||
| ) |
Definition at line 521 of file tphatch.cxx.
References aName, SvxAbstractDialogFactory::Create(), Application::CreateBuilder(), SvxAbstractDialogFactory::CreateSvxNameDialog(), CuiResId(), GetFrameWeld(), nId, nPos, RET_OK, and VALUESET_ITEM_NOTFOUND.
| IMPL_LINK_NOARG | ( | SvxHatchTabPage | , |
| ModifiedBackgroundHdl_Impl | , | ||
| ColorListBox & | , | ||
| void | |||
| ) |
Definition at line 301 of file tphatch.cxx.
References COL_TRANSPARENT().
| IMPL_LINK_NOARG | ( | SvxHatchTabPage | , |
| ToggleHatchBackgroundColor_Impl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 291 of file tphatch.cxx.