LibreOffice Module chart2 (master) 1
Public Member Functions | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
chart::SchAxisLabelTabPage Class Reference

#include <tp_AxisLabel.hxx>

Inheritance diagram for chart::SchAxisLabelTabPage:
[legend]
Collaboration diagram for chart::SchAxisLabelTabPage:
[legend]

Public Member Functions

 SchAxisLabelTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rInAttrs)
 
virtual ~SchAxisLabelTabPage () override
 
virtual bool FillItemSet (SfxItemSet *rOutAttrs) override
 
virtual void Reset (const SfxItemSet *rInAttrs) override
 
void ShowStaggeringControls (bool bShowStaggeringControls)
 
void SetComplexCategories (bool bComplexCategories)
 
- Public Member Functions inherited from SfxTabPage
void SetDialogController (SfxOkDialogController *pDialog)
 
virtual ~SfxTabPage () override
 
void set_visible (bool bVisible)
 
const SfxItemSetGetItemSet () const
 
virtual bool FillItemSet (SfxItemSet *)
 
virtual void Reset (const SfxItemSet *)
 
virtual bool DeferResetToFirstActivation ()
 
bool HasExchangeSupport () const
 
void SetExchangeSupport ()
 
virtual void ActivatePage (const SfxItemSet &)
 
virtual DeactivateRC DeactivatePage (SfxItemSet *pSet)
 
void SetUserData (const OUString &rString)
 
const OUString & GetUserData () const
 
virtual void FillUserData ()
 
virtual bool IsReadOnly () const
 
virtual void PageCreated (const SfxAllItemSet &aSet)
 
virtual void ChangesApplied ()
 
void SetFrame (const css::uno::Reference< css::frame::XFrame > &xFrame)
 
css::uno::Reference< css::frame::XFrame > GetFrame () const
 
const SfxItemSetGetDialogExampleSet () const
 
OUString GetHelpId () const
 
OUString GetConfigId () const
 
bool IsVisible () const
 
weld::WindowGetFrameWeld () const
 
std::unordered_map< OUString, css::uno::Any > & getAdditionalProperties ()
 

Static Public Member Functions

static std::unique_ptr< SfxTabPageCreate (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet *rInAttrs)
 
- Static Public Member Functions inherited from SfxTabPage
static const SfxPoolItemGetItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
static const T * GetItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 

Private Member Functions

 DECL_LINK (StackedToggleHdl, weld::Toggleable &, void)
 
 DECL_LINK (ToggleShowLabel, weld::Toggleable &, void)
 

Private Attributes

bool m_bShowStaggeringControls
 
Degree100 m_nInitialDegrees
 
bool m_bHasInitialDegrees
 
bool m_bInitialStacking
 false = DialControl in tristate More...
 
bool m_bHasInitialStacking
 
bool m_bComplexCategories
 false = checkbox in tristate More...
 
std::unique_ptr< weld::CheckButtonm_xCbShowDescription
 
std::unique_ptr< weld::Labelm_xFlOrder
 
std::unique_ptr< weld::RadioButtonm_xRbSideBySide
 
std::unique_ptr< weld::RadioButtonm_xRbUpDown
 
std::unique_ptr< weld::RadioButtonm_xRbDownUp
 
std::unique_ptr< weld::RadioButtonm_xRbAuto
 
std::unique_ptr< weld::Labelm_xFlTextFlow
 
std::unique_ptr< weld::CheckButtonm_xCbTextOverlap
 
std::unique_ptr< weld::CheckButtonm_xCbTextBreak
 
std::unique_ptr< weld::Labelm_xFtABCD
 
std::unique_ptr< weld::Labelm_xFtRotate
 
std::unique_ptr< weld::MetricSpinButtonm_xNfRotate
 
std::unique_ptr< weld::CheckButtonm_xCbStacked
 
std::unique_ptr< weld::Labelm_xFtTextDirection
 
TextDirectionListBox m_aLbTextDirection
 
std::unique_ptr< svx::DialControlm_xCtrlDial
 
std::unique_ptr< weld::CustomWeldm_xCtrlDialWin
 

Additional Inherited Members

