summaryrefslogtreecommitdiff
path: root/vcl/source/control/field.cxx
AgeCommit message (Expand)Author
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
2014-09-25Related: fdo#83010 move NumericFormatter clipping to min/max into one placeCaolán McNamara
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-06-15callcatcher: update unused codeCaolán McNamara
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-03-21Related: fdo#74468 drop hard-coded 'sec' and use FUNIT_SECONDSCaolán McNamara
2014-03-05made ListBox handle more than 64k elements, fdo#61520 relatedEike Rathke
2014-02-21vcl: sal_Bool -> boolStephan Bergmann
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert
2014-02-13enable spin-size for NumericField tooDavid Tardon
2014-02-13fdo#74468 fix timing of slide transitionsDavid Tardon
2014-01-22drop translation of % now that we use icu to format itCaolán McNamara
2014-01-20Related: #i56998# use locale rules to format percentageCaolán McNamara
2014-01-20Related: #i56998# percent value should not takes space separator...Tsutomu Uchino
2014-01-20Related: #i56998# no space for degree symbolCaolán McNamara
2014-01-20Resolves: #i56998# add a space separater between value and unit...Tsutomu Uchino
2014-01-18Window::PreNotify should return boolStephan Bergmann
2014-01-17Window::Notify should return boolStephan Bergmann
2014-01-04fdo#72666 fix for brocken NumericBox constructorSiqi LIU
2013-12-08Put local static fucntions into anonymous namespace.Tomaž Vajngerl
2013-12-01Remove useless comments from field.cxx field2.cxxTomaž Vajngerl
2013-12-01Use SAL_MAX_INT64 for max value in NumericFormatter & code formatTomaž Vajngerl
2013-10-23convert code to use OUString::endsWithNoel Grandin
2013-09-13Numeric fileds: round to the nearest spin value on spin up/downTomaž Vajngerl
2013-09-08Related: fdo#38838 drop String::EmptyString now as wellCaolán McNamara
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-18add some a11y relations and enable translation of msCaolán McNamara
2013-08-13add a seconds unitCaolán McNamara
2013-08-12convert vcl/field.hxx from String to OUStringNoel Grandin
2013-08-08vcl, sw: fix the inheritance of SwComboBox from ComboBox a bitMichael Stahl
2013-07-19callcatcher: update unused codeCaolán McNamara
2013-07-09Calc optimal size of *dropdown* metricboxes similar to normal dropdownsCaolán McNamara
2013-07-08add degrees and pixels as known spin field unitsCaolán McNamara
2013-07-03metric and numeric boxes should calc optimal size based on legal input rangeCaolán McNamara
2013-06-16fdo#43460 use isEmpty()Jelle van der Waa
2013-05-27cast double to sal_Int64 can throw EXCEPTION_FLT_INVALID_OPERATION on WindowsYuri Dario
2013-05-13cppcheck: fix arrayIndexThenCheck in vclJulien Nabet
2013-05-11sal_Bool to boolTakeshi Abe
2013-04-21fix access to invalid string positionMarkus Mohrhard
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák