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

#include <SlideBackground.hxx>

Inheritance diagram for sd::sidebar::SlideBackground:
[legend]
Collaboration diagram for sd::sidebar::SlideBackground:
[legend]

Public Member Functions

 SlideBackground (weld::Widget *pParent, ViewShellBase &rBase, css::uno::Reference< css::frame::XFrame > xFrame, SfxBindings *pBindings)
 
virtual ~SlideBackground () override
 
SfxBindingsGetBindings ()
 
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
 
virtual void HandleContextChange (const vcl::EnumContext &rContext) override
 
virtual void DumpAsPropertyTree (::tools::JsonWriter &) 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 ()
 

Private Member Functions

 DECL_LINK (FillBackgroundHdl, weld::ComboBox &, void)
 
 DECL_LINK (FillStyleModifyHdl, weld::ComboBox &, void)
 
 DECL_LINK (PaperSizeModifyHdl, weld::ComboBox &, void)
 
 DECL_LINK (FillColorHdl, ColorListBox &, void)
 
 DECL_LINK (AssignMasterPage, weld::ComboBox &, void)
 
 DECL_LINK (DspBackground, weld::Toggleable &, void)
 
 DECL_LINK (DspObjects, weld::Toggleable &, void)
 
 DECL_LINK (CloseMasterHdl, weld::Button &, void)
 
 DECL_LINK (EditMasterHdl, weld::Button &, void)
 
 DECL_LINK (SelectBgHdl, weld::Button &, void)
 
 DECL_LINK (EventMultiplexerListener, tools::EventMultiplexerEvent &, void)
 
 DECL_LINK (ModifyMarginHdl, weld::ComboBox &, void)
 
void Initialize ()
 
void Update ()
 
void UpdateMarginBox ()
 
void SetPanelTitle (const OUString &rTitle)
 
void SetMarginsFieldUnit ()
 
Color const & GetColorSetOrDefault ()
 
basegfx::BGradient const & GetGradientSetOrDefault ()
 
OUString const & GetHatchingSetOrDefault ()
 
OUString const & GetBitmapSetOrDefault ()
 
OUString const & GetPatternSetOrDefault ()
 
bool IsDraw ()
 
bool IsImpress ()
 
void addListener ()
 
void removeListener ()
 
void ExecuteMarginLRChange (const ::tools::Long mnPageLeftMargin, const ::tools::Long mnPageRightMargin)
 
void ExecuteMarginULChange (const ::tools::Long mnPageTopMargin, const ::tools::Long mnPageBottomMargin)
 
void populateMasterSlideDropdown ()
 
void updateMasterSlideSelection ()
 
basegfx::BColorStops createColorStops ()
 

Static Private Member Functions

static FieldUnit GetCurrentUnit (SfxItemState eState, const SfxPoolItem *pState)
 

Private Attributes

ViewShellBasemrBase
 
std::unique_ptr< SvxPaperSizeListBoxmxPaperSizeBox
 
std::unique_ptr< weld::ComboBoxmxPaperOrientation
 
std::unique_ptr< weld::ComboBoxmxMasterSlide
 
std::unique_ptr< weld::LabelmxBackgroundLabel
 
std::unique_ptr< weld::ComboBoxmxFillStyle
 
std::unique_ptr< ColorListBoxmxFillLB
 
std::unique_ptr< weld::ComboBoxmxFillAttr
 
std::unique_ptr< ColorListBoxmxFillGrad1
 
std::unique_ptr< ColorListBoxmxFillGrad2
 
std::unique_ptr< weld::ButtonmxInsertImage
 
std::unique_ptr< weld::CheckButtonmxDspMasterBackground
 
std::unique_ptr< weld::CheckButtonmxDspMasterObjects
 
std::unique_ptr< weld::ButtonmxCloseMaster
 
std::unique_ptr< weld::ButtonmxEditMaster
 
std::unique_ptr< weld::LabelmxMasterLabel
 
std::unique_ptr< weld::ComboBoxmxMarginSelectBox
 
std::unique_ptr< weld::LabelmxCustomEntry
 
std::unique_ptr< weld::LabelmxMarginLabel
 
::sfx2::sidebar::ControllerItem maPaperSizeController
 
::sfx2::sidebar::ControllerItem maPaperOrientationController
 
::sfx2::sidebar::ControllerItem maPaperMarginLRController
 
::sfx2::sidebar::ControllerItem maPaperMarginULController
 
