summaryrefslogtreecommitdiff
path: root/vcl/source/control/field.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-07-20Fix typosAndrea Gelmini1-1/+1
2016-07-12Remove excess newlinesChris Sherlock1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-7/+7
2015-09-23memleak:clear self referring VclPtr in *Field and *Box classesDennis Francis1-0/+30
2015-09-18fixes memleak : clear self referring VclPtr in MetricBoxDennis Francis1-0/+6
2015-09-11convert Link<> to typedNoel Grandin1-2/+2
2015-09-09remove unused Link<> fieldNoel Grandin1-36/+0
2015-04-09vcl: window destructors calling disposeNoel Grandin1-24/+0
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-2/+2
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-19Support "a/b" style of fractions, not just "a b/c" style. Also fixes a crash.Laszlo Kis-Adam1-3/+15
2015-01-14-Werror,-Wunused-variableStephan Bergmann1-2/+0
2015-01-14Resoles: fdo#38829 Implemented fractional inches for Bug #38829.Foo Lai Choo1-11/+77
2015-01-12convert SETTINGS_ #defines to 'enum class'Noel Grandin1-6/+6
2015-01-12fdo#84938: replace DATACHANGED_ constants with 'enum class'Noel Grandin1-6/+6
2014-12-18Fix MSVC buildStephan Bergmann1-1/+1
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl1-18/+18
2014-11-19coverity#1242627 Use of untrusted scalar valueCaolán McNamara1-1/+6
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-10-01Fallout fdo#83010: wrap on limits also in corner casesKatarina Behrens1-2/+4
2014-09-25Related: fdo#83010 implement wrapping on reaching NumericFormatter limitsCaolán McNamara1-3/+6
2014-09-25Related: fdo#83010 move NumericFormatter clipping to min/max into one placeCaolán McNamara1-28/+16
2014-09-23fdo#82577: Handle WindowNoel Grandin1-8/+8
2014-06-15callcatcher: update unused codeCaolán McNamara1-15/+0
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-03-21Related: fdo#74468 drop hard-coded 'sec' and use FUNIT_SECONDSCaolán McNamara1-6/+1
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke1-12/+12
2014-02-21vcl: sal_Bool -> boolStephan Bergmann1-56/+56
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert1-0/+1
2014-02-13enable spin-size for NumericField tooDavid Tardon1-0/+2
2014-02-13fdo#74468 fix timing of slide transitionsDavid Tardon1-0/+2
2014-01-22drop translation of % now that we use icu to format itCaolán McNamara1-0/+1
2014-01-20Related: #i56998# use locale rules to format percentageCaolán McNamara1-1/+10
2014-01-20Related: #i56998# percent value should not takes space separator...Tsutomu Uchino1-1/+1
2014-01-20Related: #i56998# no space for degree symbolCaolán McNamara1-1/+1
2014-01-20Resolves: #i56998# add a space separater between value and unit...Tsutomu Uchino1-1/+4
2014-01-18Window::PreNotify should return boolStephan Bergmann1-12/+12
2014-01-17Window::Notify should return boolStephan Bergmann1-6/+6
2014-01-04fdo#72666 fix for brocken NumericBox constructorSiqi LIU1-0/+2
2013-12-08Put local static fucntions into anonymous namespace.Tomaž Vajngerl1-0/+5
2013-12-01Remove useless comments from field.cxx field2.cxxTomaž Vajngerl1-304/+0
2013-12-01Use SAL_MAX_INT64 for max value in NumericFormatter & code formatTomaž Vajngerl1-10/+10
2013-10-23convert code to use OUString::endsWithNoel Grandin1-1/+1
2013-09-13Numeric fileds: round to the nearest spin value on spin up/downTomaž Vajngerl1-2/+12
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara1-1/+1
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-08-18add some a11y relations and enable translation of msCaolán McNamara1-1/+3
2013-08-13add a seconds unitCaolán McNamara1-0/+3
2013-08-12convert vcl/field.hxx from String to OUStringNoel Grandin1-43/+43
2013-08-08vcl, sw: fix the inheritance of SwComboBox from ComboBox a bitMichael Stahl1-4/+4