Return-Path: X-Original-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-ooo-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 6393B74D6 for ; Mon, 28 Nov 2011 00:48:14 +0000 (UTC) Received: (qmail 65939 invoked by uid 500); 28 Nov 2011 00:48:14 -0000 Delivered-To: apmail-incubator-ooo-commits-archive@incubator.apache.org Received: (qmail 65896 invoked by uid 500); 28 Nov 2011 00:48:14 -0000 Mailing-List: contact ooo-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: ooo-dev@incubator.apache.org Delivered-To: mailing list ooo-commits@incubator.apache.org Received: (qmail 65873 invoked by uid 99); 28 Nov 2011 00:48:14 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2011 00:48:13 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 28 Nov 2011 00:47:55 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 7B00C2388C65 for ; Mon, 28 Nov 2011 00:46:43 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r799368 [21/42] - in /websites/staging/ooo-site/trunk/content/ui/accessibility: ./ apiref/ apiref/com/ apiref/com/sun/ apiref/com/sun/star/ apiref/com/sun/star/awt/ apiref/com/sun/star/beans/ apiref/com/sun/star/lang/ apiref/com/sun/star/un... Date: Mon, 28 Nov 2011 00:46:10 -0000 To: ooo-commits@incubator.apache.org From: buildbot@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20111128004643.7B00C2388C65@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Added: websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/awt/XKeyHandler.html ============================================================================== --- websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/awt/XKeyHandler.html (added) +++ websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/awt/XKeyHandler.html Mon Nov 28 00:45:46 2011 @@ -0,0 +1,251 @@ + + + + + + +Interface XKeyHandler + + + + + + + + + +
+ +
+ + + + + + + + + + + + +
+ + + + + + + +
+
+ + + + + + + + + + + + + +

:: drafts :: com :: sun :: star :: awt ::

+
interface XKeyHandler
+
Base Hierarchy
+
::com::sun::star::lang::XEventListener
+ |
+ +-XKeyHandler
+
+
+
Description
+
This key handler is similar to ::com::sun::star::awt::XKeyListener but allows the + consumotion of key events. If a key event is consumed by one + handler both the following handlers, with respect to the list of key + handlers of the broadcaster, and a following handling by the + broadcaster will not take place. +
+
+
+
+ + + + + + + + + + + + +
Methods' Summary
keyPressed This function is called by the broadcaster, an XExtendedToolkit for + instance, after a key has been pressed but before it is released. + The return value decides about whether other handlers will be + called and a handling by the broadcaster will take place. + +
keyReleased This function is called by the broadcaster, an XExtendedToolkit for + instance, after a key has been pressed and released. The return + value decides about whether other handlers will be called and a + handling by the broadcaster will take place. + +
+
+ + + + + + + + + +
Methods' Details
keyPressed + + + + +
+ + + + + +
boolean
+keyPressed(
 
+[in] ::com::sun::star::awt::KeyEvent
 
+aEvent );
+
+
+
Description
+
This function is called by the broadcaster, an XExtendedToolkit for + instance, after a key has been pressed but before it is released. + The return value decides about whether other handlers will be + called and a handling by the broadcaster will take place. + +
+

Consume the event if the action performed by the implementation + is mutualy exclusive with the default action of the broadcaster or, + when known, with that of other handlers.

+ +

Consuming this event does not prevent the pending key-release + event of beeing broadcasted.

+ +
+
Parameter aEvent
+
+ The key event informs about the pressed key. +
+
Returns
+
+ When false is returned the other handlers are called and a + following handling of the event by the broadcaster takes place. + Otherwise, when true is returned, no other handler will be + called and the broadcaster will take no further actions + regarding the event. +
+
+
+
keyReleased + + + + +
+ + + + + +
boolean
+keyReleased(
 
+[in] ::com::sun::star::awt::KeyEvent
 
+aEvent );
+
+
+
Description
+
This function is called by the broadcaster, an XExtendedToolkit for + instance, after a key has been pressed and released. The return + value decides about whether other handlers will be called and a + handling by the broadcaster will take place. + +
+

