LibreOffice Module svx (master) 1
|
#include <config_wasm_strip.h>
#include <vcl/svapp.hxx>
#include <vcl/settings.hxx>
#include <vcl/virdev.hxx>
#include <vcl/event.hxx>
#include <sfx2/dialoghelper.hxx>
#include <sfx2/weldutils.hxx>
#include <svx/relfld.hxx>
#include <svx/xlineit0.hxx>
#include <svx/xtable.hxx>
#include <bitmaps.hlst>
#include <svx/dlgctrl.hxx>
#include <tools/debug.hxx>
#include <svxpixelctlaccessiblecontext.hxx>
#include <svtools/colorcfg.hxx>
#include <svxrectctaccessiblecontext.hxx>
#include <basegfx/point/b2dpoint.hxx>
#include <basegfx/polygon/b2dpolygon.hxx>
#include <svx/svdorect.hxx>
#include <svx/svdmodel.hxx>
#include <svx/svdopath.hxx>
#include <sdr/contact/objectcontactofobjlistpainter.hxx>
#include <svx/sdr/contact/displayinfo.hxx>
#include <vcl/BitmapTools.hxx>
Go to the source code of this file.
Functions | |
void | limitWidthForSidebar (weld::SpinButton &rSpinButton) |
void | limitWidthForSidebar (SvxRelativeField &rMetricSpinButton) |
void | padWidthForSidebar (weld::Toolbar &rToolbar, const css::uno::Reference< css::frame::XFrame > &rFrame) |
#define OUTPUT_DRAWMODE_COLOR (DrawModeFlags::Default) |
Definition at line 46 of file dlgctrl.cxx.
#define OUTPUT_DRAWMODE_CONTRAST (DrawModeFlags::SettingsLine | DrawModeFlags::SettingsFill | DrawModeFlags::SettingsText | DrawModeFlags::SettingsGradient) |
Definition at line 47 of file dlgctrl.cxx.
void limitWidthForSidebar | ( | SvxRelativeField & | rMetricSpinButton | ) |
Definition at line 1437 of file dlgctrl.cxx.
References SvxRelativeField::get_widget(), and limitWidthForSidebar().
void limitWidthForSidebar | ( | weld::SpinButton & | rSpinButton | ) |
Definition at line 1430 of file dlgctrl.cxx.
References weld::Entry::get_width_chars(), and weld::Entry::set_width_chars().
Referenced by svx::sidebar::ParaPropertyPanel::limitMetricWidths(), and limitWidthForSidebar().
void padWidthForSidebar | ( | weld::Toolbar & | rToolbar, |
const css::uno::Reference< css::frame::XFrame > & | rFrame | ||
) |
Definition at line 1443 of file dlgctrl.cxx.
References Application::CreateBuilder(), weld::Toolbar::get_icon_size(), and weld::Widget::set_size_request().
Referenced by svx::sidebar::ParaPropertyPanel::ParaPropertyPanel().