summaryrefslogtreecommitdiff
path: root/vcl/source/filter/FilterConfigCache.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-11-09rename AvoidConfig to FuzzingCaolán McNamara1-1/+1
2017-11-03vcl: remove sgf/sgv ancient gfx filtersThorsten Behrens1-3/+1
2017-06-28loplugin:oncevar in vclNoel Grandin1-7/+7
2017-05-04Replace all OUString("") with OUString()Arnaud Versini1-14/+14
2017-03-03hook local FilterConfigCache config avoid to global oneCaolán McNamara1-1/+4
2017-02-28new loplugin unoanyNoel Grandin1-1/+1
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-1/+0
2016-09-22fix windows buildNoel Grandin1-0/+7
2016-09-22loplugin:unusedmethods in sc..vclNoel Grandin1-7/+0
2016-07-13no need to create temporary OUString for comparisonNoel Grandin1-3/+3
2016-06-24vcl: add graphic export-as-pdf filterMiklos Vajna1-1/+1
2016-06-23vcl: add initial PDF import-as-graphic filterMiklos Vajna1-1/+1
2016-06-10tdf#96099 Remove various smart pointer typedefs in vclMark Page1-10/+10
2016-01-18FilterConfigCache::GetImportFormatMediaType still needed on WNTStephan Bergmann1-0/+7
2016-01-18loplugin: unused return values in vcl/Noel Grandin1-9/+1
2016-01-13tdf#92925 Remove MET (OS/2) exportBryan Quigley1-1/+0
2016-01-08Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock1-1/+1
2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock1-1/+1
2015-12-04tdf#92925 Remove PBM, PGM, and PPM ExportBryan Quigley1-3/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-4/+4
2015-11-06merged graphic import/export into a single libraryOliver Specht1-4/+19
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-2/+1
2015-10-27loplugin:unusedmethodsNoel Grandin1-18/+0
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-5/+0
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-2/+0
2014-03-12Simplify linear searches in FilterConfigCacheAlex Henrie1-16/+16
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock1-4/+0
2014-02-23Remove unneccessary commentsAlexander Wilms1-3/+3
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-15/+15
2013-12-13fdo#70338 : Fixed file corruption issue after save for docx.Sushil Shinde1-1/+3
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin1-1/+1
2013-09-08String to OUStringThomas Arnhold1-2/+1
2013-08-12convert vcl/source/filter/FilterConfigCache.hxx from String to OUStringNoel Grandin1-58/+58
2013-04-15fdo#60724 successfull -> successfulThomas Arnhold1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-5/+5
2013-03-29Fix wrong copy paste iterator (import instead of export)Julien Nabet1-4/+4
2013-03-29Use const_iterator instead of iterator if possibleJulien Nabet1-9/+11
2013-03-28Prefer prefix ++/-- operators for non-primitive typesJulien Nabet1-27/+18
2013-03-05make vcl filter config extension search cleaner and more comprehensiveMichael Meeks1-0/+16
2013-02-25loplugin: improve indentationThomas Arnhold1-2/+1
2013-01-13callcatcher: update and remove newly unused codeCaolán McNamara1-10/+0
2013-01-12RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/source/filterChr. Rossmanith1-2/+2
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-2/+3
2013-01-04Move GraphicFilter class to vcl.Jan Holesovsky1-0/+561