- Protected Member Functions inherited from SfxTabPage
 SfxTabPage (weld::Container *pPage, weld::DialogController *pController, const OUString &rUIXMLDescription, const OUString &rID, const SfxItemSet *rAttrSet)
 
sal_uInt16 GetWhich (sal_uInt16 nSlot, bool bDeep=true) const
 
TypedWhichId< T > GetWhich (TypedWhichId< T > nSlot, bool bDeep=true) const
 
const SfxPoolItemGetOldItem (const SfxItemSet &rSet, sal_uInt16 nSlot, bool bDeep=true)
 
const T * GetOldItem (const SfxItemSet &rSet, TypedWhichId< T > nSlot, bool bDeep=true)
 
SfxOkDialogControllerGetDialogController () const
 

Detailed Description

Definition at line 38 of file tp_AxisLabel.hxx.

Constructor & Destructor Documentation

◆ SchAxisLabelTabPage()

chart::SchAxisLabelTabPage::SchAxisLabelTabPage ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rInAttrs 
)

◆ ~SchAxisLabelTabPage()

chart::SchAxisLabelTabPage::~SchAxisLabelTabPage ( )
overridevirtual

Definition at line 70 of file tp_AxisLabel.cxx.

References m_xCtrlDial, and m_xCtrlDialWin.

Member Function Documentation

◆ Create()

std::unique_ptr< SfxTabPage > chart::SchAxisLabelTabPage::Create ( weld::Container pPage,
weld::DialogController pController,
const SfxItemSet rInAttrs 
)
static

Definition at line 76 of file tp_AxisLabel.cxx.

Referenced by chart::SchAttribTabDlg::SchAttribTabDlg().

◆ DECL_LINK() [1/2]

chart::SchAxisLabelTabPage::DECL_LINK ( StackedToggleHdl  ,
weld::Toggleable ,
void   
)
private

◆ DECL_LINK() [2/2]

chart::SchAxisLabelTabPage::DECL_LINK ( ToggleShowLabel  ,
weld::Toggleable ,
void   
)
private

◆ FillItemSet()

bool chart::SchAxisLabelTabPage::FillItemSet ( SfxItemSet rOutAttrs)
overridevirtual

◆ Reset()

void chart::SchAxisLabelTabPage::Reset ( const SfxItemSet rInAttrs)
overridevirtual

◆ SetComplexCategories()

void chart::SchAxisLabelTabPage::SetComplexCategories ( bool  bComplexCategories)

Definition at line 262 of file tp_AxisLabel.cxx.

References m_bComplexCategories.

◆ ShowStaggeringControls()

void chart::SchAxisLabelTabPage::ShowStaggeringControls ( bool  bShowStaggeringControls)

Member Data Documentation

◆ m_aLbTextDirection

TextDirectionListBox chart::SchAxisLabelTabPage::m_aLbTextDirection
private

Definition at line 63 of file tp_AxisLabel.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_bComplexCategories

bool chart::SchAxisLabelTabPage::m_bComplexCategories
private

false = checkbox in tristate

Definition at line 47 of file tp_AxisLabel.hxx.

Referenced by SetComplexCategories().

◆ m_bHasInitialDegrees

bool chart::SchAxisLabelTabPage::m_bHasInitialDegrees
private

Definition at line 44 of file tp_AxisLabel.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_bHasInitialStacking

bool chart::SchAxisLabelTabPage::m_bHasInitialStacking
private

Definition at line 46 of file tp_AxisLabel.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_bInitialStacking

bool chart::SchAxisLabelTabPage::m_bInitialStacking
private

false = DialControl in tristate

Definition at line 45 of file tp_AxisLabel.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_bShowStaggeringControls

bool chart::SchAxisLabelTabPage::m_bShowStaggeringControls
private

Definition at line 41 of file tp_AxisLabel.hxx.

Referenced by FillItemSet(), Reset(), and ShowStaggeringControls().

◆ m_nInitialDegrees

Degree100 chart::SchAxisLabelTabPage::m_nInitialDegrees
private

Definition at line 43 of file tp_AxisLabel.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xCbShowDescription

