summaryrefslogtreecommitdiffstats
path: root/formula
Commit message (Expand)AuthorAgeFilesLines
* do not use white text on white background in controlEike Rathke2015-10-171-0/+6
* in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke2015-08-061-1/+5
* TableRef: include ocTableRef in FormulaToken::IsRef() for HasReferences()Eike Rathke2015-08-061-1/+8
* prepare ReplaceToken() to replace also in RPNEike Rathke2015-08-061-4/+22
* Resolves: tdf#89643 report builder function wizard segfaultsCaolán McNamara2015-08-061-3/+1
* tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variationsWinfried Donkers2015-08-062-9/+25
* Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks2015-05-261-2/+2
* Remove include stdio (part2)Julien Nabet2015-05-181-1/+0
* tdf#91273: Crash when closing formula wizard (cancel or ok)Julien Nabet2015-05-141-2/+9
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-121-1/+1
* Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks2015-05-111-1/+1
* Switch VclBuilder constructors to use VclPtr.Michael Meeks2015-05-111-1/+1
* WaE: unused parameter.Michael Meeks2015-05-091-0/+1
* tdf#91052 - more macros for 'make' constructors.Michael Meeks2015-05-093-21/+9
* loplugin:vclwidgets ("OutputDevice subclass should have ..."Stephan Bergmann2015-05-071-1/+1
* tdf#90935 - function wizard crash fix.Michael Meeks2015-05-071-7/+14
* fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2Winfried Donkers2015-05-051-0/+7
* Use typed Idle::SetIdleHdl LinkStephan Bergmann2015-05-052-7/+5
* loplugin:staticmethodsNoel Grandin2015-05-052-5/+5
* coverity#1296214 Dereference null return valueCaolán McNamara2015-04-301-2/+5
* Gradually typed LinkStephan Bergmann2015-04-307-44/+44
* fdo#69552 [part 1] make calc functions CEILING comply with ODF1.2Winfried Donkers2015-04-292-5/+30
* string access out of boundsEike Rathke2015-04-291-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-289-89/+181
|\
| * formula & canvas: convert new to ::Create to get initial ref-counting right.Michael Meeks2015-04-162-4/+4
| * More lifecycle correction.Michael Meeks2015-04-131-1/+1
| * vclwidget: only call dispose() onceNoel Grandin2015-04-104-7/+7
| * Audit and correct misc. clears -> disposeAndClears.Michael Meeks2015-04-101-3/+3
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-109-85/+157
| * vcl: VclPtr conversion in formulaNoel Grandin2015-04-094-0/+20
* | More loplugin:simplifyboolStephan Bergmann2015-04-271-2/+2
* | TableRef: centralized FormulaCompiler::NeedsTableRefTransformation()Eike Rathke2015-04-241-1/+13
* | TableRef: let t always point to the current tokenEike Rathke2015-04-231-4/+4
* | PeekNext() might be NULLEike Rathke2015-04-231-1/+1
* | TableRef: transform to reference if not supported, i.e. for ODFFEike Rathke2015-04-181-0/+38
* | const all CreateString... FormulaToken*Eike Rathke2015-04-181-10/+12
* | ocTableRef is not in RPNEike Rathke2015-04-171-1/+0
|/
* convert RECALCMODE_ constants to scoped enumNoel Grandin2015-04-082-9/+9
* most likely formulas won't be longer than 64k characters, but...Eike Rathke2015-03-301-1/+1
* Include <algorithm> for std::min()Tor Lillqvist2015-03-301-0/+2
* Resolves: tdf#90301 string access out of boundsEike Rathke2015-03-301-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-282-3/+3
* tdf#40835 add ODFF function FDISTWinfried Donkers2015-03-242-1/+3
* Since nCategory is unused, Lb2Cat can be removedJulien Nabet2015-03-211-13/+0
* init and compare opcode hashmap with uppercase symbolsEike Rathke2015-03-121-15/+22
* TableRef: add item specifiers and opcodesEike Rathke2015-03-111-0/+31
* add FormulaTokenArray::ReplaceToken()Eike Rathke2015-03-071-0/+18
* Idle: Changed to new enum nameTobias Madl2015-03-062-4/+4
* Idle: Removed VCL_IDLE_PRIORITY_ prefix of enumTobias Madl2015-03-062-4/+4
* Timer: Adapted all idle includes and enum usesTobias Madl2015-03-062-4/+5