summaryrefslogtreecommitdiff
path: root/vcl/source/gdi/print3.cxx
AgeCommit message (Expand)Author
2014-04-25Renamed ImplGetDPI(X|Y) to GetDPI(X|Y)Chris Sherlock
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-03-22coverity#705969 Dereference before null checkCaolán McNamara
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-05Doxygen warnings correctedChris Sherlock
2014-02-04Revert "Doxygen warnings corrected"Caolán McNamara
2014-02-04Doxygen warnings correctedChris Sherlock
2014-01-28bool improvementsStephan Bergmann
2013-12-20typo fixesAndras Timar
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-08-24add gtk_message_dialog_new-alike ctor for MessageDialogCaolán McNamara
2013-08-12convert String to OUString in VCLNoel Grandin
2013-05-24Resolves: #i120529# abort print controller job, if no pages will be printedOliver-Rainer Wittmann
2013-05-20Related: fdo#61186 add a toggle to override the paper formatCaolán McNamara
2013-05-20Related: fdo#61186 always operate on printer settings paper formatCaolán McNamara
2013-05-17I can see no use anywhere of OverridePageSizeCaolán McNamara
2013-05-17Related: fdo#61186 ensure printer settings paper format is not clobberedCaolán McNamara
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold
2013-02-12fdo#46808, Adapt ui::dialogs::FilePicker UNO service to new styleNoel Grandin
2013-01-12RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/source/gdiChr. Rossmanith
2012-11-06Fix some file modesStephan Bergmann
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara
2012-04-30make ResId::toString a non-static memberCaolán McNamara
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-04remove useless line (probably mis-merge)David Tardon
2012-03-29set correct paper tray in UIDavid Tardon
2012-03-15Revert "fix setting of paper tray from print dialog (fdo#43932)"David Tardon
2012-03-14fix setting of paper tray from print dialog (fdo#43932)David Tardon
2012-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-02-27there is no Sequence::isEmpty()Ivan Timofeev
2012-02-27Replace getLength() with isEmpty() where appropriateChr. Rossmanith
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) to equalsAscii(...)Takeshi Abe
2012-01-31maUIOptions is a Sequence not a stringCaolán McNamara
2012-01-31Fix for fdo43460 Part LVIII getLength() to isEmpty()Olivier Hallot
2012-01-17Replaced SAL_INFO with SAL_WARN were applicable.Marcel Metz
2012-01-16Replaced DBG_ERRORFILE with SAL_INFO.Marcel Metz
2011-12-22use officecfg/Office/Common.hxx directlyDavid Tardon
2011-12-05deactivate print job after errorDavid Tardon
2011-12-05move the check function to vclDavid Tardon
2011-11-27remove include of pch header from vclNorbert Thiebaud
2011-11-21Convert Sal to rtl::O(U)StringDavid Tardon
2011-11-18fix UI updating in the print dialogIvan Timofeev
2011-10-31rhbz#657394: crash closing document while printingMichael Stahl
2011-09-24unusedcode: vcl::PrinterFooMatúš Kukan