|
LibreOffice Module chart2 (master) 1
|
#include <ChartColorWrapper.hxx>
Public Member Functions | |
| ChartLineStyleWrapper (rtl::Reference<::chart::ChartModel > xModel, SvxLineStyleToolBoxControl *pControl) | |
| bool | operator() (std::u16string_view rCommand, const css::uno::Any &rValue) |
| void | updateModel (const rtl::Reference<::chart::ChartModel > &xModel) |
| void | updateData () |
Private Attributes | |
| rtl::Reference<::chart::ChartModel > | mxModel |
| SvxLineStyleToolBoxControl * | mpControl |
Definition at line 47 of file ChartColorWrapper.hxx.
| chart::sidebar::ChartLineStyleWrapper::ChartLineStyleWrapper | ( | rtl::Reference<::chart::ChartModel > | xModel, |
| SvxLineStyleToolBoxControl * | pControl | ||
| ) |
Definition at line 140 of file ChartColorWrapper.cxx.
| bool chart::sidebar::ChartLineStyleWrapper::operator() | ( | std::u16string_view | rCommand, |
| const css::uno::Any & | rValue | ||
| ) |
Definition at line 204 of file ChartColorWrapper.cxx.
References chart::PropertyHelper::addLineDashUniqueNameToTable(), MID_LINEDASH, mxModel, XLineDashItem::PutValue(), XLineDashItem::QueryValue(), SAL_WARN, and u.
| void chart::sidebar::ChartLineStyleWrapper::updateData | ( | ) |
Definition at line 174 of file ChartColorWrapper.cxx.
References aEvent, MID_LINEDASH, mpControl, mxModel, XLineDashItem::PutValue(), XLineDashItem::QueryValue(), and SvxLineStyleToolBoxControl::statusChanged().
Referenced by chart::sidebar::ChartLinePanel::updateData().
| void chart::sidebar::ChartLineStyleWrapper::updateModel | ( | const rtl::Reference<::chart::ChartModel > & | xModel | ) |
Definition at line 148 of file ChartColorWrapper.cxx.
References mxModel, and xModel.
Referenced by chart::sidebar::ChartLinePanel::doUpdateModel().
|
private |
Definition at line 63 of file ChartColorWrapper.hxx.
Referenced by updateData().
|
private |
Definition at line 61 of file ChartColorWrapper.hxx.
Referenced by operator()(), updateData(), and updateModel().