LibreOffice Module sc (master) 1
Macros | Functions | Variables
dptabsrc.cxx File Reference
#include <dptabsrc.hxx>
#include <algorithm>
#include <vector>
#include <comphelper/sequence.hxx>
#include <o3tl/any.hxx>
#include <o3tl/safeint.hxx>
#include <osl/diagnose.h>
#include <rtl/math.hxx>
#include <sal/log.hxx>
#include <svl/itemprop.hxx>
#include <vcl/svapp.hxx>
#include <dpcache.hxx>
#include <dptabres.hxx>
#include <dptabdat.hxx>
#include <global.hxx>
#include <miscuno.hxx>
#include <unonames.hxx>
#include <dpitemdata.hxx>
#include <dputil.hxx>
#include <dpresfilter.hxx>
#include <calcmacros.hxx>
#include <generalfunction.hxx>
#include <com/sun/star/beans/PropertyAttribute.hpp>
#include <com/sun/star/sheet/DataPilotFieldFilter.hpp>
#include <com/sun/star/sheet/DataPilotFieldReferenceType.hpp>
#include <com/sun/star/sheet/DataPilotFieldSortMode.hpp>
#include <com/sun/star/sheet/DataPilotFieldGroupBy.hpp>
#include <com/sun/star/sheet/DataPilotFieldAutoShowInfo.hpp>
#include <com/sun/star/sheet/GeneralFunction2.hpp>
#include <com/sun/star/sheet/TableFilterField.hpp>
#include <unotools/calendarwrapper.hxx>
#include <com/sun/star/i18n/CalendarDisplayIndex.hpp>
Include dependency graph for dptabsrc.cxx:

Go to the source code of this file.

Macros

#define SC_MINCOUNT_LIMIT   1000000
 

Functions

 SC_SIMPLE_SERVICE_INFO_COMPAT (ScDPHierarchies, "ScDPHierarchies", "com.sun.star.sheet.DataPilotSourceHierarchies", "com.sun.star.sheet.DataPilotSourceHierarcies") SC_SIMPLE_SERVICE_INFO_COMPAT(ScDPHierarchy
 
com sun star sheet com sun star sheet static DataPilotSourceHierarcy bool lcl_GetBoolFromAny (const uno::Any &aAny)
 
static tools::Long lcl_CountMinMembers (const vector< ScDPDimension * > &ppDim, const vector< ScDPLevel * > &ppLevel, tools::Long nLevels)
 

Variables

 ScDPHierarchy
 
com sun star sheet DataPilotSourceHierarchy
 

Macro Definition Documentation

◆ SC_MINCOUNT_LIMIT

#define SC_MINCOUNT_LIMIT   1000000

Definition at line 64 of file dptabsrc.cxx.

Function Documentation

◆ lcl_CountMinMembers()

static tools::Long lcl_CountMinMembers ( const vector< ScDPDimension * > &  ppDim,
const vector< ScDPLevel * > &  ppLevel,
tools::Long  nLevels 
)
static

Definition at line 529 of file dptabsrc.cxx.

References LONG_MAX, and nPos.

Referenced by ScDPSource::CreateRes_Impl().

◆ lcl_GetBoolFromAny()

com sun star sheet com sun star sheet static DataPilotSourceHierarcy bool lcl_GetBoolFromAny ( const uno::Any aAny)
static

◆ SC_SIMPLE_SERVICE_INFO_COMPAT()

SC_SIMPLE_SERVICE_INFO_COMPAT ( ScDPHierarchies  ,
"ScDPHierarchies"  ,
"com.sun.star.sheet.DataPilotSourceHierarchies"  ,
"com.sun.star.sheet.DataPilotSourceHierarcies"   
)

Variable Documentation

◆ DataPilotSourceHierarchy

com sun star sheet DataPilotSourceHierarchy

Definition at line 77 of file dptabsrc.cxx.

◆ ScDPHierarchy

Definition at line 76 of file dptabsrc.cxx.

Referenced by ScDPHierarchies::getByIndex().