summaryrefslogtreecommitdiff
path: root/toolkit/test/accessibility/Canvas.java
AgeCommit message (Collapse)AuthorFilesLines
2015-11-05java: combine nested if statementsNoel Grandin1-6/+5
Change-Id: I0457b81668e9427a3c8d6a4af93438b7fb2bb7ba
2015-01-05java: was passing the wrong thing to the remove methodNoel Grandin1-2/+2
on a Map, we need to pass the key, not the value, to be deleted Found by FindBugs. Change-Id: If6fd3d8d56a7c7dfabac31d8ee268939e582f4eb
2014-12-11java: reduce visibility of fields and methodsNoel Grandin1-4/+4
found by PMD Change-Id: Id6737916b68ccbdbdeec5d314747a38410923ac6 Reviewed-on: https://gerrit.libreoffice.org/13409 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2014-11-18java: make fields final where possibleNoel Grandin1-3/+3
found by PMD Change-Id: I87780366119c141cd2dafe6ca1bf2d9798b10aec
2014-10-16java: always use braces for while loopsNoel Grandin1-2/+2
Change-Id: Iff896b0cace8b8305528b3b0140004ea856169ce
2014-10-07java: use isEmpty() instead of "size() == 0"Noel Grandin1-1/+1
Change-Id: I23e1038246999b0744d8e9ae83b66fa1f7dafa99
2014-08-12java: add @Override annotation to overriding methodsNoel Grandin1-0/+1
Change-Id: I086964c6f6ce52c60c52b6dbc445d3c21d22c80a
2014-08-12java: remove unused parametersNoel Grandin1-2/+1
Change-Id: I25b1976295b736fe3929c481bf9d2d81b523271d
2014-08-08java: remove unused fieldsNoel Grandin1-5/+0
Change-Id: I25fef9590a34ec8d9aab182b3d267ae3cd649a87
2014-08-05java: remove unused fieldsNoel Grandin1-4/+0
Change-Id: I6c93864f501f646a8940eac221a88c87b3f75525
2014-08-05java: remove various unused variablesNoel Grandin1-1/+0
Change-Id: Id9f30938f594cb6fe73bf40adfffa65ec1b42cd1
2014-04-14typo: arround -> aroundThomas Arnhold1-1/+1
2012-08-28Java5 update - convert to using generics for collectionsNoel Grandin1-21/+34
Change-Id: I384cb006beee280922564c9277025843a1bda74a
2012-08-28Java cleanup - remove unused importsNoel Grandin1-5/+0
Change-Id: I7eb24b2d552ec5da752b58ba790ed58fb88728b0
2012-06-21re-base on ALv2 code.Michael Meeks1-0/+18
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
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. ↵Andre Fischer1-31/+90
Added View menu for setting the zoom factor.
2003-04-11INTEGRATION: CWS vcl07 (1.13.2); FILE ADDEDVladimir Glazounov1-0/+389
2003/04/08 14:28:39 obr 1.13.2.1: re-added accessibility workbench
2003-03-27MWS_SRX644: migrate branch mws_srx644 -> HEADJens-Heiner Rechtien1-389/+0
2003-03-14Improved AccessibleObject->CanvasShape.Andre Fischer1-104/+77
2003-03-13Major restructuring.Andre Fischer1-60/+127
2002-05-23#97772# Added antialiasing.Andre Fischer1-1/+21
2002-04-19#97772# Initial support for displaying selection and focus.Andre Fischer1-15/+18
2002-04-09#97772# Fixed removal of nodes from canvas.Andre Fischer1-29/+24
2002-04-09#97772# Clean up of AccessibleObject handling.Andre Fischer1-31/+37
2002-04-05#97772# Selection of associated JTree highlights corresponding graphical ↵Andre Fischer1-57/+113
representation.
2002-04-04#97772# Improved selection of object under mouse position.Andre Fischer1-49/+94
2002-04-02Performance improvements: Handler have become non-static members of tree ↵Andre Fischer1-19/+21
nodes and cache data to prevent UNO queries. Increased type safety by introduction of tree node hierarchy.
2002-03-08Now use custom tree model in order to create data on-the-fly.Daniel Vogelheim1-3/+35
2002-03-01#97772# Added first support for event notifications.Andre Fischer1-6/+15
2002-02-15Initial revision of Uno Accessibility API test tool.Andre Fischer1-0/+181