LibreOffice Module svx (master) 1
|
#include <sfx2/tabdlg.hxx>
#include <svx/svxdllapi.h>
#include <svx/rectenum.hxx>
#include <vcl/customweld.hxx>
#include <vcl/weld.hxx>
#include <vcl/virdev.hxx>
#include <svx/xtable.hxx>
#include <rtl/ref.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <memory>
#include <array>
Go to the source code of this file.
Classes | |
class | SvxTabPage |
struct | o3tl::typed_flags< CTL_STATE > |
class | SvxRectCtl |
class | SvxPixelCtl |
class | SvxLineLB |
class | SvxLineEndLB |
class | SvxPreviewBase |
class | SvxXLinePreview |
class | SvxXRectPreview |
class | SvxXShadowPreview |
Namespaces | |
namespace | com |
namespace | com::sun |
namespace | com::sun::star |
namespace | com::sun::star::awt |
namespace | o3tl |
Enumerations | |
enum class | CTL_STATE { NONE = 0 , NOHORZ = 1 , NOVERT = 2 } |
Functions | |
void | limitWidthForSidebar (weld::SpinButton &rSpinButton) |
SVX_DLLPUBLIC void | limitWidthForSidebar (SvxRelativeField &rMetricSpinButton) |
SVX_DLLPUBLIC void | padWidthForSidebar (weld::Toolbar &rToolbar, const css::uno::Reference< css::frame::XFrame > &rFrame) |
|
strong |
Enumerator | |
---|---|
NONE | |
NOHORZ | |
NOVERT |
Definition at line 59 of file dlgctrl.hxx.
SVX_DLLPUBLIC 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().
SVX_DLLPUBLIC 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().