LibreOffice Module svx (master) 1
Classes | Namespaces | Enumerations | Functions
dlgctrl.hxx File Reference
#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>
Include dependency graph for dlgctrl.hxx:
This graph shows which files directly or indirectly include this file:

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)
 

Enumeration Type Documentation

◆ CTL_STATE

enum class CTL_STATE
strong
Enumerator
NONE 
NOHORZ 
NOVERT 

Definition at line 59 of file dlgctrl.hxx.

Function Documentation

◆ limitWidthForSidebar() [1/2]

SVX_DLLPUBLIC void limitWidthForSidebar ( SvxRelativeField rMetricSpinButton)

Definition at line 1437 of file dlgctrl.cxx.

References SvxRelativeField::get_widget(), and limitWidthForSidebar().

◆ limitWidthForSidebar() [2/2]

void limitWidthForSidebar ( weld::SpinButton rSpinButton)

◆ padWidthForSidebar()

SVX_DLLPUBLIC void padWidthForSidebar ( weld::Toolbar rToolbar,
const css::uno::Reference< css::frame::XFrame > &  rFrame 
)