summaryrefslogtreecommitdiffstats
path: root/filter
Commit message (Expand)AuthorAgeFilesLines
* filter: "tga" import: fix some endian issues in ImplReadPaletteMichael Stahl2016-06-071-2/+9
* filter: PPT import: PptPlaceholder is 1 byte largeMichael Stahl2016-06-071-0/+1
* Resolves: tdf#100057 force libxslt to give up when we cancel a transformationCaolán McNamara2016-05-302-42/+53
* filter: generate that with the python script, not BOOST_PPMichael Stahl2016-05-252-6/+8
* Convert BMP_FORMAT to scoped enumNoel Grandin2016-05-251-2/+1
* Convert Disposal to scoped enumNoel Grandin2016-05-252-4/+4
* Convert SbxClassType to scoped enumNoel Grandin2016-05-231-2/+2
* convert tnode to scoped enumNoel Grandin2016-05-232-57/+57
* coverity#1362017 Uninitialized scalar fieldCaolán McNamara2016-05-211-0/+1
* clang-tidy misc-assign-operator-signatureNoel Grandin2016-05-205-19/+19
* Revert "tdf#35208 Allow choosing encoding for old Excel files"Maxim Monastirsky2016-05-192-31/+0
* clang-tidy modernize-make-uniqueNoel Grandin2016-05-192-3/+5
* tdf#35208 Allow choosing encoding for old Excel filesMaxim Monastirsky2016-05-192-0/+31
* update unusedmethods plugin to deal with constructorsNoel Grandin2016-05-189-158/+0
* clang-tidy modernize-make-sharedNoel Grandin2016-05-181-2/+2
* tdf#64748: added placeholder option to pdf export dialog in WriterOliver Specht2016-05-166-8/+43
* Fix typosAndrea Gelmini2016-05-161-1/+1
* coverity#1361575 Logically dead codeCaolán McNamara2016-05-151-1/+1
* filter: convert boost::bindMichael Stahl2016-05-131-9/+8
* convert TSS_TYPE to scoped enumNoel Grandin2016-05-131-151/+158
* convert SFXWB file dialog flags to scoped enumNoel Grandin2016-05-123-7/+5
* Include cppumaker-generated .hpp, not .hdlStephan Bergmann2016-05-111-1/+1
* Fix typosAndrea Gelmini2016-05-101-9/+9
* Presumably missing break in switchStephan Bergmann2016-05-101-0/+2
* Add SAL_FALLTHROUGH, where apparently appropriateStephan Bergmann2016-05-103-0/+37
* Silence Clang -Wimplicit-fallthrough in gperf-generated codeStephan Bergmann2016-05-101-3/+2
* Replace fallthrough comments with new SAL_FALLTHROUGH macroStephan Bergmann2016-05-108-17/+17
* Insert explicit "break" when falling through to empty next caseStephan Bergmann2016-05-107-0/+11
* convert OUTLINER_MODE to scoped enumNoel Grandin2016-05-092-3/+3
* tdf#84394: xls load: delay cell-anchoring of object groupsGiuseppe Bilotta2016-05-071-0/+25
* tdf#93124: Fix incorrect text fit in imported PPT - take twoMike Kaganski2016-05-051-28/+26
* filter: svg: avoid undefined variablesHenry Castro2016-05-041-3/+5
* use Any constructor instead of temporariesNoel Grandin2016-05-042-70/+32
* While at it, delete Any functions on sal_Bool*Stephan Bergmann2016-05-041-6/+3
* Rewrite fix for tdf#99353 in way that doesn't trigger loplugin:passstuffbyrefStephan Bergmann2016-05-041-34/+39
* -Werror,-Wpessimizing-moveStephan Bergmann2016-05-031-1/+1
* loplugin:passstuffbyrefStephan Bergmann2016-05-032-2/+2
* use unique_ptrDavid Tardon2016-05-034-12/+14
* drop obsolete commentDavid Tardon2016-05-031-2/+0
* tdf#99353 take the footgun away from FilterCacheDavid Tardon2016-05-032-2/+2
* use initialization listJochen Nitschke2016-04-291-5/+6
* teach stylepolice plugin about ref-counted-pointer namingNoel Grandin2016-04-281-6/+6
* clang-tidy modernize-loop-convert in f*Noel Grandin2016-04-2714-123/+102
* update loplugin stylepolice to check local pointers varsNoel Grandin2016-04-262-6/+6
* Some more sal_Bool -> boolStephan Bergmann2016-04-251-8/+8
* remove redundant initializationJochen Nitschke2016-04-251-3/+0
* Fix typosAndrea Gelmini2016-04-213-4/+4
* new plugin stylepoliceNoel Grandin2016-04-216-29/+29
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-209-39/+39
* clang-tidy clang-analyzer-deadcode.DeadStoresNoel Grandin2016-04-201-4/+3