LibreOffice Module sc (master) 1
|
#include <memory>
#include <dpsave.hxx>
#include <dpdimsave.hxx>
#include <miscuno.hxx>
#include <unonames.hxx>
#include <dputil.hxx>
#include <generalfunction.hxx>
#include <dptabdat.hxx>
#include <sal/types.h>
#include <sal/log.hxx>
#include <osl/diagnose.h>
#include <comphelper/stl_types.hxx>
#include <unotools/charclass.hxx>
#include <com/sun/star/sheet/XDimensionsSupplier.hpp>
#include <com/sun/star/sheet/DataPilotFieldAutoShowInfo.hpp>
#include <com/sun/star/sheet/DataPilotFieldLayoutInfo.hpp>
#include <com/sun/star/sheet/DataPilotFieldReference.hpp>
#include <com/sun/star/sheet/DataPilotFieldSortInfo.hpp>
#include <com/sun/star/sheet/DataPilotFieldSortMode.hpp>
#include <com/sun/star/sheet/XHierarchiesSupplier.hpp>
#include <com/sun/star/sheet/XLevelsSupplier.hpp>
#include <com/sun/star/sheet/XMembersSupplier.hpp>
#include <com/sun/star/container/XNamed.hpp>
#include <com/sun/star/util/XCloneable.hpp>
#include <comphelper/diagnose_ex.hxx>
#include <unordered_map>
#include <algorithm>
#include <utility>
Go to the source code of this file.
Macros | |
#define | SC_DPSAVEMODE_DONTKNOW 2 |
Functions | |
static void | lcl_SetBoolProperty (const uno::Reference< beans::XPropertySet > &xProp, const OUString &rName, bool bValue) |
static void | lcl_ResetOrient (const uno::Reference< sheet::XDimensionsSupplier > &xSource) |
#define SC_DPSAVEMODE_DONTKNOW 2 |
Definition at line 56 of file dpsave.cxx.
|
static |
Definition at line 1022 of file dpsave.cxx.
References SC_UNO_DP_ORIENTATION.
Referenced by ScDPSaveData::WriteToSource().
|
static |
Definition at line 58 of file dpsave.cxx.
Referenced by ScDPSaveData::WriteToSource(), ScDPSaveDimension::WriteToSource(), and ScDPSaveMember::WriteToSource().