LibreOffice Module sc (master) 1
|
#include <dpgroup.hxx>
#include <dpcache.hxx>
#include <document.hxx>
#include <dpfilteredcache.hxx>
#include <dputil.hxx>
#include <osl/diagnose.h>
#include <rtl/math.hxx>
#include <svl/numformat.hxx>
#include <com/sun/star/sheet/DataPilotFieldGroupBy.hpp>
#include <unordered_map>
#include <unordered_set>
#include <utility>
#include <vector>
#include <algorithm>
Go to the source code of this file.
Variables | |
const sal_uInt16 | SC_DP_LEAPYEAR = 1648 |
const sal_uInt16 SC_DP_LEAPYEAR = 1648 |
Definition at line 46 of file dpgroup.cxx.
Referenced by ScDPUtil::getDateGroupName().