summaryrefslogtreecommitdiff
path: root/include/vcl/graphicfilter.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-07-10pass SvStream around by std::unique_ptrNoel Grandin1-1/+1
2018-06-05tdf#102928 PDF export: do recompress CMYK imagesMiklos Vajna1-0/+4
2018-04-20Function to load graphic swapped out (loaded on demand)Tomaž Vajngerl1-0/+3
2018-01-17loplugin:useuniqueptr in GraphicFilterNoel Grandin1-1/+2
2018-01-12More loplugin:cstylecast: vclStephan Bergmann1-2/+2
2017-11-03vcl: remove sgf/sgv ancient gfx filtersThorsten Behrens1-6/+2
2017-10-05loplugin:finalclasses in vclNoel Grandin1-2/+1
2017-08-27convert code-class in ErrCode to scoped enumNoel Grandin1-6/+6
2017-08-24remove unused error code in vclNoel Grandin1-1/+0
2017-08-22Convert ErrCode area to scoped enumNoel Grandin1-7/+7
2017-07-18loplugin:constparams in vclNoel Grandin1-2/+2
2017-07-15emfplus: completed isolation/migration of Emf/WmfArmin Le Grand1-3/+3
2017-06-21convert ErrCode to strong typedefNoel Grandin1-14/+14
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin1-4/+1
2017-06-05Improved loplugin:cstylecast to reference types: vclStephan Bergmann1-2/+2
2017-06-02convert GRFILTER constants to ERRCODE_GRFILTER_Noel Grandin1-14/+14
2017-05-23vcl GraphicFilter: add ImportGraphics()Miklos Vajna1-0/+5
2017-05-08vcl: split jpeg import into two partsMiklos Vajna1-1/+5
2016-11-23loplugin field-can-be-private in include/vcl..xmlscriptNoel Grandin1-17/+15
2016-11-15loplugin:countusersofdefaultparams in include/vclNoel Grandin1-4/+4
2016-11-04loplugin:unnnecessaryvirtual in vclNoel Grandin1-2/+2
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-1/+1
2016-09-18loplugin:unusedenumvaluesNoel Grandin1-3/+1
2016-09-15loplugin:countusersofdefaultparams in vclNoel Grandin1-3/+3
2016-09-07loplugin:constantparam in vclNoel Grandin1-1/+1
2016-08-31loplugin:countusersofdefaultparamsNoel Grandin1-6/+6
2016-06-24vcl: add graphic export-as-pdf filterMiklos Vajna1-0/+1
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin1-1/+0
2016-06-23vcl: add initial PDF import-as-graphic filterMiklos Vajna1-0/+1
2016-02-26loplugin:unuseddefaultparams in /include/vclNoel Grandin1-1/+1
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-02-09Formatting changes across all modulesChris Sherlock1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-12/+12
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-1/+1
2015-10-27loplugin:unusedmethodsNoel Grandin1-11/+2
2015-10-23com::sun::star->css in include/ucbhelper to include/xmlscriptNoel Grandin1-1/+1
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-06loplugin:unusedmethodsNoel Grandin1-1/+0
2015-09-29loplugin:removeunusedmethods, remove unused stuffNoel Grandin1-5/+0
2015-09-24convert Link<> to typedNoel Grandin1-2/+2
2015-08-25parameter names are useless in DECL_LINK declarationsNoel Grandin1-1/+1
2015-05-14convert GRFILTER_I_FLAGS to scoped enumNoel Grandin1-19/+28
2015-04-30Gradually typed LinkStephan Bergmann1-1/+1
2015-04-01loplugin:staticfunctionNoel Grandin1-2/+2
2015-03-02convert GFF_ constants to enum classNoel Grandin1-33/+35
2015-02-07loplugin:deletedspecialStephan Bergmann1-2/+2
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin1-1/+1
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-1/+0
2014-09-22Convenient function to compress a Graphic to PNG imageTomaž Vajngerl1-0/+2