Consume the event if the action performed by the implementation + is mutualy exclusive with the default action of the broadcaster or, + when known, with that of other handlers.

+ +
+
Parameter aEvent
+
+ The key event informs about the pressed key. +
+
Returns
+
+ When false is returned the other handlers are called and a + following handling of the event by the broadcaster takes place. + Otherwise, when true is returned, no other handler will be + called and the broadcaster will take no further actions + regarding the event. +
+
+
+
+
Top of Page
+ + +
+ +
+
+


Powered by the Apache CMS.

+
+
+

+ Apache "OpenOffice.org" is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. + Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and + decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is + not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has + yet to be fully endorsed by the ASF.

+

+ Contact Us | + Terms of Use +
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. +
OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. +
Other names appearing on the site may be trademarks of their respective owners. +

+
+
+ + + Added: websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/awt/XMouseClickHandler-xref.html ============================================================================== --- websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/awt/XMouseClickHandler-xref.html (added) +++ websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/awt/XMouseClickHandler-xref.html Mon Nov 28 00:45:46 2011 @@ -0,0 +1,127 @@ + + + + + + +Uses of Interface XMouseClickHandler-xref + + + + + + + + + +
+ +
+ + + + + + + + + + + + +
+
+ + + + + + + +
uses of interface XMouseClickHandler

back to interface XMouseClickHandler
+
+ +Derived Interfaces
+ +Synonym Typedefs
+ +Services which Support this Interface
+ +Uses as Return Type
+ +Uses as Parameter
+ +
Uses as Data Type
+ +References in Developers Guide
+ +

+
+
+ + + + + + + +
Uses as Parameter
XUserInputInterception::addMouseClickHandler()
+XUserInputInterception::removeMouseClickHandler()
+
+
+
Top of Page
+ + +
+ +
+
+


Powered by the Apache CMS.

+
+
+

+ Apache "OpenOffice.org" is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. + Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and + decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is + not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has + yet to be fully endorsed by the ASF.

+

+ Contact Us | + Terms of Use +
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. +
OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. +
Other names appearing on the site may be trademarks of their respective owners. +

+
+
+ + + Added: websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/awt/XMouseClickHandler.html ============================================================================== --- websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/awt/XMouseClickHandler.html (added) +++ websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/awt/XMouseClickHandler.html Mon Nov 28 00:45:46 2011 @@ -0,0 +1,194 @@ + + + + + + +Interface XMouseClickHandler + + + + + + + + + +
+ + + +
+
+


Powered by the Apache CMS.

+
+
+

+ Apache "OpenOffice.org" is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. + Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and + decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is + not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has + yet to be fully endorsed by the ASF.

+

+ Contact Us | + Terms of Use +
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. +
OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. +
Other names appearing on the site may be trademarks of their respective owners. +

+
+
+ + + Added: websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/awt/XUserInputInterception-xref.html ============================================================================== --- websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/awt/XUserInputInterception-xref.html (added) +++ websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/awt/XUserInputInterception-xref.html Mon Nov 28 00:45:46 2011 @@ -0,0 +1,116 @@ + + + + + + +Uses of Interface XUserInputInterception-xref + + + + + + + + + +
+ +
+ + + + + + + + + + + + +
+
+ + + + + + + +
uses of interface XUserInputInterception

back to interface XUserInputInterception
+
+ +Derived Interfaces
+ +Synonym Typedefs
+ +Services which Support this Interface
+ +Uses as Return Type
+ +Uses as Parameter
+ +Uses as Data Type
+ +References in Developers Guide
+ +

+
+
+Top of Page
+ + +
+ +
+
+


Powered by the Apache CMS.

+
+
+

+ Apache "OpenOffice.org" is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. + Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and + decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is + not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has + yet to be fully endorsed by the ASF.

+

