|
LibreOffice Module sc (master) 1
|
#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>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... | |
|
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.
Referenced by XclExpPTField::SetPropertiesFromDim().