diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-06-26 11:45:28 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-06-27 15:49:06 -0400 |
commit | 604b9e646e365c246aa3a28d497c15248da23d7d (patch) | |
tree | 9bf510a0673c595f0ecb911a25c86cba634fc866 /sc/inc/table.hxx | |
parent | 9241d3b4a7156fa2e236d761aced07dcce8b3bbe (diff) |
Implement a way to set an array of formula results to formula cell group.
Change-Id: Ifdea531e963339607a5066f81af32ffedfd408aa
Diffstat (limited to 'sc/inc/table.hxx')
-rw-r--r-- | sc/inc/table.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/table.hxx b/sc/inc/table.hxx index 496b858f6fda..bae3818a7462 100644 --- a/sc/inc/table.hxx +++ b/sc/inc/table.hxx @@ -855,6 +855,8 @@ public: void InterpretDirtyCells( SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2 ); + void SetFormulaResults( SCCOL nCol, SCROW nRow, const double* pResults, size_t nLen ); + /** Replace behaves differently to the Search; adjust the rCol and rRow accordingly. 'Replace' replaces at the 'current' position, but in order to achieve |