summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2017-07-11ofz#2538: avoid oomCaolán McNamara3-27/+0
2017-07-11simplify calls OUString::copy in foo.copy(x, foo.getLength() - x)Noel Grandin3-4/+4
2017-07-11simplify some OUString::copy callsNoel Grandin1-4/+4
2017-07-11use more range-for on uno::SequenceNoel Grandin2-16/+7
2017-07-10add CVE-2017-10688 testcaseCaolán McNamara1-0/+0
2017-07-10add CVE-2017-9936 testcaseCaolán McNamara1-0/+0
2017-07-10add CVE-2017-9147 testcaseCaolán McNamara1-0/+0
2017-07-10simplify some OUString compareTo callsNoel Grandin1-1/+1
2017-07-10teach unnecessaryparen loplugin about identifiersNoel Grandin5-11/+9
2017-07-10loplugin:useuniqueptr in filterNoel Grandin18-201/+144
2017-07-07loplugin:unnecessaryparen handle parens inside call exprNoel Grandin3-3/+3
2017-07-07C++11 remove std::binary_function bases from functorsJochen Nitschke1-3/+3
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin2-11/+11
2017-07-06ofz#2410 avoid oomCaolán McNamara1-1/+1
2017-07-06loplugin unnecessaryparan improvementsNoel Grandin2-2/+2
2017-07-05new loplugin unnecessaryparenNoel Grandin5-12/+11
2017-07-03C++11 remove std::unary_function bases from functorsJochen Nitschke1-1/+1
2017-06-28Watermark: tdf#91687 correct size in the .docSzymon Kłos2-5/+33
2017-06-28remove default-able copy ctors and copy operatorsJochen Nitschke3-40/+0
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann1-1/+1
2017-06-28-Werror=ignored-qualifiers (GCC 8)Stephan Bergmann1-2/+2
2017-06-26s/catched/caughtNoel Grandin8-29/+29
2017-06-23loplugin:oncevar filter..formsNoel Grandin17-71/+39
2017-06-21convert ErrCode to strong typedefNoel Grandin4-6/+6
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke6-7/+0
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin1-2/+0
2017-06-15ofz#2085: fix remaining length checkCaolán McNamara1-3/+5
2017-06-15ofz: eps timeoutsCaolán McNamara1-3/+3
2017-06-15use more SAL_N_ELEMENTS part 3Noel Grandin3-6/+6
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin3-32/+32
2017-06-12Fix typosAndrea Gelmini1-1/+1
2017-06-12cleanup unused css/frame/* includesJochen Nitschke9-17/+0
2017-06-12clang-tidy readability-delete-null-pointerNoel Grandin2-5/+4
2017-06-09clang-tidy readability-non-const-parameterNoel Grandin5-7/+7
2017-06-08Typo: F9 should be mapped with KEY_F9Julien Nabet1-1/+1
2017-06-06replace SVSTREAM_OK with ERRCODE_NONENoel Grandin2-7/+7
2017-06-05Improved loplugin:cstylecast to reference types: filterStephan Bergmann3-9/+9
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin2-5/+5
2017-06-01ofz#1542 check remaining size of destCaolán McNamara1-1/+1
2017-06-01ofz#1284 InsertBundle may delete the bundle that pMarkerBundle is pointing toCaolán McNamara1-0/+15
2017-06-01sw: add separate DOCM filterMiklos Vajna4-1/+38
2017-05-31Remove some unnecessary scaffolding around SAL_WARN callsStephan Bergmann1-1/+0
2017-05-31clang-tidy readability-redundant-control-flowNoel Grandin3-4/+1
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-05-29remove STR and VAL methodsNoel Grandin2-18/+8
2017-05-29no need for the ImplGetPropertyValue(sal_Unicode*) overloadNoel Grandin2-11/+10
2017-05-28remove unnecessary use of OString::getStrNoel Grandin4-16/+8
2017-05-26coverity#707857 Uninitialized scalar fieldCaolán McNamara1-0/+12
2017-05-25tdf#108056 PDF export: work with double page sizeMiklos Vajna1-3/+5
2017-05-22tdf#107998 - svg export: shapes are uncorrect both in Draw and ImpressMarco Cecchetti1-3/+8