summaryrefslogtreecommitdiff
path: root/qadevOOo/runner/util/ValueChanger.java
AgeCommit message (Expand)Author
2023-11-09enable unchecked lint for our java codeNoel Grandin
2023-11-02'new Double' is deprecated in JavaNoel Grandin
2023-11-02'new Float' is deprecated in JavaNoel Grandin
2017-04-12enum spelling: throught -> throughJustin Luth
2017-02-14special case TypedItemList in preparation for tdf#79250Eike Rathke
2015-11-05java: remove ((unnecessary)) parenthesesNoel Grandin
2015-10-22Fix the test for resValue != oldValueStephan Bergmann
2015-10-22Change TableColumnSeparator in a way that makes it successfully pass...Stephan Bergmann
2015-10-22Print content of arrays and UNO structsStephan Bergmann
2015-10-21In ValueChanger, don't accidentally modify oldValueStephan Bergmann
2015-10-21Make ValueChanger work for UNO structsStephan Bergmann
2015-10-15com.sun.star.lang.Locale does not override Object.equalsStephan Bergmann
2015-10-15com.sun.star.table.BorderLine is already handled further upStephan Bergmann
2015-10-14cid#1326123 Copy-paste errorNoel Grandin
2015-10-14cid#1326122 Copy-paste errorNoel Grandin
2015-09-30Fix typosAndrea Gelmini
2015-01-14LinkUpdateMode property values must be in the range 0--2 or 0--3Stephan Bergmann
2015-01-13css.form.component.{CheckBox,RadioButton} DefaultState property valuesStephan Bergmann
2014-12-12java: remove dead code in qadevOOoNoel Grandin
2014-10-14reformat ValueChangerNoel Grandin
2014-08-19java: use 'Byte.valueOf' instead of 'new Byte'Noel Grandin
2014-08-19java: use 'Short.valueOf' instead of 'new Short'Noel Grandin
2014-08-19java: use 'Long.valueOf' instead of 'new Long'Noel Grandin
2014-08-19java: use 'Integer.valueOf' instead of 'new Integer'Noel Grandin
2014-08-19java: use Boolean.valueOf instead of instantiating Boolean objectsNoel Grandin
2014-08-08java: remove redundant null checksNoel Grandin
2014-08-05java: remove commented out codeNoel Grandin
2013-08-05Add cases for css.uno.Date/Time to ValueChangerStephan Bergmann
2012-06-29Java5 update - convert more code to use generics:wqNoel Grandin
2012-06-29Java5 update - usage generics where possibleNoel Grandin
2012-06-29re-base on ALv2 code.Michael Meeks
2010-12-05Replace all occured, occurance etc.Takeshi Abe
2010-09-17fit-list-to-size.diff: Shrink font automatically when text overflows.Thorsten Behrens
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun Mi...Jens-Heiner Rechtien
2009-10-14CWS-TOOLING: integrate CWS dba32hKurt Zenker
2009-05-07CWS-TOOLING: integrate CWS cmcfixes58Release Engineers
2008-04-10INTEGRATION: CWS changefileheader (1.6.62); FILE MERGEDRüdiger Timm
2005-09-08INTEGRATION: CWS ooo19126 (1.5.16); FILE MERGEDRüdiger Timm
2005-02-24INTEGRATION: CWS qadev21 (1.4.4); FILE MERGEDVladimir Glazounov
2004-12-10INTEGRATION: CWS qadev20 (1.3.90); FILE MERGEDRüdiger Timm
2003-11-18INTEGRATION: CWS qadev13 (1.2.34); FILE MERGEDKurt Zenker
2003-01-31CHG: using AnyConverter instead of simple castStephan Wunderlich
2003-01-27NEW: initial versionStephan Wunderlich