summaryrefslogtreecommitdiffstats
path: root/starmath
Commit message (Expand)AuthorAgeFilesLines
* ofz#4677 Indirect-leakCaolán McNamara2017-12-171-84/+83
* ofz#4649 don't care about exceptions for testingCaolán McNamara2017-12-151-1/+7
* ofz#4643 Direct-leakCaolán McNamara2017-12-151-7/+7
* Related: tdf#114434 Enable ExtLeading by default for starmath edit windowCaolán McNamara2017-12-141-0/+2
* ofz#4641 fix leaks with exceptionsCaolán McNamara2017-12-141-18/+18
* more leaks with exceptionsCaolán McNamara2017-12-141-23/+23
* No need to keep these whitelisted functions decorated with SAL_CALLStephan Bergmann2017-12-142-2/+2
* tools: remove unused #include from solar.hMichael Stahl2017-12-134-0/+5
* ofz: fix leaks by exceptionsCaolán McNamara2017-12-131-44/+59
* ofz#4594 Integer-overflowCaolán McNamara2017-12-113-64/+27
* loplugin:salcall fix functionsNoel Grandin2017-12-118-35/+35
* ofz#4578 Integer-overflowCaolán McNamara2017-12-101-2/+6
* ofz#4571 more Direct-leaksCaolán McNamara2017-12-101-14/+14
* ofz#4570 depth protect mathtype parsingCaolán McNamara2017-12-101-0/+4
* tdf#113715 Fix .uno: names appearing in the customization dialogMaxim Monastirsky2017-12-091-3/+3
* Remove unused #include <vcl/metaact.hxx> from vcl/outdev.hxxStephan Bergmann2017-12-061-0/+1
* ofz: reset sPush and sMainTerm once 'popped'Caolán McNamara2017-12-061-34/+33
* ofz#4539 depth protect mathtype parserCaolán McNamara2017-12-063-7/+150
* ofz: oom, variation 0 and 1 have one argumentCaolán McNamara2017-12-061-3/+2
* ofz: tmRoot variation 1 has two argumentsCaolán McNamara2017-12-061-1/+1
* ofz: avoid oom, tmLDIV has only two slotsCaolán McNamara2017-12-061-1/+1
* ofz#4533 max 10 digits after decimal pointCaolán McNamara2017-12-051-1/+1
* extend enum with missing entries and use those insteadCaolán McNamara2017-12-052-97/+100
* ofz#4531 Bad-castCaolán McNamara2017-12-051-4/+5
* ofz: infinite loopCaolán McNamara2017-12-051-0/+2
* ofz: allow std::out_of_rangeCaolán McNamara2017-12-041-1/+9
* survive without config for fuzzingCaolán McNamara2017-12-031-1/+2
* Add mathtype to fftesterCaolán McNamara2017-12-032-1/+8
* SotStorageStream->SvStreamCaolán McNamara2017-12-032-4/+4
* let mathtype import take a SvStream of the contentsCaolán McNamara2017-12-032-2/+8
* try to hide the evidenceCaolán McNamara2017-12-021-8/+0
* ofz: fix leakCaolán McNamara2017-12-021-0/+7
* ofz: mem leakCaolán McNamara2017-12-021-5/+5
* xmloff: turn SvXMLImportContext into a no-op base classMichael Stahl2017-11-302-2/+2
* add mml support to fftesterCaolán McNamara2017-11-301-1/+29
* loplugin:simplifybool for negation of comparison operatorNoel Grandin2017-11-231-7/+7
* tdf#112689 Replace chained O(U)StringBuffer::append with operator+qzheng2017-11-221-3/+2
* Make loplugin:unnecessaryparen warn about (x) ? ... : ... after allStephan Bergmann2017-11-221-1/+1
* drop duplicate methodCaolán McNamara2017-11-221-1/+1
* RTF filter: drop now redundant astyle.optionsMiklos Vajna2017-11-222-163/+173
* loplugin:simplifybool re-activate the !! warningNoel Grandin2017-11-221-1/+1
* look for =() in loplugin:unnecessaryparenNoel Grandin2017-11-201-2/+1
* silence some coverity warningsCaolán McNamara2017-11-181-1/+1
* Fix typosAndrea Gelmini2017-11-162-4/+4
* Remove GetNextSubset and create GetSubsetMapJulien Nabet2017-11-051-4/+3
* vcl: make MapMode constructor explicitMichael Stahl2017-10-267-12/+12
* loplugin:finalclasses in sfx2..svlNoel Grandin2017-10-246-52/+41
* loplugin:includeform: starmathStephan Bergmann2017-10-2332-89/+89
* tdf#96505 Get rid of cargo cult long integer literalsudareechk2017-10-231-4/+4
* overload std::hash for OUString and OStringNoel Grandin2017-10-231-1/+1