diff options
author | Noel Grandin <noel@peralex.com> | 2013-11-29 16:23:42 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2013-12-03 11:34:47 +0200 |
commit | d9b4c8ea811da36f8e0f38b481700f5a0406790d (patch) | |
tree | b032d4aad1ded7da7af1e3e6e69576357aec790b /include | |
parent | 40da065f7e6c96821a4fda2f60ae1a75f174f5a3 (diff) |
Convert FormulaHelper::GetNextFunc xub_StrLen->salInt32
Change-Id: Ief8c4b4699b3f6ffe1cb02d3dae43ad5a0c4c89e
Diffstat (limited to 'include')
-rw-r--r-- | include/formula/formulahelper.hxx | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/include/formula/formulahelper.hxx b/include/formula/formulahelper.hxx index 737550d055f8..becaa07f20a5 100644 --- a/include/formula/formulahelper.hxx +++ b/include/formula/formulahelper.hxx @@ -46,12 +46,12 @@ namespace formula inline const CharClass* GetCharClass() const { return m_pCharClass; } - sal_Bool GetNextFunc( const OUString& rFormula, - sal_Bool bBack, - xub_StrLen& rFStart, // Ein- und Ausgabe - xub_StrLen* pFEnd = NULL, - const IFunctionDescription** ppFDesc = NULL, - ::std::vector< OUString>* pArgs = NULL ) const; + sal_Bool GetNextFunc( const OUString& rFormula, + sal_Bool bBack, + sal_Int32& rFStart, // Ein- und Ausgabe + sal_Int32* pFEnd = NULL, + const IFunctionDescription** ppFDesc = NULL, + ::std::vector< OUString>* pArgs = NULL ) const; xub_StrLen GetFunctionStart( const OUString& rFormula, xub_StrLen nStart, sal_Bool bBack, OUString* pFuncName = NULL ) const; |