LibreOffice Module sc (master) 1
|
#include <com/sun/star/util/XModifiable.hpp>
#include <com/sun/star/chart/ChartDataRowSource.hpp>
#include <com/sun/star/chart2/XChartDocument.hpp>
#include <com/sun/star/chart2/data/XDataProvider.hpp>
#include <com/sun/star/chart2/data/XDataReceiver.hpp>
#include <com/sun/star/embed/XEmbeddedObject.hpp>
#include <sfx2/objsh.hxx>
#include <svx/svditer.hxx>
#include <svx/svdoole2.hxx>
#include <svtools/embedhlp.hxx>
#include <document.hxx>
#include <table.hxx>
#include <drwlayer.hxx>
#include <chartlis.hxx>
#include <chartlock.hxx>
#include <refupdat.hxx>
#include <miscuno.hxx>
#include <chart2uno.hxx>
#include <charthelper.hxx>
Go to the source code of this file.
Functions | |
static void | lcl_GetChartParameters (const uno::Reference< chart2::XChartDocument > &xChartDoc, OUString &rRanges, chart::ChartDataRowSource &rDataRowSource, bool &rHasCategories, bool &rFirstCellAsLabel) |
static void | lcl_SetChartParameters (const uno::Reference< chart2::data::XDataReceiver > &xReceiver, const OUString &rRanges, chart::ChartDataRowSource eDataRowSource, bool bHasCategories, bool bFirstCellAsLabel) |
|
static |
Definition at line 45 of file documen5.cxx.
References aPropName, ScUnoHelpFunctions::GetBoolFromAny(), and ScUnoHelpFunctions::GetEnumFromAny().
Referenced by ScDocument::GetOldChartParameters(), ScDocument::SetChartRangeList(), and ScDocument::UpdateChartArea().
|
static |
Definition at line 76 of file documen5.cxx.
Referenced by ScDocument::SetChartRangeList(), and ScDocument::UpdateChartArea().