LibreOffice Module sc (master) 1
|
#include <memory>
#include <sal/config.h>
#include <sal/log.hxx>
#include <algorithm>
#include <utility>
#include <chart2uno.hxx>
#include <miscuno.hxx>
#include <document.hxx>
#include <formulacell.hxx>
#include <unonames.hxx>
#include <globstr.hrc>
#include <scresid.hxx>
#include <rangeutl.hxx>
#include <hints.hxx>
#include <unoreflist.hxx>
#include <compiler.hxx>
#include <reftokenhelper.hxx>
#include <chartlis.hxx>
#include <tokenuno.hxx>
#include <cellvalue.hxx>
#include <tokenarray.hxx>
#include <scmatrix.hxx>
#include <brdcst.hxx>
#include <mtvelements.hxx>
#include <formula/opcode.hxx>
#include <o3tl/safeint.hxx>
#include <svl/numformat.hxx>
#include <svl/sharedstring.hxx>
#include <sfx2/objsh.hxx>
#include <vcl/svapp.hxx>
#include <com/sun/star/beans/UnknownPropertyException.hpp>
#include <com/sun/star/chart/ChartDataRowSource.hpp>
#include <com/sun/star/chart2/data/LabeledDataSequence.hpp>
#include <com/sun/star/frame/XModel.hpp>
#include <comphelper/extract.hxx>
#include <comphelper/processfactory.hxx>
#include <comphelper/sequence.hxx>
#include <limits>
Go to the source code of this file.
Macros | |
#define | SHRINK_RANGE_THRESHOLD 10000 |
Functions | |
SC_SIMPLE_SERVICE_INFO (ScChart2DataProvider, "ScChart2DataProvider", "com.sun.star.chart2.data.DataProvider") SC_SIMPLE_SERVICE_INFO(ScChart2DataSource | |
IMPL_LINK (ScChart2DataSequence, ValueListenerHdl, const SfxHint &, rHint, void) | |
Variables | |
ScChart2DataSource | |
#define SHRINK_RANGE_THRESHOLD 10000 |
Definition at line 1339 of file chart2uno.cxx.
IMPL_LINK | ( | ScChart2DataSequence | , |
ValueListenerHdl | , | ||
const SfxHint & | , | ||
rHint | , | ||
void | |||
) |
Definition at line 2887 of file chart2uno.cxx.
References ScChart2DataSequence::m_pDocument, and ScChart2DataSequence::setDataChangedHint().
SC_SIMPLE_SERVICE_INFO | ( | ScChart2DataProvider | , |
"ScChart2DataProvider" | , | ||
"com.sun.star.chart2.data.DataProvider" | |||
) |
Definition at line 67 of file chart2uno.cxx.
Referenced by ScChart2DataProvider::createDataSource().