std::unique_ptr<weld::CheckButton> chart::SchAxisLabelTabPage::m_xCbShowDescription
private

Definition at line 49 of file tp_AxisLabel.hxx.

Referenced by FillItemSet(), Reset(), and SchAxisLabelTabPage().

◆ m_xCbStacked

std::unique_ptr<weld::CheckButton> chart::SchAxisLabelTabPage::m_xCbStacked
private

Definition at line 61 of file tp_AxisLabel.hxx.

Referenced by FillItemSet(), Reset(), and SchAxisLabelTabPage().

◆ m_xCbTextBreak

std::unique_ptr<weld::CheckButton> chart::SchAxisLabelTabPage::m_xCbTextBreak
private

Definition at line 57 of file tp_AxisLabel.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xCbTextOverlap

std::unique_ptr<weld::CheckButton> chart::SchAxisLabelTabPage::m_xCbTextOverlap
private

Definition at line 56 of file tp_AxisLabel.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xCtrlDial

std::unique_ptr<svx::DialControl> chart::SchAxisLabelTabPage::m_xCtrlDial
private

Definition at line 64 of file tp_AxisLabel.hxx.

Referenced by FillItemSet(), Reset(), SchAxisLabelTabPage(), and ~SchAxisLabelTabPage().

◆ m_xCtrlDialWin

std::unique_ptr<weld::CustomWeld> chart::SchAxisLabelTabPage::m_xCtrlDialWin
private

Definition at line 65 of file tp_AxisLabel.hxx.

Referenced by SchAxisLabelTabPage(), and ~SchAxisLabelTabPage().

◆ m_xFlOrder

std::unique_ptr<weld::Label> chart::SchAxisLabelTabPage::m_xFlOrder
private

Definition at line 50 of file tp_AxisLabel.hxx.

Referenced by ShowStaggeringControls().

◆ m_xFlTextFlow

std::unique_ptr<weld::Label> chart::SchAxisLabelTabPage::m_xFlTextFlow
private

Definition at line 55 of file tp_AxisLabel.hxx.

Referenced by Reset().

◆ m_xFtABCD

std::unique_ptr<weld::Label> chart::SchAxisLabelTabPage::m_xFtABCD
private

Definition at line 58 of file tp_AxisLabel.hxx.

Referenced by SchAxisLabelTabPage().

◆ m_xFtRotate

std::unique_ptr<weld::Label> chart::SchAxisLabelTabPage::m_xFtRotate
private

Definition at line 59 of file tp_AxisLabel.hxx.

Referenced by SchAxisLabelTabPage().

◆ m_xFtTextDirection

std::unique_ptr<weld::Label> chart::SchAxisLabelTabPage::m_xFtTextDirection
private

Definition at line 62 of file tp_AxisLabel.hxx.

◆ m_xNfRotate

std::unique_ptr<weld::MetricSpinButton> chart::SchAxisLabelTabPage::m_xNfRotate
private

Definition at line 60 of file tp_AxisLabel.hxx.

Referenced by SchAxisLabelTabPage().

◆ m_xRbAuto

std::unique_ptr<weld::RadioButton> chart::SchAxisLabelTabPage::m_xRbAuto
private

Definition at line 54 of file tp_AxisLabel.hxx.

Referenced by FillItemSet(), Reset(), and ShowStaggeringControls().

◆ m_xRbDownUp

std::unique_ptr<weld::RadioButton> chart::SchAxisLabelTabPage::m_xRbDownUp
private

Definition at line 53 of file tp_AxisLabel.hxx.

Referenced by FillItemSet(), Reset(), and ShowStaggeringControls().

◆ m_xRbSideBySide

std::unique_ptr<weld::RadioButton> chart::SchAxisLabelTabPage::m_xRbSideBySide
private

Definition at line 51 of file tp_AxisLabel.hxx.

Referenced by FillItemSet(), Reset(), and ShowStaggeringControls().

◆ m_xRbUpDown

std::unique_ptr<weld::RadioButton> chart::SchAxisLabelTabPage::m_xRbUpDown
private

Definition at line 52 of file tp_AxisLabel.hxx.

Referenced by FillItemSet(), Reset(), and ShowStaggeringControls().


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