summaryrefslogtreecommitdiff
path: root/formula
AgeCommit message (Expand)AuthorFilesLines
2015-10-14com::sun::star->css in fpicker/Noel Grandin1-9/+9
2015-10-13do not use white text on white background in controlEike Rathke1-0/+6
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann5-27/+27
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-12convert Link<> to typedNoel Grandin2-5/+4
2015-10-12loplugin:mergeclassesNoel Grandin2-8/+7
2015-10-08leave room for three lines of text in function descriptionEike Rathke1-4/+8
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-9/+9
2015-10-07clang-analyzer-deadcode.DeadStoresStephan Bergmann1-2/+1
2015-10-06tdf#50950 Add ODFF1.2 Calc function ISOWEEKNUM,Winfried Donkers2-15/+65
2015-10-03no need to allocate that vector on the heapMarkus Mohrhard1-20/+18
2015-09-29Renamed wrongly prefixed boolean variablesStefan Heinemann3-12/+12
2015-09-29i#126557# increase number of lines of dropdown of category listboxKay Schenk1-0/+1
2015-09-28tdf#94214 ODFF function FINV incorrectly saved as COM.MICROSOFT.F.INVWinfried Donkers1-1/+1
2015-09-24convert Link<> to typedNoel Grandin3-11/+7
2015-09-17convert Link<> to typedNoel Grandin3-9/+8
2015-09-17convert Link<> to typedNoel Grandin3-17/+14
2015-09-17remove unused Link<> fieldNoel Grandin2-5/+3
2015-09-17convert Link<> to typedNoel Grandin3-24/+20
2015-09-17convert Link<> to typedNoel Grandin4-15/+12
2015-09-17remove unused Link<> fieldNoel Grandin2-20/+0
2015-09-17convert Link<> to typedNoel Grandin4-7/+6
2015-09-17remove unused Link<> fieldNoel Grandin2-15/+0
2015-09-17convert Link<> to typedNoel Grandin4-8/+6
2015-09-17convert Link<> to typedNoel Grandin3-11/+10
2015-09-17boost->stdCaolán McNamara2-2/+0
2015-09-17convert Link<> to typedNoel Grandin2-3/+2
2015-09-09clang-analyzer-deadcode.DeadStoresStephan Bergmann1-5/+0
2015-09-08convert Link<> to typedNoel Grandin2-3/+2
2015-09-04loplugin:cstylecastStephan Bergmann1-1/+1
2015-09-04convert Link<> to typedNoel Grandin2-4/+2
2015-09-01TableRef: activate structured references export to OOXMLEike Rathke1-6/+3
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-08-28make PostUserEvent Link<> typedNoel Grandin2-3/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin3-16/+8
2015-08-20the original author not only didn't like spaces but also not newlines..Eike Rathke1-2/+2
2015-08-20let the edit selection not jump back to 0,0 for every keystrokeEike Rathke1-1/+4
2015-08-14loplugin: defaultparamsNoel Grandin1-2/+2
2015-08-03coverity#1309048 Unchecked return valueCaolán McNamara1-2/+1
2015-07-30fix indentationMarkus Mohrhard1-149/+150
2015-07-27tdf#92548, limit number of characters shown in formula wizardBenjamin Ni1-1/+1
2015-07-27tdf#92546 show results for sub-expressions in formula wizardBenjamin Ni2-4/+48
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