summaryrefslogtreecommitdiffstats
path: root/svtools/source/filter
Commit message (Expand)AuthorAgeFilesLines
* convert MapUnit to scoped enumNoel Grandin2016-10-053-28/+28
* Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann2016-10-053-20/+20
* loplugin:unusedfieldsNoel Grandin2016-09-201-4/+1
* loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann2016-09-132-2/+2
* loplugin:constantparam in vclNoel Grandin2016-09-071-5/+2
* masses of MessBoxes not being disposed promptlyCaolán McNamara2016-07-261-1/+1
* Resolves: tdf#100340 make compress graphic dialog less wideCaolán McNamara2016-07-131-2/+2
* Resolves: tdf#59570 scrollbar used instead of sliderCaolán McNamara2016-07-132-5/+5
* loplugin:singlevalfields in svtoolsNoel Grandin2016-06-242-6/+2
* Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann2016-06-081-1/+1
* #i124867#: jpg options shows initially wrong estimated file sizeDamjan Jovanovic2016-06-061-2/+2
* loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2016-04-201-2/+2
* new loplugin: commaoperatorNoel Grandin2016-02-231-2/+4
* Remove excess newlinesChris Sherlock2016-02-092-4/+0
* loplugin:unusedmethods unused return value in svtoolsNoel Grandin2016-01-142-9/+3
* tdf#92925 Remove MET (OS/2) exportBryan Quigley2016-01-131-3/+0
* Fix typosAndrea Gelmini2016-01-101-1/+1
* tdf#92925 Remove SVM export from Impress/DrawBryan Quigley2016-01-051-3/+0
* tdf#92925 Remove PBM, PGM, and PPM ExportBryan Quigley2015-12-041-31/+0
* tdf#92925 Remove XPM exportBryan Quigley2015-12-021-3/+0
* tdf#92925 Remove RAS exportBryan Quigley2015-12-021-3/+0
* tdf#92925 Remove PCT export Bryan Quigley2015-12-011-3/+0
* use initialiser for Sequence<OUString>Noel Grandin2015-11-151-3/+1
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-102-4/+4
* loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2015-11-061-41/+41
* use uno::Reference::set method instead of assignmentNoel Grandin2015-11-051-3/+3
* com::sun::star->css in svtoolsNoel Grandin2015-10-302-24/+21
* sc: initial png exportMiklos Vajna2015-10-201-0/+2
* loplugin:defaultparamsStephan Bergmann2015-10-201-1/+1
* Writer image export: cmd. line, default to white backgroundTomaž Vajngerl2015-10-191-1/+8
* convert Link<> to typedNoel Grandin2015-10-163-21/+11
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-122-12/+12
* convert Link<> to typedNoel Grandin2015-10-122-4/+9
* boost->stdCaolán McNamara2015-09-161-2/+2
* This shall presumably use nCompression, not a hardcoded "9"Stephan Bergmann2015-09-081-1/+1
* svtools: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe2015-09-071-2/+2
* convert Link<> to typedNoel Grandin2015-09-042-3/+2
* Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin2015-08-262-12/+14
* parameter names are useless in DECL_LINK declarationsNoel Grandin2015-08-251-6/+6
* loplugin: defaultparamsNoel Grandin2015-08-111-1/+1
* -Werror,-Wunused-private-fieldStephan Bergmann2015-07-141-3/+0
* loplugin:unusedmethods svtoolsNoel Grandin2015-07-141-1/+0
* cppcheck: noExplicitConstructorCaolán McNamara2015-06-021-1/+1
* Rewrite all calls like Dialog(params).Execute()Philippe Jung2015-05-281-1/+1
* convert ANTIALIASING constants to scoped enumNoel Grandin2015-05-201-1/+1
* convert GRFILTER_I_FLAGS to scoped enumNoel Grandin2015-05-141-1/+1
* Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks2015-04-283-37/+87
|\
| * vclwidget: only call dispose() onceNoel Grandin2015-04-102-2/+2
| * vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin2015-04-103-33/+79
| * svtools: apply vcl::window refcounting changesNoel Grandin2015-04-093-6/+10