diff options
author | Eike Rathke <erack@redhat.com> | 2015-04-14 23:09:46 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2015-04-15 19:40:42 +0200 |
commit | b03563571fb922636635ea72f2dbda18d736ff89 (patch) | |
tree | 4c6c18c48a9444c24ac2241d45c2e97871eaa8fa /sc | |
parent | f3121049828596b369e3ea844355d61666e49795 (diff) |
more SAL_INFO sc.core.grouparealistener
Change-Id: Ia3c75e626edee3ad28ad5b7eb80f729ae8aaa83f
Diffstat (limited to 'sc')
-rw-r--r-- | sc/source/core/tool/grouparealistener.cxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sc/source/core/tool/grouparealistener.cxx b/sc/source/core/tool/grouparealistener.cxx index 17aa26a71b9c..e8126a0b938f 100644 --- a/sc/source/core/tool/grouparealistener.cxx +++ b/sc/source/core/tool/grouparealistener.cxx @@ -87,7 +87,8 @@ FormulaGroupAreaListener::FormulaGroupAreaListener( const ScRange& rRange, const SAL_INFO( "sc.core.grouparealistener", "FormulaGroupAreaListener ctor this " << this << " range " << (maRange == BCA_LISTEN_ALWAYS ? "LISTEN-ALWAYS" : maRange.Format(SCA_VALID)) << - " mnTopCellRow " << mnTopCellRow << " length " << mnGroupLen); + " mnTopCellRow " << mnTopCellRow << " length " << mnGroupLen << + ", col/tab " << mpColumn->GetCol() << "/" << mpColumn->GetTab()); } FormulaGroupAreaListener::~FormulaGroupAreaListener() @@ -95,7 +96,8 @@ FormulaGroupAreaListener::~FormulaGroupAreaListener() SAL_INFO( "sc.core.grouparealistener", "FormulaGroupAreaListener dtor this " << this << " range " << (maRange == BCA_LISTEN_ALWAYS ? "LISTEN-ALWAYS" : maRange.Format(SCA_VALID)) << - " mnTopCellRow " << mnTopCellRow << " length " << mnGroupLen); + " mnTopCellRow " << mnTopCellRow << " length " << mnGroupLen << + ", col/tab " << mpColumn->GetCol() << "/" << mpColumn->GetTab()); } ScRange FormulaGroupAreaListener::getListeningRange() const @@ -185,7 +187,8 @@ void FormulaGroupAreaListener::collectFormulaCells( SAL_INFO( "sc.core.grouparealistener", "FormulaGroupAreaListener::collectFormulaCells() this " << this << " range " << (maRange == BCA_LISTEN_ALWAYS ? "LISTEN-ALWAYS" : maRange.Format(SCA_VALID)) << - " mnTopCellRow " << mnTopCellRow << " length " << mnGroupLen); + " mnTopCellRow " << mnTopCellRow << " length " << mnGroupLen << + ", col/tab " << mpColumn->GetCol() << "/" << mpColumn->GetTab()); ScFormulaCell* const * pp = mpColumn->GetFormulaCellBlockAddress( mnTopCellRow); if (!pp) |