summaryrefslogtreecommitdiffstats
path: root/formula
Commit message (Expand)AuthorAgeFilesLines
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-09-091-5/+0
* convert Link<> to typedNoel Grandin2015-09-082-3/+2
* loplugin:cstylecastStephan Bergmann2015-09-041-1/+1
* convert Link<> to typedNoel Grandin2015-09-042-4/+2
* TableRef: activate structured references export to OOXMLEike Rathke2015-09-011-6/+3
* loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann2015-08-311-1/+1
* make PostUserEvent Link<> typedNoel Grandin2015-08-282-3/+2
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-263-16/+8
* the original author not only didn't like spaces but also not newlines..Eike Rathke2015-08-201-2/+2
* let the edit selection not jump back to 0,0 for every keystrokeEike Rathke2015-08-201-1/+4
* loplugin: defaultparamsNoel Grandin2015-08-141-2/+2
* coverity#1309048 Unchecked return valueCaolán McNamara2015-08-031-2/+1
* fix indentationMarkus Mohrhard2015-07-301-149/+150
* tdf#92548, limit number of characters shown in formula wizardBenjamin Ni2015-07-271-1/+1
* tdf#92546 show results for sub-expressions in formula wizardBenjamin Ni2015-07-272-4/+48
* loplugin:unusedmethods formulaNoel Grandin2015-07-215-26/+0
* add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara2015-07-102-57/+0
* coverity#1309048 Unchecked return valueCaolán McNamara2015-07-021-2/+1
* Subformula evaluation in formula wizard treeBenjamin Ni2015-06-291-0/+1
* Subformula check in formula wizardBenjamin Ni2015-06-291-1/+10
* in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke2015-06-231-1/+5
* TableRef: include ocTableRef in FormulaToken::IsRef() for HasReferences()Eike Rathke2015-06-211-1/+8
* Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe2015-06-171-2/+2
* prepare ReplaceToken() to replace also in RPNEike Rathke2015-06-151-4/+22
* remove unnecessary check for null when calling deleteNoel Grandin2015-06-151-2/+1
* Resolves: tdf#89643 report builder function wizard segfaultsCaolán McNamara2015-06-111-3/+1
* tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variationsWinfried Donkers2015-06-112-9/+25
* loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann2015-06-082-5/+5
* loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann2015-06-021-1/+1
* loplugin:loopvartoosmallNoel Grandin2015-06-011-3/+3
* Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks2015-05-251-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