summaryrefslogtreecommitdiffstats
path: root/include/formula
Commit message (Expand)AuthorAgeFilesLines
* include is unused againStephan Bergmann2015-01-091-1/+0
* One more place to work around missing std::underlying_type for GCC 4.6Stephan Bergmann2015-01-091-1/+3
* type_traits for std::underlying_typeCaolán McNamara2015-01-091-1/+1
* fdo#85818: rename KumZinsZ to CumIpmtLaurent Charrière2015-01-092-2/+2
* fdo#85818: rename Kapz to PpmtLaurent Charrière2015-01-092-2/+2
* fdo#85818: rename Kombin, Kombin2, Variationen, Variationen2Laurent Charrière2015-01-092-8/+8
* fdo#85818: rename ZinsZ enum name, constant, function to IpmtLaurent Charrière2015-01-092-2/+2
* override the overloading of "overload" to decrease cognitive (over-)loadMichael Stahl2015-01-092-5/+5
* fdo#85818: rename 'Zins' enum name, constant, function to RateLaurent Charrière2015-01-072-2/+2
* boost::unordered_set->std::unordered_setCaolán McNamara2015-01-042-5/+8
* merge OpCodeEnum and OpCodeCaolán McNamara2015-01-041-9/+1
* The value of the nRefs field is not used anywhereTor Lillqvist2014-12-191-3/+0
* changed timers to idlesTobias Madl2014-12-091-1/+1
* simplify RewriteMissing() and switch in Add...(), fdo#81596 relatedEike Rathke2014-11-281-10/+38
* fdo#81596 export to OOXML that need argument changesWinfried Donkers2014-11-271-5/+8
* Make some methods non-inline, and hide #include <tools/debug.hxx>.Kohei Yoshida2014-11-251-56/+4
* Bin presumably obsolete SUNWS crackTor Lillqvist2014-11-041-9/+0
* Move virtual ScToken members up to FormulaTokenStephan Bergmann2014-10-231-0/+21
* Remove unused FormulaToken::Is3DRefStephan Bergmann2014-10-221-1/+0
* Make these methods non-inline again.Kohei Yoshida2014-10-031-8/+8
* formula: std::auto_ptr -> std::unique_ptrStephan Bergmann2014-09-264-14/+6
* fdo#82577: Handle WindowNoel Grandin2014-09-232-10/+10
* fix memory leak around function descriptionsMarkus Mohrhard2014-07-311-3/+2
* Remove some unused codeMarcos Paulo de Souza2014-07-291-1/+0
* fdo#81038 Fixed FormulaTokenIterator to use std::vector instead of linked listJeffrey Stedfast2014-07-271-12/+12
* Explicit virtual dtor needed for auto_ptr member for MSVC.Kohei Yoshida2014-07-081-0/+3
* trivial conversion of RID_FORMULADLG_FORMULA_MODAL to .uiCaolán McNamara2014-07-081-2/+0
* callcatcher: update unused codeCaolán McNamara2014-06-191-5/+0
* restore these for the moment, still in use in scCaolán McNamara2014-06-171-0/+4
* RID_FORMULADLG_FORMULA conversion to .uiSzymon Kłos2014-06-171-4/+0
* resolved fdo#79978 propagate error through DoubleArray of matrixEike Rathke2014-06-131-0/+4
* resolved fdo#79957 propagate ForceArray through jump tokensEike Rathke2014-06-132-5/+10
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-091-1/+1
* fixincludeguards: fix include guardsThomas Arnhold2014-06-061-3/+3
* ODS load perf: transfer ownership of the ScTokenArray to save cycles.Michael Meeks2014-05-211-0/+1
* hrc and src files: squeeze multiple newlinesThomas Arnhold2014-05-191-1/+0
* add COLOR functionMarkus Mohrhard2014-05-192-1/+3
* Bail out of group calculation in case the array fetching fails.Kohei Yoshida2014-05-141-0/+5
* No more SetCompileForFAP(). Use respective flag setting methods instead.Kohei Yoshida2014-05-141-1/+2
* Use "stop on error" concept rather than "ignore error if true".Kohei Yoshida2014-05-141-2/+1
* Introduce a new boolean flag and use it in lieu of bCompileForFAP.Kohei Yoshida2014-05-141-4/+3
* Make a separate method to detemine if an opcode is a jump command.Kohei Yoshida2014-05-011-0/+1
* fdo#73148 (partial patch) Add Excel 2010 function AGGREGATEWinfried Donkers2014-04-252-1/+3
* fdo#76294: Intern strings in AddFormulaToken() as well.Kohei Yoshida2014-04-141-2/+7
* fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida2014-04-141-1/+7
* fdo#73149 add Excel 2010 functions ERF.PRECISE and ERFC.PRECISEWinfried Donkers2014-04-112-1/+5
* fdo#75741: Re-implement CompileNameFormula for formula groups.Kohei Yoshida2014-04-071-0/+12
* fdo#73147 add Excel2010 functions NETWORKDAYS.INTL and WORKDAY.INTLWinfried Donkers2014-04-022-1/+5
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-272-11/+11
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-263-56/+56