LibreOffice Module sc (master) 1
Functions
xepivot.cxx File Reference
#include <xepivot.hxx>
#include <xehelper.hxx>
#include <com/sun/star/sheet/DataPilotFieldSortInfo.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/DataPilotFieldReferenceItemType.hpp>
#include <com/sun/star/sheet/DataPilotFieldGroupBy.hpp>
#include <com/sun/star/sheet/DataPilotFieldSortMode.hpp>
#include <algorithm>
#include <math.h>
#include <string_view>
#include <osl/diagnose.h>
#include <sot/storage.hxx>
#include <document.hxx>
#include <dpcache.hxx>
#include <dpgroup.hxx>
#include <dpobject.hxx>
#include <dpsave.hxx>
#include <dpdimsave.hxx>
#include <dpshttab.hxx>
#include <globstr.hrc>
#include <scresid.hxx>
#include <xestring.hxx>
#include <xelink.hxx>
#include <dputil.hxx>
#include <generalfunction.hxx>
#include <svl/numformat.hxx>
Include dependency graph for xepivot.cxx:

Go to the source code of this file.

Functions

static OUString lcl_convertCalcSubtotalName (const OUString &rName)
 Calc's subtotal names are escaped with backslashes ('\'), while Excel's are not escaped at all. More...
 

Function Documentation

◆ lcl_convertCalcSubtotalName()

static OUString lcl_convertCalcSubtotalName ( const OUString &  rName)
static

Calc's subtotal names are escaped with backslashes ('\'), while Excel's are not escaped at all.

Definition at line 980 of file xepivot.cxx.

References aBuf, i, n, and p.

Referenced by XclExpPTField::SetPropertiesFromDim().