LibreOffice Module chart2 (master) 1
|
#include <dlg_InsertErrorBars.hxx>
Public Member Functions | |
InsertErrorBarsDialog (weld::Window *pParent, const SfxItemSet &rMyAttrs, const rtl::Reference<::chart::ChartModel > &xChartDocument, ErrorBarResources::tErrorBarType eType) | |
void | SetAxisMinorStepWidthForErrorBarDecimals (double fMinorStepWidth) |
void | FillItemSet (SfxItemSet &rOutAttrs) |
Public Member Functions inherited from weld::GenericDialogController | |
GenericDialogController (weld::Widget *pParent, const OUString &rUIFile, const OUString &rDialogId, bool bMobile=false) | |
virtual Dialog * | getDialog () override |
virtual | ~GenericDialogController () COVERITY_NOEXCEPT_FALSE override |
Public Member Functions inherited from weld::DialogController | |
virtual Dialog * | getDialog ()=0 |
const Dialog * | getConstDialog () const |
virtual short | run () |
void | set_title (const OUString &rTitle) |
OUString | get_title () const |
void | set_help_id (const OUString &rHelpId) |
OUString | get_help_id () const |
void | response (int nResponse) |
virtual | ~DialogController () COVERITY_NOEXCEPT_FALSE |
Static Public Member Functions | |
static double | getAxisMinorStepWidthForErrorBarDecimals (const rtl::Reference<::chart::ChartModel > &xChartModel, const rtl::Reference<::chart::ChartView > &xChartView, std::u16string_view rSelectedObjectCID) |
Static Public Member Functions inherited from weld::DialogController | |
static bool | runAsync (const std::shared_ptr< DialogController > &rController, const std::function< void(sal_Int32)> &) |
Private Attributes | |
std::unique_ptr< ErrorBarResources > | m_apErrorBarResources |
Additional Inherited Members | |
Protected Attributes inherited from weld::GenericDialogController | |
std::unique_ptr< weld::Builder > | m_xBuilder |
std::shared_ptr< weld::Dialog > | m_xDialog |
Definition at line 36 of file dlg_InsertErrorBars.hxx.
chart::InsertErrorBarsDialog::InsertErrorBarsDialog | ( | weld::Window * | pParent, |
const SfxItemSet & | rMyAttrs, | ||
const rtl::Reference<::chart::ChartModel > & | xChartDocument, | ||
ErrorBarResources::tErrorBarType | eType | ||
) |
Definition at line 43 of file dlg_InsertErrorBars.cxx.
References chart::ErrorBarResources::ERROR_BAR_Y, eType, get(), chart::ObjectNameProvider::getName_ObjectForAllSeries(), m_apErrorBarResources, weld::GenericDialogController::m_xDialog, chart::OBJECTTYPE_DATA_ERRORS_X, and chart::OBJECTTYPE_DATA_ERRORS_Y.
void chart::InsertErrorBarsDialog::FillItemSet | ( | SfxItemSet & | rOutAttrs | ) |
Definition at line 59 of file dlg_InsertErrorBars.cxx.
References m_apErrorBarResources.
Referenced by chart::ChartController::executeDispatch_InsertErrorBars().
|
static |
Definition at line 69 of file dlg_InsertErrorBars.cxx.
References chart::ExplicitIncrementData::Distance, chart::AxisHelper::getAxis(), chart::ObjectIdentifier::getDataSeriesForCID(), and chart::ExplicitIncrementData::SubIncrements.
Referenced by chart::ChartController::executeDispatch_InsertErrorBars(), and chart::ChartController::executeDlg_ObjectProperties_withoutUndoGuard().
void chart::InsertErrorBarsDialog::SetAxisMinorStepWidthForErrorBarDecimals | ( | double | fMinorStepWidth | ) |
Definition at line 64 of file dlg_InsertErrorBars.cxx.
References m_apErrorBarResources.
Referenced by chart::ChartController::executeDispatch_InsertErrorBars().
|
private |
Definition at line 53 of file dlg_InsertErrorBars.hxx.
Referenced by FillItemSet(), InsertErrorBarsDialog(), and SetAxisMinorStepWidthForErrorBarDecimals().