+ Contact Us | + Terms of Use +
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. +
OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. +
Other names appearing on the site may be trademarks of their respective owners. +

+
+
+ + + Added: websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/awt/XUserInputInterception.html ============================================================================== --- websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/awt/XUserInputInterception.html (added) +++ websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/awt/XUserInputInterception.html Mon Nov 28 00:45:46 2011 @@ -0,0 +1,251 @@ + + + + + + +Interface XUserInputInterception + + + + + + + + + +
+ +
+ + + + + + + + + + + + +
+ + + + + + + +
+
+ + + + + + + + + + + + +

:: drafts :: com :: sun :: star :: awt ::

+
interface XUserInputInterception
+
Base Hierarchy
+
::com::sun::star::uno::XInterface
+ |
+ +-XUserInputInterception
+
+
+
+ + + + + + + + + + + + + + + + + + +
Methods' Summary
addKeyHandler Add a new listener that is called on ::com::sun::star::awt::KeyEvent s. Every listener is + given the opportunity to consume the event, i.e. prevent the not yet + called listeners from being called. +
removeKeyHandler Remove the specified listener from the list of listeners. +
addMouseClickHandler
removeMouseClickHandler
+
+ + + + + + + + + + + + + + + +
Methods' Details
addKeyHandler + + + + +
+ + + + + +
[oneway] void
+addKeyHandler(
 
+[in] XKeyHandler
 
+xHandler );
+
+
+
Description
+
Add a new listener that is called on ::com::sun::star::awt::KeyEvent s. Every listener is + given the opportunity to consume the event, i.e. prevent the not yet + called listeners from being called. +
+
Parameter xHandler
+
+ If this is a valid reference it is inserted into the list of + handlers. It is the task of the caller to not register the + same handler twice (otherwise that listener will be called + twice.) +
+
+
+
removeKeyHandler + + + + +
+ + + + + +
[oneway] void
+removeKeyHandler(
 
+[in] XKeyHandler
 
+xHandler );
+
+
+
Description
+
Remove the specified listener from the list of listeners. +
+
Parameter xHandler
+
+ If the reference is empty then nothing will be changed. If the + handler has been registered twice (or more) then all refrences + will be removed. +
+
+
+
addMouseClickHandler + + + + +
+ + + + + +
[oneway] void
+addMouseClickHandler(
 
+[in] XMouseClickHandler
 
+xHandler );
+
+
+
removeMouseClickHandler + + + + +
+ + + + + +
[oneway] void
+removeMouseClickHandler(
 
+[in] XMouseClickHandler
 
+xHandler );
+
+
+
+
Top of Page
+ + +
+ +
+
+


Powered by the Apache CMS.

+
+
+

+ Apache "OpenOffice.org" is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. + Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and + decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is + not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has + yet to be fully endorsed by the ASF.

+

+ Contact Us | + Terms of Use +
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. +
OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. +
Other names appearing on the site may be trademarks of their respective owners. +

+
+
+ + + Added: websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/awt/module-ix.html ============================================================================== --- websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/awt/module-ix.html (added) +++ websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/awt/module-ix.html Mon Nov 28 00:45:46 2011 @@ -0,0 +1,345 @@ + + + + + + +Module awt + + + + + + + + + +
+ +
+ + + + + + + + + + + + +
+ + + + + + + + + + + + +
+
+ + + + + + + + + +

:: drafts :: com :: sun :: star ::

