summaryrefslogtreecommitdiffstats
path: root/sc/inc/dpoutput.hxx
diff options
context:
space:
mode:
authorKohei Yoshida <kohei.yoshida@suse.com>2012-02-14 13:41:24 -0500
committerKohei Yoshida <kohei.yoshida@suse.com>2012-02-14 17:18:58 -0500
commit8f38e6a4cc492d2ac978ff11376f568f010b82cb (patch)
tree433431a5b71726f5cc7cf51cc31ecb475ec85125 /sc/inc/dpoutput.hxx
parentCorrectly set pivot's popup flag when importing from Excel docs. (diff)
downloadcore-8f38e6a4cc492d2ac978ff11376f568f010b82cb.tar.gz
core-8f38e6a4cc492d2ac978ff11376f568f010b82cb.zip
Handle painting of data layout dimension button correctly during refresh.
Data layout dimension can be anywhere in the row/column fields. Use the appropriate boolean property to determine if the field is data layout.
Diffstat (limited to 'sc/inc/dpoutput.hxx')
-rw-r--r--sc/inc/dpoutput.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/sc/inc/dpoutput.hxx b/sc/inc/dpoutput.hxx
index 97f931e8a5e3..4a026475666a 100644
--- a/sc/inc/dpoutput.hxx
+++ b/sc/inc/dpoutput.hxx
@@ -124,8 +124,9 @@ private:
void HeaderCell( SCCOL nCol, SCROW nRow, SCTAB nTab,
const com::sun::star::sheet::MemberResult& rData,
sal_Bool bColHeader, long nLevel );
- void FieldCell( SCCOL nCol, SCROW nRow, SCTAB nTab, const String& rCaption,
- bool bInTable, bool bPopup, bool bHasHiddenMember );
+
+ void FieldCell(SCCOL nCol, SCROW nRow, SCTAB nTab, const ScDPOutLevelData& rData, bool bInTable);
+
void CalcSizes();
/** Query which sub-area of the table the cell is in. See