LibreOffice Module svx (master) 1
|
#include "dlgunit.hxx"
#include <utility>
#include <vcl/fieldvalues.hxx>
#include <vcl/graph.hxx>
#include <vcl/graphicfilter.hxx>
#include <vcl/virdev.hxx>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <vcl/weld.hxx>
#include <svx/strings.hrc>
#include <svx/svdograf.hxx>
#include <svx/sdgcpitm.hxx>
#include <svx/dialmgr.hxx>
#include <svx/graphichelper.hxx>
#include <svx/compressgraphicdialog.hxx>
#include <sfx2/dispatch.hxx>
#include <sfx2/module.hxx>
#include <comphelper/fileformat.h>
#include <comphelper/propertyvalue.hxx>
#include <com/sun/star/uno/Sequence.hxx>
#include <tools/stream.hxx>
#include <unotools/localedatawrapper.hxx>
Go to the source code of this file.
Functions | |
IMPL_LINK_NOARG (CompressGraphicsDialog, OkayClickHdl, weld::Button &, void) | |
IMPL_LINK_NOARG (CompressGraphicsDialog, NewWidthModifiedHdl, weld::SpinButton &, void) | |
IMPL_LINK (CompressGraphicsDialog, SlideHdl, weld::Scale &, rScale, void) | |
IMPL_LINK_NOARG (CompressGraphicsDialog, NewInterpolationModifiedHdl, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (CompressGraphicsDialog, NewQualityModifiedHdl, weld::SpinButton &, void) | |
IMPL_LINK_NOARG (CompressGraphicsDialog, NewCompressionModifiedHdl, weld::SpinButton &, void) | |
IMPL_LINK_NOARG (CompressGraphicsDialog, NewHeightModifiedHdl, weld::SpinButton &, void) | |
IMPL_LINK_NOARG (CompressGraphicsDialog, ResolutionModifiedHdl, weld::ComboBox &, void) | |
IMPL_LINK_NOARG (CompressGraphicsDialog, ToggleCompressionRB, weld::Toggleable &, void) | |
IMPL_LINK_NOARG (CompressGraphicsDialog, ToggleReduceResolutionRB, weld::Toggleable &, void) | |
IMPL_LINK_NOARG (CompressGraphicsDialog, CalculateClickHdl, weld::Button &, void) | |
IMPL_LINK | ( | CompressGraphicsDialog | , |
SlideHdl | , | ||
weld::Scale & | , | ||
rScale | , | ||
void | |||
) |
Definition at line 300 of file compressgraphicdialog.cxx.
References Update.
IMPL_LINK_NOARG | ( | CompressGraphicsDialog | , |
CalculateClickHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 364 of file compressgraphicdialog.cxx.
References SvStream::SetVersion(), SOFFICE_FILEFORMAT_CURRENT, SvxResId(), and SvMemoryStream::TellEnd().
IMPL_LINK_NOARG | ( | CompressGraphicsDialog | , |
NewCompressionModifiedHdl | , | ||
weld::SpinButton & | , | ||
void | |||
) |
Definition at line 320 of file compressgraphicdialog.cxx.
References Update.
IMPL_LINK_NOARG | ( | CompressGraphicsDialog | , |
NewHeightModifiedHdl | , | ||
weld::SpinButton & | , | ||
void | |||
) |
Definition at line 326 of file compressgraphicdialog.cxx.
References Update.
IMPL_LINK_NOARG | ( | CompressGraphicsDialog | , |
NewInterpolationModifiedHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 309 of file compressgraphicdialog.cxx.
References Update.
IMPL_LINK_NOARG | ( | CompressGraphicsDialog | , |
NewQualityModifiedHdl | , | ||
weld::SpinButton & | , | ||
void | |||
) |
Definition at line 314 of file compressgraphicdialog.cxx.
References Update.
IMPL_LINK_NOARG | ( | CompressGraphicsDialog | , |
NewWidthModifiedHdl | , | ||
weld::SpinButton & | , | ||
void | |||
) |
Definition at line 291 of file compressgraphicdialog.cxx.
References Update.
IMPL_LINK_NOARG | ( | CompressGraphicsDialog | , |
OkayClickHdl | , | ||
weld::Button & | , | ||
void | |||
) |
Definition at line 278 of file compressgraphicdialog.cxx.
References weld::DialogController::response(), and RET_OK.
IMPL_LINK_NOARG | ( | CompressGraphicsDialog | , |
ResolutionModifiedHdl | , | ||
weld::ComboBox & | , | ||
void | |||
) |
Definition at line 335 of file compressgraphicdialog.cxx.
References Update.
IMPL_LINK_NOARG | ( | CompressGraphicsDialog | , |
ToggleCompressionRB | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 344 of file compressgraphicdialog.cxx.
References Update.
IMPL_LINK_NOARG | ( | CompressGraphicsDialog | , |
ToggleReduceResolutionRB | , | ||
weld::Toggleable & | , | ||
void | |||
) |
Definition at line 354 of file compressgraphicdialog.cxx.
References Update.