summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)Author
2015-09-09clang-analyzer-deadcode.DeadStoresStephan Bergmann
2015-09-08convert Link<> to typedNoel Grandin
2015-09-04loplugin:cstylecastStephan Bergmann
2015-09-04convert Link<> to typedNoel Grandin
2015-09-01TableRef: activate structured references export to OOXMLEike Rathke
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann
2015-08-28make PostUserEvent Link<> typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-08-20the original author not only didn't like spaces but also not newlines..Eike Rathke
2015-08-20let the edit selection not jump back to 0,0 for every keystrokeEike Rathke
2015-08-14loplugin: defaultparamsNoel Grandin
2015-08-03coverity#1309048 Unchecked return valueCaolán McNamara
2015-07-30fix indentationMarkus Mohrhard
2015-07-27tdf#92548, limit number of characters shown in formula wizardBenjamin Ni
2015-07-27tdf#92546 show results for sub-expressions in formula wizardBenjamin Ni
2015-07-21loplugin:unusedmethods formulaNoel Grandin
2015-07-10add a SAL_RAND_REPEATABLE for repeatable random numsCaolán McNamara
2015-07-02coverity#1309048 Unchecked return valueCaolán McNamara
2015-06-29Subformula evaluation in formula wizard treeBenjamin Ni
2015-06-29Subformula check in formula wizardBenjamin Ni
2015-06-23in OOXML save references of named expressions with col,row=0,0 base positionEike Rathke
2015-06-21TableRef: include ocTableRef in FormulaToken::IsRef() for HasReferences()Eike Rathke
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe
2015-06-15prepare ReplaceToken() to replace also in RPNEike Rathke
2015-06-15remove unnecessary check for null when calling deleteNoel Grandin
2015-06-11Resolves: tdf#89643 report builder function wizard segfaultsCaolán McNamara
2015-06-11tdf#69552 [part 2] support all ODFF1.2 and Excel2013 variationsWinfried Donkers
2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann
2015-06-01loplugin:loopvartoosmallNoel Grandin
2015-05-25Audit 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