summaryrefslogtreecommitdiffstats
path: root/include/formula
Commit message (Expand)AuthorAgeFilesLines
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-125-73/+73
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-7/+7
* loplugin:mergeclassesNoel Grandin2015-10-121-13/+0
* tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM,Winfried Donkers2015-10-062-1/+3
* no need to allocate that vector on the heapMarkus Mohrhard2015-10-031-3/+3
* loplugin:unusedmethodsNoel Grandin2015-07-301-3/+0
* tdf#92256: Introducing CONV_A1_XL_A1 address pseudoconventionKatarina Behrens2015-07-211-1/+5
* loplugin:unusedmethods formulaNoel Grandin2015-07-217-22/+0
* add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara2015-07-101-31/+0
* Fix typosAndrea Gelmini2015-07-031-1/+1
* Remove workarounds for no longer supported GCC 4.6Stephan Bergmann2015-06-261-2/+2
* in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke2015-06-231-0/+4
* Fix previous commitStephan Bergmann2015-06-151-6/+8
* Make ReplaceMode accessible from ScCompiler::CompileStringStephan Bergmann2015-06-151-6/+6
* prepare ReplaceToken() to replace also in RPNEike Rathke2015-06-151-2/+21
* Resolves: tdf#89643 report builder function wizard segfaultsCaolán McNamara2015-06-111-2/+3
* keep old CEILING opcode, tdf#69552 follow-upEike Rathke2015-06-111-2/+2
* tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variationsWinfried Donkers2015-06-112-2/+6
* tdf#91273: Crash when closing formula wizard (cancel or ok)Julien Nabet2015-05-141-0/+1
* tdf#90935 - function wizard crash fix.Michael Meeks2015-05-071-0/+1
* fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2Winfried Donkers2015-05-052-1/+3
* Use typed Idle::SetIdleHdl LinkStephan Bergmann2015-05-052-2/+2
* loplugin:staticmethodsNoel Grandin2015-05-052-4/+4
* fdo#69552 [part 1] make calc functions CEILING comply with ODF1.2Winfried Donkers2015-04-292-2/+6
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-281-2/+5
|\
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-101-2/+4
| * vcl: VclPtr conversion in formulaNoel Grandin2015-04-091-0/+1
* | TableRef: centralized FormulaCompiler::NeedsTableRefTransformation()Eike Rathke2015-04-241-0/+6
* | const all CreateString... FormulaToken*Eike Rathke2015-04-181-7/+7
|/
* convert RECALCMODE_ constants to scoped enumNoel Grandin2015-04-081-26/+33
* formula: PVS-Studio V610 Undefined behavior shift negative signed intMichael Stahl2015-03-121-1/+1
* init and compare opcode hashmap with uppercase symbolsEike Rathke2015-03-121-1/+2
* TableRef: add item specifiers and opcodesEike Rathke2015-03-112-2/+12
* add FormulaTokenArray::ReplaceToken()Eike Rathke2015-03-071-0/+4
* introduce ocTableRefOpen,ocTableRefCloseEike Rathke2015-03-052-134/+138
* add HandleTableRef()Eike Rathke2015-03-051-0/+1
* rename SC_OPCODE_TABLE/S,ocTable/s to SC_OPCODE_SHEET/S,ocSheet/sEike Rathke2015-03-052-4/+4
* introduce SC_OPCODE_TABLE_REF / ocTableRefEike Rathke2015-03-052-10/+12
* rename confusing HandleSingleRef() to more appropriate HandleColRowName()Eike Rathke2015-03-051-1/+1
* some more de-boostificationCaolán McNamara2015-02-171-6/+7
* loplugin:deletedspecialStephan Bergmann2015-02-072-9/+5
* fdo#76870 Add support for Excel2013 function ENCODEURLWinfried Donkers2015-01-262-1/+3
* Make the RAND() and RANDBETWEEN() Calc functions non-random when requestedTor Lillqvist2015-01-201-0/+31
* fd0#85818: rename SC_OPCODE_NBW to SC_OPCODE_NPVLaurent Charrière2015-01-142-2/+2
* fdo#85818: rename SC_OPCODE_IKV to SC_OPCODE_IRRLaurent Charrière2015-01-142-2/+2
* fdo#85818: rename SC_OPCODE_GGT to SC_OPCODE_GCDLaurent Charrière2015-01-142-2/+2
* fdo#85818: rename SC_OPCODE_KGV to SC_OPCODE_LCMLaurent Charrière2015-01-142-2/+2
* fdo#85818: rename RGP to LinestLaurent Charrière2015-01-142-2/+2
* fdo#85818: rename RKP to LogestLaurent Charrière2015-01-142-2/+2
* fdo#85818: rename Schiefe to SkewLaurent Charrière2015-01-142-2/+2