summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)AuthorFilesLines
2015-11-23tdf#94214 ODFF function FINV incorrectly saved as COM.MICROSOFT.F.INVWinfried Donkers1-1/+1
2015-11-20Resolves: tdf#95670 propagate ForceArray per parameterEike Rathke1-2/+46
2015-10-14do not use white text on white background in controlEike Rathke1-0/+6
2015-06-23in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke1-1/+5
2015-06-21TableRef: include ocTableRef in FormulaToken::IsRef() for HasReferences()Eike Rathke1-1/+8
2015-06-15prepare ReplaceToken() to replace also in RPNEike Rathke1-4/+22
2015-06-11Resolves: tdf#89643 report builder function wizard segfaultsCaolán McNamara1-3/+1
2015-06-11tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variationsWinfried Donkers2-9/+25
2015-05-26Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-2/+2
2015-05-18Remove include stdio (part2)Julien Nabet1-1/+0
2015-05-14tdf#91273: Crash when closing formula wizard (cancel or ok)Julien Nabet1-2/+9
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-09WaE: unused parameter.Michael Meeks1-0/+1
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks3-21/+9
2015-05-07loplugin:vclwidgets ("OutputDevice subclass should have ..."Stephan Bergmann1-1/+1
2015-05-07tdf#90935 - function wizard crash fix.Michael Meeks1-7/+14
2015-05-05fdo#77985 make calc function NETWORKDAYS comply with ODFF1.2Winfried Donkers1-0/+7
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann2-7/+5
2015-05-05loplugin:staticmethodsNoel Grandin2-5/+5
2015-04-30coverity#1296214 Dereference null return valueCaolán McNamara1-2/+5
2015-04-30Gradually typed LinkStephan Bergmann7-44/+44
2015-04-29fdo#69552 [part 1] make calc functions CEILING comply with ODF1.2Winfried Donkers2-5/+30
2015-04-29string access out of boundsEike Rathke1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks9-89/+181
2015-04-27More loplugin:simplifyboolStephan Bergmann1-2/+2
2015-04-24TableRef: centralized FormulaCompiler::NeedsTableRefTransformation()Eike Rathke1-1/+13
2015-04-23TableRef: let t always point to the current tokenEike Rathke1-4/+4
2015-04-23PeekNext() might be NULLEike Rathke1-1/+1
2015-04-18TableRef: transform to reference if not supported, i.e. for ODFFEike Rathke1-0/+38
2015-04-18const all CreateString... FormulaToken*Eike Rathke1-10/+12
2015-04-17ocTableRef is not in RPNEike Rathke1-1/+0
2015-04-16formula & canvas: convert new to ::Create to get initial ref-counting right.Michael Meeks2-4/+4
2015-04-13More lifecycle correction.Michael Meeks1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin4-7/+7
2015-04-10Audit and correct misc. clears -> disposeAndClears.Michael Meeks1-3/+3
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin9-85/+157
2015-04-09vcl: VclPtr conversion in formulaNoel Grandin4-0/+20
2015-04-08convert RECALCMODE_ constants to scoped enumNoel Grandin2-9/+9
2015-03-30most likely formulas won't be longer than 64k characters, but...Eike Rathke1-1/+1
2015-03-30Include <algorithm> for std::min()Tor Lillqvist1-0/+2
2015-03-30Resolves: tdf#90301 string access out of boundsEike Rathke1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann2-3/+3
2015-03-24tdf#40835 add ODFF function FDISTWinfried Donkers2-1/+3
2015-03-21Since nCategory is unused, Lb2Cat can be removedJulien Nabet1-13/+0
2015-03-12init and compare opcode hashmap with uppercase symbolsEike Rathke1-15/+22
2015-03-11TableRef: add item specifiers and opcodesEike Rathke1-0/+31
2015-03-07add FormulaTokenArray::ReplaceToken()Eike Rathke1-0/+18
2015-03-06Idle: Changed to new enum nameTobias Madl2-4/+4