summaryrefslogtreecommitdiffstats
path: root/formula
Commit message (Expand)AuthorAgeFilesLines
* remove unused dlg resources from dbu_resource.hrcThomas Arnhold2014-08-091-1/+0
* fix memory leak around function descriptionsMarkus Mohrhard2014-07-311-1/+3
* Remove some unused codeMarcos Paulo de Souza2014-07-291-11/+0
* fdo#81038 Fixed FormulaTokenIterator to use std::vector instead of linked listJeffrey Stedfast2014-07-271-35/+31
* Explicit virtual dtor needed for auto_ptr member for MSVC.Kohei Yoshida2014-07-081-0/+4
* trivial conversion of RID_FORMULADLG_FORMULA_MODAL to .uiCaolán McNamara2014-07-083-186/+6
* fdo#73148 add options to Calc function AGGREGATEWinfried Donkers2014-07-081-1/+2
* callcatcher: update unused codeCaolán McNamara2014-06-191-24/+0
* remove helpids that are unused or go nowhereCaolán McNamara2014-06-172-17/+0
* give refedit in formula wizard an initial sizeCaolán McNamara2014-06-172-0/+6
* restore these for the moment, still in use in scCaolán McNamara2014-06-171-1/+34
* I could fight with ValWnd to fix it, or I could replace itCaolán McNamara2014-06-174-99/+15
* RID_FORMULADLG_FORMULA conversion to .uiSzymon Kłos2014-06-1720-841/+1491
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-5/+1
* resolved fdo#79957 propagate ForceArray through jump tokensEike Rathke2014-06-131-1/+6
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-095-14/+2
* whitespace clean-upMarkus Mohrhard2014-05-231-7/+4
* fix spellingNoel Grandin2014-05-211-1/+1
* most certainly == was meantEike Rathke2014-05-211-1/+1
* ODS load perf: transfer ownership of the ScTokenArray to save cycles.Michael Meeks2014-05-211-0/+18
* hrc and src files: squeeze multiple newlinesThomas Arnhold2014-05-195-11/+0
* add COLOR functionMarkus Mohrhard2014-05-191-0/+6
* Bail out of group calculation in case the array fetching fails.Kohei Yoshida2014-05-141-5/+24
* No more SetCompileForFAP(). Use respective flag setting methods instead.Kohei Yoshida2014-05-142-4/+9
* Use "stop on error" concept rather than "ignore error if true".Kohei Yoshida2014-05-141-12/+12
* Introduce a new boolean flag and use it in lieu of bCompileForFAP.Kohei Yoshida2014-05-141-8/+14
* coverity#1169835 Improper use of negative valueCaolán McNamara2014-05-111-3/+3
* coverity#707866 Uninitialized pointer fieldCaolán McNamara2014-05-101-3/+5
* Make a separate method to detemine if an opcode is a jump command.Kohei Yoshida2014-05-011-4/+17
* fdo#73148 (partial patch) Add Excel 2010 function AGGREGATEWinfried Donkers2014-04-251-0/+7
* formula: sal_Bool->boolNoel Grandin2014-04-238-88/+88
* fixincludeguards.sh: formulaThomas Arnhold2014-04-196-15/+15
* Avoid possible memory leaks in case of exceptionsTakeshi Abe2014-04-151-3/+2
* fdo#76294: Intern strings in AddFormulaToken() as well.Kohei Yoshida2014-04-141-10/+15
* fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida2014-04-141-2/+5
* Remove unused codeStephan Bergmann2014-04-141-19/+0
* fdo#73149 add Excel 2010 functions ERF.PRECISE and ERFC.PRECISEWinfried Donkers2014-04-111-0/+14
* It's "its", not "it's"Tor Lillqvist2014-04-101-1/+1
* fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida2014-04-071-0/+13
* fdo#71720 fix transalate stringsWinfried Donkers2014-04-021-3/+3
* fdo#73147 add Excel2010 functions NETWORKDAYS.INTL and WORKDAY.INTLWinfried Donkers2014-04-021-0/+14
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* Remove remaining DBG_CTOR etc. remnants from formulaStephan Bergmann2014-03-282-10/+0
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-275-28/+28
* svtools: sal_Bool->boolNoel Grandin2014-03-251-2/+2
* coverity#738657 Uninitialized pointer fieldCaolán McNamara2014-03-221-0/+7
* ISO.CEILING without _xlfn. prefix, it is defined in OOXML, fdo#71720 follow-upEike Rathke2014-03-101-1/+1
* fdo#71720 Add Excel 2010 functionsWinfried Donkers2014-03-101-0/+21
* Make these non inline.Kohei Yoshida2014-03-061-0/+11
* made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke2014-03-054-23/+24