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

#include <tp_SeriesToAxis.hxx>

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

Public Member Functions

 SchOptionTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rInAttrs)
 
virtual ~SchOptionTabPage () override
 
virtual bool FillItemSet (SfxItemSet *rOutAttrs) override
 
virtual void Reset (const SfxItemSet *rInAttrs) override
 
void Init (bool bProvidesSecondaryYAxis, bool bProvidesOverlapAndGapWidth, bool bProvidesBarConnectors)
 
- 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

void AdaptControlPositionsAndVisibility ()
 
 DECL_LINK (EnableHdl, weld::Toggleable &, void)
 

Private Attributes

sal_Int32 m_nAllSeriesAxisIndex
 
bool m_bProvidesSecondaryYAxis
 
bool m_bProvidesOverlapAndGapWidth
 
bool m_bProvidesBarConnectors
 
std::unique_ptr< weld::Widgetm_xGrpAxis
 
std::unique_ptr< weld::RadioButtonm_xRbtAxis1
 
std::unique_ptr< weld::RadioButtonm_xRbtAxis2
 
std::unique_ptr< weld::Widgetm_xGrpBar
 
std::unique_ptr< weld::MetricSpinButtonm_xMTGap
 
std::unique_ptr< weld::MetricSpinButtonm_xMTOverlap
 
std::unique_ptr< weld::CheckButtonm_xCBConnect
 
std::unique_ptr< weld::CheckButtonm_xCBAxisSideBySide
 
std::unique_ptr< weld::Widgetm_xGrpPlotOptions
 
std::unique_ptr< weld::Widgetm_xGridPlotOptions
 
std::unique_ptr< weld::RadioButtonm_xRB_DontPaint
 
std::unique_ptr< weld::RadioButtonm_xRB_AssumeZero
 
std::unique_ptr< weld::RadioButtonm_xRB_ContinueLine
 
std::unique_ptr< weld::CheckButtonm_xCBIncludeHiddenCells
 
std::unique_ptr< weld::CheckButtonm_xCBHideLegendEntry
 

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 34 of file tp_SeriesToAxis.hxx.

Constructor & Destructor Documentation

◆ SchOptionTabPage()

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

Definition at line 33 of file tp_SeriesToAxis.cxx.

References LINK, m_xRbtAxis1, m_xRbtAxis2, and PERCENT().

◆ ~SchOptionTabPage()

chart::SchOptionTabPage::~SchOptionTabPage ( )
overridevirtual

Definition at line 59 of file tp_SeriesToAxis.cxx.

Member Function Documentation

◆ AdaptControlPositionsAndVisibility()

void chart::SchOptionTabPage::AdaptControlPositionsAndVisibility ( )
private

◆ Create()

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

Definition at line 71 of file tp_SeriesToAxis.cxx.

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

◆ DECL_LINK()

chart::SchOptionTabPage::DECL_LINK ( EnableHdl  ,
weld::Toggleable ,
void   
)
private

◆ FillItemSet()

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

◆ Init()

void chart::SchOptionTabPage::Init ( bool  bProvidesSecondaryYAxis,
bool  bProvidesOverlapAndGapWidth,
bool  bProvidesBarConnectors 
)

◆ Reset()

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

Member Data Documentation

◆ m_bProvidesBarConnectors

bool chart::SchOptionTabPage::m_bProvidesBarConnectors
private

Definition at line 56 of file tp_SeriesToAxis.hxx.

Referenced by AdaptControlPositionsAndVisibility(), and Init().

◆ m_bProvidesOverlapAndGapWidth

bool chart::SchOptionTabPage::m_bProvidesOverlapAndGapWidth
private

Definition at line 55 of file tp_SeriesToAxis.hxx.

Referenced by AdaptControlPositionsAndVisibility(), and Init().

◆ m_bProvidesSecondaryYAxis

bool chart::SchOptionTabPage::m_bProvidesSecondaryYAxis
private

Definition at line 54 of file tp_SeriesToAxis.hxx.

Referenced by AdaptControlPositionsAndVisibility(), and Init().

◆ m_nAllSeriesAxisIndex

sal_Int32 chart::SchOptionTabPage::m_nAllSeriesAxisIndex
private

Definition at line 52 of file tp_SeriesToAxis.hxx.

Referenced by Reset().

◆ m_xCBAxisSideBySide

std::unique_ptr<weld::CheckButton> chart::SchOptionTabPage::m_xCBAxisSideBySide
private

Definition at line 65 of file tp_SeriesToAxis.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xCBConnect

std::unique_ptr<weld::CheckButton> chart::SchOptionTabPage::m_xCBConnect
private

Definition at line 64 of file tp_SeriesToAxis.hxx.

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

◆ m_xCBHideLegendEntry

std::unique_ptr<weld::CheckButton> chart::SchOptionTabPage::m_xCBHideLegendEntry
private

Definition at line 72 of file tp_SeriesToAxis.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xCBIncludeHiddenCells

std::unique_ptr<weld::CheckButton> chart::SchOptionTabPage::m_xCBIncludeHiddenCells
private

Definition at line 71 of file tp_SeriesToAxis.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xGridPlotOptions

std::unique_ptr<weld::Widget> chart::SchOptionTabPage::m_xGridPlotOptions
private

Definition at line 67 of file tp_SeriesToAxis.hxx.

Referenced by Reset().

◆ m_xGrpAxis

std::unique_ptr<weld::Widget> chart::SchOptionTabPage::m_xGrpAxis
private

Definition at line 58 of file tp_SeriesToAxis.hxx.

Referenced by AdaptControlPositionsAndVisibility().

◆ m_xGrpBar

std::unique_ptr<weld::Widget> chart::SchOptionTabPage::m_xGrpBar
private

Definition at line 61 of file tp_SeriesToAxis.hxx.

Referenced by AdaptControlPositionsAndVisibility().

◆ m_xGrpPlotOptions

std::unique_ptr<weld::Widget> chart::SchOptionTabPage::m_xGrpPlotOptions
private

Definition at line 66 of file tp_SeriesToAxis.hxx.

Referenced by Reset().

◆ m_xMTGap

std::unique_ptr<weld::MetricSpinButton> chart::SchOptionTabPage::m_xMTGap
private

Definition at line 62 of file tp_SeriesToAxis.hxx.

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

◆ m_xMTOverlap

std::unique_ptr<weld::MetricSpinButton> chart::SchOptionTabPage::m_xMTOverlap
private

Definition at line 63 of file tp_SeriesToAxis.hxx.

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

◆ m_xRB_AssumeZero

std::unique_ptr<weld::RadioButton> chart::SchOptionTabPage::m_xRB_AssumeZero
private

Definition at line 69 of file tp_SeriesToAxis.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xRB_ContinueLine

std::unique_ptr<weld::RadioButton> chart::SchOptionTabPage::m_xRB_ContinueLine
private

Definition at line 70 of file tp_SeriesToAxis.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xRB_DontPaint

std::unique_ptr<weld::RadioButton> chart::SchOptionTabPage::m_xRB_DontPaint
private

Definition at line 68 of file tp_SeriesToAxis.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xRbtAxis1

std::unique_ptr<weld::RadioButton> chart::SchOptionTabPage::m_xRbtAxis1
private

Definition at line 59 of file tp_SeriesToAxis.hxx.

Referenced by Reset(), and SchOptionTabPage().

◆ m_xRbtAxis2

std::unique_ptr<weld::RadioButton> chart::SchOptionTabPage::m_xRbtAxis2
private

Definition at line 60 of file tp_SeriesToAxis.hxx.

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


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