::sfx2::sidebar::ControllerItem maBckColorController
 
::sfx2::sidebar::ControllerItem maBckGradientController
 
::sfx2::sidebar::ControllerItem maBckHatchController
 
::sfx2::sidebar::ControllerItem maBckBitmapController
 
::sfx2::sidebar::ControllerItem maBckFillStyleController
 
::sfx2::sidebar::ControllerItem maBckImageController
 
::sfx2::sidebar::ControllerItem maDspBckController
 
::sfx2::sidebar::ControllerItem maDspObjController
 
::sfx2::sidebar::ControllerItem maMetricController
 
::sfx2::sidebar::ControllerItem maCloseMasterController
 
std::unique_ptr< SvxPageItemmpPageItem
 
std::unique_ptr< XFillColorItemmpColorItem
 
std::unique_ptr< XFillGradientItemmpGradientItem
 
std::unique_ptr< XFillHatchItemmpHatchItem
 
std::unique_ptr< XFillBitmapItemmpBitmapItem
 
bool mbSwitchModeToNormal
 
bool mbSwitchModeToMaster
 
css::uno::Reference< css::frame::XFrame > mxFrame
 
vcl::EnumContext maContext
 
vcl::EnumContext maDrawOtherContext
 
vcl::EnumContext maDrawMasterContext
 
vcl::EnumContext maImpressOtherContext
 
vcl::EnumContext maImpressMasterContext
 
vcl::EnumContext maImpressHandoutContext
 
vcl::EnumContext maImpressNotesContext
 
bool mbTitle
 
std::unique_ptr< SvxLongLRSpaceItemmpPageLRMarginItem
 
std::unique_ptr< SvxLongULSpaceItemmpPageULMarginItem
 
::tools::Long m_nPageLeftMargin
 
::tools::Long m_nPageRightMargin
 
::tools::Long m_nPageTopMargin
 
::tools::Long m_nPageBottomMargin
 
FieldUnit meFUnit
 
OUString maCustomEntry
 
SfxBindingsmpBindings
 
MapUnit meUnit
 
basegfx::BColorStops maColorStops
 

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 45 of file SlideBackground.hxx.

Constructor & Destructor Documentation

◆ SlideBackground()

sd::sidebar::SlideBackground::SlideBackground ( weld::Widget pParent,
ViewShellBase rBase,
css::uno::Reference< css::frame::XFrame >  xFrame,
SfxBindings pBindings 
)

Definition at line 88 of file SlideBackground.cxx.

References PanelLayout::GetFrameWeld().

◆ ~SlideBackground()

sd::sidebar::SlideBackground::~SlideBackground ( )
overridevirtual

Member Function Documentation

◆ addListener()

void sd::sidebar::SlideBackground::addListener ( )
private

Definition at line 551 of file SlideBackground.cxx.

References sd::ViewShellBase::GetEventMultiplexer(), LINK, and mrBase.

◆ createColorStops()

basegfx::BColorStops sd::sidebar::SlideBackground::createColorStops ( )
private

Definition at line 1290 of file SlideBackground.cxx.

References maColorStops, mxFillGrad1, and mxFillGrad2.

◆ DECL_LINK() [1/12]

