summaryrefslogtreecommitdiffstats
path: root/formula
Commit message (Expand)AuthorAgeFilesLines
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-1/+1
* convert Link<> to typedNoel Grandin2015-10-122-5/+4
* loplugin:mergeclassesNoel Grandin2015-10-122-8/+7
* leave room for three lines of text in function descriptionEike Rathke2015-10-081-4/+8
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-9/+9
* clang-analyzer-deadcode.DeadStoresStephan Bergmann2015-10-071-2/+1
* tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM,Winfried Donkers2015-10-062-15/+65
* no need to allocate that vector on the heapMarkus Mohrhard2015-10-031-20/+18
* 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