summaryrefslogtreecommitdiff
path: root/svx/source/inc/svxrectctaccessiblecontext.hxx
diff options
context:
space:
mode:
authorgt <gt@openoffice.org>2002-03-19 07:55:56 +0000
committergt <gt@openoffice.org>2002-03-19 07:55:56 +0000
commite0213623178617ec461fda516809bdfb3f05dd9b (patch)
tree2677eb096c9875352f7bcb1c6b9e968f6210b166 /svx/source/inc/svxrectctaccessiblecontext.hxx
parenta3a7afc1227cc1c07bb87ee9cb39283bc94e7dad (diff)
#97365# additional fixes
Diffstat (limited to 'svx/source/inc/svxrectctaccessiblecontext.hxx')
-rw-r--r--svx/source/inc/svxrectctaccessiblecontext.hxx882
1 files changed, 249 insertions, 633 deletions
diff --git a/svx/source/inc/svxrectctaccessiblecontext.hxx b/svx/source/inc/svxrectctaccessiblecontext.hxx
index 33d3d2f49225..a0e19d76d0bd 100644
--- a/svx/source/inc/svxrectctaccessiblecontext.hxx
+++ b/svx/source/inc/svxrectctaccessiblecontext.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: svxrectctaccessiblecontext.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: rt $ $Date: 2002-03-12 09:44:30 $
+ * last change: $Author: gt $ $Date: 2002-03-19 08:54:40 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -75,12 +75,15 @@
#ifndef _DRAFTS_COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLEEVENTBROADCASTER_HPP_
#include <drafts/com/sun/star/accessibility/XAccessibleEventBroadcaster.hpp>
#endif
-#ifndef _DRAFTS_COM_SUN_STAR_ACCESSIBILITY_IllegalAccessibleComponentStateException_HPP_
+#ifndef _DRAFTS_COM_SUN_STAR_ACCESSIBILITY_ILLEGALACCESSIBLECOMPONENTSTATEEXCEPTION_HPP_
#include <drafts/com/sun/star/accessibility/IllegalAccessibleComponentStateException.hpp>
#endif
#ifndef _DRAFTS_COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLESELECTION_HPP_
#include <drafts/com/sun/star/accessibility/XAccessibleSelection.hpp>
#endif
+#ifndef _DRAFTS_COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLEVALUE_HPP_
+#include <drafts/com/sun/star/accessibility/XAccessibleValue.hpp>
+#endif
#ifndef _COM_SUN_STAR_BEANS_XPROPERTYCHANGELISTENER_HPP_
#include <com/sun/star/beans/XPropertyChangeListener.hpp>
@@ -103,25 +106,30 @@
#ifndef _COM_SUN_STAR_LANG_INDEXOUTOFBOUNDSEXCEPTION_HPP_
#include <com/sun/star/lang/IndexOutOfBoundsException.hpp>
#endif
+#ifndef _COM_SUN_STAR_LANG_DISPOSEDEXCEPTION_HPP_
+#include <com/sun/star/lang/DisposedException.hpp>
+#endif
#ifndef _VOS_MUTEX_HXX_
#include <vos/mutex.hxx>
#endif
#ifndef _CPPUHELPER_INTERFACECONTAINER_H_
#include <cppuhelper/interfacecontainer.h>
#endif
-#ifndef _CPPUHELPER_IMPLBASE6_HXX_
+#ifndef _CPPUHELPER_COMPBASE6_HXX_
#include <cppuhelper/compbase6.hxx>
#endif
-#ifndef _CPPUHELPER_IMPLBASE7_HXX_
-#include <cppuhelper/compbase7.hxx>
-#endif
+//#ifndef _CPPUHELPER_COMPBASE7_HXX_
+//#include <cppuhelper/compbase7.hxx>
+//#endif
#ifndef _COMPHELPER_BROADCASTHELPER_HXX_
#include <comphelper/broadcasthelper.hxx>
#endif
-
-
+#ifndef _CPPUHELPER_IMPLBASE6_HXX_
#include <cppuhelper/implbase6.hxx>
+#endif
+#ifndef _UTL_SERVICEHELPER_HXX_
#include <unotools/servicehelper.hxx>
+#endif
#ifndef _SVX_RECTENUM_HXX //autogen
#include <rectenum.hxx>
@@ -139,22 +147,17 @@ class SvxRectCtl;
class SvxRectCtlChildAccessibleContext;
class Window;
-/** @descr
- This base class provides an implementation of the
- <code>AccessibleContext</code> service.
-*/
-
-typedef ::cppu::WeakAggComponentImplHelper7<
- ::drafts::com::sun::star::accessibility::XAccessible,
- ::drafts::com::sun::star::accessibility::XAccessibleComponent,
- ::drafts::com::sun::star::accessibility::XAccessibleContext,
- ::drafts::com::sun::star::accessibility::XAccessibleEventBroadcaster,
- ::drafts::com::sun::star::accessibility::XAccessibleSelection,
- ::com::sun::star::lang::XServiceInfo,
- ::com::sun::star::lang::XServiceName >
- SvxRectCtlAccessibleContext_Base;
-
-class SvxRectCtlAccessibleContext : public SvxRectCtlAccessibleContext_Base, ::comphelper::OBaseMutex
+
+typedef ::cppu::WeakAggComponentImplHelper6<
+ ::drafts::com::sun::star::accessibility::XAccessible,
+ ::drafts::com::sun::star::accessibility::XAccessibleComponent,
+ ::drafts::com::sun::star::accessibility::XAccessibleContext,
+ ::drafts::com::sun::star::accessibility::XAccessibleEventBroadcaster,
+ ::drafts::com::sun::star::accessibility::XAccessibleSelection,
+ ::com::sun::star::lang::XServiceInfo >
+ SvxRectCtlAccessibleContext_Base;
+
+class SvxRectCtlAccessibleContext : public SvxRectCtlAccessibleContext_Base, public ::comphelper::OBaseMutex
{
public:
//===== internal ========================================================
@@ -168,367 +171,151 @@ protected:
public:
//===== XAccessible =====================================================
- /// Return the XAccessibleContext.
virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessibleContext> SAL_CALL
- getAccessibleContext (void) throw (::com::sun::star::uno::RuntimeException);
+ getAccessibleContext( void ) throw( ::com::sun::star::uno::RuntimeException );
//===== XAccessibleComponent ============================================
- /** Tests whether the specified point lies within this object's bounds.
-
- <p>The test point's coordinates are defined relative to the
- coordinate system of the object.</p>
-
- @param point
- Coordinates of the point to test.
-
- @return
- Returns <TRUE/> if the point lies within or on the object's bounding
- box and <FALSE/> otherwise.
- */
- virtual sal_Bool SAL_CALL contains(
- const ::com::sun::star::awt::Point& rPoint )
- throw (::com::sun::star::uno::RuntimeException);
-
- /** Returns the Accessible child that is rendered under the given point.
-
- @param aPoint
- Coordinates of the test point for which to find the Accessible
- child.
-
- @return
- If there is one child which is rendered so that its bounding box
- contains the test point then a reference to that object is
- returned. If there is more than one child which satisfies that
- condition then a reference to that one is returned that is
- painted on top of the others. If no there is no child which is
- rendered at the test point an empty reference is returned.
- */
- virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible >
- SAL_CALL getAccessibleAt(
- const ::com::sun::star::awt::Point& rPoint )
- throw (::com::sun::star::uno::RuntimeException);
-
- /** Returns the bounding box of this object.
-
- <p>The returned bounding box has the form of a rectangle. Its
- coordinates are relative to the object's parent coordinate system.
- Note that the two methods <member>getLocation</member> and
- <member>getSize</member> return the same information. With method
- <member>getLocationOnScreen</member> you can get the bound box
- position in screen coordinates.</p>
-
- @return
- The coordinates of the returned rectangle are relative to this
- object's parent or relative to the screen on which this object
- is rendered if it has no parent. If the object is not on any
- screen the returnred rectangle is empty and located at position
- (0,0).
- */
- virtual ::com::sun::star::awt::Rectangle SAL_CALL getBounds( )
- throw (::com::sun::star::uno::RuntimeException);
-
-
- /** Returns the location of the upper left corner of the object's
- bounding box relative to the parent.</p>.
-
- <p>The coordinates of the bounding box are given relative to the
- parent's coordinate system.</p>
-
- @return
- The coordinates of the returned position are relative to this
- object's parent or relative to the screen on which this object
- is rendered if it has no parent. If the object is not on any
- screen the returnred position is (0,0).
- */
- virtual ::com::sun::star::awt::Point SAL_CALL getLocation( )
- throw (::com::sun::star::uno::RuntimeException);
-
- /** Returns the location of the upper left corner of the object's
- bounding box in screen coordinates.
-
- <p>This method returns the same point as does the method
- <member>getLocation</member>. The difference is that the
- coordinates are absolute screen coordinates of the screen to which
- the object is rendered instead of being relative to the object's
- parent.</p>
-
- @return
- The coordinates of the returned position are relative to the
- screen on which this object is rendered. If the object is not
- on any screen the returnred position is (0,0).
- */
- virtual ::com::sun::star::awt::Point SAL_CALL getLocationOnScreen( )
- throw (::com::sun::star::uno::RuntimeException);
-
- /** Returns the size of this object's bounding box.
-
- @return
- The returned size is the size of this object or empty if it is
- not rendered on any screen.
- */
- virtual ::com::sun::star::awt::Size SAL_CALL getSize( )
- throw (::com::sun::star::uno::RuntimeException);
-
- /** Determines if the object is showing.
-
- <p>An object is showing if it and all its parents are visible. This
- does not neccessarily mean that the object is visible on the screen.
- There may be other objects obscuring it. The showing property can
- be modified by calling <member>setVisible</member> on the objects
- and on its parents.</p>
-
- @return
- Returns <TRUE/> if the object is showing and <FALSE/> otherwise.
-
- @see isVisible, setVisible
- */
- virtual sal_Bool SAL_CALL isShowing( )
- throw (::com::sun::star::uno::RuntimeException);
-
- /** Determines if the object is visible.
-
- <p>If an object and all of its parents are visible then the object
- is also called showing. If an object is showing then it has also
- set the <const>AccessibleStateType::VISIBLE</const> state set in its
- <type>AccessibleStateSet</type>.</p>
-
- @return
- Returns <TRUE/> if the object is visible and <FALSE/> otherwise.
-
- @see isShowing
- */
- virtual sal_Bool SAL_CALL isVisible( )
- throw (::com::sun::star::uno::RuntimeException);
+ virtual sal_Bool SAL_CALL
+ contains( const ::com::sun::star::awt::Point& rPoint ) throw( ::com::sun::star::uno::RuntimeException );
- /** Returns whether the object can accept the focus or not.
+ virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible > SAL_CALL
+ getAccessibleAt( const ::com::sun::star::awt::Point& rPoint ) throw( ::com::sun::star::uno::RuntimeException );
- <p>If it can it has also set the
- <const>AccessibleStateType::FOCUSABLE</const> state set in its
- <type>AccessibleStateSet</type>.
+ virtual ::com::sun::star::awt::Rectangle SAL_CALL
+ getBounds() throw( ::com::sun::star::uno::RuntimeException );
- @return
- An object returns <TRUE/> if it can accept the focus and returns
- <FALSE/> otherwise.
- */
- virtual sal_Bool SAL_CALL isFocusTraversable( )
- throw (::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::awt::Point SAL_CALL
+ getLocation() throw( ::com::sun::star::uno::RuntimeException );
- /** Adds a new focus listener.
+ virtual ::com::sun::star::awt::Point SAL_CALL
+ getLocationOnScreen() throw( ::com::sun::star::uno::RuntimeException );
- <p>The focus listener will receive future focus events from this
- component. If the specified listener is already a member of the set
- of registered focus listeners this method call is ignored.</p>
+ virtual ::com::sun::star::awt::Size SAL_CALL
+ getSize() throw( ::com::sun::star::uno::RuntimeException );
- @param xListener
- The listener object that is called for future focus events.
- */
- virtual void SAL_CALL addFocusListener(
- const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFocusListener >& xListener )
- throw (::com::sun::star::uno::RuntimeException);
+ virtual sal_Bool SAL_CALL
+ isShowing() throw( ::com::sun::star::uno::RuntimeException );
- /** Removes a focus listener.
+ virtual sal_Bool SAL_CALL
+ isVisible() throw( ::com::sun::star::uno::RuntimeException );
- <p>The specified focus listener will no longer receive focus events
- from this component. If this listener has not been added by a prior
- call to <member>addFocusListener</member> then this method call is
- ignored.</p>
+ virtual sal_Bool SAL_CALL
+ isFocusTraversable() throw( ::com::sun::star::uno::RuntimeException );
- @param xListener
- Listener to remove from the list of focus listener.
- */
- virtual void SAL_CALL removeFocusListener(
- const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFocusListener >& xListener )
- throw (::com::sun::star::uno::RuntimeException);
-
- /** Grabs the focus to this object.
-
- <p>If this object can not accept the focus,
- i.e. <member>isFocusTraversable</member> returns <FALSE/> for this
- object then nothing happens. Otherwise the object will attempt to
- take the focus. Nothing happens if that fails, otherwise the object
- has the focus. This method is called <code>requestFocus</code> in
- the Java Accessibility API 1.4.</p>
- */
- virtual void SAL_CALL grabFocus( )
- throw (::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL
+ addFocusListener(
+ const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFocusListener >& xListener )
+ throw( ::com::sun::star::uno::RuntimeException );
- /** Returns the key bindings associated with this object.
+ virtual void SAL_CALL
+ removeFocusListener(
+ const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFocusListener >& xListener )
+ throw( ::com::sun::star::uno::RuntimeException );
- <p>This method stems from the Java interface
- <code>AccessibleExtendedComponent</code>.</p>
+ virtual void SAL_CALL
+ grabFocus() throw( ::com::sun::star::uno::RuntimeException );
- @return
- The returned value represents the current key bindings
- associated with this object.
- */
- virtual ::com::sun::star::uno::Any SAL_CALL getAccessibleKeyBinding( )
- throw (::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::uno::Any SAL_CALL
+ getAccessibleKeyBinding() throw( ::com::sun::star::uno::RuntimeException );
//===== XAccessibleContext ==============================================
- /// Return the number of currently visible children.
virtual long SAL_CALL
- getAccessibleChildCount (void) throw (::com::sun::star::uno::RuntimeException);
+ getAccessibleChildCount( void ) throw( ::com::sun::star::uno::RuntimeException );
- /// Return the specified child or NULL if index is invalid.
virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible> SAL_CALL
- getAccessibleChild (long nIndex)
- throw (::com::sun::star::uno::RuntimeException,
- ::com::sun::star::lang::IndexOutOfBoundsException);
+ getAccessibleChild( long nIndex )
+ throw( ::com::sun::star::uno::RuntimeException, ::com::sun::star::lang::IndexOutOfBoundsException );
- /// Return a reference to the parent.
virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible> SAL_CALL
- getAccessibleParent (void)
- throw (::com::sun::star::uno::RuntimeException);
+ getAccessibleParent( void ) throw( ::com::sun::star::uno::RuntimeException );
- /// Return this objects index among the parents children.
virtual sal_Int32 SAL_CALL
- getAccessibleIndexInParent (void)
- throw (::com::sun::star::uno::RuntimeException);
+ getAccessibleIndexInParent( void ) throw( ::com::sun::star::uno::RuntimeException );
- /// Return this object's role.
virtual sal_Int16 SAL_CALL
- getAccessibleRole (void)
- throw (::com::sun::star::uno::RuntimeException);
+ getAccessibleRole( void ) throw( ::com::sun::star::uno::RuntimeException );
- /// Return this object's description.
virtual ::rtl::OUString SAL_CALL
- getAccessibleDescription (void)
- throw (::com::sun::star::uno::RuntimeException);
+ getAccessibleDescription( void ) throw (::com::sun::star::uno::RuntimeException);
- /// Return the object's current name.
virtual ::rtl::OUString SAL_CALL
- getAccessibleName (void)
- throw (::com::sun::star::uno::RuntimeException);
-
- /// Return NULL to indicate that an empty relation set.
- virtual ::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::accessibility::XAccessibleRelationSet> SAL_CALL
- getAccessibleRelationSet (void)
- throw (::com::sun::star::uno::RuntimeException);
-
- /// Return the set of current states.
- virtual ::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::accessibility::XAccessibleStateSet> SAL_CALL
- getAccessibleStateSet (void)
- throw (::com::sun::star::uno::RuntimeException);
-
- /** Return the parents locale or throw exception if this object has no
- parent yet/anymore.
- */
- virtual ::com::sun::star::lang::Locale SAL_CALL
- getLocale (void)
- throw (::com::sun::star::uno::RuntimeException,
- ::drafts::com::sun::star::accessibility::IllegalAccessibleComponentStateException);
+ getAccessibleName( void ) throw (::com::sun::star::uno::RuntimeException);
- /// only needed to be not incompatible (remove as soon as possible)
- virtual void SAL_CALL
- addPropertyChangeListener(
- const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener )
- throw (::com::sun::star::uno::RuntimeException) {}
+ virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessibleRelationSet > SAL_CALL
+ getAccessibleRelationSet( void ) throw( ::com::sun::star::uno::RuntimeException );
- /// only needed to be not incompatible (remove as soon as possible)
- virtual void SAL_CALL removePropertyChangeListener(
- const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener )
- throw (::com::sun::star::uno::RuntimeException) {}
+ virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessibleStateSet > SAL_CALL
+ getAccessibleStateSet( void ) throw( ::com::sun::star::uno::RuntimeException );
+
+ virtual ::com::sun::star::lang::Locale SAL_CALL
+ getLocale( void )
+ throw( ::com::sun::star::uno::RuntimeException,
+ ::drafts::com::sun::star::accessibility::IllegalAccessibleComponentStateException );
//===== XAccessibleEventBroadcaster =====================================
- /** Add listener that is informed of future changes of name,
- description and so on events.
- */
virtual void SAL_CALL
- addEventListener (
- const ::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::accessibility::XAccessibleEventListener>& xListener)
- throw (com::sun::star::uno::RuntimeException);
+ addEventListener(
+ const ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessibleEventListener >& xListener )
+ throw( com::sun::star::uno::RuntimeException );
- // Remove an existing event listener.
virtual void SAL_CALL
- removeEventListener (
- const ::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::accessibility::XAccessibleEventListener>& xListener)
- throw (com::sun::star::uno::RuntimeException);
+ removeEventListener(
+ const ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessibleEventListener >& xListener )
+ throw( com::sun::star::uno::RuntimeException );
//===== XServiceInfo ====================================================
- /** Returns an identifier for the implementation of this object.
- */
virtual ::rtl::OUString SAL_CALL
- getImplementationName (void)
- throw (::com::sun::star::uno::RuntimeException);
+ getImplementationName( void ) throw( ::com::sun::star::uno::RuntimeException );
- /** Return whether the specified service is supported by this class.
- */
virtual sal_Bool SAL_CALL
- supportsService (const ::rtl::OUString& sServiceName)
- throw (::com::sun::star::uno::RuntimeException);
+ supportsService( const ::rtl::OUString& sServiceName ) throw( ::com::sun::star::uno::RuntimeException );
- /** Returns a list of all supported services. In this case that is just
- the AccessibleContext service.
- */
virtual ::com::sun::star::uno::Sequence< ::rtl::OUString> SAL_CALL
- getSupportedServiceNames (void)
- throw (::com::sun::star::uno::RuntimeException);
-
+ getSupportedServiceNames( void ) throw( ::com::sun::star::uno::RuntimeException );
//===== XTypeProvider ===================================================
- /** Returns a implementation id.
- */
virtual ::com::sun::star::uno::Sequence<sal_Int8> SAL_CALL
- getImplementationId (void)
- throw (::com::sun::star::uno::RuntimeException);
-
-
- //===== XServiceName ====================================================
-
- /** Returns the name of the service that can be used to create another
- object like this one.
- */
- virtual ::rtl::OUString SAL_CALL
- getServiceName (void)
- throw (::com::sun::star::uno::RuntimeException);
-
+ getImplementationId( void ) throw( ::com::sun::star::uno::RuntimeException );
//===== XAccessibleSelection =============================================
virtual void SAL_CALL
selectAccessibleChild( sal_Int32 nChildIndex )
- throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException );
+ throw( ::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException );
virtual sal_Bool SAL_CALL
isAccessibleChildSelected( sal_Int32 nChildIndex )
- throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException );
+ throw( ::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException );
virtual void SAL_CALL
- clearAccessibleSelection()
- throw (::com::sun::star::uno::RuntimeException );
+ clearAccessibleSelection() throw( ::com::sun::star::uno::RuntimeException );
virtual void SAL_CALL
- selectAllAccessible()
- throw (::com::sun::star::uno::RuntimeException );
+ selectAllAccessible() throw( ::com::sun::star::uno::RuntimeException );
virtual sal_Int32 SAL_CALL
- getSelectedAccessibleChildCount()
- throw (::com::sun::star::uno::RuntimeException );
+ getSelectedAccessibleChildCount() throw( ::com::sun::star::uno::RuntimeException );
virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible > SAL_CALL
getSelectedAccessibleChild( sal_Int32 nSelectedChildIndex )
- throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException );
+ throw( ::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException );
virtual void SAL_CALL
deselectSelectedAccessibleChild( sal_Int32 nSelectedChildIndex )
- throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException );
+ throw( ::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException );
protected:
//===== internals ========================================================
- void checkChildIndex( long nIndexOfChild ) throw (::com::sun::star::lang::IndexOutOfBoundsException );
+ void checkChildIndex( long nIndexOfChild ) throw( ::com::sun::star::lang::IndexOutOfBoundsException );
- void checkChildIndexOnSelection( long nIndexOfChild ) throw (::com::sun::star::lang::IndexOutOfBoundsException );
+ void checkChildIndexOnSelection( long nIndexOfChild ) throw( ::com::sun::star::lang::IndexOutOfBoundsException );
/** Selects a new child by index.
@@ -560,60 +347,75 @@ private:
static ::com::sun::star::uno::Sequence< sal_Int8 > getUniqueId( void );
protected:
- /// Return the object's current bounding box relative to the desktop.
- virtual Rectangle GetBoundingBoxOnScreen(void)
- throw (::com::sun::star::uno::RuntimeException);
+ /// @Return the object's current bounding box relative to the desktop.
+ virtual Rectangle GetBoundingBoxOnScreen( void ) throw( ::com::sun::star::uno::RuntimeException );
- /// Return the object's current bounding box relative to the parent object.
- virtual Rectangle GetBoundingBox(void)
- throw (::com::sun::star::uno::RuntimeException);
+ /// @Return the object's current bounding box relative to the parent object.
+ virtual Rectangle GetBoundingBox( void ) throw( ::com::sun::star::uno::RuntimeException );
/// Calls all Listener to tell they the change.
- void CommitChange(const drafts::com::sun::star::accessibility::AccessibleEventObject& rEvent);
+ void CommitChange( const drafts::com::sun::star::accessibility::AccessibleEventObject& rEvent );
virtual void SAL_CALL disposing();
-private:
- /// Reference to the parent object.
- ::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::accessibility::XAccessible> mxParent;
+ /// @returns true if it's disposed or in disposing
+ inline sal_Bool IsAlive( void ) const;
+
+ /// @returns true if it's not disposed and no in disposing
+ inline sal_Bool IsNotAlive( void ) const;
+ /// throws the exception DisposedException if it's not alive
+ void ThrowExceptionIfNotAlive( void ) throw( ::com::sun::star::lang::DisposedException );
+
+private:
/** Description of this object. This is not a constant because it can
be set from the outside.
*/
- ::rtl::OUString msDescription;
+ ::rtl::OUString msDescription;
/** Name of this object.
*/
- ::rtl::OUString msName;
+ ::rtl::OUString msName;
- /// pointer to internal representation
-
- SvxRectCtl* mpRepr;
+ /// Reference to the parent object.
+ ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible >
+ mxParent;
- /// array with fix length for all possible childs
+ /// pointer to internal representation
+ SvxRectCtl* mpRepr;
- SvxRectCtlChildAccessibleContext* mpChilds[ 9 ];
+ /// array for all possible childs
+ SvxRectCtlChildAccessibleContext** mpChilds;
/// List of property change listeners.
- cppu::OInterfaceContainerHelper* mpEventListeners;
+ cppu::OInterfaceContainerHelper* mpEventListeners;
/// actual selected child
- long mnSelectedChild;
+ long mnSelectedChild;
/// mode of control (true -> 8 points, false -> 9 points)
- sal_Bool mbAngleMode;
+ sal_Bool mbAngleMode;
};
+inline sal_Bool SvxRectCtlAccessibleContext::IsAlive( void ) const
+{
+ return !rBHelper.bDisposed && !rBHelper.bInDispose;
+}
+
+inline sal_Bool SvxRectCtlAccessibleContext::IsNotAlive( void ) const
+{
+ return rBHelper.bDisposed || rBHelper.bInDispose;
+}
+
typedef ::cppu::WeakAggComponentImplHelper6<
- ::drafts::com::sun::star::accessibility::XAccessible,
- ::drafts::com::sun::star::accessibility::XAccessibleComponent,
- ::drafts::com::sun::star::accessibility::XAccessibleContext,
- ::drafts::com::sun::star::accessibility::XAccessibleEventBroadcaster,
- ::com::sun::star::lang::XServiceInfo,
- ::com::sun::star::lang::XServiceName >
- SvxRectCtlChildAccessibleContext_Base;
+ ::drafts::com::sun::star::accessibility::XAccessible,
+ ::drafts::com::sun::star::accessibility::XAccessibleComponent,
+ ::drafts::com::sun::star::accessibility::XAccessibleContext,
+ ::drafts::com::sun::star::accessibility::XAccessibleEventBroadcaster,
+ ::drafts::com::sun::star::accessibility::XAccessibleValue,
+ ::com::sun::star::lang::XServiceInfo >
+ SvxRectCtlChildAccessibleContext_Base;
class SvxRectCtlChildAccessibleContext : public SvxRectCtlChildAccessibleContext_Base
@@ -630,381 +432,195 @@ protected:
public:
//===== XAccessible =====================================================
- /// Returns the XAccessibleContext.
virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessibleContext> SAL_CALL
- getAccessibleContext (void) throw (::com::sun::star::uno::RuntimeException);
+ getAccessibleContext( void ) throw( ::com::sun::star::uno::RuntimeException );
//===== XAccessibleComponent ============================================
- /** Tests whether the specified point lies within this object's bounds.
-
- <p>The test point's coordinates are defined relative to the
- coordinate system of the object.</p>
-
- @param point
- Coordinates of the point to test.
-
- @return
- Returns <TRUE/> if the point lies within or on the object's bounding
- box and <FALSE/> otherwise.
- */
- virtual sal_Bool SAL_CALL contains(
- const ::com::sun::star::awt::Point& rPoint )
- throw (::com::sun::star::uno::RuntimeException);
-
- /** Returns the Accessible child that is rendered under the given point.
-
- @param aPoint
- Coordinates of the test point for which to find the Accessible
- child.
-
- @return
- If there is one child which is rendered so that its bounding box
- contains the test point then a reference to that object is
- returned. If there is more than one child which satisfies that
- condition then a reference to that one is returned that is
- painted on top of the others. If no there is no child which is
- rendered at the test point an empty reference is returned.
- */
- virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible >
- SAL_CALL getAccessibleAt(
- const ::com::sun::star::awt::Point& rPoint )
- throw (::com::sun::star::uno::RuntimeException);
-
- /** Returns the bounding box of this object.
-
- <p>The returned bounding box has the form of a rectangle. Its
- coordinates are relative to the object's parent coordinate system.
- Note that the two methods <member>getLocation</member> and
- <member>getSize</member> return the same information. With method
- <member>getLocationOnScreen</member> you can get the bound box
- position in screen coordinates.</p>
-
- @return
- The coordinates of the returned rectangle are relative to this
- object's parent or relative to the screen on which this object
- is rendered if it has no parent. If the object is not on any
- screen the returnred rectangle is empty and located at position
- (0,0).
- */
- virtual ::com::sun::star::awt::Rectangle SAL_CALL getBounds( )
- throw (::com::sun::star::uno::RuntimeException);
-
-
- /** Returns the location of the upper left corner of the object's
- bounding box relative to the parent.</p>.
-
- <p>The coordinates of the bounding box are given relative to the
- parent's coordinate system.</p>
-
- @return
- The coordinates of the returned position are relative to this
- object's parent or relative to the screen on which this object
- is rendered if it has no parent. If the object is not on any
- screen the returnred position is (0,0).
- */
- virtual ::com::sun::star::awt::Point SAL_CALL getLocation( )
- throw (::com::sun::star::uno::RuntimeException);
-
- /** Returns the location of the upper left corner of the object's
- bounding box in screen coordinates.
-
- <p>This method returns the same point as does the method
- <member>getLocation</member>. The difference is that the
- coordinates are absolute screen coordinates of the screen to which
- the object is rendered instead of being relative to the object's
- parent.</p>
-
- @return
- The coordinates of the returned position are relative to the
- screen on which this object is rendered. If the object is not
- on any screen the returnred position is (0,0).
- */
- virtual ::com::sun::star::awt::Point SAL_CALL getLocationOnScreen( )
- throw (::com::sun::star::uno::RuntimeException);
-
- /** Returns the size of this object's bounding box.
-
- @return
- The returned size is the size of this object or empty if it is
- not rendered on any screen.
- */
- virtual ::com::sun::star::awt::Size SAL_CALL getSize( )
- throw (::com::sun::star::uno::RuntimeException);
-
- /** Determines if the object is showing.
-
- <p>An object is showing if it and all its parents are visible. This
- does not neccessarily mean that the object is visible on the screen.
- There may be other objects obscuring it. The showing property can
- be modified by calling <member>setVisible</member> on the objects
- and on its parents.</p>
-
- @return
- Returns <TRUE/> if the object is showing and <FALSE/> otherwise.
-
- @see isVisible, setVisible
- */
- virtual sal_Bool SAL_CALL isShowing( )
- throw (::com::sun::star::uno::RuntimeException);
-
- /** Determines if the object is visible.
-
- <p>If an object and all of its parents are visible then the object
- is also called showing. If an object is showing then it has also
- set the <const>AccessibleStateType::VISIBLE</const> state set in its
- <type>AccessibleStateSet</type>.</p>
-
- @return
- Returns <TRUE/> if the object is visible and <FALSE/> otherwise.
-
- @see isShowing
- */
- virtual sal_Bool SAL_CALL isVisible( )
- throw (::com::sun::star::uno::RuntimeException);
+ virtual sal_Bool SAL_CALL
+ contains( const ::com::sun::star::awt::Point& rPoint ) throw( ::com::sun::star::uno::RuntimeException );
- /** Returns whether the object can accept the focus or not.
+ virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible > SAL_CALL
+ getAccessibleAt( const ::com::sun::star::awt::Point& rPoint ) throw( ::com::sun::star::uno::RuntimeException );
- <p>If it can it has also set the
- <const>AccessibleStateType::FOCUSABLE</const> state set in its
- <type>AccessibleStateSet</type>.
+ virtual ::com::sun::star::awt::Rectangle SAL_CALL
+ getBounds() throw( ::com::sun::star::uno::RuntimeException );
- @return
- An object returns <TRUE/> if it can accept the focus and returns
- <FALSE/> otherwise.
- */
- virtual sal_Bool SAL_CALL isFocusTraversable( )
- throw (::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::awt::Point SAL_CALL
+ getLocation() throw( ::com::sun::star::uno::RuntimeException );
- /** Adds a new focus listener.
+ virtual ::com::sun::star::awt::Point SAL_CALL
+ getLocationOnScreen() throw( ::com::sun::star::uno::RuntimeException );
- <p>The focus listener will receive future focus events from this
- component. If the specified listener is already a member of the set
- of registered focus listeners this method call is ignored.</p>
+ virtual ::com::sun::star::awt::Size SAL_CALL
+ getSize() throw( ::com::sun::star::uno::RuntimeException );
- @param xListener
- The listener object that is called for future focus events.
- */
- virtual void SAL_CALL addFocusListener(
- const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFocusListener >& xListener )
- throw (::com::sun::star::uno::RuntimeException);
+ virtual sal_Bool SAL_CALL
+ isShowing() throw( ::com::sun::star::uno::RuntimeException );
- /** Removes a focus listener.
+ virtual sal_Bool SAL_CALL
+ isVisible() throw( ::com::sun::star::uno::RuntimeException );
- <p>The specified focus listener will no longer receive focus events
- from this component. If this listener has not been added by a prior
- call to <member>addFocusListener</member> then this method call is
- ignored.</p>
+ virtual sal_Bool SAL_CALL
+ isFocusTraversable() throw( ::com::sun::star::uno::RuntimeException );
- @param xListener
- Listener to remove from the list of focus listener.
- */
- virtual void SAL_CALL removeFocusListener(
- const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFocusListener >& xListener )
- throw (::com::sun::star::uno::RuntimeException);
-
- /** Grabs the focus to this object.
-
- <p>If this object can not accept the focus,
- i.e. <member>isFocusTraversable</member> returns <FALSE/> for this
- object then nothing happens. Otherwise the object will attempt to
- take the focus. Nothing happens if that fails, otherwise the object
- has the focus. This method is called <code>requestFocus</code> in
- the Java Accessibility API 1.4.</p>
- */
- virtual void SAL_CALL grabFocus( )
- throw (::com::sun::star::uno::RuntimeException);
+ virtual void SAL_CALL
+ addFocusListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFocusListener >& xListener )
+ throw( ::com::sun::star::uno::RuntimeException );
- /** Returns the key bindings associated with this object.
+ virtual void SAL_CALL
+ removeFocusListener( const ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFocusListener >& xListener )
+ throw (::com::sun::star::uno::RuntimeException);
- <p>This method stems from the Java interface
- <code>AccessibleExtendedComponent</code>.</p>
+ virtual void SAL_CALL
+ grabFocus() throw( ::com::sun::star::uno::RuntimeException );
- @return
- The returned value represents the current key bindings
- associated with this object.
- */
- virtual ::com::sun::star::uno::Any SAL_CALL getAccessibleKeyBinding( )
- throw (::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::uno::Any SAL_CALL
+ getAccessibleKeyBinding() throw( ::com::sun::star::uno::RuntimeException );
//===== XAccessibleContext ==============================================
- /// Return the number of currently visible children.
- virtual long SAL_CALL
- getAccessibleChildCount (void) throw (::com::sun::star::uno::RuntimeException);
+ virtual sal_Int32 SAL_CALL
+ getAccessibleChildCount( void ) throw( ::com::sun::star::uno::RuntimeException );
- /// Return the specified child or NULL if index is invalid.
- virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible> SAL_CALL
- getAccessibleChild (long nIndex)
- throw (::com::sun::star::uno::RuntimeException,
- ::com::sun::star::lang::IndexOutOfBoundsException);
+ virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible > SAL_CALL
+ getAccessibleChild( sal_Int32 nIndex )
+ throw( ::com::sun::star::uno::RuntimeException, ::com::sun::star::lang::IndexOutOfBoundsException );
- /// Return a reference to the parent.
- virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible> SAL_CALL
- getAccessibleParent (void)
- throw (::com::sun::star::uno::RuntimeException);
+ virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible > SAL_CALL
+ getAccessibleParent( void ) throw( ::com::sun::star::uno::RuntimeException );
- /// Return this objects index among the parents children.
virtual sal_Int32 SAL_CALL
- getAccessibleIndexInParent (void)
- throw (::com::sun::star::uno::RuntimeException);
+ getAccessibleIndexInParent( void ) throw( ::com::sun::star::uno::RuntimeException );
- /// Return this object's role.
virtual sal_Int16 SAL_CALL
- getAccessibleRole (void)
- throw (::com::sun::star::uno::RuntimeException);
+ getAccessibleRole( void ) throw( ::com::sun::star::uno::RuntimeException );
- /// Return this object's description.
virtual ::rtl::OUString SAL_CALL
- getAccessibleDescription (void)
- throw (::com::sun::star::uno::RuntimeException);
+ getAccessibleDescription( void ) throw( ::com::sun::star::uno::RuntimeException );
- /// Return the object's current name.
virtual ::rtl::OUString SAL_CALL
- getAccessibleName (void)
- throw (::com::sun::star::uno::RuntimeException);
-
- /// Return NULL to indicate that an empty relation set.
- virtual ::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::accessibility::XAccessibleRelationSet> SAL_CALL
- getAccessibleRelationSet (void)
- throw (::com::sun::star::uno::RuntimeException);
-
- /// Return the set of current states.
- virtual ::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::accessibility::XAccessibleStateSet> SAL_CALL
- getAccessibleStateSet (void)
- throw (::com::sun::star::uno::RuntimeException);
-
- /** Return the parents locale or throw exception if this object has no
- parent yet/anymore.
- */
- virtual ::com::sun::star::lang::Locale SAL_CALL
- getLocale (void)
- throw (::com::sun::star::uno::RuntimeException,
- ::drafts::com::sun::star::accessibility::IllegalAccessibleComponentStateException);
+ getAccessibleName( void ) throw( ::com::sun::star::uno::RuntimeException );
- /// only needed to be not incompatible (remove as soon as possible)
- virtual void SAL_CALL
- addPropertyChangeListener(
- const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener )
- throw (::com::sun::star::uno::RuntimeException) {}
+ virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessibleRelationSet > SAL_CALL
+ getAccessibleRelationSet( void ) throw( ::com::sun::star::uno::RuntimeException );
+
+ virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessibleStateSet > SAL_CALL
+ getAccessibleStateSet( void ) throw( ::com::sun::star::uno::RuntimeException );
- /// only needed to be not incompatible (remove as soon as possible)
- virtual void SAL_CALL removePropertyChangeListener(
- const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener )
- throw (::com::sun::star::uno::RuntimeException) {}
+ virtual ::com::sun::star::lang::Locale SAL_CALL
+ getLocale( void )
+ throw( ::com::sun::star::uno::RuntimeException, ::drafts::com::sun::star::accessibility::IllegalAccessibleComponentStateException );
//===== XAccessibleEventBroadcaster =====================================
- /** Add listener that is informed of future changes of name,
- description and so on events.
- */
virtual void SAL_CALL
- addEventListener (
- const ::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::accessibility::XAccessibleEventListener>& xListener)
- throw (com::sun::star::uno::RuntimeException);
+ addEventListener(
+ const ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessibleEventListener >& xListener )
+ throw( ::com::sun::star::uno::RuntimeException );
- // Remove an existing event listener.
virtual void SAL_CALL
- removeEventListener (
- const ::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::accessibility::XAccessibleEventListener>& xListener)
- throw (com::sun::star::uno::RuntimeException);
+ removeEventListener(
+ const ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessibleEventListener >& xListener )
+ throw( com::sun::star::uno::RuntimeException );
+
+ //===== XAccessibleValue ================================================
+
+ virtual ::com::sun::star::uno::Any SAL_CALL
+ getCurrentValue() throw( ::com::sun::star::uno::RuntimeException );
+
+ virtual sal_Bool SAL_CALL
+ setCurrentValue( const ::com::sun::star::uno::Any& aNumber ) throw( ::com::sun::star::uno::RuntimeException );
+
+ virtual ::com::sun::star::uno::Any SAL_CALL
+ getMaximumValue() throw( ::com::sun::star::uno::RuntimeException );
+
+ virtual ::com::sun::star::uno::Any SAL_CALL
+ getMinimumValue() throw( ::com::sun::star::uno::RuntimeException );
//===== XServiceInfo ====================================================
- /** Returns an identifier for the implementation of this object.
- */
virtual ::rtl::OUString SAL_CALL
- getImplementationName (void)
- throw (::com::sun::star::uno::RuntimeException);
+ getImplementationName( void ) throw( ::com::sun::star::uno::RuntimeException );
- /** Return whether the specified service is supported by this class.
- */
virtual sal_Bool SAL_CALL
- supportsService (const ::rtl::OUString& sServiceName)
- throw (::com::sun::star::uno::RuntimeException);
+ supportsService( const ::rtl::OUString& sServiceName ) throw( ::com::sun::star::uno::RuntimeException );
- /** Returns a list of all supported services. In this case that is just
- the AccessibleContext service.
- */
virtual ::com::sun::star::uno::Sequence< ::rtl::OUString> SAL_CALL
- getSupportedServiceNames (void)
- throw (::com::sun::star::uno::RuntimeException);
+ getSupportedServiceNames( void ) throw( ::com::sun::star::uno::RuntimeException );
//===== XTypeProvider ===================================================
- /** Returns the implementation id.
- */
virtual ::com::sun::star::uno::Sequence<sal_Int8> SAL_CALL
- getImplementationId (void)
- throw (::com::sun::star::uno::RuntimeException);
-
-
- //===== XServiceName ====================================================
-
- /** Returns the name of the service that can be used to create another
- object like this one.
- */
- virtual ::rtl::OUString SAL_CALL
- getServiceName (void)
- throw (::com::sun::star::uno::RuntimeException);
+ getImplementationId( void ) throw( ::com::sun::star::uno::RuntimeException );
+ //===== internal ==========================================================
/// Sets the checked status
void setStateChecked( sal_Bool bChecked );
+
protected:
- /// Return the object's current bounding box relative to the desktop.
- virtual Rectangle GetBoundingBoxOnScreen(void)
- throw (::com::sun::star::uno::RuntimeException);
+ virtual Rectangle GetBoundingBoxOnScreen( void ) throw( ::com::sun::star::uno::RuntimeException );
- /// Return the object's current bounding box relative to the parent object.
- virtual Rectangle GetBoundingBox(void)
- throw (::com::sun::star::uno::RuntimeException);
+ virtual Rectangle GetBoundingBox( void ) throw( ::com::sun::star::uno::RuntimeException );
- /// Calls all Listener to tell they the change.
- void CommitChange(const drafts::com::sun::star::accessibility::AccessibleEventObject& rEvent);
+ void CommitChange( const drafts::com::sun::star::accessibility::AccessibleEventObject& rEvent );
+ /// @returns true if it's disposed or in disposing
+ inline sal_Bool IsAlive( void ) const;
- /// Mutex guarding this object.
- ::osl::Mutex maMutex;
+ /// @returns true if it's not disposed and no in disposing
+ inline sal_Bool IsNotAlive( void ) const;
-private:
+ /// throws the exception DisposedException if it's not alive
+ void ThrowExceptionIfNotAlive( void ) throw( ::com::sun::star::lang::DisposedException );
- /// Bounding box
- Rectangle* mpBoundingBox;
-
- /// window of parent
- const Window& mrParentWindow;
+ /// Mutex guarding this object.
+ ::osl::Mutex maMutex;
- /// Reference to the parent object.
- ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible >
- mxParent;
+private:
/** Description of this object. This is not a constant because it can
be set from the outside. Furthermore, it changes according the the
draw page's display mode.
*/
- ::rtl::OUString msDescription;
+ ::rtl::OUString msDescription;
/** Name of this object. It changes according the the draw page's
display mode.
*/
- ::rtl::OUString msName;
+ ::rtl::OUString msName;
+
+ /// Reference to the parent object.
+ ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible >
+ mxParent;
+
+ /// Bounding box
+ Rectangle* mpBoundingBox;
+
+ /// window of parent
+ const Window& mrParentWindow;
/// List of property change listeners.
- cppu::OInterfaceContainerHelper*
- mpEventListeners;
+ cppu::OInterfaceContainerHelper* mpEventListeners;
/// index of child in parent
- long mnIndexInParent;
+ long mnIndexInParent;
/// Indicates, if object is checked
- sal_Bool mbIsChecked;
+ sal_Bool mbIsChecked;
};
+inline sal_Bool SvxRectCtlChildAccessibleContext::IsAlive( void ) const
+{
+ return !rBHelper.bDisposed && !rBHelper.bInDispose;
+}
+
+inline sal_Bool SvxRectCtlChildAccessibleContext::IsNotAlive( void ) const
+{
+ return rBHelper.bDisposed || rBHelper.bInDispose;
+}
+
#endif