+
module awt
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
Services
AccessibleButton specifies accessibility support for a button. +
AccessibleCheckBox specifies accessibility support for a check box. +
AccessibleComboBox specifies accessibility support for a combo box. + +
AccessibleDropDownComboBox specifies accessibility support for a dropdown combo box. + +
AccessibleDropDownListBox specifies accessibility support for a dropdown list box. + +
AccessibleEdit specifies accessibility support for an edit. +
AccessibleFixedText specifies accessibility support for a fixed text. +
AccessibleIconChoiceControl specifies accessibility support for a iconchoicecontrol. + +
AccessibleIconChoiceControlEntry specifies accessibility support for a iconchoicecontrol entry. + +
AccessibleList Accessible lists are used by combo boxes as container for + the list items. The drafts::com::sun::star::accessibility::XAccessibleSelection interface is not + supported at the moment due to implementation problems. Selection of + items is handled by the items and the edit field of the combo box. + +
AccessibleListBox specifies accessibility support for a list box. + +
AccessibleListBoxList Accessible list box lists are used by list boxes as container for + the list items. In addtion of the simple container functionality of the + AccessibleList service the + drafts::com::sun::star::accessibility::XAccessibleSelection interface is supported. +
AccessibleListItem specifies accessibility support for a list item. + +
AccessibleMenu specifies accessibility support for a menu. +
AccessibleMenuBar specifies accessibility support for a menu bar. +
AccessibleMenuItem specifies accessibility support for a menu item. +
AccessibleMenuSeparator specifies accessibility support for a menu separator. +
AccessiblePopupMenu specifies accessibility support for a popup menu. +
AccessibleRadioButton specifies accessibility support for a radio button. +
AccessibleScrollBar specifies accessibility support for a scroll bar. +
AccessibleStatusBar specifies accessibility support for a status bar. +
AccessibleStatusBarItem specifies accessibility support for a status bar item. +
AccessibleTabBar specifies accessibility support for a tabbar. +
AccessibleTabBarPage specifies accessibility support for a tabbar page. +
AccessibleTabBarPageList specifies accessibility support for a tabbar page list. +
AccessibleTabControl specifies accessibility support for a tab control. +
AccessibleTabPage specifies accessibility support for a tab page. +
AccessibleTextField Text fields are like edit fields as described by the + AccessibleEdit service but with the ability to edit the + text. +
AccessibleToolBox specifies accessibility support for a tool box. + +
AccessibleToolBoxItem specifies accessibility support for a tool box item. + +
AccessibleTreeListBox specifies accessibility support for a treelistbox. + +
AccessibleTreeListBoxEntry specifies accessibility support for a treelistbox entry. + +
AccessibleWindow specifies accessibility support for a window. +
+
+ + + + + + + + + + + + + + + + + + +
Interfaces
XExtendedToolkit The XExtendedToolkit is an extension of the ::com::sun::star::awt::XToolkit interface. It basically + provides access to three event broadcasters which are used for instance + in the context of accessibility. It is, however, not restricted to + accessibility. + +
XKeyHandler This key handler is similar to ::com::sun::star::awt::XKeyListener but allows the + consumotion of key events. If a key event is consumed by one + handler both the following handlers, with respect to the list of key + handlers of the broadcaster, and a following handling by the + broadcaster will not take place. +
XMouseClickHandler makes it possible to receive events from the mouse in a certain window. +
XUserInputInterception
+
+ + + + + + + +
Structs
KeyStroke Describes a key stroke for hotkeys etc. +
+
Top of Page
+ + +
+ +
+
+


Powered by the Apache CMS.

+
+
+

+ Apache "OpenOffice.org" is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. + Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and + decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is + not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has + yet to be fully endorsed by the ASF.

+

+ Contact Us | + Terms of Use +
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. +
OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. +
Other names appearing on the site may be trademarks of their respective owners. +

+
+
+ + + Added: websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/chart/AccessibleChartDocumentView-xref.html ============================================================================== --- websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/chart/AccessibleChartDocumentView-xref.html (added) +++ websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/chart/AccessibleChartDocumentView-xref.html Mon Nov 28 00:45:46 2011 @@ -0,0 +1,108 @@ + + + + + + +Uses of Service AccessibleChartDocumentView-xref + + + + + + + + + +
+ +
+ + + + + + + + + + + + +
+
+ + + + + + + +
uses of service AccessibleChartDocumentView

