LibreOffice Module sc (master) 1
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
sc::sidebar::AlignmentPropertyPanel Class Reference

#include <AlignmentPropertyPanel.hxx>

Inheritance diagram for sc::sidebar::AlignmentPropertyPanel:
[legend]
Collaboration diagram for sc::sidebar::AlignmentPropertyPanel:
[legend]

Public Member Functions

virtual void HandleContextChange (const vcl::EnumContext &rContext) override
 
virtual void NotifyItemUpdate (const sal_uInt16 nSId, const SfxItemState eState, const SfxPoolItem *pState) override
 
virtual void GetControlState (const sal_uInt16, boost::property_tree::ptree &) override
 
SfxBindingsGetBindings ()
 
 AlignmentPropertyPanel (weld::Widget *pParent, const css::uno::Reference< css::frame::XFrame > &rxFrame, SfxBindings *pBindings)
 
virtual ~AlignmentPropertyPanel () override
 
- Public Member Functions inherited from PanelLayout
 PanelLayout (weld::Widget *pParent, const OUString &rID, const OUString &rUIXMLDescription)
 
void SetPanel (sfx2::sidebar::Panel *pPanel)
 
virtual ~PanelLayout ()
 
Size get_preferred_size () const
 
void queue_resize ()
 
- Public Member Functions inherited from sfx2::sidebar::ControllerItem::ItemUpdateReceiverInterface
virtual void NotifyItemUpdate (const sal_uInt16 nSId, const SfxItemState eState, const SfxPoolItem *pState)=0
 
virtual void GetControlState (const sal_uInt16 nSId, boost::property_tree::ptree &rState)=0
 
virtual ~ItemUpdateReceiverInterface ()
 

Static Public Member Functions

static std::unique_ptr< PanelLayoutCreate (weld::Widget *pParent, const css::uno::Reference< css::frame::XFrame > &rxFrame, SfxBindings *pBindings)
 

Private Member Functions

 DECL_LINK (MFLeftIndentMdyHdl, weld::MetricSpinButton &, void)
 
 DECL_LINK (CBOXMergnCellClkHdl, weld::Toggleable &, void)
 
 DECL_LINK (CBOXWrapTextClkHdl, weld::Toggleable &, void)
 
 DECL_LINK (AngleModifiedHdl, weld::MetricSpinButton &, void)
 
 DECL_LINK (ClickStackHdl, weld::Toggleable &, void)
 
 DECL_LINK (ReferenceEdgeHdl, weld::Button &, void)
 
void Initialize ()
 

Private Attributes

std::unique_ptr< weld::LabelmxFTLeftIndent
 
std::unique_ptr< weld::MetricSpinButtonmxMFLeftIndent
 
std::unique_ptr< weld::CheckButtonmxCBXWrapText
 
std::unique_ptr< weld::CheckButtonmxCBXMergeCell
 
std::unique_ptr< weld::LabelmxFtRotate
 
std::unique_ptr< weld::MetricSpinButtonmxMtrAngle
 
std::unique_ptr< weld::ToggleButtonmxRefEdgeBottom
 
std::unique_ptr< weld::ToggleButtonmxRefEdgeTop
 
std::unique_ptr< weld::ToggleButtonmxRefEdgeStd
 
std::unique_ptr< weld::CheckButtonmxCBStacked
 
std::unique_ptr< weld::WidgetmxTextOrientBox
 
std::unique_ptr< weld::ToolbarmxHorizontalAlign
 
std::unique_ptr< ToolbarUnoDispatchermxHorizontalAlignDispatch
 
std::unique_ptr< weld::ToolbarmxVertAlign
 
std::unique_ptr< ToolbarUnoDispatchermxVertAlignDispatch
 
std::unique_ptr< weld::ToolbarmxWriteDirection
 
std::unique_ptr< ToolbarUnoDispatchermxWriteDirectionDispatch
 
std::unique_ptr< weld::ToolbarmxIndentButtons
 
std::unique_ptr< ToolbarUnoDispatchermxIndentButtonsDispatch
 
::sfx2::sidebar::ControllerItem maAlignHorControl
 
::sfx2::sidebar::ControllerItem maLeftIndentControl
 
::sfx2::sidebar::ControllerItem maMergeCellControl
 
::sfx2::sidebar::ControllerItem maWrapTextControl
 
::sfx2::sidebar::ControllerItem maAngleControl
 
::sfx2::sidebar::ControllerItem maVrtStackControl
 
::sfx2::sidebar::ControllerItem maRefEdgeControl
 
bool mbMultiDisable: 1
 
vcl::EnumContext maContext
 
SfxBindingsmpBindings
 

Additional Inherited Members

- Protected Member Functions inherited from PanelLayout
virtual void DataChanged (const DataChangedEvent &rEvent)
 
virtual void DumpAsPropertyTree (tools::JsonWriter &)
 
virtual weld::WindowGetFrameWeld () const
 
- Protected Attributes inherited from PanelLayout
std::unique_ptr< weld::Builderm_xBuilder
 
std::unique_ptr< weld::Containerm_xContainer
 
sfx2::sidebar::Panelm_pPanel
 

Detailed Description

Definition at line 29 of file AlignmentPropertyPanel.hxx.

Constructor & Destructor Documentation

◆ AlignmentPropertyPanel()

sc::sidebar::AlignmentPropertyPanel::AlignmentPropertyPanel ( weld::Widget pParent,
const css::uno::Reference< css::frame::XFrame > &  rxFrame,
SfxBindings pBindings 
)

Definition at line 39 of file AlignmentPropertyPanel.cxx.

References DEGREE, Initialize(), and POINT.

◆ ~AlignmentPropertyPanel()

sc::sidebar::AlignmentPropertyPanel::~AlignmentPropertyPanel ( )
overridevirtual

Member Function Documentation

◆ Create()

std::unique_ptr< PanelLayout > sc::sidebar::AlignmentPropertyPanel::Create ( weld::Widget pParent,
const css::uno::Reference< css::frame::XFrame > &  rxFrame,
SfxBindings pBindings 
)
static

◆ DECL_LINK() [1/6]

sc::sidebar::AlignmentPropertyPanel::DECL_LINK ( AngleModifiedHdl  ,
weld::MetricSpinButton ,
void   
)
private

◆ DECL_LINK() [2/6]

sc::sidebar::AlignmentPropertyPanel::DECL_LINK ( CBOXMergnCellClkHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [3/6]

sc::sidebar::AlignmentPropertyPanel::DECL_LINK ( CBOXWrapTextClkHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [4/6]

sc::sidebar::AlignmentPropertyPanel::DECL_LINK ( ClickStackHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [5/6]

sc::sidebar::AlignmentPropertyPanel::DECL_LINK ( MFLeftIndentMdyHdl  ,
weld::MetricSpinButton ,
void   
)
private

◆ DECL_LINK() [6/6]

sc::sidebar::AlignmentPropertyPanel::DECL_LINK ( ReferenceEdgeHdl  ,
weld::Button ,
void   
)
private

◆ GetBindings()

SfxBindings * sc::sidebar::AlignmentPropertyPanel::GetBindings ( )
inline

Definition at line 52 of file AlignmentPropertyPanel.hxx.

References mpBindings.

◆ GetControlState()

virtual void sc::sidebar::AlignmentPropertyPanel::GetControlState ( const  sal_uInt16,
boost::property_tree::ptree &   
)
inlineoverridevirtual

◆ HandleContextChange()

void sc::sidebar::AlignmentPropertyPanel::HandleContextChange ( const vcl::EnumContext rContext)
overridevirtual

Definition at line 208 of file AlignmentPropertyPanel.cxx.

References maContext.

◆ Initialize()

void sc::sidebar::AlignmentPropertyPanel::Initialize ( )
private

◆ NotifyItemUpdate()

void sc::sidebar::AlignmentPropertyPanel::NotifyItemUpdate ( const sal_uInt16  nSId,
const SfxItemState  eState,
const SfxPoolItem pState 
)
overridevirtual

Member Data Documentation

◆ maAlignHorControl

::sfx2::sidebar::ControllerItem sc::sidebar::AlignmentPropertyPanel::maAlignHorControl
private

Definition at line 87 of file AlignmentPropertyPanel.hxx.

Referenced by ~AlignmentPropertyPanel().

◆ maAngleControl

::sfx2::sidebar::ControllerItem sc::sidebar::AlignmentPropertyPanel::maAngleControl
private

Definition at line 91 of file AlignmentPropertyPanel.hxx.

Referenced by ~AlignmentPropertyPanel().

◆ maContext

vcl::EnumContext sc::sidebar::AlignmentPropertyPanel::maContext
private

Definition at line 97 of file AlignmentPropertyPanel.hxx.

Referenced by HandleContextChange().

◆ maLeftIndentControl

::sfx2::sidebar::ControllerItem sc::sidebar::AlignmentPropertyPanel::maLeftIndentControl
private

Definition at line 88 of file AlignmentPropertyPanel.hxx.

Referenced by ~AlignmentPropertyPanel().

◆ maMergeCellControl

::sfx2::sidebar::ControllerItem sc::sidebar::AlignmentPropertyPanel::maMergeCellControl
private

Definition at line 89 of file AlignmentPropertyPanel.hxx.

Referenced by ~AlignmentPropertyPanel().

◆ maRefEdgeControl

::sfx2::sidebar::ControllerItem sc::sidebar::AlignmentPropertyPanel::maRefEdgeControl
private

Definition at line 93 of file AlignmentPropertyPanel.hxx.

Referenced by ~AlignmentPropertyPanel().

◆ maVrtStackControl

::sfx2::sidebar::ControllerItem sc::sidebar::AlignmentPropertyPanel::maVrtStackControl
private

Definition at line 92 of file AlignmentPropertyPanel.hxx.

Referenced by ~AlignmentPropertyPanel().

◆ maWrapTextControl

::sfx2::sidebar::ControllerItem sc::sidebar::AlignmentPropertyPanel::maWrapTextControl
private

Definition at line 90 of file AlignmentPropertyPanel.hxx.

Referenced by ~AlignmentPropertyPanel().

◆ mbMultiDisable

bool sc::sidebar::AlignmentPropertyPanel::mbMultiDisable
private

Definition at line 95 of file AlignmentPropertyPanel.hxx.

Referenced by NotifyItemUpdate().

◆ mpBindings

SfxBindings* sc::sidebar::AlignmentPropertyPanel::mpBindings
private

Definition at line 98 of file AlignmentPropertyPanel.hxx.

Referenced by GetBindings().

◆ mxCBStacked

std::unique_ptr<weld::CheckButton> sc::sidebar::AlignmentPropertyPanel::mxCBStacked
private

◆ mxCBXMergeCell

std::unique_ptr<weld::CheckButton> sc::sidebar::AlignmentPropertyPanel::mxCBXMergeCell
private

◆ mxCBXWrapText

std::unique_ptr<weld::CheckButton> sc::sidebar::AlignmentPropertyPanel::mxCBXWrapText
private

◆ mxFTLeftIndent

std::unique_ptr<weld::Label> sc::sidebar::AlignmentPropertyPanel::mxFTLeftIndent
private

◆ mxFtRotate

std::unique_ptr<weld::Label> sc::sidebar::AlignmentPropertyPanel::mxFtRotate
private

Definition at line 67 of file AlignmentPropertyPanel.hxx.

Referenced by NotifyItemUpdate(), and ~AlignmentPropertyPanel().

◆ mxHorizontalAlign

std::unique_ptr<weld::Toolbar> sc::sidebar::AlignmentPropertyPanel::mxHorizontalAlign
private

Definition at line 75 of file AlignmentPropertyPanel.hxx.

Referenced by ~AlignmentPropertyPanel().

◆ mxHorizontalAlignDispatch

std::unique_ptr<ToolbarUnoDispatcher> sc::sidebar::AlignmentPropertyPanel::mxHorizontalAlignDispatch
private

Definition at line 76 of file AlignmentPropertyPanel.hxx.

Referenced by ~AlignmentPropertyPanel().

◆ mxIndentButtons

std::unique_ptr<weld::Toolbar> sc::sidebar::AlignmentPropertyPanel::mxIndentButtons
private

Definition at line 84 of file AlignmentPropertyPanel.hxx.

Referenced by ~AlignmentPropertyPanel().

◆ mxIndentButtonsDispatch

std::unique_ptr<ToolbarUnoDispatcher> sc::sidebar::AlignmentPropertyPanel::mxIndentButtonsDispatch
private

Definition at line 85 of file AlignmentPropertyPanel.hxx.

Referenced by ~AlignmentPropertyPanel().

◆ mxMFLeftIndent

std::unique_ptr<weld::MetricSpinButton> sc::sidebar::AlignmentPropertyPanel::mxMFLeftIndent
private

◆ mxMtrAngle

std::unique_ptr<weld::MetricSpinButton> sc::sidebar::AlignmentPropertyPanel::mxMtrAngle
private

◆ mxRefEdgeBottom

std::unique_ptr<weld::ToggleButton> sc::sidebar::AlignmentPropertyPanel::mxRefEdgeBottom
private

◆ mxRefEdgeStd

std::unique_ptr<weld::ToggleButton> sc::sidebar::AlignmentPropertyPanel::mxRefEdgeStd
private

◆ mxRefEdgeTop

std::unique_ptr<weld::ToggleButton> sc::sidebar::AlignmentPropertyPanel::mxRefEdgeTop
private

◆ mxTextOrientBox

std::unique_ptr<weld::Widget> sc::sidebar::AlignmentPropertyPanel::mxTextOrientBox
private

Definition at line 73 of file AlignmentPropertyPanel.hxx.

Referenced by NotifyItemUpdate(), and ~AlignmentPropertyPanel().

◆ mxVertAlign

std::unique_ptr<weld::Toolbar> sc::sidebar::AlignmentPropertyPanel::mxVertAlign
private

Definition at line 78 of file AlignmentPropertyPanel.hxx.

Referenced by ~AlignmentPropertyPanel().

◆ mxVertAlignDispatch

std::unique_ptr<ToolbarUnoDispatcher> sc::sidebar::AlignmentPropertyPanel::mxVertAlignDispatch
private

Definition at line 79 of file AlignmentPropertyPanel.hxx.

Referenced by ~AlignmentPropertyPanel().

◆ mxWriteDirection

std::unique_ptr<weld::Toolbar> sc::sidebar::AlignmentPropertyPanel::mxWriteDirection
private

Definition at line 81 of file AlignmentPropertyPanel.hxx.

Referenced by ~AlignmentPropertyPanel().

◆ mxWriteDirectionDispatch

std::unique_ptr<ToolbarUnoDispatcher> sc::sidebar::AlignmentPropertyPanel::mxWriteDirectionDispatch
private

Definition at line 82 of file AlignmentPropertyPanel.hxx.

Referenced by ~AlignmentPropertyPanel().


The documentation for this class was generated from the following files: