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