Kaydet (Commit) 3c2d0acc authored tarafından Eike Rathke's avatar Eike Rathke

resolved fdo#64384 check subtotal row filtered also for single reference

Change-Id: Ic00b9135021f2c5f76755efbe88fc1f12e655320
üst 923312f6
......@@ -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())
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment