summaryrefslogtreecommitdiff
path: root/vcl/source/window/printdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-12-10use Image(OUString) instead of Image(Bitmap(OUString))Noel Grandin1-4/+2
2017-10-26vcl: make MapMode constructor explicitMichael Stahl1-4/+4
2017-10-23loplugin:includeform: vclStephan Bergmann1-11/+11
2017-09-25Rename GetSelectEntryData -> GetSelectedEntryDataSamuel Mehrbrodt1-1/+1
2017-09-21Rename GetSelectEntryPos -> GetSelectedEntryPosSamuel Mehrbrodt1-5/+5
2017-09-21Rename GetSelectEntry -> GetSelectedEntrySamuel Mehrbrodt1-3/+3
2017-09-14clang-tidy modernize-use-emplace in vclNoel Grandin1-6/+6
2017-08-15loplugin:redundantcast, find more functional castsNoel Grandin1-4/+4
2017-07-21migrate to boost::gettextCaolán McNamara1-1/+4
2017-07-14use more OUString::operator== in test..xmlsecurityNoel Grandin1-1/+1
2017-07-05new loplugin unnecessaryparenNoel Grandin1-2/+2
2017-07-04loplugin:casttovoid in VCL_BUILDER_DECL_FACTORYStephan Bergmann1-4/+2
2017-06-23simplify some string handling in tracing callsNoel Grandin1-5/+1
2017-05-30teach redundantcast plugin about functional castsNoel Grandin1-1/+1
2017-05-19make string translation loading more uniformCaolán McNamara1-4/+4
2017-04-28loplugin:salunicodeliteral: vclStephan Bergmann1-2/+2
2017-04-25remove bitmaps from .src filesCaolán McNamara1-2/+3
2017-04-25loplugin:checkunusedparams in vclNoel Grandin1-2/+2
2017-04-19convert MeasurementSystem to scoped enumNoel Grandin1-2/+2
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna1-5/+5
2017-01-14u*,v*: load BitmapEx resources instead of Image onesCaolán McNamara1-4/+4
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin1-3/+3
2016-12-20Drop ListBox include from ComboBox headerJan-Marek Glogowski1-0/+1
2016-10-26loplugin:expandablemethods in vclNoel Grandin1-5/+0
2016-10-05convert MapUnit to scoped enumNoel Grandin1-14/+14
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-10/+10
2016-09-05convert Orientation to scoped enumNoel Grandin1-1/+1
2016-07-27improve passstuffbyref return analysisNoel Grandin1-1/+1
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin1-0/+2
2016-06-24tdf#62525 vcl: use cow_wrapper for jobsetXisco Fauli1-1/+1
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin1-1/+0
2016-06-17convert DBG_ASSERT in vclNoel Grandin1-2/+2
2016-06-12convert more DBG_ASSERT(false to SAL_WARNNoel Grandin1-1/+1
2016-06-03Convert NupOrderType to scoped enumNoel Grandin1-16/+8
2016-05-31Convert PrinterSupport to scoped enumNoel Grandin1-1/+1
2016-04-28FixedLine copyspacer was removed from .ui but referenced in .cxxCaolán McNamara1-2/+0
2016-03-08loplugin:constantparams in vclNoel Grandin1-1/+1
2016-02-26loplugin:unuseddefaultparam in vcl/Noel Grandin1-3/+1
2016-02-22loplugin:commaoperator in vcl/Noel Grandin1-4/+16
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock1-13/+13
2016-02-09tdf#94097: Move 'Print to file' option to the front pageKatarina Behrens1-30/+37
2016-02-04vcl: take into account the font width is the average font widthChris Sherlock1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-3/+3
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-35/+35
2015-10-19loplugin:defaultparamsStephan Bergmann1-3/+3
2015-10-16convert Link<> to typedNoel Grandin1-13/+11
2015-10-12convert Link<> to typedNoel Grandin1-12/+9
2015-09-15remove Link<> field that is never Call()'edNoel Grandin1-9/+0
2015-09-14convert Link<> to typedNoel Grandin1-8/+6
2015-09-10convert Link<> to typedNoel Grandin1-8/+12