summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)AuthorFilesLines
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-08Explicit virtual dtor needed for auto_ptr member for MSVC.Kohei Yoshida1-0/+4
2014-07-08trivial conversion of RID_FORMULADLG_FORMULA_MODAL to .uiCaolán McNamara3-186/+6
2014-07-08fdo#73148 add options to Calc function AGGREGATEWinfried Donkers1-1/+2
2014-06-19callcatcher: update unused codeCaolán McNamara1-24/+0
2014-06-17remove helpids that are unused or go nowhereCaolán McNamara2-17/+0
2014-06-17give refedit in formula wizard an initial sizeCaolán McNamara2-0/+6
2014-06-17restore these for the moment, still in use in scCaolán McNamara1-1/+34
2014-06-17I could fight with ValWnd to fix it, or I could replace itCaolán McNamara4-99/+15
2014-06-17RID_FORMULADLG_FORMULA conversion to .uiSzymon Kłos20-841/+1491
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-5/+1
2014-06-13resolved fdo#79957 propagate ForceArray through jump tokensEike Rathke1-1/+6
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin5-14/+2
2014-05-23whitespace clean-upMarkus Mohrhard1-7/+4
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 Arnhold5-11/+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 Yoshida2-4/+9
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-11coverity#1169835 Improper use of negative valueCaolán McNamara1-3/+3
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-23formula: sal_Bool->boolNoel Grandin8-88/+88
2014-04-19fixincludeguards.sh: formulaThomas Arnhold6-15/+15
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-14Remove unused codeStephan Bergmann1-19/+0
2014-04-11fdo#73149 add Excel 2010 functions ERF.PRECISE and ERFC.PRECISEWinfried Donkers1-0/+14
2014-04-10It's "its", not "it's"Tor Lillqvist1-1/+1
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-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-28Remove remaining DBG_CTOR etc. remnants from formulaStephan Bergmann2-10/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann5-28/+28
2014-03-25svtools: sal_Bool->boolNoel Grandin1-2/+2
2014-03-22coverity#738657 Uninitialized pointer fieldCaolán McNamara1-0/+7
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-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke4-23/+24
2014-03-05fdo#72197 Add Excel 2010 functionsWinfried Donkers2-0/+29
2014-03-05remove unused code formula::FormulaDlg::CheckMatrix()Noel Grandin1-5/+0