summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2017-06-09Typo: F9 should be mapped with KEY_F9Julien Nabet1-1/+1
2017-06-02ofz: fix remaining length checkCaolán McNamara1-3/+5
2017-06-01tdf#108269 sw: add separate DOCM filterMiklos Vajna4-1/+38
2017-05-25tdf#108056 PDF export: work with double page sizeMiklos Vajna1-3/+5
2017-05-21make string translation loading more uniformCaolán McNamara2-21/+26
2017-05-18ofz#1542 check remaining size of destCaolán McNamara1-1/+1
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
2017-05-02untranslated strings are just stringsCaolán McNamara5-77/+39
2017-05-01filter: get svg JS code warning-freeThorsten Behrens2-12/+267
2017-05-01tdf#51358 Add Support for BoxSnakesWipePath transition in SVG ExportRohan Kumar1-36/+153
2017-05-01Fixed my mistake: Fix Rotation issue in ParallelSnakesWipeRohan Kumar1-8/+9
2017-04-29tdf#39468: Translate some German comments and termsJens Carl3-3/+3
2017-04-28tdf#107142 Fix crash when opening SVG with <use>Takeshi Abe1-1/+1
2017-04-28loplugin:salunicodeliteral: filterStephan Bergmann3-6/+6
2017-04-26remove filter bitmaps from .src filesCaolán McNamara4-14/+21
2017-04-26use strong_int for LanguageTypeNoel Grandin2-8/+8
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock8-0/+8
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky32-32/+0
2017-04-21remove unnecessary explicit linefeeds from end of SAL and OSL log callsNoel Grandin4-9/+9
2017-04-19clang-tidy readability-simplify-boolean-expr in dbaccess..frameworkNoel Grandin5-16/+6
2017-04-19convert MeasurementSystem to scoped enumNoel Grandin1-1/+1
2017-04-17svg filter: fix SweepWipePath.perform (found by eslint no-undef)Thorsten Behrens1-3/+3
2017-04-17svg filter: fix eslint no-redeclareThorsten Behrens1-50/+64
2017-04-17svg filter: fix eslint no-undef - var-declare stuffThorsten Behrens1-165/+165
2017-04-17svg filter: fix eslint no-constant-conditionThorsten Behrens1-4/+0
2017-04-17svg filter: fix eslint no-unused-varsThorsten Behrens1-9/+3
2017-04-17svg filter: fix eslint no-unreachableThorsten Behrens1-1/+0
2017-04-17svg filter: fix eslint no-extra-semiThorsten Behrens1-1/+1
2017-04-17svg filter: fix eslint no-fallthroughThorsten Behrens1-0/+3
2017-04-17svg filter: fix eslint no-dupe-keysThorsten Behrens1-2/+0