[Libreoffice-commits] core.git: sc/source
Eike Rathke
erack at redhat.com
Fri May 10 09:16:09 PDT 2013
sc/source/core/tool/interpr1.cxx | 4 ++++
1 file changed, 4 insertions(+)
New commits:
commit 3c2d0acc871057573fe9ab45b8161fce70190e80
Author: Eike Rathke <erack at redhat.com>
Date: Fri May 10 18:13:07 2013 +0200
resolved fdo#64384 check subtotal row filtered also for single reference
Change-Id: Ic00b9135021f2c5f76755efbe88fc1f12e655320
diff --git a/sc/source/core/tool/interpr1.cxx b/sc/source/core/tool/interpr1.cxx
index ff9f7cb..53db8dc 100644
--- a/sc/source/core/tool/interpr1.cxx
+++ b/sc/source/core/tool/interpr1.cxx
@@ -4119,6 +4119,10 @@ double ScInterpreter::IterateParameters( ScIterFunc eFunc, bool bTextAsZero )
++nCount;
break;
}
+ if (glSubTotal && pDok->RowFiltered( aAdr.Row(), aAdr.Tab()))
+ {
+ break;
+ }
ScRefCellValue aCell;
aCell.assign(*pDok, aAdr);
if (!aCell.isEmpty())
More information about the Libreoffice-commits
mailing list