summaryrefslogtreecommitdiff
path: root/svx/source/dialog/compressgraphicdialog.cxx
AgeCommit message (Expand)Author
2017-05-19make string translation loading more uniformCaolán McNamara
2017-05-14fix gdi resource leak (svx/compressgraphicdialog)Julien Nabet
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
2017-03-28tdf#42949: clean up includes in include/svx/[a-c]* with iwyuJorenz Paragas
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann
2016-07-13Resolves: tdf#100340 make compress graphic dialog less wideCaolán McNamara
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin
2016-05-31Convert GfxLinkType to scoped enumNoel Grandin
2016-01-31unnecessary use of OUString constructorNoel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-10-16convert Link<> to typedNoel Grandin
2015-09-14convert Link<> to typedNoel Grandin
2015-09-10convert Link<> to typedNoel Grandin
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin
2015-05-23use sliders in CompressGraphicDialogTomaž Vajngerl
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks
2015-04-18remove stdio.h include from compressgraphicdialogTomaž Vajngerl
2015-04-17svx: convert new to ::Create.Noel Grandin
2015-04-10vclwidget: only call dispose() onceNoel Grandin
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin
2014-10-20loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-07-01Related: fdo#80713 make 'Gif image', etc. translatableCaolán McNamara
2014-02-27Resolves: #i15508# Added support for BMP file typeArmin Le Grand
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2013-10-01convert remnants of String in SVX to StringNoel Grandin
2013-09-05convert svx/source/dialog/*.cxx from String to OUStringNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-14String::SearchAndReplaceAllAscii -> OUString::replaceAllCaolán McNamara
2013-05-09Resolves: #i121233# Added bitmap scaling methods BMP_SCALE_SUPERArmin Le Grand
2013-05-04Show type of graphic in CompressGraphicDialog.Tomaž Vajngerl
2013-02-24Add "Compress Graphic Dialog" to Writer.Tomaž Vajngerl
2013-02-21fdo#59793 Make compress graphic dialog strings translatable.Tomaž Vajngerl
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac
2013-01-09lame_OUString_valueOf_sal_Int32_casts += 6;Luboš Luňák
2013-01-09Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky
2012-12-18remove manual entry of 50 to 600 now that we support items in .uiCaolán McNamara
2012-12-14Remove 2 unused methods from CompressGraphicsDialogJulien Nabet
2012-12-11fix variable namingJack Leigh
2012-12-10do not return reference to a local objectDavid Tardon
2012-12-09Compress graphics dialog converted to new widget layout.Tomaž Vajngerl
2012-11-22get rid of unnecessary LocaleDataWrapper temporary instancesEike Rathke
2012-11-22AllSettings with LanguageTagEike Rathke