LibreOffice Module sc (master) 1
|
#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>
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 |
#define SC_MINCOUNT_LIMIT 1000000 |
Definition at line 64 of file dptabsrc.cxx.
|
static |
Definition at line 529 of file dptabsrc.cxx.
References LONG_MAX, and nPos.
Referenced by ScDPSource::CreateRes_Impl().
|
static |
Definition at line 88 of file dptabsrc.cxx.
References o3tl::tryAccess< bool >().
Referenced by ScDPSource::setPropertyValue(), ScDPLevel::setPropertyValue(), and ScDPMember::setPropertyValue().
SC_SIMPLE_SERVICE_INFO_COMPAT | ( | ScDPHierarchies | , |
"ScDPHierarchies" | , | ||
"com.sun.star.sheet.DataPilotSourceHierarchies" | , | ||
"com.sun.star.sheet.DataPilotSourceHierarcies" | |||
) |
com sun star sheet DataPilotSourceHierarchy |
Definition at line 77 of file dptabsrc.cxx.
Definition at line 76 of file dptabsrc.cxx.
Referenced by ScDPHierarchies::getByIndex().