summaryrefslogtreecommitdiff
path: root/sc/inc/dpoutput.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sc/inc/dpoutput.hxx')
-rw-r--r--sc/inc/dpoutput.hxx88
1 files changed, 44 insertions, 44 deletions
diff --git a/sc/inc/dpoutput.hxx b/sc/inc/dpoutput.hxx
index 77c552ec7026..523146d08592 100644
--- a/sc/inc/dpoutput.hxx
+++ b/sc/inc/dpoutput.hxx
@@ -2,7 +2,7 @@
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
- *
+ *
* Copyright 2000, 2010 Oracle and/or its affiliates.
*
* OpenOffice.org - a multi-platform office productivity suite
@@ -73,59 +73,59 @@ struct ScDPGetPivotDataField
-class ScDPOutput //! name???
+class ScDPOutput //! name???
{
private:
- //! use impl-object?
- ScDocument* pDoc;
+ //! use impl-object?
+ ScDocument* pDoc;
com::sun::star::uno::Reference<
com::sun::star::sheet::XDimensionsSupplier> xSource;
- ScAddress aStartPos;
- BOOL bDoFilter;
- ScDPOutLevelData* pColFields;
- ScDPOutLevelData* pRowFields;
- ScDPOutLevelData* pPageFields;
- long nColFieldCount;
- long nRowFieldCount;
- long nPageFieldCount;
+ ScAddress aStartPos;
+ BOOL bDoFilter;
+ ScDPOutLevelData* pColFields;
+ ScDPOutLevelData* pRowFields;
+ ScDPOutLevelData* pPageFields;
+ long nColFieldCount;
+ long nRowFieldCount;
+ long nPageFieldCount;
com::sun::star::uno::Sequence<
com::sun::star::uno::Sequence<
com::sun::star::sheet::DataResult> > aData;
- BOOL bResultsError;
+ BOOL bResultsError;
bool mbHasDataLayout;
- String aDataDescription;
+ String aDataDescription;
// Number format related parameters
- UINT32* pColNumFmt;
- UINT32* pRowNumFmt;
- long nColFmtCount;
- long nRowFmtCount;
+ UINT32* pColNumFmt;
+ UINT32* pRowNumFmt;
+ long nColFmtCount;
+ long nRowFmtCount;
UINT32 nSingleNumFmt;
// Output geometry related parameters
- BOOL bSizesValid;
- BOOL bSizeOverflow;
- long nColCount;
- long nRowCount;
- long nHeaderSize;
+ BOOL bSizesValid;
+ BOOL bSizeOverflow;
+ long nColCount;
+ long nRowCount;
+ long nHeaderSize;
bool mbHeaderLayout; // TRUE : grid, FALSE : standard
- SCCOL nTabStartCol;
- SCROW nTabStartRow;
- SCCOL nMemberStartCol;
- SCROW nMemberStartRow;
- SCCOL nDataStartCol;
- SCROW nDataStartRow;
- SCCOL nTabEndCol;
- SCROW nTabEndRow;
-
- void DataCell( SCCOL nCol, SCROW nRow, SCTAB nTab,
+ SCCOL nTabStartCol;
+ SCROW nTabStartRow;
+ SCCOL nMemberStartCol;
+ SCROW nMemberStartRow;
+ SCCOL nDataStartCol;
+ SCROW nDataStartRow;
+ SCCOL nTabEndCol;
+ SCROW nTabEndRow;
+
+ void DataCell( SCCOL nCol, SCROW nRow, SCTAB nTab,
const com::sun::star::sheet::DataResult& rData );
- void HeaderCell( SCCOL nCol, SCROW nRow, SCTAB nTab,
+ void HeaderCell( SCCOL nCol, SCROW nRow, SCTAB nTab,
const com::sun::star::sheet::MemberResult& rData,
BOOL bColHeader, long nLevel );
- void FieldCell( SCCOL nCol, SCROW nRow, SCTAB nTab, const String& rCaption,
+ void FieldCell( SCCOL nCol, SCROW nRow, SCTAB nTab, const String& rCaption,
bool bInTable, bool bPopup, bool bHasHiddenMember );
- void CalcSizes();
+ void CalcSizes();
/** Query which sub-area of the table the cell is in. See
css.sheet.DataPilotTablePositionType for the interpretation of the
@@ -139,12 +139,12 @@ public:
const ScAddress& rPos, BOOL bFilter );
~ScDPOutput();
- void SetPosition( const ScAddress& rPos );
+ void SetPosition( const ScAddress& rPos );
- void Output(); //! Refresh?
- ScRange GetOutputRange( sal_Int32 nRegionType = ::com::sun::star::sheet::DataPilotOutputRangeType::WHOLE );
- long GetHeaderRows();
- BOOL HasError(); // range overflow or exception from source
+ void Output(); //! Refresh?
+ ScRange GetOutputRange( sal_Int32 nRegionType = ::com::sun::star::sheet::DataPilotOutputRangeType::WHOLE );
+ long GetHeaderRows();
+ BOOL HasError(); // range overflow or exception from source
void GetPositionData(const ScAddress& rPos, ::com::sun::star::sheet::DataPilotTablePositionData& rPosData);
@@ -154,11 +154,11 @@ public:
BOOL GetPivotData( ScDPGetPivotDataField& rTarget, /* returns result */
const std::vector< ScDPGetPivotDataField >& rFilters );
- long GetHeaderDim( const ScAddress& rPos, USHORT& rOrient );
- BOOL GetHeaderDrag( const ScAddress& rPos, BOOL bMouseLeft, BOOL bMouseTop,
+ long GetHeaderDim( const ScAddress& rPos, USHORT& rOrient );
+ BOOL GetHeaderDrag( const ScAddress& rPos, BOOL bMouseLeft, BOOL bMouseTop,
long nDragDim,
Rectangle& rPosRect, USHORT& rOrient, long& rDimPos );
- BOOL IsFilterButton( const ScAddress& rPos );
+ BOOL IsFilterButton( const ScAddress& rPos );
void GetMemberResultNames( ScStrCollection& rNames, long nDimension );