summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)AuthorFilesLines
2015-07-21loplugin:unusedmethods formulaNoel Grandin5-26/+0
2015-07-10add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara2-57/+0
2015-07-02coverity#1309048 Unchecked return valueCaolán McNamara1-2/+1
2015-06-29Subformula evaluation in formula wizard treeBenjamin Ni1-0/+1
2015-06-29Subformula check in formula wizardBenjamin Ni1-1/+10
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-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-15prepare ReplaceToken() to replace also in RPNEike Rathke1-4/+22
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin1-2/+1
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-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2-5/+5
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-1/+1
2015-06-01loplugin:loopvartoosmallNoel Grandin1-3/+3
2015-05-25Audit 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