summaryrefslogtreecommitdiff
path: root/vcl/source/control/field2.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-11-18com::sun::star->css in vcl/Noel Grandin1-2/+2
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-9/+9
2015-11-09new loplugin: oncevarNoel Grandin1-6/+4
2015-09-23memleak:clear self referring VclPtr in *Field and *Box classesDennis Francis1-0/+36
2015-09-09remove unused Link<> fieldNoel Grandin1-12/+0
2015-08-16Avoid conversion warningsMatteo Casalin1-6/+6
2015-08-11loplugin: defaultparamsNoel Grandin1-2/+2
2015-07-21avoid 1-past-the-end string accessLionel Elie Mamane1-5/+4
2015-07-13Bin two unused fieldsTor Lillqvist1-14/+0
2015-06-25loplugin:stringconstant: Flag more inefficienciesStephan Bergmann1-1/+1
2015-04-09vcl: window destructors calling disposeNoel Grandin1-24/+0
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-13V803 decreased performance postfix incrementMichael Stahl1-2/+2
2015-01-19fdo#39440 vcl: reduce scope of local variablesMichael Weghorn1-1/+2
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-5/+5
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-4/+4
2014-12-31drop dateformatter resource loadingCaolán McNamara1-79/+0
2014-12-31drop timeformatter resource loadingCaolán McNamara1-42/+0
2014-12-31TimeFields not loaded from resource files anymoreCaolán McNamara1-41/+0
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-18/+18
2014-10-28fdo#84938: replace TIMEF_ constants with enumNoel Grandin1-19/+19
2014-10-01fdo#82577: Handle TimeNoel Grandin1-35/+35
2014-09-23fdo#82577: Handle WindowNoel Grandin1-8/+8
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-4/+0
2014-06-13loplugin:staticcallStephan Bergmann1-6/+6
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist1-2/+0
2014-02-28WaE: implicit conversion (IntegralCast) from bool to 'int'Tor Lillqvist1-2/+2
2014-02-28sal_Bool -> bool in mostly vcl moduleChris Sherlock1-11/+11
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-100/+100
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-19unotools: sal_Bool -> boolStephan Bergmann1-4/+4
2014-01-18Window::PreNotify should return boolStephan Bergmann1-12/+12
2014-01-17Window::Notify should return boolStephan Bergmann1-6/+6
2014-01-13longparas: drop xub_StrLen from fieldsCaolán McNamara1-10/+10
2013-12-01Remove useless comments from field.cxx field2.cxxTomaž Vajngerl1-264/+0
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-2/+2
2013-10-09More OUString::copy out-of-bounds fixesStephan Bergmann1-1/+3
2013-10-04fdo#39674 fix some spellingThomas Arnhold1-4/+4
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara1-2/+2
2013-08-12convert String to OUString in VCLNoel Grandin1-2/+2
2013-08-08vcl, sw: fix the inheritance of SwComboBox from ComboBox a bitMichael Stahl1-3/+3
2013-08-02fdo#67235 adapt form control code to time nanosecond API changeLionel Elie Mamane1-32/+35
2013-07-28protect against past-the-end access of empty stringLionel Elie Mamane1-4/+4
2013-07-28More details in debug outputLionel Elie Mamane1-0/+2
2013-06-16fdo#43460 use isEmpty()Jelle van der Waa1-1/+1
2013-05-17ImplDateIncrementYear: handle February 29Eike Rathke1-0/+15
2013-05-17obtain days in month from non-normalized date, fdo#63805 relatedEike Rathke1-1/+1
2013-05-14sal_Bool to boolTakeshi Abe1-72/+72
2013-05-08fdo#46808, Convert some code to getProcessComponentContextNoel Grandin1-1/+1