LibreOffice Module chart2 (master) 1
|
The ChartView is responsible to manage the generation of Drawing Objects for visualization on a given OutputDevice. More...
#include <ChartView.hxx>
Public Member Functions | |
ChartView ()=delete | |
ChartView (css::uno::Reference< css::uno::XComponentContext > xContext, ChartModel &rModel) | |
virtual | ~ChartView () override |
virtual OUString SAL_CALL | getImplementationName () override |
virtual sal_Bool SAL_CALL | supportsService (const OUString &ServiceName) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getSupportedServiceNames () override |
virtual void SAL_CALL | initialize (const css::uno::Sequence< css::uno::Any > &aArguments) override |
virtual bool | getExplicitValuesForAxis (rtl::Reference< ::chart::Axis > xAxis, ExplicitScaleData &rExplicitScale, ExplicitIncrementData &rExplicitIncrement) override |
virtual rtl::Reference< SvxShape > | getShapeForCID (const OUString &rObjectCID) override |
virtual css::awt::Rectangle | getRectangleOfObject (const OUString &rObjectCID, bool bSnapRect=false) override |
virtual css::awt::Rectangle | getDiagramRectangleExcludingAxes () override |
std::shared_ptr< DrawModelWrapper > | getDrawModelWrapper () override |
virtual css::uno::Any SAL_CALL | getTransferData (const css::datatransfer::DataFlavor &aFlavor) override |
virtual css::uno::Sequence< css::datatransfer::DataFlavor > SAL_CALL | getTransferDataFlavors () override |
virtual sal_Bool SAL_CALL | isDataFlavorSupported (const css::datatransfer::DataFlavor &aFlavor) override |
virtual void SAL_CALL | disposing (const css::lang::EventObject &Source) override |
virtual void SAL_CALL | modified (const css::lang::EventObject &aEvent) override |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) override |
virtual void SAL_CALL | addModeChangeListener (const css::uno::Reference< css::util::XModeChangeListener > &_rxListener) override |
virtual void SAL_CALL | removeModeChangeListener (const css::uno::Reference< css::util::XModeChangeListener > &_rxListener) override |
virtual void SAL_CALL | addModeChangeApproveListener (const css::uno::Reference< css::util::XModeChangeApproveListener > &_rxListener) override |
virtual void SAL_CALL | removeModeChangeApproveListener (const css::uno::Reference< css::util::XModeChangeApproveListener > &_rxListener) override |
virtual void SAL_CALL | update () override |
virtual void SAL_CALL | updateSoft () override |
virtual void SAL_CALL | updateHard () override |
virtual css::uno::Reference< css::beans::XPropertySetInfo > SAL_CALL | getPropertySetInfo () override |
virtual void SAL_CALL | setPropertyValue (const OUString &aPropertyName, const css::uno::Any &aValue) override |
virtual css::uno::Any SAL_CALL | getPropertyValue (const OUString &PropertyName) override |
virtual void SAL_CALL | addPropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &xListener) override |
virtual void SAL_CALL | removePropertyChangeListener (const OUString &aPropertyName, const css::uno::Reference< css::beans::XPropertyChangeListener > &aListener) override |
virtual void SAL_CALL | addVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
virtual void SAL_CALL | removeVetoableChangeListener (const OUString &PropertyName, const css::uno::Reference< css::beans::XVetoableChangeListener > &aListener) override |
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL | createInstance (const OUString &aServiceSpecifier) override |
virtual css::uno::Reference< css::uno::XInterface > SAL_CALL | createInstanceWithArguments (const OUString &ServiceSpecifier, const css::uno::Sequence< css::uno::Any > &Arguments) override |
virtual css::uno::Sequence< OUString > SAL_CALL | getAvailableServiceNames () override |
virtual OUString SAL_CALL | dump (OUString const &kind) override |
void | setViewDirty () |
css::uno::Reference< css::uno::XComponentContext > const & | getComponentContext () |
void | dumpAsXml (xmlTextWriterPtr pWriter) const |
Private Member Functions | |
void | init () |
void | createShapes () |
void | createShapes2D (const css::awt::Size &rPageSize) |
bool | createAxisTitleShapes2D (CreateShapeParam2D &rParam, const css::awt::Size &rPageSize, bool bHasRelativeSize) |
void | getMetaFile (const css::uno::Reference< css::io::XOutputStream > &xOutStream, bool bUseHighContrast) |
SdrPage * | getSdrPage () |
void | impl_deleteCoordinateSystems () |
void | impl_notifyModeChangeListener (const OUString &rNewMode) |
void | impl_refreshAddIn () |
void | impl_updateView (bool bCheckLockedCtrler=true) |
css::awt::Rectangle | impl_createDiagramAndContent (const CreateShapeParam2D &rParam, const css::awt::Size &rPageSize) |
DECL_LINK (UpdateTimeBased, Timer *, void) | |
Private Member Functions inherited from SfxListener | |
SfxListener () | |
SfxListener (const SfxListener &rCopy) | |
virtual | ~SfxListener () COVERITY_NOEXCEPT_FALSE |
void | StartListening (SfxBroadcaster &rBroadcaster, DuplicateHandling eDuplicateHanding=DuplicateHandling::Unexpected) |
void | EndListening (SfxBroadcaster &rBroadcaster, bool bRemoveAllDuplicates=false) |
void | EndListeningAll () |
bool | IsListening (SfxBroadcaster &rBroadcaster) const |
sal_uInt16 | GetBroadcasterCount () const |
SfxBroadcaster * | GetBroadcasterJOE (sal_uInt16 nNo) const |
virtual void | Notify (SfxBroadcaster &rBC, const SfxHint &rHint) |
void | RemoveBroadcaster_Impl (SfxBroadcaster &rBC) |
virtual bool | IsSdrView () const |
Private Attributes | |
std::mutex | m_aMutex |
css::uno::Reference< css::uno::XComponentContext > | m_xCC |
chart::ChartModel & | mrChartModel |
css::uno::Reference< css::lang::XMultiServiceFactory > | m_xShapeFactory |
rtl::Reference< SvxDrawPage > | m_xDrawPage |
rtl::Reference< SvxShapeGroupAnyD > | mxRootShape |
css::uno::Reference< css::uno::XInterface > | m_xDashTable |
css::uno::Reference< css::uno::XInterface > | m_xGradientTable |
css::uno::Reference< css::uno::XInterface > | m_xHatchTable |
css::uno::Reference< css::uno::XInterface > | m_xBitmapTable |
css::uno::Reference< css::uno::XInterface > | m_xTransGradientTable |
css::uno::Reference< css::uno::XInterface > | m_xMarkerTable |
std::shared_ptr< DrawModelWrapper > | m_pDrawModelWrapper |
std::vector< std::unique_ptr< VCoordinateSystem > > | m_aVCooSysList |
comphelper::OInterfaceContainerHelper4< css::util::XModeChangeListener > | m_aModeChangeListeners |
bool | m_bViewDirty |
bool | m_bInViewUpdate |
bool | m_bViewUpdatePending |
bool | m_bRefreshAddIn |
css::awt::Size | m_aPageResolution |
bool | m_bPointsWereSkipped |
sal_Int32 | m_nScaleXNumerator |
sal_Int32 | m_nScaleXDenominator |
sal_Int32 | m_nScaleYNumerator |
sal_Int32 | m_nScaleYDenominator |
bool | m_bSdrViewIsInEditMode |
css::awt::Rectangle | m_aResultingDiagramRectangleExcludingAxes |
TimeBasedInfo | maTimeBased |
std::mutex | maTimeMutex |
The ChartView is responsible to manage the generation of Drawing Objects for visualization on a given OutputDevice.
The ChartModel is responsible to notify changes to the view. The view than changes to state dirty. The view can be updated with call 'update'.
The View is not responsible to handle single user events (that is instead done by the ChartWindow).
Definition at line 85 of file ChartView.hxx.
|
delete |
chart::ChartView::ChartView | ( | css::uno::Reference< css::uno::XComponentContext > | xContext, |
ChartModel & | rModel | ||
) |
|
overridevirtual |
Definition at line 201 of file ChartView.cxx.
References SfxListener::EndListening(), impl_deleteCoordinateSystems(), m_pDrawModelWrapper, m_xDrawPage, m_xShapeFactory, maTimeBased, chart::TimeBasedInfo::maTimer, and Task::Stop().
|
overridevirtual |
Definition at line 1587 of file ChartView.cxx.
|
overridevirtual |
Definition at line 1577 of file ChartView.cxx.
References comphelper::OInterfaceContainerHelper4< class ListenerT >::addInterface(), m_aModeChangeListeners, and m_aMutex.
|
overridevirtual |
Definition at line 1688 of file ChartView.cxx.
|
overridevirtual |
Definition at line 1699 of file ChartView.cxx.
|
private |
Definition at line 1992 of file ChartView.cxx.
References chart::ChartTypeHelper::isSupportingMainAxis(), chart::ChartTypeHelper::isSupportingSecondaryAxis(), chart::CreateShapeParam2D::maRemainingSpace, chart::CreateShapeParam2D::mbAutoPosSecondTitleX, chart::CreateShapeParam2D::mbAutoPosSecondTitleY, chart::CreateShapeParam2D::mbAutoPosTitleX, chart::CreateShapeParam2D::mbAutoPosTitleY, chart::CreateShapeParam2D::mbAutoPosTitleZ, chart::CreateShapeParam2D::mpVTitleSecondX, chart::CreateShapeParam2D::mpVTitleSecondY, chart::CreateShapeParam2D::mpVTitleX, chart::CreateShapeParam2D::mpVTitleY, chart::CreateShapeParam2D::mpVTitleZ, mrChartModel, mxRootShape, chart::TitleHelper::SECONDARY_X_AXIS_TITLE, chart::TitleHelper::SECONDARY_Y_AXIS_TITLE, chart::TitleHelper::TITLE_AT_STANDARD_X_AXIS_POSITION, chart::TitleHelper::TITLE_AT_STANDARD_Y_AXIS_POSITION, and chart::TitleHelper::Z_AXIS_TITLE.
Referenced by createShapes2D().
|
overridevirtual |
Definition at line 1711 of file ChartView.cxx.
References m_pDrawModelWrapper, m_xBitmapTable, m_xDashTable, m_xGradientTable, m_xHatchTable, m_xMarkerTable, m_xTransGradientTable, SvxUnoBitmapTable_createInstance(), SvxUnoDashTable_createInstance(), SvxUnoGradientTable_createInstance(), SvxUnoHatchTable_createInstance(), SvxUnoMarkerTable_createInstance(), and SvxUnoTransGradientTable_createInstance().
Referenced by createInstanceWithArguments().
|
overridevirtual |
Definition at line 1771 of file ChartView.cxx.
References createInstance().
|
private |
Definition at line 1356 of file ChartView.cxx.
References chart::TimeBasedInfo::bTimeBased, createShapes2D(), chart::ShapeFactory::getOrCreateChartRootShape(), getSdrPage(), impl_deleteCoordinateSystems(), impl_refreshAddIn(), m_aResultingDiagramRectangleExcludingAxes, m_pDrawModelWrapper, m_xDrawPage, maTimeBased, maTimeMutex, mrChartModel, mxRootShape, chart::TimeBasedInfo::nFrame, chart::ShapeFactory::setPageSize(), and SdrPage::SetSize().
Referenced by impl_updateView().
|
private |
Definition at line 1852 of file ChartView.cxx.
References chart::TimeBasedInfo::bTimeBased, createAxisTitleShapes2D(), chart::ObjectIdentifier::createClassifiedIdentifier(), chart::ShapeFactory::createGroup2D(), chart::ShapeFactory::createInvisibleRectangle(), getComponentContext(), chart::LegendHelper::getLegend(), i, impl_createDiagramAndContent(), Task::IsActive(), LINK, m, chart::TimeBasedInfo::m_aDataSeriesList, m_aVCooSysList, m_pDrawModelWrapper, chart::TitleHelper::MAIN_TITLE, chart::CreateShapeParam2D::maRemainingSpace, maTimeBased, chart::TimeBasedInfo::maTimer, chart::CreateShapeParam2D::mbAutoPosSecondTitleX, chart::CreateShapeParam2D::mbAutoPosSecondTitleY, chart::CreateShapeParam2D::mbAutoPosTitleX, chart::CreateShapeParam2D::mbAutoPosTitleY, chart::CreateShapeParam2D::mbAutoPosTitleZ, chart::CreateShapeParam2D::mpSeriesPlotterContainer, chart::CreateShapeParam2D::mpVTitleSecondX, chart::CreateShapeParam2D::mpVTitleSecondY, chart::CreateShapeParam2D::mpVTitleX, chart::CreateShapeParam2D::mpVTitleY, chart::CreateShapeParam2D::mpVTitleZ, mrChartModel, chart::CreateShapeParam2D::mxDiagramWithAxesShapes, chart::CreateShapeParam2D::mxMarkHandles, chart::CreateShapeParam2D::mxPlotAreaWithAxes, mxRootShape, n, chart::TimeBasedInfo::nFrame, chart::OBJECTTYPE_DIAGRAM, Timer::SetInvokeHandler(), chart::ShapeFactory::setShapeName(), Timer::SetTimeout(), Timer::Start(), Task::Stop(), and chart::TitleHelper::SUB_TITLE.
Referenced by createShapes().
|
private |
|
overridevirtual |
Definition at line 1412 of file ChartView.cxx.
|
overridevirtual |
Definition at line 1789 of file ChartView.cxx.
References aBuffer, XShapeDumper::dump(), dumpAsXml(), chart::dumpXmlToString(), i, impl_updateView(), m_xDrawPage, mxRootShape, and n.
void chart::ChartView::dumpAsXml | ( | xmlTextWriterPtr | pWriter | ) | const |
Definition at line 1827 of file ChartView.cxx.
References m_pDrawModelWrapper.
Referenced by dump().
|
overridevirtual |
Definition at line 1777 of file ChartView.cxx.
References aServiceNames.
|
inline |
Definition at line 180 of file ChartView.hxx.
Referenced by createShapes2D(), and impl_createDiagramAndContent().
|
overridevirtual |
Definition at line 856 of file ChartView.cxx.
References impl_updateView(), and m_aResultingDiagramRectangleExcludingAxes.
|
override |
Definition at line 912 of file ChartView.cxx.
References m_pDrawModelWrapper.
|
overridevirtual |
Definition at line 782 of file ChartView.cxx.
References Date::AddDays(), chart::ExplicitScaleData::AxisType, chart::SeriesPlotterContainer::findInCooSysList(), chart::AxisHelper::getCoordinateSystemOfAxis(), chart::DateHelper::GetDateSomeMonthsAway(), chart::DateHelper::GetDateSomeYearsAway(), chart::VCoordinateSystem::getExplicitIncrement(), chart::VCoordinateSystem::getExplicitScale(), chart::AxisHelper::getIndicesForAxis(), impl_updateView(), m_aVCooSysList, chart::ExplicitScaleData::m_bShiftedCategoryPosition, chart::ExplicitScaleData::Maximum, mrChartModel, chart::ExplicitScaleData::NullDate, and chart::ExplicitScaleData::TimeResolution.
|
overridevirtual |
Definition at line 312 of file ChartView.cxx.
References CHART_VIEW_SERVICE_IMPLEMENTATION_NAME.
|
private |
Definition at line 235 of file ChartView.cxx.
References m_nScaleXDenominator, m_nScaleXNumerator, m_nScaleYDenominator, m_nScaleYNumerator, m_xCC, m_xDrawPage, comphelper::makePropertyValue(), and SOFFICE_FILEFORMAT_50.
Referenced by getTransferData().
|
overridevirtual |
Definition at line 1621 of file ChartView.cxx.
|
overridevirtual |
Definition at line 1680 of file ChartView.cxx.
References Any, and m_aPageResolution.
|
overridevirtual |
Definition at line 862 of file ChartView.cxx.
References tools::Rectangle::GetHeight(), chart::DrawModelWrapper::getNamedSdrObject(), chart::ObjectIdentifier::getObjectType(), getShapeForCID(), SdrObject::GetSnapRect(), SdrObject::GetSubList(), SdrObject::getUnoShape(), tools::Rectangle::GetWidth(), impl_updateView(), tools::Rectangle::Left(), chart::OBJECTTYPE_AXIS, chart::OBJECTTYPE_DIAGRAM, and tools::Rectangle::Top().
Referenced by impl_createDiagramAndContent().
|
private |
Definition at line 835 of file ChartView.cxx.
References m_xDrawPage.
Referenced by createShapes(), getShapeForCID(), and Notify().
|
overridevirtual |
Definition at line 843 of file ChartView.cxx.
References chart::DrawModelWrapper::getNamedSdrObject(), getSdrPage(), and SdrObject::getUnoShape().
Referenced by getRectangleOfObject().
|
overridevirtual |
Definition at line 322 of file ChartView.cxx.
References CHART_VIEW_SERVICE_NAME.
|
overridevirtual |
Definition at line 273 of file ChartView.cxx.
References aSeq, getMetaFile(), and update().
|
overridevirtual |
Definition at line 296 of file ChartView.cxx.
|
private |
Definition at line 499 of file ChartView.cxx.
References chart::VDiagram::adjustInnerSize(), chart::B3DHomMatrixToHomogenMatrix(), chart::VCoordinateSystem::createAxesLabels(), chart::ShapeFactory::createGroup2D(), chart::VCoordinateSystem::createMaximumAxesLabels(), chart::PlotterBase::createShapes(), chart::VDiagram::createShapes(), chart::createTransformationSceneToScreen(), chart::ThreeDHelper::getAutomaticCuboidPlanePositionForStandardBackWall(), chart::ThreeDHelper::getAutomaticCuboidPlanePositionForStandardBottom(), chart::ThreeDHelper::getAutomaticCuboidPlanePositionForStandardLeftWall(), getComponentContext(), chart::VDiagram::getCoordinateRegion(), chart::VCoordinateSystem::getCoordinateSystemResolution(), chart::SeriesPlotterContainer::getCooSysForPlotter(), chart::VDiagram::getCurrentRectangle(), basegfx::Range2D< typename TYPE, typename TRAITS >::getHeight(), basegfx::Range2D< typename TYPE, typename TRAITS >::getMaxX(), basegfx::Range2D< typename TYPE, typename TRAITS >::getMaxY(), basegfx::Range2D< typename TYPE, typename TRAITS >::getMinX(), basegfx::Range2D< typename TYPE, typename TRAITS >::getMinY(), chart::NumberFormatterWrapper::getNullDate(), getRectangleOfObject(), chart::ShapeFactory::getRectangleOfShape(), chart::VCoordinateSystem::getTransformationSceneToScreen(), basegfx::Range2D< typename TYPE, typename TRAITS >::getWidth(), chart::VDiagram::init(), chart::PlotterBase::initPlotter(), m_aPageResolution, m_aResultingDiagramRectangleExcludingAxes, m_bPointsWereSkipped, chart::BaseGFXHelper::makeRectangle(), chart::CreateShapeParam2D::maRemainingSpace, chart::CreateShapeParam2D::mbUseFixedInnerSize, chart::CreateShapeParam2D::mpSeriesPlotterContainer, mrChartModel, chart::CreateShapeParam2D::mxDiagramWithAxesShapes, chart::CreateShapeParam2D::mxMarkHandles, chart::VSeriesPlotter::PointsWereSkipped(), chart::VDiagram::reduceToMinimumSize(), chart::ShapeFactory::removeSubShapes(), chart::VSeriesPlotter::setAvailableOuterRect(), chart::VSeriesPlotter::setCoordinateSystemResolution(), chart::VSeriesPlotter::setPageReferenceSize(), chart::VSeriesPlotter::setPieLabelsAllowToMove(), chart::PlotterBase::setTransformationSceneToScreen(), chart::VCoordinateSystem::setTransformationSceneToScreen(), chart::BaseGFXHelper::toAwtRectangle(), chart::VCoordinateSystem::updatePositions(), and chart::VSeriesPlotter::WantToPlotInFrontOfAxisLine().
Referenced by createShapes2D().
|
private |
Definition at line 220 of file ChartView.cxx.
References m_aVCooSysList.
Referenced by createShapes(), and ~ChartView().
|
private |
Definition at line 1558 of file ChartView.cxx.
References aEvent, DBG_UNHANDLED_EXCEPTION, comphelper::OInterfaceContainerHelper4< class ListenerT >::getLength(), m_aModeChangeListeners, m_aMutex, and comphelper::OInterfaceContainerHelper4< class ListenerT >::notifyEach().
Referenced by impl_updateView(), and modified().
|
private |
Definition at line 1329 of file ChartView.cxx.
References m_bRefreshAddIn, mrChartModel, and TOOLS_WARN_EXCEPTION.
Referenced by createShapes().
|
private |
Definition at line 1416 of file ChartView.cxx.
References createShapes(), DBG_UNHANDLED_EXCEPTION, impl_notifyModeChangeListener(), m_bInViewUpdate, m_bRefreshAddIn, m_bSdrViewIsInEditMode, m_bViewDirty, m_bViewUpdatePending, m_pDrawModelWrapper, and mrChartModel.
Referenced by dump(), getDiagramRectangleExcludingAxes(), getExplicitValuesForAxis(), getRectangleOfObject(), update(), and updateHard().
|
private |
Definition at line 184 of file ChartView.cxx.
References m_pDrawModelWrapper, m_xDrawPage, m_xShapeFactory, and SfxListener::StartListening().
Referenced by initialize().
|
overridevirtual |
Definition at line 196 of file ChartView.cxx.
References init().
|
overridevirtual |
Definition at line 304 of file ChartView.cxx.
|
overridevirtual |
Definition at line 1487 of file ChartView.cxx.
References impl_notifyModeChangeListener(), m_bInViewUpdate, m_bViewDirty, and m_bViewUpdatePending.
Referenced by setPropertyValue().
|
overridevirtual |
Reimplemented from SfxListener.
Definition at line 1497 of file ChartView.cxx.
References SfxHint::GetId(), SdrHint::GetKind(), SdrHint::GetPage(), getSdrPage(), m_bInViewUpdate, m_bSdrViewIsInEditMode, and mrChartModel.
|
overridevirtual |
Definition at line 1591 of file ChartView.cxx.
|
overridevirtual |
Definition at line 1582 of file ChartView.cxx.
References m_aModeChangeListeners, m_aMutex, and comphelper::OInterfaceContainerHelper4< class ListenerT >::removeInterface().
|
overridevirtual |
Definition at line 1693 of file ChartView.cxx.
|
overridevirtual |
Definition at line 1704 of file ChartView.cxx.
|
overridevirtual |
Definition at line 1627 of file ChartView.cxx.
References m_aPageResolution, m_bPointsWereSkipped, m_bSdrViewIsInEditMode, m_nScaleXDenominator, m_nScaleXNumerator, m_nScaleYDenominator, m_nScaleYNumerator, and modified().
void chart::ChartView::setViewDirty | ( | ) |
Definition at line 1840 of file ChartView.cxx.
References m_bViewDirty, and maTimeMutex.
|
overridevirtual |
Definition at line 317 of file ChartView.cxx.
References cppu::supportsService().
|
overridevirtual |
Definition at line 1597 of file ChartView.cxx.
References impl_updateView(), mrChartModel, and chart::DiagramHelper::switchDiagramPositioningToExcludingPositioning().
Referenced by getTransferData(), and updateSoft().
|
overridevirtual |
Definition at line 1615 of file ChartView.cxx.
References impl_updateView().
|
overridevirtual |
Definition at line 1610 of file ChartView.cxx.
References update().
|
private |
Definition at line 229 of file ChartView.hxx.
Referenced by addModeChangeListener(), impl_notifyModeChangeListener(), and removeModeChangeListener().
|
private |
Definition at line 204 of file ChartView.hxx.
Referenced by addModeChangeListener(), impl_notifyModeChangeListener(), and removeModeChangeListener().
|
private |
Definition at line 237 of file ChartView.hxx.
Referenced by getPropertyValue(), impl_createDiagramAndContent(), and setPropertyValue().
|
private |
Definition at line 248 of file ChartView.hxx.
Referenced by createShapes(), getDiagramRectangleExcludingAxes(), and impl_createDiagramAndContent().
|
private |
Definition at line 226 of file ChartView.hxx.
Referenced by createShapes2D(), getExplicitValuesForAxis(), and impl_deleteCoordinateSystems().
|
private |
Definition at line 232 of file ChartView.hxx.
Referenced by impl_updateView(), modified(), and Notify().
|
private |
Definition at line 238 of file ChartView.hxx.
Referenced by impl_createDiagramAndContent(), and setPropertyValue().
|
private |
Definition at line 234 of file ChartView.hxx.
Referenced by impl_refreshAddIn(), and impl_updateView().
|
private |
Definition at line 246 of file ChartView.hxx.
Referenced by impl_updateView(), Notify(), and setPropertyValue().
|
private |
Definition at line 231 of file ChartView.hxx.
Referenced by impl_updateView(), modified(), and setViewDirty().
|
private |
Definition at line 233 of file ChartView.hxx.
Referenced by impl_updateView(), and modified().
|
private |
Definition at line 242 of file ChartView.hxx.
Referenced by getMetaFile(), and setPropertyValue().
|
private |
Definition at line 241 of file ChartView.hxx.
Referenced by getMetaFile(), and setPropertyValue().
|
private |
Definition at line 244 of file ChartView.hxx.
Referenced by getMetaFile(), and setPropertyValue().
|
private |
Definition at line 243 of file ChartView.hxx.
Referenced by getMetaFile(), and setPropertyValue().
|
private |
Definition at line 224 of file ChartView.hxx.
Referenced by createInstance(), createShapes(), createShapes2D(), dumpAsXml(), getDrawModelWrapper(), impl_updateView(), init(), and ~ChartView().
|
private |
Definition at line 220 of file ChartView.hxx.
Referenced by createInstance().
|
private |
Definition at line 206 of file ChartView.hxx.
Referenced by getMetaFile().
|
private |
Definition at line 217 of file ChartView.hxx.
Referenced by createInstance().
|
private |
Definition at line 213 of file ChartView.hxx.
Referenced by createShapes(), dump(), getMetaFile(), getSdrPage(), init(), and ~ChartView().
|
private |
Definition at line 218 of file ChartView.hxx.
Referenced by createInstance().
|
private |
Definition at line 219 of file ChartView.hxx.
Referenced by createInstance().
|
private |
Definition at line 222 of file ChartView.hxx.
Referenced by createInstance().
|
private |
Definition at line 211 of file ChartView.hxx.
Referenced by init(), and ~ChartView().
|
private |
Definition at line 221 of file ChartView.hxx.
Referenced by createInstance().
|
private |
Definition at line 250 of file ChartView.hxx.
Referenced by createShapes(), createShapes2D(), and ~ChartView().
|
private |
Definition at line 251 of file ChartView.hxx.
Referenced by createShapes(), and setViewDirty().
|
private |
Definition at line 208 of file ChartView.hxx.
Referenced by createAxisTitleShapes2D(), createShapes(), createShapes2D(), getExplicitValuesForAxis(), impl_createDiagramAndContent(), impl_refreshAddIn(), impl_updateView(), Notify(), and update().
|
private |
Definition at line 215 of file ChartView.hxx.
Referenced by createAxisTitleShapes2D(), createShapes(), createShapes2D(), and dump().