summaryrefslogtreecommitdiff
path: root/include/formula
AgeCommit message (Expand)AuthorFilesLines
2014-05-21ODS load perf: transfer ownership of the ScTokenArray to save cycles.Michael Meeks1-0/+1
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-1/+0
2014-05-19add COLOR functionMarkus Mohrhard2-1/+3
2014-05-14Bail out of group calculation in case the array fetching fails.Kohei Yoshida1-0/+5
2014-05-14No more SetCompileForFAP(). Use respective flag setting methods instead.Kohei Yoshida1-1/+2
2014-05-14Use "stop on error" concept rather than "ignore error if true".Kohei Yoshida1-2/+1
2014-05-14Introduce a new boolean flag and use it in lieu of bCompileForFAP.Kohei Yoshida1-4/+3
2014-05-01Make a separate method to detemine if an opcode is a jump command.Kohei Yoshida1-0/+1
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