summaryrefslogtreecommitdiff
path: root/starmath
AgeCommit message (Expand)AuthorFilesLines
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
2017-12-03SotStorageStream->SvStreamCaolán McNamara2-4/+4
2017-12-03let mathtype import take a SvStream of the contentsCaolán McNamara2-2/+8
2017-12-02try to hide the evidenceCaolán McNamara1-8/+0
2017-12-02ofz: fix leakCaolán McNamara1-0/+7
2017-12-02ofz: mem leakCaolán McNamara1-5/+5
2017-11-30xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl2-2/+2
2017-11-30add mml support to fftesterCaolán McNamara1-1/+29
2017-11-23loplugin:simplifybool for negation of comparison operatorNoel Grandin1-7/+7
2017-11-22tdf#112689 Replace chained O(U)StringBuffer::append with operator+qzheng1-3/+2
2017-11-22Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann1-1/+1
2017-11-22drop duplicate methodCaolán McNamara1-1/+1
2017-11-22RTF filter: drop now redundant astyle.optionsMiklos Vajna2-163/+173
2017-11-22loplugin:simplifybool re-activate the !! warningNoel Grandin1-1/+1
2017-11-20look for =() in loplugin:unnecessaryparenNoel Grandin1-2/+1
2017-11-18silence some coverity warningsCaolán McNamara1-1/+1
2017-11-16Fix typosAndrea Gelmini2-4/+4
2017-11-05Remove GetNextSubset and create GetSubsetMapJulien Nabet1-4/+3
2017-10-26vcl: make MapMode constructor explicitMichael Stahl7-12/+12
2017-10-24loplugin:finalclasses in sfx2..svlNoel Grandin6-52/+41
2017-10-23loplugin:includeform: starmathStephan Bergmann32-89/+89
2017-10-23tdf#96505 Get rid of cargo cult long integer literalsudareechk1-4/+4
2017-10-23overload std::hash for OUString and OStringNoel Grandin1-1/+1