summaryrefslogtreecommitdiff
path: root/svx/source/dialog/compressgraphicdialog.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-07-20unnecessary use of OUString constructorNoel Grandin1-1/+1
2016-03-15vcl: move graph.[hx]xx to graphic.[hc]xxChris Sherlock1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-2/+2
2015-10-16convert Link<> to typedNoel Grandin1-9/+3
2015-09-14convert Link<> to typedNoel Grandin1-3/+1
2015-09-10convert Link<> to typedNoel Grandin1-2/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-2/+1
2015-05-23use sliders in CompressGraphicDialogTomaž Vajngerl1-1/+7
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann1-1/+1
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-6/+6
2015-04-28Merge remote-tracking branch 'origin/feature/vclptr'Michael Meeks1-5/+26
2015-04-18remove stdio.h include from compressgraphicdialogTomaž Vajngerl1-2/+0
2015-04-17svx: convert new to ::Create.Noel Grandin1-1/+1
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-1/+1
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-0/+25
2015-04-09vcl: VclPtr conversion in svx.Noel Grandin1-4/+0
2014-10-20loplugin: cstylecastNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-07-01Related: fdo#80713 make 'Gif image', etc. translatableCaolán McNamara1-10/+10
2014-02-27Resolves: #i15508# Added support for BMP file typeArmin Le Grand1-0/+3
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2013-10-01convert remnants of String in SVX to StringNoel Grandin1-1/+1
2013-09-05convert svx/source/dialog/*.cxx from String to OUStringNoel Grandin1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-5/+5
2013-07-14String::SearchAndReplaceAllAscii -> OUString::replaceAllCaolán McNamara1-13/+13
2013-05-09Resolves: #i121233# Added bitmap scaling methods BMP_SCALE_SUPERArmin Le Grand1-1/+1
2013-05-04Show type of graphic in CompressGraphicDialog.Tomaž Vajngerl1-0/+35
2013-02-24Add "Compress Graphic Dialog" to Writer.Tomaž Vajngerl1-28/+67
2013-02-21fdo#59793 Make compress graphic dialog strings translatable.Tomaž Vajngerl1-24/+23
2013-01-21Changed SetText() / GetText() to take/return OUStringChr. Rossmanith1-1/+1
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-3/+3
2013-01-09lame_OUString_valueOf_sal_Int32_casts += 6;Luboš Luňák1-3/+3
2013-01-09Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-8/+8
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2012-12-18remove manual entry of 50 to 600 now that we support items in .uiCaolán McNamara1-8/+0
2012-12-14Remove 2 unused methods from CompressGraphicsDialogJulien Nabet1-29/+0
2012-12-11fix variable namingJack Leigh1-63/+63
2012-12-10do not return reference to a local objectDavid Tardon1-1/+1
2012-12-09Compress graphics dialog converted to new widget layout.Tomaž Vajngerl1-95/+159
2012-11-22get rid of unnecessary LocaleDataWrapper temporary instancesEike Rathke1-2/+2
2012-11-22AllSettings with LanguageTagEike Rathke1-1/+1
2012-11-15fdo#46808, use service constructor for i18n::NumberFormatMapperNoel Grandin1-1/+1
2012-07-24Simplify compression and remove code duplication in CompressGraphicDialogTomaž Vajngerl1-56/+45
2012-07-15WaE: unused variables and misordered initialization listCaolán McNamara1-5/+2
2012-07-15GUI improvements for CompressGraphicDialog.Tomaž Vajngerl1-80/+154
2012-07-09Compress Graphic functionallity added (currently only for Draw)Tomaž Vajngerl1-0/+241