diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-08-06 00:15:10 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-08-12 19:46:24 -0400 |
commit | 417d1c2b13cbd70300d2921b5667dfadc7e25895 (patch) | |
tree | 84ff1312837d2ce818c48dd4d868a89ce8b36e49 /sc/inc/document.hxx | |
parent | 71c3df6576038df6d519982e7d2367e803574368 (diff) |
Map shared formula from xls to formula groups, and share the tokens as well.
No more mapping to range names.
Change-Id: Ic43b6ef35a91fe4d6fff748ebc22969ba4e036db
Diffstat (limited to 'sc/inc/document.hxx')
-rw-r--r-- | sc/inc/document.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sc/inc/document.hxx b/sc/inc/document.hxx index 90e014848444..8b82fb77aa04 100644 --- a/sc/inc/document.hxx +++ b/sc/inc/document.hxx @@ -804,6 +804,7 @@ public: * is deleted automatically on failure to insert. */ SC_DLLPUBLIC ScFormulaCell* SetFormulaCell( const ScAddress& rPos, ScFormulaCell* pCell ); + SC_DLLPUBLIC bool SetGroupFormulaCell( const ScAddress& rPos, ScFormulaCell* pCell ); SC_DLLPUBLIC void InsertMatrixFormula(SCCOL nCol1, SCROW nRow1, SCCOL nCol2, SCROW nRow2, |