summaryrefslogtreecommitdiff
path: root/vcl/source/window/printdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2015-08-31loplugin:stringconstant: OUStringBuffer: appendAscii -> appendStephan Bergmann1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-12/+15
2015-08-11loplugin: defaultparamsNoel Grandin1-5/+5
2015-06-23rendercontext: Mass fix of using the wrong size.Jan Holesovsky1-1/+1
2015-05-22tdf#91283 - reset the PrinterController during dispose.Michael Meeks1-0/+1
2015-05-20convert ANTIALIASING constants to scoped enumNoel Grandin1-2/+2
2015-05-20convert DRAWMODE constants to scoped enumNoel Grandin1-3/+3
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin1-2/+2
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl1-1/+1
2015-05-13convert FRAME_DRAW constants to scoped enumNoel Grandin1-2/+2
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-2/+2
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-2/+2
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-2/+2
2015-05-11convert COMMAND_ constants to scoped enumNoel Grandin1-2/+2
2015-05-11refactor PrintDialog to use RenderContexTomaž Vajngerl1-51/+50
2015-05-09tdf#91052 - more macros for 'make' constructors.Michael Meeks1-2/+5
2015-05-06convert BMP_SCALE constant to scoped enumNoel Grandin1-1/+1
2015-04-29fix compile: delegate RenderContext parameter to superTomaž Vajngerl1-2/+3
2015-04-29mass rewrite Paint(Rect&) to Paint(RenderContext&, Rect&)Tomaž Vajngerl1-2/+2
2015-04-20vcl: convert new to ::CreateMichael Meeks1-3/+3
2015-04-10vclptr: create Instance helpers, and set initial ref-count to 1.Michael Meeks1-3/+3
2015-04-10start wrapping OutputDevice in VclPtrNoel Grandin1-23/+24
2015-04-10vclptr: switch printers away from boost_shared.Michael Meeks1-4/+4