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

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)
 

Macro Definition Documentation

◆ SC_DPSAVEMODE_DONTKNOW

#define SC_DPSAVEMODE_DONTKNOW   2

Definition at line 56 of file dpsave.cxx.

Function Documentation

◆ lcl_ResetOrient()

static void lcl_ResetOrient ( const uno::Reference< sheet::XDimensionsSupplier > &  xSource)
static

Definition at line 1022 of file dpsave.cxx.

References SC_UNO_DP_ORIENTATION.

Referenced by ScDPSaveData::WriteToSource().

◆ lcl_SetBoolProperty()

static void lcl_SetBoolProperty ( const uno::Reference< beans::XPropertySet > &  xProp,
const OUString &  rName,
bool  bValue 
)
static