summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)Author
2014-08-21write COLOR function with extension namespaceEike Rathke
2014-08-11fix memory leak around function descriptionsMarkus Mohrhard
2014-06-13resolved fdo#79957 propagate ForceArray through jump tokensEike Rathke
2014-06-07whitespace clean-upMarkus Mohrhard
2014-05-21fix spellingNoel Grandin
2014-05-21most certainly == was meantEike Rathke
2014-05-21ODS load perf: transfer ownership of the ScTokenArray to save cycles.Michael Meeks
2014-05-19hrc and src files: squeeze multiple newlinesThomas Arnhold
2014-05-19add COLOR functionMarkus Mohrhard
2014-05-14Bail out of group calculation in case the array fetching fails.Kohei Yoshida
2014-05-14No more SetCompileForFAP(). Use respective flag setting methods instead.Kohei Yoshida
2014-05-14Use "stop on error" concept rather than "ignore error if true".Kohei Yoshida
2014-05-14Introduce a new boolean flag and use it in lieu of bCompileForFAP.Kohei Yoshida
2014-05-11coverity#1169835 Improper use of negative valueCaolán McNamara
2014-05-10coverity#707866 Uninitialized pointer fieldCaolán McNamara
2014-05-01Make a separate method to detemine if an opcode is a jump command.Kohei Yoshida
2014-04-25fdo#73148 (partial patch) Add Excel 2010 function AGGREGATEWinfried Donkers
2014-04-23formula: sal_Bool->boolNoel Grandin
2014-04-19fixincludeguards.sh: formulaThomas Arnhold
2014-04-15Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-04-14fdo#76294: Intern strings in AddFormulaToken() as well.Kohei Yoshida
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida
2014-04-14Remove unused codeStephan Bergmann
2014-04-11fdo#73149 add Excel 2010 functions ERF.PRECISE and ERFC.PRECISEWinfried Donkers
2014-04-10It's "its", not "it's"Tor Lillqvist
2014-04-07fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida
2014-04-02fdo#71720 fix transalate stringsWinfried Donkers
2014-04-02fdo#73147 add Excel2010 functions NETWORKDAYS.INTL and WORKDAY.INTLWinfried Donkers
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-28Remove remaining DBG_CTOR etc. remnants from formulaStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-25svtools: sal_Bool->boolNoel Grandin
2014-03-22coverity#738657 Uninitialized pointer fieldCaolán McNamara
2014-03-10ISO.CEILING without _xlfn. prefix, it is defined in OOXML, fdo#71720 follow-upEike Rathke
2014-03-10fdo#71720 Add Excel 2010 functionsWinfried Donkers
2014-03-06Make these non inline.Kohei Yoshida
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-03-05fdo#72197 Add Excel 2010 functionsWinfried Donkers
2014-03-05remove unused code formula::FormulaDlg::CheckMatrix()Noel Grandin
2014-03-05remove unused code in formula/FormulaTokenArrayNoel Grandin
2014-03-05remove unused code in formula/vectortokenNoel Grandin
2014-02-27Store the length of originally requested array size prior to trimming.Kohei Yoshida
2014-02-26Remove visual noise from formulaAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-24coverity#735751 Dereference after null checkCaolán McNamara
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-21cid#707865 Uninitialized pointer fieldNoel Grandin
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-19sal_Bool->boolNoel Grandin