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