LibreOffice Module sc (master) 1
Classes | Macros | Functions
dpoutput.cxx File Reference
#include <scitems.hxx>
#include <comphelper/sequence.hxx>
#include <editeng/borderline.hxx>
#include <editeng/boxitem.hxx>
#include <editeng/wghtitem.hxx>
#include <editeng/justifyitem.hxx>
#include <o3tl/safeint.hxx>
#include <osl/diagnose.h>
#include <svl/itemset.hxx>
#include <dpoutput.hxx>
#include <document.hxx>
#include <attrib.hxx>
#include <formula/errorcodes.hxx>
#include <miscuno.hxx>
#include <globstr.hrc>
#include <stlpool.hxx>
#include <stlsheet.hxx>
#include <scresid.hxx>
#include <unonames.hxx>
#include <strings.hrc>
#include <stringutil.hxx>
#include <dputil.hxx>
#include <com/sun/star/beans/XPropertySet.hpp>
#include <com/sun/star/sheet/DataPilotTableHeaderData.hpp>
#include <com/sun/star/sheet/DataPilotFieldOrientation.hpp>
#include <com/sun/star/sheet/DataPilotTablePositionData.hpp>
#include <com/sun/star/sheet/DataPilotTableResultData.hpp>
#include <com/sun/star/sheet/MemberResultFlags.hpp>
#include <com/sun/star/sheet/DataResultFlags.hpp>
#include <com/sun/star/sheet/DataPilotTablePositionType.hpp>
#include <com/sun/star/sheet/GeneralFunction2.hpp>
#include <com/sun/star/sheet/MemberResult.hpp>
#include <com/sun/star/sheet/XDataPilotMemberResults.hpp>
#include <com/sun/star/sheet/XDataPilotResults.hpp>
#include <com/sun/star/sheet/XDimensionsSupplier.hpp>
#include <com/sun/star/sheet/XHierarchiesSupplier.hpp>
#include <com/sun/star/sheet/XLevelsSupplier.hpp>
#include <com/sun/star/sheet/XMembersAccess.hpp>
#include <com/sun/star/sheet/XMembersSupplier.hpp>
#include <com/sun/star/sheet/DataPilotFieldLayoutInfo.hpp>
#include <com/sun/star/sheet/DataPilotFieldLayoutMode.hpp>
#include <limits>
#include <string_view>
#include <utility>
#include <vector>
#include <iostream>
Include dependency graph for dpoutput.cxx:

Go to the source code of this file.

Classes

struct  ScDPOutLevelData
 

Macros

#define SC_DP_FRAME_INNER_BOLD   20
 
#define SC_DP_FRAME_OUTER_BOLD   40
 
#define SC_DP_FRAME_COLOR   Color(0,0,0)
 

Functions

static void lcl_DoFilterButton (ScDocument *pDoc, SCCOL nCol, SCROW nRow, SCTAB nTab)
 

Macro Definition Documentation

◆ SC_DP_FRAME_COLOR

#define SC_DP_FRAME_COLOR   Color(0,0,0)

Definition at line 83 of file dpoutput.cxx.

◆ SC_DP_FRAME_INNER_BOLD

#define SC_DP_FRAME_INNER_BOLD   20

Definition at line 80 of file dpoutput.cxx.

◆ SC_DP_FRAME_OUTER_BOLD

#define SC_DP_FRAME_OUTER_BOLD   40

Definition at line 81 of file dpoutput.cxx.

Function Documentation

◆ lcl_DoFilterButton()

static void lcl_DoFilterButton ( ScDocument pDoc,
SCCOL  nCol,
SCROW  nRow,
SCTAB  nTab 
)
static

Definition at line 874 of file dpoutput.cxx.

References ScDocument::ApplyFlagsTab(), Button, ScResId(), and ScDocument::SetString().

Referenced by ScDPOutput::Output().