diff options
author | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-14 13:41:24 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@suse.com> | 2012-02-14 17:18:58 -0500 |
commit | 8f38e6a4cc492d2ac978ff11376f568f010b82cb (patch) | |
tree | 433431a5b71726f5cc7cf51cc31ecb475ec85125 /sc/inc/dpoutput.hxx | |
parent | 4eedf5dc54ab19af39d7033462421082d1abb86d (diff) |
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.hxx | 5 |
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 |