summaryrefslogtreecommitdiffstats
path: root/formula
Commit message (Expand)AuthorAgeFilesLines
* Renamed wrongly prefixed boolean variablesStefan Heinemann2015-09-293-12/+12
* i#126557# increase number of lines of dropdown of category listboxKay Schenk2015-09-291-0/+1
* tdf#94214 ODFF function FINV incorrectly saved as COM.MICROSOFT.F.INVWinfried Donkers2015-09-281-1/+1
* convert Link<> to typedNoel Grandin2015-09-243-11/+7
* convert Link<> to typedNoel Grandin2015-09-173-9/+8
* convert Link<> to typedNoel Grandin2015-09-173-17/+14
* remove unused Link<> fieldNoel Grandin2015-09-172-5/+3
* convert Link<> to typedNoel Grandin2015-09-173-24/+20
* convert Link<> to typedNoel Grandin2015-09-174-15/+12
* remove unused Link<> fieldNoel Grandin2015-09-172-20/+0
* convert Link<> to typedNoel Grandin2015-09-174-7/+6
* remove unused Link<> fieldNoel Grandin2015-09-172-15/+0
* convert Link<> to typedNoel Grandin2015-09-174-8/+6
* convert Link<> to typedNoel Grandin2015-09-173-11/+10
* boost->stdCaolán McNamara2015-09-172-2/+0
* convert Link<> to typedNoel Grandin2015-09-172-3/+2
* 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