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

#include <tp_AxisPositions.hxx>

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

Public Member Functions

 AxisPositionsTabPage (weld::Container *pPage, weld::DialogController *pController, const SfxItemSet &rInAttrs)
 
virtual ~AxisPositionsTabPage () override
 
virtual bool FillItemSet (SfxItemSet *rOutAttrs) override
 
virtual void Reset (const SfxItemSet *rInAttrs) override
 
virtual DeactivateRC DeactivatePage (SfxItemSet *pItemSet) override
 
void SetNumFormatter (SvNumberFormatter *pFormatter)
 
void SetCrossingAxisIsCategoryAxis (bool bCrossingAxisIsCategoryAxis)
 
void SetCategories (const css::uno::Sequence< OUString > &rCategories)
 
void SupportAxisPositioning (bool bSupportAxisPositioning)
 
void SupportCategoryPositioning (bool bSupportCategoryPositioning)
 
- 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 (CrossesAtSelectHdl, weld::ComboBox &, void)
 
 DECL_LINK (PlaceLabelsSelectHdl, weld::ComboBox &, void)
 

Private Attributes

SvNumberFormatterm_pNumFormatter
 
bool m_bCrossingAxisIsCategoryAxis
 
css::uno::Sequence< OUString > m_aCategories
 
bool m_bSupportAxisPositioning
 
bool m_bSupportCategoryPositioning
 
std::unique_ptr< weld::Framem_xFL_AxisLine
 
std::unique_ptr< weld::ComboBoxm_xLB_CrossesAt
 
std::unique_ptr< weld::FormattedSpinButtonm_xED_CrossesAt
 
std::unique_ptr< weld::ComboBoxm_xED_CrossesAtCategory
 
std::unique_ptr< weld::Framem_xFL_Position
 
std::unique_ptr< weld::RadioButtonm_xRB_On
 
std::unique_ptr< weld::RadioButtonm_xRB_Between
 
std::unique_ptr< weld::Framem_xFL_Labels
 
std::unique_ptr< weld::ComboBoxm_xLB_PlaceLabels
 
std::unique_ptr< weld::CheckButtonm_xCB_TicksInner
 
std::unique_ptr< weld::CheckButtonm_xCB_TicksOuter
 
std::unique_ptr< weld::CheckButtonm_xCB_MinorInner
 
std::unique_ptr< weld::CheckButtonm_xCB_MinorOuter
 
std::unique_ptr< weld::Widgetm_xBxPlaceTicks
 
std::unique_ptr< weld::ComboBoxm_xLB_PlaceTicks
 

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 25 of file tp_AxisPositions.hxx.

Constructor & Destructor Documentation

◆ AxisPositionsTabPage()

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

◆ ~AxisPositionsTabPage()

chart::AxisPositionsTabPage::~AxisPositionsTabPage ( )
overridevirtual

Definition at line 68 of file tp_AxisPositions.cxx.

Member Function Documentation

◆ Create()

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

Definition at line 72 of file tp_AxisPositions.cxx.

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

◆ DeactivatePage()

DeactivateRC chart::AxisPositionsTabPage::DeactivatePage ( SfxItemSet pItemSet)
overridevirtual

Reimplemented from SfxTabPage.

Definition at line 248 of file tp_AxisPositions.cxx.

References FillItemSet().

◆ DECL_LINK() [1/2]

chart::AxisPositionsTabPage::DECL_LINK ( CrossesAtSelectHdl  ,
weld::ComboBox ,
void   
)
private

◆ DECL_LINK() [2/2]

chart::AxisPositionsTabPage::DECL_LINK ( PlaceLabelsSelectHdl  ,
weld::ComboBox ,
void   
)
private

◆ FillItemSet()

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

◆ Reset()

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

◆ SetCategories()

void chart::AxisPositionsTabPage::SetCategories ( const css::uno::Sequence< OUString > &  rCategories)

Definition at line 275 of file tp_AxisPositions.cxx.

References m_aCategories.

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

◆ SetCrossingAxisIsCategoryAxis()

void chart::AxisPositionsTabPage::SetCrossingAxisIsCategoryAxis ( bool  bCrossingAxisIsCategoryAxis)

Definition at line 270 of file tp_AxisPositions.cxx.

References m_bCrossingAxisIsCategoryAxis.

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

◆ SetNumFormatter()

void chart::AxisPositionsTabPage::SetNumFormatter ( SvNumberFormatter pFormatter)

◆ SupportAxisPositioning()

void chart::AxisPositionsTabPage::SupportAxisPositioning ( bool  bSupportAxisPositioning)

Definition at line 280 of file tp_AxisPositions.cxx.

References m_bSupportAxisPositioning.

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

◆ SupportCategoryPositioning()

