LibreOffice Module svx (master) 1
|
#include <charthelper.hxx>
Static Public Member Functions | |
static void | updateChart (const css::uno::Reference< css::frame::XModel > &rXModel) |
Use chart's XUpdatable::update() to update values. More... | |
static drawinglayer::primitive2d::Primitive2DContainer | tryToGetChartContentAsPrimitive2DSequence (const css::uno::Reference< css::frame::XModel > &rXModel, basegfx::B2DRange &rRange) |
static void | AdaptDefaultsForChart (const css::uno::Reference< css::embed::XEmbeddedObject > &xEmbObj) |
Definition at line 35 of file charthelper.hxx.
|
static |
Definition at line 107 of file charthelper.cxx.
References TOOLS_WARN_EXCEPTION.
|
static |
Definition at line 53 of file charthelper.cxx.
References a, PrimitiveFactory2D::createPrimitivesFromXShape(), drawinglayer::primitive2d::Primitive2DContainer::getB2DRange(), TOOLS_WARN_EXCEPTION, and updateChart().
Referenced by sdr::contact::ViewContactOfSdrOle2Obj::createPrimitive2DSequenceWithParameters().
|
static |
Use chart's XUpdatable::update() to update values.
Definition at line 35 of file charthelper.cxx.
References TOOLS_WARN_EXCEPTION.
Referenced by tryToGetChartContentAsPrimitive2DSequence().