Kaydet (Commit) 404d7079 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

We still need to manually get the matrix cell to start listening.

Change-Id: Iadf00c3419b977e979b893b52439758c6ac14f01
üst 00adb9d3
......@@ -246,6 +246,10 @@ void FormulaBuffer::applyArrayFormulas( const std::vector< TokenRangeAddressItem
rDoc.InsertMatrixFormula(
aRange.aStart.Col(), aRange.aStart.Row(), aRange.aEnd.Col(), aRange.aEnd.Row(),
aMark, it->maTokenAndAddress.maTokenStr, pArray, formula::FormulaGrammar::GRAM_ENGLISH_XL_OOX);
ScFormulaCell* pFC = rDoc.GetFormulaCell(aPos);
if (pFC)
pFC->StartListeningTo(&rDoc);
}
}
}
......
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