sd::sidebar::SlideBackground::DECL_LINK ( AssignMasterPage  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [2/12]

sd::sidebar::SlideBackground::DECL_LINK ( CloseMasterHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [3/12]

sd::sidebar::SlideBackground::DECL_LINK ( DspBackground  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [4/12]

sd::sidebar::SlideBackground::DECL_LINK ( DspObjects  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [5/12]

sd::sidebar::SlideBackground::DECL_LINK ( EditMasterHdl  ,
weld::Button ,
void   
)
private

◆ DECL_LINK() [6/12]

sd::sidebar::SlideBackground::DECL_LINK ( EventMultiplexerListener  ,
tools::EventMultiplexerEvent ,
void   
)
private

◆ DECL_LINK() [7/12]

sd::sidebar::SlideBackground::DECL_LINK ( FillBackgroundHdl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [8/12]

sd::sidebar::SlideBackground::DECL_LINK ( FillColorHdl  ,
ColorListBox ,
void   
)
private

◆ DECL_LINK() [9/12]

sd::sidebar::SlideBackground::DECL_LINK ( FillStyleModifyHdl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [10/12]

sd::sidebar::SlideBackground::DECL_LINK ( ModifyMarginHdl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [11/12]

sd::sidebar::SlideBackground::DECL_LINK ( PaperSizeModifyHdl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [12/12]

sd::sidebar::SlideBackground::DECL_LINK ( SelectBgHdl  ,
weld::Button ,
void   
)
private

◆ DumpAsPropertyTree()

void sd::sidebar::SlideBackground::DumpAsPropertyTree ( ::tools::JsonWriter rJsonWriter)
overridevirtual

◆ ExecuteMarginLRChange()

void sd::sidebar::SlideBackground::ExecuteMarginLRChange ( const ::tools::Long  mnPageLeftMargin,
const ::tools::Long  mnPageRightMargin 
)
private

◆ ExecuteMarginULChange()

void sd::sidebar::SlideBackground::ExecuteMarginULChange ( const ::tools::Long  mnPageTopMargin,
const ::tools::Long  mnPageBottomMargin 
)
private

◆ GetBindings()

SfxBindings * sd::sidebar::SlideBackground::GetBindings ( )
inline

Definition at line 57 of file SlideBackground.hxx.

References mpBindings.

Referenced by ExecuteMarginLRChange(), and ExecuteMarginULChange().

◆ GetBitmapSetOrDefault()

OUString const & sd::sidebar::SlideBackground::GetBitmapSetOrDefault ( )
private

Definition at line 795 of file SlideBackground.cxx.

References SfxObjectShell::Current(), SvxBitmapListItem::GetBitmapList(), and mpBitmapItem.

Referenced by Update().

◆ GetColorSetOrDefault()

Color const & sd::sidebar::SlideBackground::GetColorSetOrDefault ( )
private

Definition at line 750 of file SlideBackground.cxx.

References mpColorItem.

Referenced by Update().

◆ GetControlState()

virtual void sd::sidebar::SlideBackground::GetControlState ( const  sal_uInt16,
boost::property_tree::ptree &   
)
inlineoverridevirtual

◆ GetCurrentUnit()

FieldUnit sd::sidebar::SlideBackground::GetCurrentUnit ( SfxItemState  eState,
const SfxPoolItem pState 
)
staticprivate

Definition at line 171 of file SlideBackground.cxx.

References GetModuleFieldUnit(), and GetValue.

Referenced by NotifyItemUpdate().

◆ GetGradientSetOrDefault()

basegfx::BGradient const & sd::sidebar::SlideBackground::GetGradientSetOrDefault ( )
private

◆ GetHatchingSetOrDefault()

OUString const & sd::sidebar::SlideBackground::GetHatchingSetOrDefault ( )
private

Definition at line 777 of file SlideBackground.cxx.

References SfxObjectShell::Current(), SvxHatchListItem::GetHatchList(), and mpHatchItem.

Referenced by Update().

◆ GetPatternSetOrDefault()

OUString const & sd::sidebar::SlideBackground::GetPatternSetOrDefault ( )
private

◆ HandleContextChange()

void sd::sidebar::SlideBackground::HandleContextChange ( const vcl::EnumContext rContext)
overridevirtual

◆ Initialize()

void sd::sidebar::SlideBackground::Initialize ( )
private

◆ IsDraw()

bool sd::sidebar::SlideBackground::IsDraw ( )
private

Definition at line 157 of file SlideBackground.cxx.

References maContext, maDrawMasterContext, and maDrawOtherContext.

Referenced by HandleContextChange().

◆ IsImpress()

bool sd::sidebar::SlideBackground::IsImpress ( )
private

◆ NotifyItemUpdate()

void sd::sidebar::SlideBackground::NotifyItemUpdate ( const sal_uInt16  nSID,
const SfxItemState  eState,
const SfxPoolItem pState 
)
overridevirtual

◆ populateMasterSlideDropdown()

void sd::sidebar::SlideBackground::populateMasterSlideDropdown ( )
private

◆ removeListener()

void sd::sidebar::SlideBackground::removeListener ( )
private

Definition at line 557 of file SlideBackground.cxx.

References sd::ViewShellBase::GetEventMultiplexer(), LINK, and mrBase.

Referenced by ~SlideBackground().

◆ SetMarginsFieldUnit()

void sd::sidebar::SlideBackground::SetMarginsFieldUnit ( )
private

◆ SetPanelTitle()

void sd::sidebar::SlideBackground::SetPanelTitle ( const OUString &  rTitle)
private

Definition at line 519 of file SlideBackground.cxx.

References mxFrame, and xController.

◆ Update()

void sd::sidebar::SlideBackground::Update ( )
private

◆ UpdateMarginBox()

void sd::sidebar::SlideBackground::UpdateMarginBox ( )
private

◆ updateMasterSlideSelection()

void sd::sidebar::SlideBackground::updateMasterSlideSelection ( )
private

Member Data Documentation

◆ m_nPageBottomMargin

::tools::Long sd::sidebar::SlideBackground::m_nPageBottomMargin
private

Definition at line 133 of file SlideBackground.hxx.

Referenced by UpdateMarginBox().

◆ m_nPageLeftMargin

::tools::Long sd::sidebar::SlideBackground::m_nPageLeftMargin
private

Definition at line 130 of file SlideBackground.hxx.

Referenced by UpdateMarginBox().

◆ m_nPageRightMargin

::tools::Long sd::sidebar::SlideBackground::m_nPageRightMargin
private

Definition at line 131 of file SlideBackground.hxx.

Referenced by UpdateMarginBox().

◆ m_nPageTopMargin

::tools::Long sd::sidebar::SlideBackground::m_nPageTopMargin
private

Definition at line 132 of file SlideBackground.hxx.

Referenced by UpdateMarginBox().

◆ maBckBitmapController

::sfx2::sidebar::ControllerItem sd::sidebar::SlideBackground::maBckBitmapController
private

Definition at line 102 of file SlideBackground.hxx.

Referenced by ~SlideBackground().

◆ maBckColorController

::sfx2::sidebar::ControllerItem sd::sidebar::SlideBackground::maBckColorController
private

Definition at line 99 of file SlideBackground.hxx.

Referenced by ~SlideBackground().

◆ maBckFillStyleController

::sfx2::sidebar::ControllerItem sd::sidebar::SlideBackground::maBckFillStyleController
private

Definition at line 103 of file SlideBackground.hxx.

Referenced by ~SlideBackground().

◆ maBckGradientController

::sfx2::sidebar::ControllerItem sd::sidebar::SlideBackground::maBckGradientController
private

Definition at line 100 of file SlideBackground.hxx.

Referenced by ~SlideBackground().

◆ maBckHatchController

::sfx2::sidebar::ControllerItem sd::sidebar::SlideBackground::maBckHatchController
private

Definition at line 101 of file SlideBackground.hxx.

Referenced by ~SlideBackground().

◆ maBckImageController

::sfx2::sidebar::ControllerItem sd::sidebar::SlideBackground::maBckImageController
private

Definition at line 104 of file SlideBackground.hxx.

Referenced by ~SlideBackground().

◆ maCloseMasterController

::sfx2::sidebar::ControllerItem sd::sidebar::SlideBackground::maCloseMasterController
private

Definition at line 108 of file SlideBackground.hxx.

Referenced by ~SlideBackground().

◆ maColorStops

basegfx::BColorStops sd::sidebar::SlideBackground::maColorStops
private

Definition at line 142 of file SlideBackground.hxx.

Referenced by createColorStops(), and Update().

◆ maContext

vcl::EnumContext sd::sidebar::SlideBackground::maContext
private

Definition at line 120 of file SlideBackground.hxx.

Referenced by HandleContextChange(), IsDraw(), IsImpress(), and Update().

◆ maCustomEntry

OUString sd::sidebar::SlideBackground::maCustomEntry
private

Definition at line 135 of file SlideBackground.hxx.

Referenced by UpdateMarginBox().

◆ maDrawMasterContext

vcl::EnumContext sd::sidebar::SlideBackground::maDrawMasterContext
private

Definition at line 122 of file SlideBackground.hxx.

Referenced by HandleContextChange(), and IsDraw().

◆ maDrawOtherContext

vcl::EnumContext sd::sidebar::SlideBackground::maDrawOtherContext
private

Definition at line 121 of file SlideBackground.hxx.

Referenced by HandleContextChange(), IsDraw(), and Update().

◆ maDspBckController

::sfx2::sidebar::ControllerItem sd::sidebar::SlideBackground::maDspBckController
private

Definition at line 105 of file SlideBackground.hxx.

Referenced by ~SlideBackground().

◆ maDspObjController

::sfx2::sidebar::ControllerItem sd::sidebar::SlideBackground::maDspObjController
private

Definition at line 106 of file SlideBackground.hxx.

Referenced by ~SlideBackground().

◆ maImpressHandoutContext

vcl::EnumContext sd::sidebar::SlideBackground::maImpressHandoutContext
private

Definition at line 125 of file SlideBackground.hxx.

Referenced by HandleContextChange(), and IsImpress().

◆ maImpressMasterContext

vcl::EnumContext sd::sidebar::SlideBackground::maImpressMasterContext
private

Definition at line 124 of file SlideBackground.hxx.

Referenced by HandleContextChange(), and IsImpress().

◆ maImpressNotesContext

vcl::EnumContext sd::sidebar::SlideBackground::maImpressNotesContext
private

Definition at line 126 of file SlideBackground.hxx.

Referenced by HandleContextChange(), and IsImpress().

◆ maImpressOtherContext

vcl::EnumContext sd::sidebar::SlideBackground::maImpressOtherContext
private

Definition at line 123 of file SlideBackground.hxx.

Referenced by HandleContextChange(), IsImpress(), and Update().

◆ maMetricController

::sfx2::sidebar::ControllerItem sd::sidebar::SlideBackground::maMetricController
private

Definition at line 107 of file SlideBackground.hxx.

Referenced by ~SlideBackground().

◆ maPaperMarginLRController

::sfx2::sidebar::ControllerItem sd::sidebar::SlideBackground::maPaperMarginLRController
private

Definition at line 97 of file SlideBackground.hxx.

Referenced by ~SlideBackground().

◆ maPaperMarginULController

::sfx2::sidebar::ControllerItem sd::sidebar::SlideBackground::maPaperMarginULController
private

Definition at line 98 of file SlideBackground.hxx.

Referenced by ~SlideBackground().

◆ maPaperOrientationController

::sfx2::sidebar::ControllerItem sd::sidebar::SlideBackground::maPaperOrientationController
private

Definition at line 96 of file SlideBackground.hxx.

Referenced by ~SlideBackground().

◆ maPaperSizeController

::sfx2::sidebar::ControllerItem sd::sidebar::SlideBackground::maPaperSizeController
private

Definition at line 95 of file SlideBackground.hxx.

Referenced by Initialize(), and ~SlideBackground().

◆ mbSwitchModeToMaster

bool sd::sidebar::SlideBackground::mbSwitchModeToMaster
private

Definition at line 117 of file SlideBackground.hxx.

◆ mbSwitchModeToNormal

bool sd::sidebar::SlideBackground::mbSwitchModeToNormal
private

Definition at line 116 of file SlideBackground.hxx.

◆ mbTitle

bool sd::sidebar::SlideBackground::mbTitle
private

Definition at line 127 of file SlideBackground.hxx.

◆ meFUnit

FieldUnit sd::sidebar::SlideBackground::meFUnit
private

Definition at line 134 of file SlideBackground.hxx.

Referenced by NotifyItemUpdate(), and SetMarginsFieldUnit().

◆ meUnit

MapUnit sd::sidebar::SlideBackground::meUnit
private

Definition at line 139 of file SlideBackground.hxx.

Referenced by Initialize(), and NotifyItemUpdate().

◆ mpBindings

SfxBindings* sd::sidebar::SlideBackground::mpBindings
private

Definition at line 137 of file SlideBackground.hxx.

Referenced by DumpAsPropertyTree(), and GetBindings().

◆ mpBitmapItem

std::unique_ptr< XFillBitmapItem > sd::sidebar::SlideBackground::mpBitmapItem
private

◆ mpColorItem

std::unique_ptr< XFillColorItem > sd::sidebar::SlideBackground::mpColorItem
private

Definition at line 111 of file SlideBackground.hxx.

Referenced by GetColorSetOrDefault(), NotifyItemUpdate(), and ~SlideBackground().

◆ mpGradientItem

std::unique_ptr< XFillGradientItem > sd::sidebar::SlideBackground::mpGradientItem
private

Definition at line 112 of file SlideBackground.hxx.

Referenced by GetGradientSetOrDefault(), and NotifyItemUpdate().

◆ mpHatchItem

std::unique_ptr< XFillHatchItem > sd::sidebar::SlideBackground::mpHatchItem
private

◆ mpPageItem

std::unique_ptr< SvxPageItem > sd::sidebar::SlideBackground::mpPageItem
private

Definition at line 110 of file SlideBackground.hxx.

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

◆ mpPageLRMarginItem

std::unique_ptr<SvxLongLRSpaceItem> sd::sidebar::SlideBackground::mpPageLRMarginItem
private

◆ mpPageULMarginItem

std::unique_ptr<SvxLongULSpaceItem> sd::sidebar::SlideBackground::mpPageULMarginItem
private

◆ mrBase

ViewShellBase& sd::sidebar::SlideBackground::mrBase
private

◆ mxBackgroundLabel

std::unique_ptr<weld::Label> sd::sidebar::SlideBackground::mxBackgroundLabel
private

Definition at line 79 of file SlideBackground.hxx.

Referenced by HandleContextChange(), and ~SlideBackground().

◆ mxCloseMaster

std::unique_ptr<weld::Button> sd::sidebar::SlideBackground::mxCloseMaster
private

Definition at line 88 of file SlideBackground.hxx.

Referenced by HandleContextChange(), Initialize(), and ~SlideBackground().

◆ mxCustomEntry

std::unique_ptr<weld::Label> sd::sidebar::SlideBackground::mxCustomEntry
private

Definition at line 92 of file SlideBackground.hxx.

Referenced by ~SlideBackground().

◆ mxDspMasterBackground

std::unique_ptr<weld::CheckButton> sd::sidebar::SlideBackground::mxDspMasterBackground
private

◆ mxDspMasterObjects

std::unique_ptr<weld::CheckButton> sd::sidebar::SlideBackground::mxDspMasterObjects
private

◆ mxEditMaster

std::unique_ptr<weld::Button> sd::sidebar::SlideBackground::mxEditMaster
private

Definition at line 89 of file SlideBackground.hxx.

Referenced by HandleContextChange(), Initialize(), and ~SlideBackground().

◆ mxFillAttr

std::unique_ptr<weld::ComboBox> sd::sidebar::SlideBackground::mxFillAttr
private

Definition at line 82 of file SlideBackground.hxx.

Referenced by HandleContextChange(), Initialize(), Update(), and ~SlideBackground().

◆ mxFillGrad1

std::unique_ptr<ColorListBox> sd::sidebar::SlideBackground::mxFillGrad1
private

◆ mxFillGrad2

std::unique_ptr<ColorListBox> sd::sidebar::SlideBackground::mxFillGrad2
private

◆ mxFillLB

std::unique_ptr<ColorListBox> sd::sidebar::SlideBackground::mxFillLB
private

Definition at line 81 of file SlideBackground.hxx.

Referenced by HandleContextChange(), Initialize(), Update(), and ~SlideBackground().

◆ mxFillStyle

std::unique_ptr<weld::ComboBox> sd::sidebar::SlideBackground::mxFillStyle
private

◆ mxFrame

css::uno::Reference<css::frame::XFrame> sd::sidebar::SlideBackground::mxFrame
private

Definition at line 119 of file SlideBackground.hxx.

Referenced by SetPanelTitle().

◆ mxInsertImage

std::unique_ptr<weld::Button> sd::sidebar::SlideBackground::mxInsertImage
private

Definition at line 85 of file SlideBackground.hxx.

Referenced by HandleContextChange(), Initialize(), and ~SlideBackground().

◆ mxMarginLabel

std::unique_ptr<weld::Label> sd::sidebar::SlideBackground::mxMarginLabel
private

Definition at line 93 of file SlideBackground.hxx.

Referenced by HandleContextChange(), and ~SlideBackground().

◆ mxMarginSelectBox

std::unique_ptr<weld::ComboBox> sd::sidebar::SlideBackground::mxMarginSelectBox
private

◆ mxMasterLabel

std::unique_ptr<weld::Label> sd::sidebar::SlideBackground::mxMasterLabel
private

Definition at line 90 of file SlideBackground.hxx.

Referenced by HandleContextChange(), and ~SlideBackground().

◆ mxMasterSlide

std::unique_ptr<weld::ComboBox> sd::sidebar::SlideBackground::mxMasterSlide
private

◆ mxPaperOrientation

std::unique_ptr<weld::ComboBox> sd::sidebar::SlideBackground::mxPaperOrientation
private

Definition at line 77 of file SlideBackground.hxx.

Referenced by Initialize(), NotifyItemUpdate(), and ~SlideBackground().

◆ mxPaperSizeBox

std::unique_ptr<SvxPaperSizeListBox> sd::sidebar::SlideBackground::mxPaperSizeBox
private

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