summaryrefslogtreecommitdiff
path: root/vcl/source/control/field2.cxx
AgeCommit message (Expand)Author
2016-07-22Resolves: tdf#100558 last 'section' of date field not incrementedCaolán McNamara
2015-11-18com::sun::star->css in vcl/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09new loplugin: oncevarNoel Grandin
2015-09-23memleak:clear self referring VclPtr in *Field and *Box classesDennis Francis
2015-09-09remove unused Link<> fieldNoel Grandin
2015-08-16Avoid conversion warningsMatteo Casalin
2015-08-11loplugin: defaultparamsNoel Grandin
2015-07-21avoid 1-past-the-end string accessLionel Elie Mamane
2015-07-13Bin two unused fieldsTor Lillqvist
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann
2015-04-09vcl: window destructors calling disposeNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-13V803 decreased performance postfix incrementMichael Stahl
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2014-12-31drop dateformatter resource loadingCaolán McNamara
2014-12-31drop timeformatter resource loadingCaolán McNamara
2014-12-31TimeFields not loaded from resource files anymoreCaolán McNamara
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-10-28fdo#84938: replace TIMEF_ constants with enumNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
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-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-19unotools: sal_Bool -> boolStephan Bergmann
2014-01-18Window::PreNotify should return boolStephan Bergmann
2014-01-17Window::Notify should return boolStephan Bergmann
2014-01-13longparas: drop xub_StrLen from fieldsCaolán McNamara
2013-12-01Remove useless comments from field.cxx field2.cxxTomaž Vajngerl
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin
2013-10-09More OUString::copy out-of-bounds fixesStephan Bergmann
2013-10-04fdo#39674 fix some spellingThomas Arnhold
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara
2013-08-12convert String to OUString in VCLNoel Grandin
2013-08-08vcl, sw: fix the inheritance of SwComboBox from ComboBox a bitMichael Stahl
2013-08-02fdo#67235 adapt form control code to time nanosecond API changeLionel Elie Mamane
2013-07-28protect against past-the-end access of empty stringLionel Elie Mamane
2013-07-28More details in debug outputLionel Elie Mamane
2013-06-16fdo#43460 use isEmpty()Jelle van der Waa
2013-05-17ImplDateIncrementYear: handle February 29Eike Rathke
2013-05-17obtain days in month from non-normalized date, fdo#63805 relatedEike Rathke
2013-05-14sal_Bool to boolTakeshi Abe