summaryrefslogtreecommitdiff
path: root/include/formula
AgeCommit message (Expand)AuthorFilesLines
2014-04-25fdo#73148 (partial patch) Add Excel 2010 function AGGREGATEWinfried Donkers2-1/+3
2014-04-14fdo#76294: Intern strings in AddFormulaToken() as well.Kohei Yoshida1-2/+7
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida1-1/+7
2014-04-11fdo#73149 add Excel 2010 functions ERF.PRECISE and ERFC.PRECISEWinfried Donkers2-1/+5
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-0/+12
2014-04-02fdo#73147 add Excel2010 functions NETWORKDAYS.INTL and WORKDAY.INTLWinfried Donkers2-1/+5
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2-11/+11
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann3-56/+56
2014-03-17filter,formula: prefer passing OUString by referenceNoel Grandin1-1/+1
2014-03-10fdo#71720 Add Excel 2010 functionsWinfried Donkers2-1/+7
2014-03-06Make these non inline.Kohei Yoshida1-4/+2
2014-03-05fdo#72197 Add Excel 2010 functionsWinfried Donkers2-1/+9
2014-03-05remove unused code formula::FormulaDlg::CheckMatrix()Noel Grandin1-1/+0
2014-03-05remove unused code in formula/FormulaTokenArrayNoel Grandin1-1/+0
2014-03-05remove unused code in formula/vectortokenNoel Grandin1-10/+7
2014-03-01Remove visual noise from includeAlexander Wilms8-16/+16
2014-02-28fdo#63154 Remove unused solar.hAlexandre Vicenzi1-1/+1
2014-02-27Store the length of originally requested array size prior to trimming.Kohei Yoshida1-4/+9
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-7/+7
2014-02-19sal_Bool->boolNoel Grandin1-7/+7
2014-02-19sal_Bool->boolNoel Grandin1-7/+7
2014-02-19sal_Bool->boolNoel Grandin1-7/+7
2014-02-18Spelling fix: s/martix/matrixTor Lillqvist1-1/+1
2014-02-18sal_Bool->boolNoel Grandin1-3/+3
2014-02-18Drop unnecessary #includeTakeshi Abe1-2/+0
2014-02-14sal_Bool->boolNoel Grandin1-1/+1
2014-02-10Typo: adress -> addressJulien Nabet1-1/+1
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud1-2/+2
2014-01-30fdo#73146 Add Excel 2010 functionsWinfried Donkers2-1/+17
2014-01-30fdo#63154 Removed unused solar.h ref. in basic and formulaAlexandre Vicenzi2-8/+2
2014-01-27fdo#72793 Add Excel 2010 functionsWinfried Donkers2-1/+13
2014-01-18Window::PreNotify should return boolStephan Bergmann1-2/+2
2013-12-20Add internal cell function __DEBUG_VAR to sniff arbitrary internal state.Kohei Yoshida2-2/+4
2013-12-16fdo#72158 Add Excel 2010 functionsWinfried Donkers2-1/+13
2013-12-13remove unused code (ancient Calc function ZELLERROR)Winfried Donkers2-2/+0
2013-12-03convert formula::FormEditData from xub_StrLen->sal_Int32Noel Grandin1-3/+3
2013-12-03convert formula::FormulaDlg_Impl from xub_StrLen->sal_Int32Noel Grandin1-1/+1
2013-12-03convert FormulaHelper from xub_StrLen to sal_Int32Noel Grandin1-6/+6
2013-12-03Convert FormulaHelper::GetNextFunc xub_StrLen->salInt32Noel Grandin1-6/+6
2013-12-03convert getSuppressedArgumentCount from xub_StrLen -> sal_Int32Noel Grandin1-1/+1
2013-12-03convert IFormulaEditorHelper::*Selection methods from xub_StrLen to sal_Int32Noel Grandin1-2/+2
2013-12-02added isOOXML()Eike Rathke2-0/+10
2013-12-01Remove useless comments in funcutil.Tomaž Vajngerl1-42/+50
2013-11-29fdo#71936 Add Excel 2010 functions GAMMA.DIST, GAMMA.INV, GAMMALN.PRECISEWinfried Donkers2-2/+8
2013-11-22fdo#71722 add Excel 2010 functionsWinfried Donkers2-1/+9
2013-11-20fdo#71436 add Excel 2010 functions for F-distributionWinfried Donkers2-1/+11
2013-11-18Make FormulaCompiler explicitly non-copyable.Kohei Yoshida1-1/+2
2013-11-14Remove unused member.Kohei Yoshida1-1/+0
2013-11-14Identify methods that don't modify internal state and mark them const.Kohei Yoshida1-10/+10
2013-11-14fdo#71350 add Excel 2010 function CONFIDENCE.NORM and CONFIDENCE.TWinfried Donkers2-1/+5