back to service AccessibleChartDocumentView
+
+ +Services which Include this Service
+ +Singletons which Instantiate this Service
+ +References in Developers Guide
+ +

+
+
+Top of Page
+ + +
+ +
+
+


Powered by the Apache CMS.

+
+
+

+ Apache "OpenOffice.org" is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. + Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and + decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is + not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has + yet to be fully endorsed by the ASF.

+

+ Contact Us | + Terms of Use +
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. +
OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. +
Other names appearing on the site may be trademarks of their respective owners. +

+
+
+ + + Added: websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/chart/AccessibleChartDocumentView.html ============================================================================== --- websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/chart/AccessibleChartDocumentView.html (added) +++ websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/chart/AccessibleChartDocumentView.html Mon Nov 28 00:45:46 2011 @@ -0,0 +1,231 @@ + + + + + + +Service AccessibleChartDocumentView + + + + + + + + + +
+ +
+ + + + + + + + + + + + +
+ + + + + + + +
+
+ + + + + + + + + + +

:: drafts :: com :: sun :: star :: chart ::

+
service AccessibleChartDocumentView
+
Description
+
The AccessibleChartDocumentView service is supported + by a Component that represents the view of a Chart document to + provide an entry point to the document tree for accessibility. + +
+

An object that implements the AccessibleChartDocumentView + service provides information about itself and about the chart + subcomponents contained in the chart document displayed in a + window. This service gives a simplified view on the underlying + implementation. It tries both to keep the structure of the + accessibility representation tree as simple as possible and + provide as much relevant information as possible.

+
+
+
+
+ + + + + + + + + + + + + + + + +
Exported Interfaces
::drafts::com::sun::star::accessibility::XAccessible
+
Description
+
Base interface for being accessible. It gives access to the + ::XAccessibleContext interface. +
+
+
::drafts::com::sun::star::accessibility::XAccessibleContext
+
Description
+
Provide access to a Chart document's view. + +
+

You can access the following information:

+
+
Role
+
The object's role is + AccessibleRole::DOCUMENT .
+
Name
+
Its name is the document's name or the base name of the filename if + no document name has been set explicitly.
+
Description
+
The description is the document's description or the + full filename if no description has been set + explicitly.
+
Children
+
The subcomponents of a chart. This includes all kinds of + titles, a legend and the diagram. The diagram and the legend are + the only children that themselves contain children. The Chart + subcomponents support the service + AccessibleChartElement . Additionally, there may be + shapes a user added via the clipboard. For details see the + drafts::com::sun::star::drawing::AccessibleShape . +
+
Parent
+
The parent will usually be the window that contains the + Chart document view. It has to be set via implementation dependent + ways.
+
Relations
+
At the moment relations are not supported. The method + drafts::com::sun::star::accessibility::XAccessibleContext::getAccessibleRelationSet + will always return an empty set.
+
States
+
The following states are supported: +
    +
  • AccessibleStateType::DEFUNC + is set if a document view becomes obsolete like when + the window, which displays the view, is closed.
  • +
  • AccessibleStateType::ENABLED + is always set unless the + AccessibleStateType::DEFUNC + state is set.
  • +
  • AccessibleStateType::OPAQUE + is always set.
  • +
  • AccessibleStateType::SHOWING + is always set unless the + AccessibleStateType::DEFUNC + state is set.
  • +
  • AccessibleStateType::VISIBLE + is always set unless the + AccessibleStateType::DEFUNC + state is set.
  • +
+
+
Locale
+
Is the locale set at the document.
+
Property change listeners
+
They are supported to inform the + listeners about changes in this object.
+
+
+
+
::drafts::com::sun::star::accessibility::XAccessibleComponent
+
Description
+
Provide access to a Chart document's graphical representation. + +
+

The main purpose of this interface is to provide a bounding + box of the currently visible area and to let the user find the + subcomponents of a chart that cover a given test point.

+ +

The accessible Chart subcomponents all support the service + AccessibleChartElement

