|
LibreOffice Module cui (master) 1
|
#include <vcl/BitmapMosaicFilter.hxx>#include <vcl/BitmapSharpenFilter.hxx>#include <vcl/BitmapEmbossGreyFilter.hxx>#include <vcl/BitmapSepiaFilter.hxx>#include <vcl/BitmapSmoothenFilter.hxx>#include <vcl/BitmapSolarizeFilter.hxx>#include <vcl/BitmapColorQuantizationFilter.hxx>#include <vcl/settings.hxx>#include <vcl/svapp.hxx>#include <osl/diagnose.h>#include <tools/helpers.hxx>#include <cuigrfflt.hxx>Go to the source code of this file.
Functions | |
| IMPL_LINK_NOARG (GraphicFilterDialog, ImplPreviewTimeoutHdl, Timer *, void) | |
| IMPL_LINK_NOARG (GraphicFilterDialog, ImplModifyHdl, LinkParamNone *, void) | |
| IMPL_LINK_NOARG (GraphicFilterMosaic, CheckBoxModifyHdl, weld::Toggleable &, void) | |
| IMPL_LINK_NOARG (GraphicFilterMosaic, EditModifyHdl, weld::MetricSpinButton &, void) | |
| IMPL_LINK_NOARG (GraphicFilterSmooth, EditModifyHdl, weld::SpinButton &, void) | |
| IMPL_LINK_NOARG (GraphicFilterSolarize, CheckBoxModifyHdl, weld::Toggleable &, void) | |
| IMPL_LINK_NOARG (GraphicFilterSolarize, EditModifyHdl, weld::MetricSpinButton &, void) | |
| IMPL_LINK_NOARG (GraphicFilterSepia, EditModifyHdl, weld::MetricSpinButton &, void) | |
| IMPL_LINK_NOARG (GraphicFilterPoster, EditModifyHdl, weld::SpinButton &, void) | |
| IMPL_LINK_NOARG | ( | GraphicFilterDialog | , |
| ImplModifyHdl | , | ||
| LinkParamNone * | , | ||
| void | |||
| ) |
Definition at line 149 of file cuigrfflt.cxx.
| IMPL_LINK_NOARG | ( | GraphicFilterDialog | , |
| ImplPreviewTimeoutHdl | , | ||
| Timer * | , | ||
| void | |||
| ) |
Definition at line 142 of file cuigrfflt.cxx.
References GetFilteredGraphic().
| IMPL_LINK_NOARG | ( | GraphicFilterMosaic | , |
| CheckBoxModifyHdl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 179 of file cuigrfflt.cxx.
| IMPL_LINK_NOARG | ( | GraphicFilterMosaic | , |
| EditModifyHdl | , | ||
| weld::MetricSpinButton & | , | ||
| void | |||
| ) |
Definition at line 184 of file cuigrfflt.cxx.
| IMPL_LINK_NOARG | ( | GraphicFilterPoster | , |
| EditModifyHdl | , | ||
| weld::SpinButton & | , | ||
| void | |||
| ) |
Definition at line 370 of file cuigrfflt.cxx.
| IMPL_LINK_NOARG | ( | GraphicFilterSepia | , |
| EditModifyHdl | , | ||
| weld::MetricSpinButton & | , | ||
| void | |||
| ) |
Definition at line 332 of file cuigrfflt.cxx.
| IMPL_LINK_NOARG | ( | GraphicFilterSmooth | , |
| EditModifyHdl | , | ||
| weld::SpinButton & | , | ||
| void | |||
| ) |
Definition at line 235 of file cuigrfflt.cxx.
| IMPL_LINK_NOARG | ( | GraphicFilterSolarize | , |
| CheckBoxModifyHdl | , | ||
| weld::Toggleable & | , | ||
| void | |||
| ) |
Definition at line 280 of file cuigrfflt.cxx.
| IMPL_LINK_NOARG | ( | GraphicFilterSolarize | , |
| EditModifyHdl | , | ||
| weld::MetricSpinButton & | , | ||
| void | |||
| ) |
Definition at line 285 of file cuigrfflt.cxx.