summaryrefslogtreecommitdiff
path: root/filter
AgeCommit message (Expand)AuthorFilesLines
2016-06-07filter: "tga" import: fix some endian issues in ImplReadPaletteMichael Stahl1-2/+9
2016-06-07filter: PPT import: PptPlaceholder is 1 byte largeMichael Stahl1-0/+1
2016-05-30Resolves: tdf#100057 force libxslt to give up when we cancel a transformationCaolán McNamara2-42/+53
2016-05-25filter: generate that with the python script, not BOOST_PPMichael Stahl2-6/+8
2016-05-25Convert BMP_FORMAT to scoped enumNoel Grandin1-2/+1
2016-05-25Convert Disposal to scoped enumNoel Grandin2-4/+4
2016-05-23Convert SbxClassType to scoped enumNoel Grandin1-2/+2
2016-05-23convert tnode to scoped enumNoel Grandin2-57/+57
2016-05-21coverity#1362017 Uninitialized scalar fieldCaolán McNamara1-0/+1
2016-05-20clang-tidy misc-assign-operator-signatureNoel Grandin5-19/+19
2016-05-19Revert "tdf#35208 Allow choosing encoding for old Excel files"Maxim Monastirsky2-31/+0
2016-05-19clang-tidy modernize-make-uniqueNoel Grandin2-3/+5
2016-05-19tdf#35208 Allow choosing encoding for old Excel filesMaxim Monastirsky2-0/+31
2016-05-18update unusedmethods plugin to deal with constructorsNoel Grandin9-158/+0
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-2/+2
2016-05-16 tdf#64748: added placeholder option to pdf export dialog in WriterOliver Specht6-8/+43
2016-05-16Fix typosAndrea Gelmini1-1/+1
2016-05-15coverity#1361575 Logically dead codeCaolán McNamara1-1/+1
2016-05-13filter: convert boost::bindMichael Stahl1-9/+8
2016-05-13convert TSS_TYPE to scoped enumNoel Grandin1-151/+158
2016-05-12convert SFXWB file dialog flags to scoped enumNoel Grandin3-7/+5
2016-05-11Include cppumaker-generated .hpp, not .hdlStephan Bergmann1-1/+1
2016-05-10Fix typosAndrea Gelmini1-9/+9
2016-05-10Presumably missing break in switchStephan Bergmann1-0/+2
2016-05-10Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann3-0/+37
2016-05-10Silence Clang -Wimplicit-fallthrough in gperf-generated codeStephan Bergmann1-3/+2
2016-05-10Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann8-17/+17
2016-05-10Insert explicit "break" when falling through to empty next caseStephan Bergmann7-0/+11
2016-05-09convert OUTLINER_MODE to scoped enumNoel Grandin2-3/+3
2016-05-07tdf#84394: xls load: delay cell-anchoring of object groupsGiuseppe Bilotta1-0/+25
2016-05-05tdf#93124: Fix incorrect text fit in imported PPT - take twoMike Kaganski1-28/+26
2016-05-04filter: svg: avoid undefined variablesHenry Castro1-3/+5
2016-05-04use Any constructor instead of temporariesNoel Grandin2-70/+32
2016-05-04While at it, delete Any functions on sal_Bool*Stephan Bergmann1-6/+3
2016-05-04Rewrite fix for tdf#99353 in way that doesn't trigger loplugin:passstuffbyrefStephan Bergmann1-34/+39
2016-05-03-Werror,-Wpessimizing-moveStephan Bergmann1-1/+1
2016-05-03loplugin:passstuffbyrefStephan Bergmann2-2/+2
2016-05-03use unique_ptrDavid Tardon4-12/+14
2016-05-03drop obsolete commentDavid Tardon1-2/+0
2016-05-03tdf#99353 take the footgun away from FilterCacheDavid Tardon2-2/+2
2016-04-29use initialization listJochen Nitschke1-5/+6
2016-04-28teach stylepolice plugin about ref-counted-pointer namingNoel Grandin1-6/+6
2016-04-27clang-tidy modernize-loop-convert in f*Noel Grandin14-123/+102
2016-04-26update loplugin stylepolice to check local pointers varsNoel Grandin2-6/+6
2016-04-25Some more sal_Bool -> boolStephan Bergmann1-8/+8
2016-04-25remove redundant initializationJochen Nitschke1-3/+0
2016-04-21Fix typosAndrea Gelmini3-4/+4
2016-04-21new plugin stylepoliceNoel Grandin6-29/+29
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann9-39/+39
2016-04-20clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin1-4/+3