summaryrefslogtreecommitdiff
path: root/svtools/source/filter
AgeCommit message (Expand)AuthorFilesLines
2015-12-04tdf#92925 Remove PBM, PGM, and PPM ExportBryan Quigley1-31/+0
2015-12-02tdf#92925 Remove XPM exportBryan Quigley1-3/+0
2015-12-02tdf#92925 Remove RAS exportBryan Quigley1-3/+0
2015-12-01tdf#92925 Remove PCT export Bryan Quigley1-3/+0
2015-11-15use initialiser for Sequence<OUString>Noel Grandin1-3/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann2-4/+4
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-41/+41
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin1-3/+3
2015-10-30com::sun::star->css in svtoolsNoel Grandin2-24/+21
2015-10-20sc: initial png exportMiklos Vajna1-0/+2
2015-10-20loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19Writer image export: cmd. line, default to white backgroundTomaž Vajngerl1-1/+8
2015-10-16convert Link<> to typedNoel Grandin3-21/+11
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2-12/+12
2015-10-12convert Link<> to typedNoel Grandin2-4/+9
2015-09-16boost->stdCaolán McNamara1-2/+2
2015-09-08This shall presumably use nCompression, not a hardcoded "9"Stephan Bergmann1-1/+1
2015-09-07svtools: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe1-2/+2
2015-09-04convert Link<> to typedNoel Grandin2-3/+2
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2-12/+14
2015-08-25parameter names are useless in DECL_LINK declarationsNoel Grandin1-6/+6
2015-08-11loplugin: defaultparamsNoel Grandin1-1/+1
2015-07-14-Werror,-Wunused-private-fieldStephan Bergmann1-3/+0
2015-07-14loplugin:unusedmethods svtoolsNoel Grandin1-1/+0
2015-06-02cppcheck: noExplicitConstructorCaolán McNamara1-1/+1
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung1-1/+1
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin1-1/+1
2015-05-14convert GRFILTER_I_FLAGS to scoped enumNoel Grandin1-1/+1
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks3-37/+87
2015-04-27More loplugin:simplifyboolStephan Bergmann1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin2-2/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin3-33/+79
2015-04-09svtools: apply vcl::window refcounting changesNoel Grandin3-6/+10
2015-04-09loplugin:staticmethodsNoel Grandin1-1/+1
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann1-1/+1
2014-12-18svtools: Use appropriate OUString functions on string constantsStephan Bergmann1-1/+1
2014-11-17"#pragma hdrstop" looks quite obsoleteMichael Stahl1-4/+0
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl2-0/+3
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-2/+2
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-2/+2
2014-09-23fdo#82577: Handle WindowNoel Grandin1-1/+1
2014-07-05Avoid possible memory leaks in case of exceptionsTakeshi Abe1-3/+4
2014-06-25fdo#51763 - make title of dialog localisableJoren De Cuyper1-3/+1
2014-05-16trivial cleanupsCaolán McNamara1-3/+1
2014-05-08svtools: sal_Bool->boolNoel Grandin3-24/+24
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann2-2/+2
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-11/+11
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-18/+18