|
LibreOffice Module svx (master) 1
|
#include <vcl/event.hxx>#include <vcl/metaact.hxx>#include <vcl/virdev.hxx>#include <svtools/valueset.hxx>#include <svl/eitem.hxx>#include <sfx2/dispatch.hxx>#include <svtools/colrdlg.hxx>#include <svx/colorbox.hxx>#include <svx/dialmgr.hxx>#include <svx/bmpmask.hxx>#include <svx/strings.hrc>#include <svx/svxids.hrc>#include <memory>#include <helpids.h>Go to the source code of this file.
Classes | |
| class | BmpColorWindow |
| class | MaskSet |
| class | MaskData |
Macros | |
| #define | OWN_CALLMODE SfxCallMode::ASYNCHRON | SfxCallMode::RECORD |
| #define | TEST_COLS() |
Functions | |
| IMPL_LINK (MaskData, PipetteHdl, const OUString &, rId, void) | |
| IMPL_LINK (MaskData, CbxHdl, weld::Toggleable &, rCbx, void) | |
| IMPL_LINK (MaskData, CbxTransHdl, weld::Toggleable &, rCbx, void) | |
| IMPL_LINK (MaskData, FocusLbHdl, weld::Widget &, rLb, void) | |
| IMPL_LINK_NOARG (MaskData, ExecHdl, weld::Button &, void) | |
| #define OWN_CALLMODE SfxCallMode::ASYNCHRON | SfxCallMode::RECORD |
Definition at line 36 of file _bmpmask.cxx.
| #define TEST_COLS | ( | ) |
Definition at line 39 of file _bmpmask.cxx.
| IMPL_LINK | ( | MaskData | , |
| CbxHdl | , | ||
| weld::Toggleable & | , | ||
| rCbx | , | ||
| void | |||
| ) |
Definition at line 201 of file _bmpmask.cxx.
References MaskSet::Select(), and ValueSet::SelectItem().
| IMPL_LINK | ( | MaskData | , |
| CbxTransHdl | , | ||
| weld::Toggleable & | , | ||
| rCbx | , | ||
| void | |||
| ) |
Definition at line 233 of file _bmpmask.cxx.
| IMPL_LINK | ( | MaskData | , |
| FocusLbHdl | , | ||
| weld::Widget & | , | ||
| rLb | , | ||
| void | |||
| ) |
Definition at line 292 of file _bmpmask.cxx.
| IMPL_LINK | ( | MaskData | , |
| PipetteHdl | , | ||
| const OUString & | , | ||
| rId | , | ||
| void | |||
| ) |
Definition at line 192 of file _bmpmask.cxx.
References OWN_CALLMODE.
| IMPL_LINK_NOARG | ( | MaskData | , |
| ExecHdl | , | ||
| weld::Button & | , | ||
| void | |||
| ) |
Definition at line 300 of file _bmpmask.cxx.
References OWN_CALLMODE.