summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2014-04-14The entry points for these are hidden behind OSL_DEBUG_LEVEL > 1 too.Jan Holesovsky1-2/+24
2014-04-14Avoid possible memory leaks in case of exceptionsTakeshi Abe2-7/+9
2014-04-14filter: use --switch=2 --readonly-tables gperf optionsMiklos Vajna1-1/+1
2014-04-14typo: attribut -> attributeThomas Arnhold2-2/+2
2014-04-14typo: paramter -> parameterThomas Arnhold1-1/+1
2014-04-14typo: configration -> configurationThomas Arnhold1-1/+1
2014-04-14typo: controlls -> controlsThomas Arnhold1-1/+1
2014-04-14typo: simpe -> simpleThomas Arnhold1-1/+1
2014-04-14typo: choosen -> chosenThomas Arnhold4-4/+4
2014-04-14typo: dependend -> dependentThomas Arnhold2-2/+2
2014-04-14typo: te -> theThomas Arnhold1-1/+1
2014-04-14remove static stringsThomas Arnhold1-3/+1
2014-04-14THEFUTURE is unused ;)Thomas Arnhold4-47/+0
2014-04-14USED is never definedThomas Arnhold1-22/+0
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann14-99/+126
2014-04-13handle .doc cropping also inside groups (fdo#38411)Luboš Luňák1-2/+3
2014-04-12add test case for CVE-2007-2356Caolán McNamara1-0/+0
2014-04-11replace some SvStream seeking with calls to remainingSize()Michael Stahl3-17/+11
2014-04-11add a ras import testCaolán McNamara7-0/+114
2014-04-11coverity#707839 Uninitialized scalar fieldCaolán McNamara1-4/+5
2014-04-11coverity#707837 Uninitialized scalar fieldCaolán McNamara1-13/+17
2014-04-11coverity#707834 Uninitialized scalar fieldCaolán McNamara1-4/+10
2014-04-11coverity#707812 Uninitialized scalar fieldCaolán McNamara1-7/+43
2014-04-11coverity#738630 Uninitialized scalar fieldCaolán McNamara1-3/+3
2014-04-11Add this back.Kohei Yoshida1-1/+1
2014-04-12Avoid possible memory leaks in case of exceptionsTakeshi Abe6-33/+22
2014-04-11Resolves: #i124661# secure possible out of bound access to vectorArmin Le Grand1-1/+12
2014-04-11coverity#738631 Uninitialized scalar fieldCaolán McNamara1-5/+6
2014-04-11coverity#738632 Uninitialized scalar fieldCaolán McNamara1-4/+6
2014-04-11coverity#738634 Uninitialized scalar fieldCaolán McNamara1-0/+3
2014-04-11coverity#738635 Uninitialized scalar fieldCaolán McNamara1-5/+10
2014-04-11coverity#738637 Uninitialized scalar fieldCaolán McNamara1-0/+12
2014-04-11coverity#738639 Uninitialized scalar fieldCaolán McNamara1-0/+10
2014-04-11Resolves: i124608 when exporting selection...Armin Le Grand3-7/+75
2014-04-11Avoid possible memory leaks in case of exceptionsTakeshi Abe6-42/+26
2014-04-10It's "its", not "it's"Tor Lillqvist2-2/+2
2014-04-09Avoid possible memory leaks in case of exceptionsTakeshi Abe5-61/+48
2014-04-08loplugin:implicitboolconversionStephan Bergmann1-1/+1
2014-04-08Resolves: #i56084# added support for export selection in swf exportArmin Le Grand3-26/+161
2014-04-08Resolves: #i124608# functionality to export only selected objects...Armin Le Grand3-11/+76
2014-04-07Fix namespace ambiguityStephan Bergmann1-3/+3
2014-04-07untangle the bFmt == 2 hackCaolán McNamara1-3/+1
2014-04-07Avoid possible memory leaks in case of exceptionsTakeshi Abe5-41/+36
2014-04-05coverity#704635 Explicit null dereferencedCaolán McNamara1-0/+3
2014-04-05Avoid possible resource leaks in case of exceptionsTakeshi Abe3-34/+27
2014-04-04coverity#738638 Uninitialized scalar fieldCaolán McNamara1-2/+2
2014-04-04Drop dead code since 2002Takeshi Abe6-192/+0
2014-04-04coverity#707860 Uninitialized scalar fieldCaolán McNamara1-1/+4
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2-4/+4
2014-04-03vcl: sal_Bool->bool and cleanupNoel Grandin24-65/+61