diff options
author | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-19 19:25:45 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@gmail.com> | 2013-03-22 21:49:15 -0400 |
commit | 25f53499989b873ea3bcc0ccd5a47aa07b4aa0a6 (patch) | |
tree | 907136a54655bdb8e673ea2586918a41d1d1363f /sc/inc/column.hxx | |
parent | c2ea4c5fbeabda2c65ae549091b113b750972d05 (diff) |
More on removing direct use of cell classes...
Change-Id: Id09a5b681bfa4b64406148bce1a88c132b01d4dd
Diffstat (limited to 'sc/inc/column.hxx')
-rw-r--r-- | sc/inc/column.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sc/inc/column.hxx b/sc/inc/column.hxx index 37a28bbf61e1..558b83f3bdef 100644 --- a/sc/inc/column.hxx +++ b/sc/inc/column.hxx @@ -262,6 +262,8 @@ public: ScSetStringParam* pParam = NULL ); void SetEditText( SCROW nRow, EditTextObject* pEditText ); + void SetFormula( SCROW nRow, const ScTokenArray& rArray, formula::FormulaGrammar::Grammar eGram ); + void SetFormula( SCROW nRow, const OUString& rFormula, formula::FormulaGrammar::Grammar eGram ); void SetValue( SCROW nRow, const double& rVal); void SetError( SCROW nRow, const sal_uInt16 nError); |