summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
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
2017-05-20Translate German comments and debug strings (leftovers in f... dirs)Johnny_M10-23/+22
2017-05-19loplugin:stringcopy: filterStephan Bergmann3-3/+3
2017-05-19make string translation loading more uniformCaolán McNamara2-21/+26
2017-05-19includes cleanup after loplugin runs in filter/Jochen Nitschke7-27/+9
2017-05-19loplugin:unusedfieldsNoel Grandin1-3/+2
2017-05-18loplugin:unusedmethodsNoel Grandin2-15/+0
2017-05-17don't create a new ResMgr for each stringCaolán McNamara2-8/+31
2017-05-17don't need a ResMgr hereCaolán McNamara1-1/+0
2017-05-17Related tdf#107696: deal with non empty header without numberJulien Nabet1-1/+1
2017-05-16tdf#107696: fix exports Heading style numbersJulien Nabet1-1/+11
2017-05-16loplugin:unusedfields improve write-only analysisNoel Grandin14-105/+11
2017-05-15tdf#90436 - correct label = Selection/Selected sheet(s)Cor Nouws1-1/+1
2017-05-15filter: svg: presentation engine: modify/revert some eslint fixMarco Cecchetti1-22/+116
2017-05-12remove unused uno::Reference varsNoel Grandin6-8/+1
2017-05-12convert SdrLayerId to strong_intNoel Grandin2-3/+3
2017-05-11remove some unnecessary temporary OUStringsNoel Grandin1-1/+1
2017-05-10tdf#107709 filter: MSO2003XML import: fix invalid OLE lengthsMichael Stahl1-2/+8
2017-05-09cleanup osl/diagnose.h includesJochen Nitschke4-4/+0
2017-05-09this string might not be valid asciiCaolán McNamara1-1/+1
2017-05-08remove unused doubleJochen Nitschke1-11/+1
2017-05-07revert OSL_ASSERT changesChris Sherlock11-28/+28
2017-05-07tdf#43157: convert filter module away from OSL_ASSERT to assertChris Sherlock11-28/+28
2017-05-05Fix typosAndrea Gelmini2-2/+2
2017-05-05tdf#106525: fix date importMike Kaganski1-1/+2
2017-05-05convert HTML_TOKEN_IDS to scoped enumNoel Grandin1-1/+1
2017-05-03loplugin:checkunusedparams in filterNoel Grandin21-92/+83