void chart::AxisPositionsTabPage::SupportCategoryPositioning ( bool  bSupportCategoryPositioning)

Definition at line 285 of file tp_AxisPositions.cxx.

References m_bSupportCategoryPositioning.

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

Member Data Documentation

◆ m_aCategories

css::uno::Sequence<OUString> chart::AxisPositionsTabPage::m_aCategories
private

Definition at line 54 of file tp_AxisPositions.hxx.

Referenced by Reset(), and SetCategories().

◆ m_bCrossingAxisIsCategoryAxis

bool chart::AxisPositionsTabPage::m_bCrossingAxisIsCategoryAxis
private

Definition at line 53 of file tp_AxisPositions.hxx.

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

◆ m_bSupportAxisPositioning

bool chart::AxisPositionsTabPage::m_bSupportAxisPositioning
private

Definition at line 56 of file tp_AxisPositions.hxx.

Referenced by Reset(), and SupportAxisPositioning().

◆ m_bSupportCategoryPositioning

bool chart::AxisPositionsTabPage::m_bSupportCategoryPositioning
private

Definition at line 57 of file tp_AxisPositions.hxx.

Referenced by Reset(), and SupportCategoryPositioning().

◆ m_pNumFormatter

SvNumberFormatter* chart::AxisPositionsTabPage::m_pNumFormatter
private

Definition at line 51 of file tp_AxisPositions.hxx.

Referenced by SetNumFormatter().

◆ m_xBxPlaceTicks

std::unique_ptr<weld::Widget> chart::AxisPositionsTabPage::m_xBxPlaceTicks
private

Definition at line 77 of file tp_AxisPositions.hxx.

Referenced by Reset().

◆ m_xCB_MinorInner

std::unique_ptr<weld::CheckButton> chart::AxisPositionsTabPage::m_xCB_MinorInner
private

Definition at line 74 of file tp_AxisPositions.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xCB_MinorOuter

std::unique_ptr<weld::CheckButton> chart::AxisPositionsTabPage::m_xCB_MinorOuter
private

Definition at line 75 of file tp_AxisPositions.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xCB_TicksInner

std::unique_ptr<weld::CheckButton> chart::AxisPositionsTabPage::m_xCB_TicksInner
private

Definition at line 71 of file tp_AxisPositions.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xCB_TicksOuter

std::unique_ptr<weld::CheckButton> chart::AxisPositionsTabPage::m_xCB_TicksOuter
private

Definition at line 72 of file tp_AxisPositions.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xED_CrossesAt

std::unique_ptr<weld::FormattedSpinButton> chart::AxisPositionsTabPage::m_xED_CrossesAt
private

Definition at line 61 of file tp_AxisPositions.hxx.

Referenced by AxisPositionsTabPage(), FillItemSet(), Reset(), and SetNumFormatter().

◆ m_xED_CrossesAtCategory

std::unique_ptr<weld::ComboBox> chart::AxisPositionsTabPage::m_xED_CrossesAtCategory
private

Definition at line 62 of file tp_AxisPositions.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xFL_AxisLine

std::unique_ptr<weld::Frame> chart::AxisPositionsTabPage::m_xFL_AxisLine
private

Definition at line 59 of file tp_AxisPositions.hxx.

Referenced by Reset().

◆ m_xFL_Labels

std::unique_ptr<weld::Frame> chart::AxisPositionsTabPage::m_xFL_Labels
private

Definition at line 68 of file tp_AxisPositions.hxx.

Referenced by Reset().

◆ m_xFL_Position

std::unique_ptr<weld::Frame> chart::AxisPositionsTabPage::m_xFL_Position
private

Definition at line 64 of file tp_AxisPositions.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xLB_CrossesAt

std::unique_ptr<weld::ComboBox> chart::AxisPositionsTabPage::m_xLB_CrossesAt
private

Definition at line 60 of file tp_AxisPositions.hxx.

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

◆ m_xLB_PlaceLabels

std::unique_ptr<weld::ComboBox> chart::AxisPositionsTabPage::m_xLB_PlaceLabels
private

Definition at line 69 of file tp_AxisPositions.hxx.

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

◆ m_xLB_PlaceTicks

std::unique_ptr<weld::ComboBox> chart::AxisPositionsTabPage::m_xLB_PlaceTicks
private

Definition at line 78 of file tp_AxisPositions.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xRB_Between

std::unique_ptr<weld::RadioButton> chart::AxisPositionsTabPage::m_xRB_Between
private

Definition at line 66 of file tp_AxisPositions.hxx.

Referenced by FillItemSet(), and Reset().

◆ m_xRB_On

std::unique_ptr<weld::RadioButton> chart::AxisPositionsTabPage::m_xRB_On
private

Definition at line 65 of file tp_AxisPositions.hxx.

Referenced by Reset().


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