summaryrefslogtreecommitdiff
path: root/vcl/source/control/field.cxx
AgeCommit message (Expand)Author
2017-06-17loplugin:unusedfields in vcl part1Noel Grandin
2017-05-19loplugin:stringcopy: vclStephan Bergmann
2017-05-08cleanup tools/debug.hxx includesJochen Nitschke
2017-04-28move builder attributes from OString to OUStringCaolán McNamara
2017-04-26loplugin:unusedmethodsNoel Grandin
2017-04-25clang-tidy readability-simplify-boolean-expr in vclNoel Grandin
2017-04-25loplugin:checkunusedparams in vclNoel Grandin
2017-04-19remove freshly unused menu support from src filesCaolán McNamara
2017-04-11convert ruler menu to .uiCaolán McNamara
2017-03-08loplugin:loopvartoosmallStephan Bergmann
2017-02-03TyposJulien Nabet
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin
2016-11-24vcl: rename Window::Notify to EventNotifyMichael Stahl
2016-11-14Avoid -fsanitize=signed-integer-overflowStephan Bergmann
2016-10-26loplugin:expandablemethods in vclNoel Grandin
2016-10-21loplugin:expandablemethodds in include/vclNoel Grandin
2016-10-10no numericfield, spinfield or spinbutton loaded from .src nowCaolán McNamara
2016-10-06no MetricFields are loaded from .src files nowCaolán McNamara
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-07loplugin:constantparam in vclNoel Grandin
2016-07-04remove comphelper::string::removeNoel Grandin
2016-06-24loplugin:singlevalfields in vcl(part1)Noel Grandin
2016-06-17convert DBG_ASSERT in vclNoel Grandin
2016-05-26Convert METRICFORMATTER to scoped enumNoel Grandin
2016-05-26Convert METRICFIELD to scoped enumNoel Grandin
2016-05-16convert NUMERICFORMATTER to scoped enumNoel Grandin
2016-04-01tdf#97966 Drop 'static' keywordsWastack
2016-02-26loplugin:unuseddefaultparms in include/vcl (part2)Noel Grandin
2016-02-13vcl: include vcl headers via triangular brackets instead of quotesChris Sherlock
2016-02-09Remove excess newlinesChris Sherlock
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-09-23memleak:clear self referring VclPtr in *Field and *Box classesDennis Francis
2015-09-18fixes memleak : clear self referring VclPtr in MetricBoxDennis Francis
2015-09-11convert Link<> to typedNoel Grandin
2015-09-09remove unused Link<> fieldNoel Grandin
2015-04-09vcl: window destructors calling disposeNoel Grandin
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-19Support "a/b" style of fractions, not just "a b/c" style. Also fixes a crash.Laszlo Kis-Adam
2015-01-14-Werror,-Wunused-variableStephan Bergmann
2015-01-14Resoles: fdo#38829 Implemented fractional inches for Bug #38829.Foo Lai Choo
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin
2014-12-18Fix MSVC buildStephan Bergmann
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-11-19coverity#1242627 Use of untrusted scalar valueCaolán McNamara
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava
2014-10-01Fallout fdo#83010: wrap on limits also in corner casesKatarina Behrens
2014-09-25Related: fdo#83010 implement wrapping on reaching NumericFormatter limitsCaolán McNamara