summaryrefslogtreecommitdiff
path: root/vcl/source/filter/FilterConfigCache.cxx
AgeCommit message (Expand)Author
2019-08-15loplugin:sequenceloop in unoxml..vclNoel Grandin
2019-07-24tdf#42949 Fix IWYU warnings in vcl/source/[f-i]*Gabor Kelemen
2019-06-18Simplify Sequence iterations in vclArkadiy Illarionov
2019-06-09Sequence->vector in FilterConfigCacheNoel Grandin
2019-05-02Use hasElements to check Sequence emptiness in [v-x]*Arkadiy Illarionov
2018-12-05loplugin:singlevalfields in FilterConfigCacheNoel Grandin
2018-09-17New loplugin:externalStephan Bergmann
2018-05-17loplugin:unusedfields in vclNoel Grandin
2018-01-29Modernize a bit vcl (part2)Julien Nabet
2017-12-13tools: reimplement SVLIBRARY macro & remove it from solar.hMichael Stahl
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara
2017-11-03vcl: remove sgf/sgv ancient gfx filtersThorsten Behrens
2017-06-28loplugin:oncevar in vclNoel Grandin
2017-05-04Replace all OUString("") with OUString()Arnaud Versini
2017-03-03hook local FilterConfigCache config avoid to global oneCaolán McNamara
2017-02-28new loplugin unoanyNoel Grandin
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-09-22fix windows buildNoel Grandin
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin
2016-07-13no need to create temporary OUString for comparisonNoel Grandin
2016-06-24vcl: add graphic export-as-pdf filterMiklos Vajna
2016-06-23vcl: add initial PDF import-as-graphic filterMiklos Vajna
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page
2016-01-18FilterConfigCache::GetImportFormatMediaType still needed on WNTStephan Bergmann
2016-01-18loplugin: unused return values in vcl/Noel Grandin
2016-01-13tdf#92925 Remove MET (OS/2) exportBryan Quigley
2016-01-08Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock
2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock
2015-12-04tdf#92925 Remove PBM, PGM, and PPM ExportBryan Quigley
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06merged graphic import/export into a single libraryOliver Specht
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin
2015-10-27loplugin:unusedmethodsNoel Grandin
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-12Simplify linear searches in FilterConfigCacheAlex Henrie
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2013-12-13fdo#70338 : Fixed file corruption issue after save for docx.Sushil Shinde
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin
2013-09-08String to OUStringThomas Arnhold
2013-08-12convert vcl/source/filter/FilterConfigCache.hxx from String to OUStringNoel Grandin
2013-04-15fdo#60724 successfull -> successfulThomas Arnhold
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-29Fix wrong copy paste iterator (import instead of export)Julien Nabet
2013-03-29Use const_iterator instead of iterator if possibleJulien Nabet
2013-03-28Prefer prefix ++/-- operators for non-primitive typesJulien Nabet