summaryrefslogtreecommitdiff
path: root/toolkit/test/accessibility/AccessibilityTree.java
AgeCommit message (Expand)AuthorFilesLines
2015-11-05java: combine nested if statementsNoel Grandin1-3/+2
2015-01-05java: remove dead codeNoel Grandin1-5/+0
2014-12-15java: remove some unused fields and variablesNoel Grandin1-3/+0
2014-12-11java: reduce visibility of fields and methodsNoel Grandin1-13/+13
2014-11-18java: make fields final where possibleNoel Grandin1-8/+8
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-12java: convert fields to local variables where possibleNoel Grandin1-12/+4
2014-10-16java: reduce the depth of some deeply nested if blocksNoel Grandin1-43/+43
2014-10-11accessibility: Calling String.toString()Robert Antoni Buj i Gelonch1-1/+1
2014-08-14java: remove commented out codeNoel Grandin1-5/+0
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin1-0/+7
2014-08-08java: redundant assignment, variable can only be nullNoel Grandin1-2/+1
2014-08-05java: remove commented out codeNoel Grandin1-2/+0
2014-08-05java: remove unused fieldsNoel Grandin1-2/+0
2013-05-06Java cleanup, Convert Vector to ArrayListNoel Grandin1-9/+17
2012-08-28Java5 update - convert to using generics for collectionsNoel Grandin1-1/+1
2012-08-28Java cleanup - remove unused importsNoel Grandin1-4/+0
2012-06-21re-base on ALv2 code.Michael Meeks1-0/+18
2012-03-23.java files don't need executable bitsMichael Stahl1-0/+0
2003-04-25Adaption to relocation of accessibility interfaces from drafts to final. Add...Andre Fischer1-1/+1
2003-04-11INTEGRATION: CWS vcl07 (1.16.2); FILE ADDEDVladimir Glazounov1-0/+377
2003-03-27MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien1-361/+0
2003-03-13Major restructuring.Andre Fischer1-202/+13
2002-06-21Printing stack trace of caught exceptions.Andre Fischer1-1/+3
2002-06-13Added support for performing actions.Andre Fischer1-2/+19
2002-05-23#97772# Introduced mnExpandLevel to remove problems with recursion.Andre Fischer1-9/+40
2002-05-23#97772# Show wait cursor shape during tree expansions.Andre Fischer1-0/+25
2002-05-23#97772# Clean up of layout creation.Andre Fischer1-4/+5
2002-05-23#97772# Output of expand progress into message area.Andre Fischer1-8/+3
2002-04-08#97772# Instead of replacing the whole tree model, now only its root node is ...Andre Fischer1-1/+7
2002-04-02Performance improvements: Handler have become non-static members of tree node...Andre Fischer1-56/+138
2002-03-08add action/context menu supportDaniel Vogelheim1-0/+63
2002-03-08Now use custom tree model in order to create data on-the-fly.Daniel Vogelheim1-354/+104
2002-03-04#97772# disposing now supported.Andre Fischer1-0/+4
2002-03-01#97772# Added first support for event notifications.Andre Fischer1-341/+248
2002-02-20#95586# added support for XAccessibleText and XAccessibleEditableText interfacesDaniel Vogelheim1-7/+260
2002-02-15Initial revision of Uno Accessibility API test tool.Andre Fischer1-0/+414