Tor Lillqvist
cb6d67c21f
Spelling "separate" (etc) correctly is hard
2013-05-15 11:14:28 +03:00
Noel Grandin
587c59fbc9
Java cleanup, Convert Vector to ArrayList
...
Change-Id: I323a6625f93347e69f3114fc10cb04dc759a539f
2013-05-06 11:45:50 +02:00
Noel Grandin
95e1ecbf89
remove some unnecessary casts
...
Change-Id: I63b0ce257b40caa53aef337e953ce8d07862d292
2013-05-06 11:45:48 +02:00
Thorsten Behrens
70626249cd
API CHANGE a11y unpublishing and add/removeListener rename.
...
The a11y API has never really been picked up by tools vendors, let's
not tie ourselves up here for no good reason.
This unpublishes all css::accessibility, and dependend API.
With that, we can change the rather unfortunately-named add/
removeEventListener to be add/removeAccessibleEventListener, thus
not conflicting with the XComponent methods of the same name.
Change-Id: I595598c3a8e46415f80b2780f333333174865fe4
2012-11-29 16:58:16 +01:00
Stephan Bergmann
59c05d030e
Make use of autoboxing
...
Change-Id: I5eb463abbacc8804712a10bdccfe5535ba82c07b
2012-08-28 16:15:43 +02:00
Noel Grandin
67a5b7a8c1
Java5 update - convert to using generics for collections
...
Change-Id: I384cb006beee280922564c9277025843a1bda74a
2012-08-28 16:15:43 +02:00
Noel Grandin
ff77676612
Java cleanup - remove unused imports
...
Change-Id: I7eb24b2d552ec5da752b58ba790ed58fb88728b0
2012-08-28 16:15:42 +02:00
Michael Meeks
b6db3e3acc
re-base on ALv2 code.
...
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-21 13:11:06 +01:00
Andre Fischer
1742bfa3e8
Adaption to relocation of accessibility interfaces from drafts to final. Added View menu for setting the zoom factor.
2003-04-25 13:49:42 +00:00
Vladimir Glazounov
96c9f5922a
INTEGRATION: CWS vcl07 (1.19.64); FILE MERGED
...
2003/04/08 14:28:24 obr 1.19.64.1: re-added accessibility workbench
2003-04-11 16:07:28 +00:00
Jens-Heiner Rechtien
fd2cf3dc7c
MWS_SRX644: migrate branch mws_srx644 -> HEAD
2003-03-27 16:05:12 +00:00
Andre Fischer
e3b23d3146
Improved AccessibleObject->CanvasShape.
2003-03-14 12:56:35 +00:00
Andre Fischer
556fa073dd
Major restructuring.
2003-03-13 16:14:28 +00:00
Andre Fischer
cf06a6b0fe
#100622# Added support of top level windows created during run time.
2002-08-21 10:39:07 +00:00
Björn Milcke
ffc314c139
some event names (AccessibleEventId) have changed
2002-07-18 10:10:48 +00:00
Andre Fischer
680bc2eab1
#100363# Supported services and types and the implementation name are now displayed.
2002-06-28 09:07:27 +00:00
Andre Fischer
a54ab690bb
Printing stack trace of caught exceptions. Adding role name to unnamed accessible objects.
2002-06-21 10:20:19 +00:00
Frank Schönheit
90316cc9d7
#98750# AccTreeNode now constructed with both an XAccessible and XAccessibleContext - thus not relying on the Context beeing an XAccessible itself
2002-04-26 13:36:56 +00:00
Daniel Vogelheim
8d47fec2ff
added support for XAccessibleRelation interface
2002-04-26 11:26:43 +00:00
Andre Fischer
15c972394d
#97772# Using service name or implementation name for nameless accessibility objects.
2002-04-19 12:48:42 +00:00
Andre Fischer
98f91792c2
#97772# removeNodes returns bool. Minor fix of child event handling.
2002-04-18 10:16:33 +00:00
Michael Brauer
920c392506
#95586#: table support
2002-04-17 13:15:15 +00:00
Daniel Vogelheim
b1c16e2419
added handler for ...Selection interface, and added attributes to text handler
2002-04-15 13:18:10 +00:00
Andre Fischer
03ac7c8170
#97772# Added update function to handlers.
2002-04-12 13:10:13 +00:00
Andre Fischer
e90d96399f
#97772# Fixed removal of nodes from canvas.
2002-04-09 12:52:34 +00:00
Andre Fischer
79eaeee938
#97772# Fixed setting the root node of the tree model.
2002-04-09 11:38:33 +00:00
Andre Fischer
afaa356ab2
#97772# Removal of internal dead lock.
2002-04-09 10:51:51 +00:00
Andre Fischer
119cee9537
#97772# The thread created by the QueuedListener now has a name.
2002-04-08 10:20:59 +00:00
Andre Fischer
c6ea813f88
#97772# Instead of replacing the whole tree model, now only its root node is replaced.
2002-04-08 10:12:25 +00:00
Andre Fischer
3efd182bbb
#97772# Moved shortcuts to different interfaces of one XAccessible into AccTreeNode.
2002-04-05 08:45:11 +00:00
Andre Fischer
4114e80da7
#97772# Register only once as listener at each node.
2002-04-04 10:53:51 +00:00
Andre Fischer
b3bab0c502
Objects are draw again onto canvas.
2002-04-03 08:00:38 +00:00
Andre Fischer
847ceddead
Performance improvements: Handler have become non-static members of tree nodes and cache data to prevent UNO queries. Increased type safety by introduction of tree node hierarchy.
2002-04-02 13:06:32 +00:00
Daniel Vogelheim
0fcc033a64
proper asyncronous event delivery
2002-03-19 16:02:13 +00:00
Sascha Ballach
d0fb5db106
better output on a TableModelChangeEvent
2002-03-14 14:19:35 +00:00
Daniel Vogelheim
75345d9b58
Now use custom tree model in order to create data on-the-fly.
2002-03-08 16:30:18 +00:00