summaryrefslogtreecommitdiff
path: root/vcl/source/window/printdlg.cxx
AgeCommit message (Expand)Author
2014-05-05simplify ternary conditions "xxx ? yyy : false"Noel Grandin
2014-04-25Renamed ImplGetDPI(X|Y) to GetDPI(X|Y)Chris Sherlock
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'int'Tor Lillqvist
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock
2014-02-27coverity#1187659 Dereference after null checkCaolán McNamara
2014-02-26Remove visual noise from vclAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-01-28bool improvementsStephan Bergmann
2014-01-20Related: #i56998# add space separator between value and unit...Tsutomu Uchino
2014-01-10EndDialog takes long nResult, not boolStephan Bergmann
2013-12-23convert print progress dialog to .uiCaolán McNamara
2013-12-04Resolves: rhbz#1038189 refresh printer list when print dialog launchedCaolán McNamara
2013-11-14remove unnecessary sal_Unicode casts in VCL moduleNoel Grandin
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-12convert vcl/inc/printdlg.hxx from String to OUStringNoel Grandin
2013-06-04Some more sal_IntPtr dance, but enough for todayFridrich Štrba
2013-05-20Related: fdo#61186 add a toggle to override the paper formatCaolán McNamara
2013-05-09Resolves: #i121233# Added bitmap scaling methods BMP_SCALE_SUPERArmin Le Grand
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-04audit GetParent harder wrt GetParentDialogCaolán McNamara
2013-03-04doubled includesThomas Arnhold
2013-03-03WaE: unused variable 'aPreviewMMSize'Tor Lillqvist
2013-03-03Better quality previews in print dialog.Tomaž Vajngerl
2013-03-03121687# better previewArmin Le Grand
2013-03-01Resolves: fdo#61656 use order and orientation combobox select pos as indexCaolán McNamara
2013-01-14we only ever want the preferred window size from GetOptimalSizeCaolán McNamara
2013-01-12RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/source/windowChr. Rossmanith
2012-12-20implement small-size variant stock image buttonsCaolán McNamara
2012-12-04sort printersCaolán McNamara
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks
2012-10-09remove some unnecessary headersCaolán McNamara
2012-09-28move layout diagnostics to vcl.layout channelCaolán McNamara
2012-09-28convert hard-coded layout of char name tabpage to .uiCaolán McNamara
2012-09-28missing helpids on brochure toggleCaolán McNamara
2012-09-28hide custom tab page if unused, e.g. macro printingCaolán McNamara
2012-09-28convert writer, draw, impress, calc and starmath printer dialogsCaolán McNamara
2012-06-26Prevent print settings dialog to show help buttonMaxime de Roucy
2012-06-02targeted string re-workNorbert Thiebaud
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-03-01New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
2012-01-31Fix for fdo43460 Part LVIII getLength() to isEmpty()Olivier Hallot
2011-12-20callcatcher: Remove unused codeAugust Sodora
2011-12-17fdo#34641: set initial focus to "Number of copies"Ivan Timofeev
2011-11-30fix previous commit, really move initial focus to printer selectionIvan Timofeev