summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
2018-01-17Fix typosAndrea Gelmini1-1/+1
2018-01-17starmath: Make SmParser::ParseExpression() return std::unique_ptrTakeshi Abe5-33/+25
2018-01-16Fix typosAndrea Gelmini1-1/+1
2018-01-15convert a<b?a:b to std::min(a,b)Noel Grandin2-2/+2
2018-01-11ofz#5244 tighten depth checkCaolán McNamara3-3/+3
2018-01-11starmath: getLength() > 0 -> !isEmpty()Takeshi Abe3-8/+8
2018-01-11convert (a>b?a:b) to std::max(a,b)Noel Grandin2-2/+2
2018-01-10ofz#5221 depth protect PrepareCaolán McNamara7-50/+53
2018-01-08starmath: Replace confusing sal_uIntPtr with sal_Int32Takeshi Abe1-2/+2
2018-01-06ofz#4765 TimeoutCaolán McNamara3-11/+7
2018-01-05lokdialog: Allow language switching in SfxModule(s).Jan Holesovsky1-1/+1
2018-01-04tdf#42949 Fix some more Include What You Use warningsMiklos Vajna1-1/+0
2018-01-04de-duplicate some defines in hrc filesNoel Grandin6-8/+8
2017-12-31ofz#4845 avoid oomCaolán McNamara1-1/+5
2017-12-28ofz#4765: Conditional jump or move depends on uninitialised valueCaolán McNamara1-0/+4
2017-12-28ofz#4733: align size typesCaolán McNamara1-5/+4
2017-12-24coverity#1426873 Unintended sign extensionCaolán McNamara4-16/+20
2017-12-22Revert "unused SID command in starmath"Noel Grandin5-0/+90
2017-12-22tdf#42949 Fix some Include What You Use warningsMiklos Vajna4-3/+13
2017-12-21unused SID command in starmathNoel Grandin5-90/+0
2017-12-21ofz#4703 Direct-leakCaolán McNamara12-107/+124
2017-12-19ofz: recognize invalid and negative fractionsCaolán McNamara1-6/+3
2017-12-17ofz#4677 Indirect-leakCaolán McNamara1-84/+83
2017-12-15ofz#4649 don't care about exceptions for testingCaolán McNamara1-1/+7
2017-12-15ofz#4643 Direct-leakCaolán McNamara1-7/+7
2017-12-14Related: tdf#114434 Enable ExtLeading by default for starmath edit windowCaolán McNamara1-0/+2
2017-12-14ofz#4641 fix leaks with exceptionsCaolán McNamara1-18/+18
2017-12-14more leaks with exceptionsCaolán McNamara1-23/+23
2017-12-14No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2-2/+2
2017-12-13tools: remove unused #include from solar.hMichael Stahl4-0/+5
2017-12-13ofz: fix leaks by exceptionsCaolán McNamara1-44/+59
2017-12-11ofz#4594 Integer-overflowCaolán McNamara3-64/+27
2017-12-11loplugin:salcall fix functionsNoel Grandin8-35/+35
2017-12-10ofz#4578 Integer-overflowCaolán McNamara1-2/+6
2017-12-10ofz#4571 more Direct-leaksCaolán McNamara1-14/+14
2017-12-10ofz#4570 depth protect mathtype parsingCaolán McNamara1-0/+4
2017-12-09tdf#113715 Fix .uno: names appearing in the customization dialogMaxim Monastirsky1-3/+3
2017-12-06Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann1-0/+1
2017-12-06ofz: reset sPush and sMainTerm once 'popped'Caolán McNamara1-34/+33
2017-12-06ofz#4539 depth protect mathtype parserCaolán McNamara3-7/+150
2017-12-06ofz: oom, variation 0 and 1 have one argumentCaolán McNamara1-3/+2
2017-12-06ofz: tmRoot variation 1 has two argumentsCaolán McNamara1-1/+1
2017-12-06ofz: avoid oom, tmLDIV has only two slotsCaolán McNamara1-1/+1
2017-12-05ofz#4533 max 10 digits after decimal pointCaolán McNamara1-1/+1
2017-12-05extend enum with missing entries and use those insteadCaolán McNamara2-97/+100
2017-12-05ofz#4531 Bad-castCaolán McNamara1-4/+5
2017-12-05ofz: infinite loopCaolán McNamara1-0/+2
2017-12-04ofz: allow std::out_of_rangeCaolán McNamara1-1/+9
2017-12-03survive without config for fuzzingCaolán McNamara1-1/+2
2017-12-03Add mathtype to fftesterCaolán McNamara2-1/+8