summaryrefslogtreecommitdiff
path: root/vcl/source/window/printdlg.cxx
AgeCommit message (Expand)AuthorFilesLines
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
2015-04-10vclwidget: only call dispose() onceNoel Grandin1-3/+3
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-18/+45
2015-04-09loplugin: vclwidget: add check that dispose is calling superclass disposeNoel Grandin1-0/+1
2015-04-09vcl: window destructors calling disposeNoel Grandin1-8/+5
2015-04-09manage VCL widgets using rtl::ReferenceNoel Grandin1-12/+19
2015-03-31tdf#63905: fix regression by using paper size set in printer propertiesClément Lassieur1-1/+7
2015-03-19loplugin:constantfunction: vclNoel Grandin1-10/+0
2015-02-16add GetSelectEntryData to ListBox and ComboBoxNoel Grandin1-1/+1
2015-02-06shared_ptr<T>(new T(args)) -> make_shared<T>(args)Caolán McNamara1-5/+5
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-2/+2
2014-11-06Revert "use the new OUString::fromUtf8 method"Stephan Bergmann1-1/+1
2014-11-06use the new OUString::fromUtf8 methodNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin1-22/+22
2014-09-18default n-up printing of notes to sensible 2 x 1 not 1 x 2Caolán McNamara1-0/+8
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin1-1/+1
2014-04-25Renamed ImplGetDPI(X|Y) to GetDPI(X|Y)Chris Sherlock1-1/+1
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-6/+0
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'int'Tor Lillqvist1-1/+1
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-2/+2
2014-02-27coverity#1187659 Dereference after null checkCaolán McNamara1-0/+22
2014-02-26Remove visual noise from vclAlexander Wilms1-2/+2