+ +
+
See also
+
AccessibleChartElement
+ +
+
+
+
 
Top of Page
+ + +
+ +
+
+


Powered by the Apache CMS.

+
+
+

+ Apache "OpenOffice.org" is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. + Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and + decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is + not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has + yet to be fully endorsed by the ASF.

+

+ Contact Us | + Terms of Use +
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. +
OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. +
Other names appearing on the site may be trademarks of their respective owners. +

+
+
+ + + Added: websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/chart/AccessibleChartElement-xref.html ============================================================================== --- websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/chart/AccessibleChartElement-xref.html (added) +++ websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/chart/AccessibleChartElement-xref.html Mon Nov 28 00:45:46 2011 @@ -0,0 +1,108 @@ + + + + + + +Uses of Service AccessibleChartElement-xref + + + + + + + + + +
+ +
+ + + + + + + + + + + + +
+
+ + + + + + + +
uses of service AccessibleChartElement

back to service AccessibleChartElement
+
+ +Services which Include this Service
+ +Singletons which Instantiate this Service
+ +References in Developers Guide
+ +

+
+
+Top of Page
+ + +
+ +
+
+


Powered by the Apache CMS.

+
+
+

+ Apache "OpenOffice.org" is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. + Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and + decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is + not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has + yet to be fully endorsed by the ASF.

+

+ Contact Us | + Terms of Use +
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. +
OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. +
Other names appearing on the site may be trademarks of their respective owners. +

+
+
+ + + Added: websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/chart/AccessibleChartElement.html ============================================================================== --- websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/chart/AccessibleChartElement.html (added) +++ websites/staging/ooo-site/trunk/content/ui/accessibility/apiref/drafts/com/sun/star/chart/AccessibleChartElement.html Mon Nov 28 00:45:46 2011 @@ -0,0 +1,285 @@ + + + + + + +Service AccessibleChartElement + + + + + + + + + +
+ +
+ + + + + + + + + + + + +
+ + + + + + + +
+
+ + + + + + + + + + +

:: drafts :: com :: sun :: star :: chart ::

+
service AccessibleChartElement
+
Description
+
This service is supported by all components that are contained in + the view of a chart document that are controlled by the chart. + Shapes added by a user via the clipboard are not treated as chart + elements. + +
+

The list of objects that implement this service is + ::com::sun::star::chart::ChartTitle , + ::com::sun::star::chart::ChartLegend , + ::com::sun::star::chart::Diagram , + ::com::sun::star::chart::ChartAxis , + ::com::sun::star::chart::ChartDataRowProperties , + ::com::sun::star::chart::ChartDataPointProperties . +

+ +

The + ::drafts::com::sun::star::accessibility::XAccessibleExtendedComponent + is suported by all chart elements.

+
+
+
+
+ + + + + + + + + + + + + + + + + + + + +
Exported Interfaces
::drafts::com::sun::star::accessibility::XAccessible
+
Description
+
Base interface for being accessible. It gives access to the + ::drafts::com::sun::star::accessibility::XAccessibleContext + interface. +
+
+
::drafts::com::sun::star::accessibility::XAccessibleContext
+
Description
+
Give access to the structural information of a chart element. + +
+

You can access the following information for the shapes of the above listed types: +

