LibreOffice Module sc (master) 1
Macros | Functions | Variables
chart2uno.cxx File Reference
#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>
Include dependency graph for chart2uno.cxx:

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
 

Macro Definition Documentation

◆ SHRINK_RANGE_THRESHOLD

#define SHRINK_RANGE_THRESHOLD   10000

Definition at line 1344 of file chart2uno.cxx.

Function Documentation

◆ IMPL_LINK()

IMPL_LINK ( ScChart2DataSequence  ,
ValueListenerHdl  ,
const SfxHint ,
rHint  ,
void   
)

Definition at line 2922 of file chart2uno.cxx.

◆ SC_SIMPLE_SERVICE_INFO()

SC_SIMPLE_SERVICE_INFO ( ScChart2DataProvider  ,
"ScChart2DataProvider"  ,
"com.sun.star.chart2.data.DataProvider"   
)

Variable Documentation

◆ ScChart2DataSource

Definition at line 67 of file chart2uno.cxx.

Referenced by ScChart2DataProvider::createDataSource().