diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-19 13:40:09 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-11-21 20:55:49 -0500 |
commit | 5dd60299c668cd36cc5cc5e8bd5b162e1fc9ef13 (patch) | |
tree | f43063bd780a5a07bceb6247f6817c8d9b9b1b6a /sc/inc | |
parent | db93b490a65c7188bfc704948bc3a373cb3066e3 (diff) |
Dump formula group listener info.
Change-Id: Idbad1451393c42c272465907312c64c65eba9525
Diffstat (limited to 'sc/inc')
-rw-r--r-- | sc/inc/grouparealistener.hxx | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/sc/inc/grouparealistener.hxx b/sc/inc/grouparealistener.hxx index 28e8f4320ad4..5abb0e8ebb92 100644 --- a/sc/inc/grouparealistener.hxx +++ b/sc/inc/grouparealistener.hxx @@ -11,6 +11,7 @@ #define INCLUDED_SC_GROUPAREALISTENER_HXX #include <address.hxx> +#include <calcmacros.hxx> #include <svl/listener.hxx> @@ -51,6 +52,11 @@ public: */ void collectFormulaCells( SCTAB nTab, SCCOL nCol, SCROW nRow1, SCROW nRow2, std::vector<ScFormulaCell*>& rCells ) const; +#if DEBUG_AREA_BROADCASTER + ScAddress getTopCellPos() const; + SCROW getGroupLength() const; +#endif + private: void notifyCellChange( const SfxHint& rHint, const ScAddress& rPos ); void notifyBulkChange( const BulkDataHint& rHint ); |