+
Role
+
All chart elements have the role + AccessibleRole::SHAPE . +
+
Name
+
For unique elements you get fixed names. The unique + elements are the titles, legend, diagram and axes. The + names you get for them are "main-title", "sub-title", + "(x|y|z)-axis-title", "legend", "diagram", "(x|y|z)-axis" + and "second-(x|y)-axis", respectively.
+
Description
+
Descriptions contain a list of selected + attributes. These attributes are, if applicable: + foreground and background color, line width, font name and + size. The purpose of these attributes is to give a rough + description of the more simple geometric shapes. The list + is very restricted in order to avoid overwhelming or + confusing the user.
+
Children
+
The ::com::sun::star::chart::Diagram and + the ::com::sun::star::chart::ChartLegend + contain children, all other objects in a chart do not, i.e., are + leaves in the document representation tree.
+
Parent
+
Because the setParent method from the JAA has + been removed, the reference to the parent has to be provided in an + implementation specific way.
+
Relations
+
They are not used at the moment.
+ +
States
+
The states supported by this service are: +
    + +
  • AccessibleStateType::DEFUNC + is set if an object was removed. This indicates that the user + should release all references to the accessible object. If + this state is set then no other of the states below is set. +
  • +
  • AccessibleStateType::EDITABLE
  • +
  • AccessibleStateType::ENABLED + is always set.
  • +
  • AccessibleStateType::MULTILINE + is set for all titles.
  • +
  • AccessibleStateType::OPAQUE + is set for all elements that do have a transparency + attributes set to 0% and no transparency gradient.
  • +
  • AccessibleStateType::RESIZABLE + Is set for the diagram object only. All other chart elements may not be resized.
  • +
  • AccessibleStateType::SELECTABLE
  • +
  • AccessibleStateType::SELECTED
  • +
  • AccessibleStateType::SHOWING + is always set.
  • +
  • AccessibleStateType::VISIBLE + is always set.
  • +
+ always, except if the state + AccessibleStateType::DEFUNC + is set.
+
Locale
+
is supported.
+
Property change listeners
+
Property change listeners that are registered with a chart + element are informed if the size or position or an attribute + changed. The last point needs a short explanation: An attribute + change is signaled even if that attribute is not part of the + shape's description and is therefore not explicitly represented by + the UAA.
+
+
+
+
::drafts::com::sun::star::accessibility::XAccessibleComponent
+
Description
+
Give access to the graphical representation of a chart element. + +
+

The coordinate oriented methods contains , + getAccessibleAt , getBounds , + getLocation , getLocationOnScreen , and + getSize work on pixel coordinates. (To transform between + the internal 100th of mm and pixels a chart element has to have access + to information that allows it to do so. These information are the + enclosing window's size in pixel, 100th of mm, and its own relative + position in one or the other coordinate system).

+ +

Focus handling depends on support of the + ::XAccessibleText and + ::XAccessibleEditableText interfaces.

+ +

Key bindings are not supported at the moment

+
+
+
::drafts::com::sun::star::accessibility::XAccessibleExtendedComponent
+
[ OPTIONAL ]
+
Description
+
Give extended access to the graphical representation of a chart element. + +
+

This interface is used primarily to provide the predominant + foreground and background colors and—if applicable, i.e. the + ::XAccessibleText interface is supported—information + about the font used to display text.

+ +

The foreground and background colors may in some cases be directly + taken from the object. In other cases, for example when a gradient or a + texture is used, they have to be interpolated. The color returned may + not be appropriate in all cases.

+ +

Specifying the font used for displaying text depends on the + transformation of UNO API font information into the Java™ format. + However, if the UAA is used directly, this is of course not an + issue.

+ +

The support of this interface is optional to reduce overhead in case + that no text is displayed and color information can not be determined + with an acceptable cost.

+
+
+
+
 
Top of Page
+ + +
+ +
+
+


Powered by the Apache CMS.

+
+
+

+ Apache "OpenOffice.org" is an effort undergoing incubation at The Apache Software Foundation (ASF), sponsored by the Apache Incubator. + Incubation is required of all newly accepted projects until a further review indicates that the infrastructure, communications, and + decision making process have stabilized in a manner consistent with other successful ASF projects. While incubation status is + not necessarily a reflection of the completeness or stability of the code, it does indicate that the project has + yet to be fully endorsed by the ASF.

+

+ Contact Us | + Terms of Use +
Apache and the Apache feather logos are trademarks of The Apache Software Foundation. +
OpenOffice.org and the seagull logo are registered trademarks of The Apache Software Foundation. +
Other names appearing on the site may be trademarks of their respective owners. +

+
+
+ + +