summaryrefslogtreecommitdiff
path: root/formula/source/core
AgeCommit message (Expand)AuthorFilesLines
2014-09-26formula: std::auto_ptr -> std::unique_ptrStephan Bergmann1-10/+8
2014-08-22convert OSL_FAIL to SAL_WARNEike Rathke2-2/+2
2014-08-21it's about time to write GOALSEEK as ODFF ORG.OPENOFFICE.GOALSEEKEike Rathke1-1/+1
2014-08-21write COLOR function with extension namespaceEike Rathke1-1/+2
2014-07-29Remove some unused codeMarcos Paulo de Souza1-11/+0
2014-07-27fdo#81038 Fixed FormulaTokenIterator to use std::vector instead of linked listJeffrey Stedfast1-35/+31
2014-07-08fdo#73148 add options to Calc function AGGREGATEWinfried Donkers1-1/+2
2014-06-13resolved fdo#79957 propagate ForceArray through jump tokensEike Rathke1-1/+6
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-05-21fix spellingNoel Grandin1-1/+1
2014-05-21most certainly == was meantEike Rathke1-1/+1
2014-05-21ODS load perf: transfer ownership of the ScTokenArray to save cycles.Michael Meeks1-0/+18
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold1-3/+0
2014-05-19add COLOR functionMarkus Mohrhard1-0/+6
2014-05-14Bail out of group calculation in case the array fetching fails.Kohei Yoshida1-5/+24
2014-05-14No more SetCompileForFAP(). Use respective flag setting methods instead.Kohei Yoshida1-3/+6
2014-05-14Use "stop on error" concept rather than "ignore error if true".Kohei Yoshida1-12/+12
2014-05-14Introduce a new boolean flag and use it in lieu of bCompileForFAP.Kohei Yoshida1-8/+14
2014-05-10coverity#707866 Uninitialized pointer fieldCaolán McNamara1-3/+5
2014-05-01Make a separate method to detemine if an opcode is a jump command.Kohei Yoshida1-4/+17
2014-04-25fdo#73148 (partial patch) Add Excel 2010 function AGGREGATEWinfried Donkers1-0/+7
2014-04-19fixincludeguards.sh: formulaThomas Arnhold1-3/+3
2014-04-15Avoid possible memory leaks in case of exceptionsTakeshi Abe1-3/+2
2014-04-14fdo#76294: Intern strings in AddFormulaToken() as well.Kohei Yoshida1-10/+15
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida1-2/+5
2014-04-11fdo#73149 add Excel 2010 functions ERF.PRECISE and ERFC.PRECISEWinfried Donkers1-0/+14
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida1-0/+13
2014-04-02fdo#71720 fix transalate stringsWinfried Donkers1-3/+3
2014-04-02fdo#73147 add Excel2010 functions NETWORKDAYS.INTL and WORKDAY.INTLWinfried Donkers1-0/+14
2014-03-28Remove remaining DBG_CTOR etc. remnants from formulaStephan Bergmann1-4/+0
2014-03-10ISO.CEILING without _xlfn. prefix, it is defined in OOXML, fdo#71720 follow-upEike Rathke1-1/+1
2014-03-10fdo#71720 Add Excel 2010 functionsWinfried Donkers1-0/+21
2014-03-06Make these non inline.Kohei Yoshida1-0/+11
2014-03-05fdo#72197 Add Excel 2010 functionsWinfried Donkers2-0/+29
2014-03-05remove unused code in formula/FormulaTokenArrayNoel Grandin1-5/+0
2014-03-05remove unused code in formula/vectortokenNoel Grandin1-48/+0
2014-02-27Store the length of originally requested array size prior to trimming.Kohei Yoshida1-8/+21
2014-02-26Remove visual noise from formulaAlexander Wilms6-19/+19
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-7/+7
2014-02-23Remove unneccessary commentsAlexander Wilms3-12/+12
2014-02-21cid#707865 Uninitialized pointer fieldNoel Grandin1-2/+6
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-01-30fdo#73146 Add Excel 2010 functionsWinfried Donkers1-0/+56
2014-01-27fdo#72793 Add Excel 2010 functionsWinfried Donkers1-5/+47
2013-12-20Add internal cell function __DEBUG_VAR to sniff arbitrary internal state.Kohei Yoshida1-1/+3
2013-12-20typo fixesAndras Timar1-1/+1
2013-12-16fdo#72158 Add Excel 2010 functionsWinfried Donkers1-0/+42
2013-12-13remove unused code (ancient Calc function ZELLERROR)Winfried Donkers1-4/+0
2013-12-02store internal CONVERT to .xlsx/.xls and distinguish from CONVERT_ADDEike Rathke1-1/+1
2013-11-29our UI DURATION is ODF and Excel PDURATIONEike Rathke1-1/+1