summaryrefslogtreecommitdiff
path: root/svx/source/inc/svxrectctaccessiblecontext.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'svx/source/inc/svxrectctaccessiblecontext.hxx')
-rw-r--r--svx/source/inc/svxrectctaccessiblecontext.hxx260
1 files changed, 130 insertions, 130 deletions
diff --git a/svx/source/inc/svxrectctaccessiblecontext.hxx b/svx/source/inc/svxrectctaccessiblecontext.hxx
index 9d20f10eac8c..e7a6ef1e7ed5 100644
--- a/svx/source/inc/svxrectctaccessiblecontext.hxx
+++ b/svx/source/inc/svxrectctaccessiblecontext.hxx
@@ -60,12 +60,12 @@ namespace vcl { class Window; }
typedef ::cppu::WeakAggComponentImplHelper6<
- ::com::sun::star::accessibility::XAccessible,
- ::com::sun::star::accessibility::XAccessibleComponent,
- ::com::sun::star::accessibility::XAccessibleContext,
- ::com::sun::star::accessibility::XAccessibleEventBroadcaster,
- ::com::sun::star::accessibility::XAccessibleSelection,
- ::com::sun::star::lang::XServiceInfo >
+ css::accessibility::XAccessible,
+ css::accessibility::XAccessibleComponent,
+ css::accessibility::XAccessibleContext,
+ css::accessibility::XAccessibleEventBroadcaster,
+ css::accessibility::XAccessibleSelection,
+ css::lang::XServiceInfo >
SvxRectCtlAccessibleContext_Base;
class SvxRectCtlAccessibleContext : public ::comphelper::OBaseMutex, public SvxRectCtlAccessibleContext_Base
@@ -73,7 +73,7 @@ class SvxRectCtlAccessibleContext : public ::comphelper::OBaseMutex, public SvxR
public:
// internal
SvxRectCtlAccessibleContext(
- const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible>& rxParent,
+ const css::uno::Reference< css::accessibility::XAccessible>& rxParent,
SvxRectCtl& rRepresentation,
const OUString* pName = NULL,
const OUString* pDescription = NULL );
@@ -81,130 +81,130 @@ protected:
virtual ~SvxRectCtlAccessibleContext();
public:
// XAccessible
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext> SAL_CALL
- getAccessibleContext() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual css::uno::Reference< css::accessibility::XAccessibleContext> SAL_CALL
+ getAccessibleContext() throw( css::uno::RuntimeException, std::exception ) override;
// XAccessibleComponent
virtual sal_Bool SAL_CALL
- containsPoint( const ::com::sun::star::awt::Point& rPoint ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ containsPoint( const css::awt::Point& rPoint ) throw( css::uno::RuntimeException, std::exception ) override;
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > SAL_CALL
- getAccessibleAtPoint( const ::com::sun::star::awt::Point& rPoint ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual css::uno::Reference< css::accessibility::XAccessible > SAL_CALL
+ getAccessibleAtPoint( const css::awt::Point& rPoint ) throw( css::uno::RuntimeException, std::exception ) override;
- virtual ::com::sun::star::awt::Rectangle SAL_CALL
- getBounds() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual css::awt::Rectangle SAL_CALL
+ getBounds() throw( css::uno::RuntimeException, std::exception ) override;
- virtual ::com::sun::star::awt::Point SAL_CALL
- getLocation() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual css::awt::Point SAL_CALL
+ getLocation() throw( css::uno::RuntimeException, std::exception ) override;
- virtual ::com::sun::star::awt::Point SAL_CALL
- getLocationOnScreen() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual css::awt::Point SAL_CALL
+ getLocationOnScreen() throw( css::uno::RuntimeException, std::exception ) override;
- virtual ::com::sun::star::awt::Size SAL_CALL
- getSize() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual css::awt::Size SAL_CALL
+ getSize() throw( css::uno::RuntimeException, std::exception ) override;
bool SAL_CALL
- isVisible() throw( ::com::sun::star::uno::RuntimeException );
+ isVisible() throw( css::uno::RuntimeException );
virtual void SAL_CALL
- grabFocus() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ grabFocus() throw( css::uno::RuntimeException, std::exception ) override;
virtual sal_Int32 SAL_CALL
- getForeground( ) throw (::com::sun::star::uno::RuntimeException, std::exception) override;
+ getForeground( ) throw (css::uno::RuntimeException, std::exception) override;
virtual sal_Int32 SAL_CALL
- getBackground( ) throw (::com::sun::star::uno::RuntimeException, std::exception) override;
+ getBackground( ) throw (css::uno::RuntimeException, std::exception) override;
// XAccessibleContext
virtual sal_Int32 SAL_CALL
- getAccessibleChildCount() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ getAccessibleChildCount() throw( css::uno::RuntimeException, std::exception ) override;
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible> SAL_CALL
+ virtual css::uno::Reference< css::accessibility::XAccessible> SAL_CALL
getAccessibleChild( sal_Int32 nIndex )
- throw( ::com::sun::star::uno::RuntimeException, ::com::sun::star::lang::IndexOutOfBoundsException, std::exception ) override;
+ throw( css::uno::RuntimeException, css::lang::IndexOutOfBoundsException, std::exception ) override;
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible> SAL_CALL
- getAccessibleParent() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual css::uno::Reference< css::accessibility::XAccessible> SAL_CALL
+ getAccessibleParent() throw( css::uno::RuntimeException, std::exception ) override;
virtual sal_Int32 SAL_CALL
- getAccessibleIndexInParent() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ getAccessibleIndexInParent() throw( css::uno::RuntimeException, std::exception ) override;
virtual sal_Int16 SAL_CALL
- getAccessibleRole() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ getAccessibleRole() throw( css::uno::RuntimeException, std::exception ) override;
virtual OUString SAL_CALL
- getAccessibleDescription() throw (::com::sun::star::uno::RuntimeException, std::exception) override;
+ getAccessibleDescription() throw (css::uno::RuntimeException, std::exception) override;
virtual OUString SAL_CALL
- getAccessibleName() throw (::com::sun::star::uno::RuntimeException, std::exception) override;
+ getAccessibleName() throw (css::uno::RuntimeException, std::exception) override;
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleRelationSet > SAL_CALL
- getAccessibleRelationSet() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual css::uno::Reference< css::accessibility::XAccessibleRelationSet > SAL_CALL
+ getAccessibleRelationSet() throw( css::uno::RuntimeException, std::exception ) override;
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleStateSet > SAL_CALL
- getAccessibleStateSet() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual css::uno::Reference< css::accessibility::XAccessibleStateSet > SAL_CALL
+ getAccessibleStateSet() throw( css::uno::RuntimeException, std::exception ) override;
- virtual ::com::sun::star::lang::Locale SAL_CALL
+ virtual css::lang::Locale SAL_CALL
getLocale()
- throw( ::com::sun::star::uno::RuntimeException,
- ::com::sun::star::accessibility::IllegalAccessibleComponentStateException, std::exception ) override;
+ throw( css::uno::RuntimeException,
+ css::accessibility::IllegalAccessibleComponentStateException, std::exception ) override;
// XAccessibleEventBroadcaster
virtual void SAL_CALL
addAccessibleEventListener(
- const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener )
- throw( com::sun::star::uno::RuntimeException, std::exception ) override;
+ const css::uno::Reference< css::accessibility::XAccessibleEventListener >& xListener )
+ throw( css::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
removeAccessibleEventListener(
- const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener )
- throw( com::sun::star::uno::RuntimeException, std::exception ) override;
+ const css::uno::Reference< css::accessibility::XAccessibleEventListener >& xListener )
+ throw( css::uno::RuntimeException, std::exception ) override;
// XServiceInfo
virtual OUString SAL_CALL
- getImplementationName() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ getImplementationName() throw( css::uno::RuntimeException, std::exception ) override;
virtual sal_Bool SAL_CALL
- supportsService( const OUString& sServiceName ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ supportsService( const OUString& sServiceName ) throw( css::uno::RuntimeException, std::exception ) override;
- virtual ::com::sun::star::uno::Sequence< OUString> SAL_CALL
- getSupportedServiceNames() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual css::uno::Sequence< OUString> SAL_CALL
+ getSupportedServiceNames() throw( css::uno::RuntimeException, std::exception ) override;
// XTypeProvider
- virtual ::com::sun::star::uno::Sequence<sal_Int8> SAL_CALL
- getImplementationId() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual css::uno::Sequence<sal_Int8> SAL_CALL
+ getImplementationId() throw( css::uno::RuntimeException, std::exception ) override;
// XAccessibleSelection
virtual void SAL_CALL
selectAccessibleChild( sal_Int32 nChildIndex )
- throw( ::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ throw( css::lang::IndexOutOfBoundsException, css::uno::RuntimeException, std::exception ) override;
virtual sal_Bool SAL_CALL
isAccessibleChildSelected( sal_Int32 nChildIndex )
- throw( ::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ throw( css::lang::IndexOutOfBoundsException, css::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
- clearAccessibleSelection() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ clearAccessibleSelection() throw( css::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
- selectAllAccessibleChildren() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ selectAllAccessibleChildren() throw( css::uno::RuntimeException, std::exception ) override;
virtual sal_Int32 SAL_CALL
- getSelectedAccessibleChildCount() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ getSelectedAccessibleChildCount() throw( css::uno::RuntimeException, std::exception ) override;
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > SAL_CALL
+ virtual css::uno::Reference< css::accessibility::XAccessible > SAL_CALL
getSelectedAccessibleChild( sal_Int32 nSelectedChildIndex )
- throw( ::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ throw( css::lang::IndexOutOfBoundsException, css::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
deselectAccessibleChild( sal_Int32 nSelectedChildIndex )
- throw( ::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ throw( css::lang::IndexOutOfBoundsException, css::uno::RuntimeException, std::exception ) override;
protected:
// internals
- void checkChildIndex( long nIndexOfChild ) throw( ::com::sun::star::lang::IndexOutOfBoundsException );
+ void checkChildIndex( long nIndexOfChild ) throw( css::lang::IndexOutOfBoundsException );
- void checkChildIndexOnSelection( long nIndexOfChild ) throw( ::com::sun::star::lang::IndexOutOfBoundsException );
+ void checkChildIndexOnSelection( long nIndexOfChild ) throw( css::lang::IndexOutOfBoundsException );
/** Selects a new child by index.
@@ -231,13 +231,13 @@ public:
protected:
/// @Return the object's current bounding box relative to the desktop.
- Rectangle GetBoundingBoxOnScreen() throw( ::com::sun::star::uno::RuntimeException );
+ Rectangle GetBoundingBoxOnScreen() throw( css::uno::RuntimeException );
/// @Return the object's current bounding box relative to the parent object.
- Rectangle GetBoundingBox() throw( ::com::sun::star::uno::RuntimeException );
+ Rectangle GetBoundingBox() throw( css::uno::RuntimeException );
/// Calls all Listener to tell they the change.
- void CommitChange( const com::sun::star::accessibility::AccessibleEventObject& rEvent );
+ void CommitChange( const css::accessibility::AccessibleEventObject& rEvent );
virtual void SAL_CALL disposing() override;
@@ -248,7 +248,7 @@ protected:
inline bool IsNotAlive() const;
/// throws the exception DisposedException if it's not alive
- void ThrowExceptionIfNotAlive() throw( ::com::sun::star::lang::DisposedException );
+ void ThrowExceptionIfNotAlive() throw( css::lang::DisposedException );
private:
/** Description of this object. This is not a constant because it can
@@ -261,7 +261,7 @@ private:
OUString msName;
/// Reference to the parent object.
- ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >
+ css::uno::Reference< css::accessibility::XAccessible >
mxParent;
/// pointer to internal representation
@@ -291,20 +291,20 @@ inline bool SvxRectCtlAccessibleContext::IsNotAlive() const
}
typedef ::cppu::WeakAggComponentImplHelper7<
- ::com::sun::star::accessibility::XAccessible,
- ::com::sun::star::accessibility::XAccessibleComponent,
- ::com::sun::star::accessibility::XAccessibleContext,
- ::com::sun::star::accessibility::XAccessibleEventBroadcaster,
- ::com::sun::star::accessibility::XAccessibleValue,
- ::com::sun::star::accessibility::XAccessibleAction,
- ::com::sun::star::lang::XServiceInfo >
+ css::accessibility::XAccessible,
+ css::accessibility::XAccessibleComponent,
+ css::accessibility::XAccessibleContext,
+ css::accessibility::XAccessibleEventBroadcaster,
+ css::accessibility::XAccessibleValue,
+ css::accessibility::XAccessibleAction,
+ css::lang::XServiceInfo >
SvxRectCtlChildAccessibleContext_Base;
class SvxRectCtlChildAccessibleContext : public SvxRectCtlChildAccessibleContext_Base
{
public:
SvxRectCtlChildAccessibleContext(
- const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible>& rxParent,
+ const css::uno::Reference< css::accessibility::XAccessible>& rxParent,
const vcl::Window& rParentWindow,
const OUString& rName, const OUString& rDescription,
const Rectangle& rBoundingBox,
@@ -313,111 +313,111 @@ protected:
virtual ~SvxRectCtlChildAccessibleContext();
public:
// XAccessible
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext> SAL_CALL
- getAccessibleContext() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual css::uno::Reference< css::accessibility::XAccessibleContext> SAL_CALL
+ getAccessibleContext() throw( css::uno::RuntimeException, std::exception ) override;
// XAccessibleComponent
virtual sal_Bool SAL_CALL
- containsPoint( const ::com::sun::star::awt::Point& rPoint ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ containsPoint( const css::awt::Point& rPoint ) throw( css::uno::RuntimeException, std::exception ) override;
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > SAL_CALL
- getAccessibleAtPoint( const ::com::sun::star::awt::Point& rPoint ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual css::uno::Reference< css::accessibility::XAccessible > SAL_CALL
+ getAccessibleAtPoint( const css::awt::Point& rPoint ) throw( css::uno::RuntimeException, std::exception ) override;
- virtual ::com::sun::star::awt::Rectangle SAL_CALL
- getBounds() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual css::awt::Rectangle SAL_CALL
+ getBounds() throw( css::uno::RuntimeException, std::exception ) override;
- virtual ::com::sun::star::awt::Point SAL_CALL
- getLocation() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual css::awt::Point SAL_CALL
+ getLocation() throw( css::uno::RuntimeException, std::exception ) override;
- virtual ::com::sun::star::awt::Point SAL_CALL
- getLocationOnScreen() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual css::awt::Point SAL_CALL
+ getLocationOnScreen() throw( css::uno::RuntimeException, std::exception ) override;
- virtual ::com::sun::star::awt::Size SAL_CALL
- getSize() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual css::awt::Size SAL_CALL
+ getSize() throw( css::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
- grabFocus() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ grabFocus() throw( css::uno::RuntimeException, std::exception ) override;
virtual sal_Int32 SAL_CALL
- getForeground( ) throw (::com::sun::star::uno::RuntimeException, std::exception) override;
+ getForeground( ) throw (css::uno::RuntimeException, std::exception) override;
virtual sal_Int32 SAL_CALL
- getBackground( ) throw (::com::sun::star::uno::RuntimeException, std::exception) override;
+ getBackground( ) throw (css::uno::RuntimeException, std::exception) override;
// XAccessibleContext
virtual sal_Int32 SAL_CALL
- getAccessibleChildCount() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ getAccessibleChildCount() throw( css::uno::RuntimeException, std::exception ) override;
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > SAL_CALL
+ virtual css::uno::Reference< css::accessibility::XAccessible > SAL_CALL
getAccessibleChild( sal_Int32 nIndex )
- throw( ::com::sun::star::uno::RuntimeException, ::com::sun::star::lang::IndexOutOfBoundsException, std::exception ) override;
+ throw( css::uno::RuntimeException, css::lang::IndexOutOfBoundsException, std::exception ) override;
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible > SAL_CALL
- getAccessibleParent() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual css::uno::Reference< css::accessibility::XAccessible > SAL_CALL
+ getAccessibleParent() throw( css::uno::RuntimeException, std::exception ) override;
virtual sal_Int32 SAL_CALL
- getAccessibleIndexInParent() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ getAccessibleIndexInParent() throw( css::uno::RuntimeException, std::exception ) override;
virtual sal_Int16 SAL_CALL
- getAccessibleRole() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ getAccessibleRole() throw( css::uno::RuntimeException, std::exception ) override;
virtual OUString SAL_CALL
- getAccessibleDescription() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ getAccessibleDescription() throw( css::uno::RuntimeException, std::exception ) override;
virtual OUString SAL_CALL
- getAccessibleName() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ getAccessibleName() throw( css::uno::RuntimeException, std::exception ) override;
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleRelationSet > SAL_CALL
- getAccessibleRelationSet() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual css::uno::Reference< css::accessibility::XAccessibleRelationSet > SAL_CALL
+ getAccessibleRelationSet() throw( css::uno::RuntimeException, std::exception ) override;
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleStateSet > SAL_CALL
- getAccessibleStateSet() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual css::uno::Reference< css::accessibility::XAccessibleStateSet > SAL_CALL
+ getAccessibleStateSet() throw( css::uno::RuntimeException, std::exception ) override;
- virtual ::com::sun::star::lang::Locale SAL_CALL
+ virtual css::lang::Locale SAL_CALL
getLocale()
- throw( ::com::sun::star::uno::RuntimeException, ::com::sun::star::accessibility::IllegalAccessibleComponentStateException, std::exception ) override;
+ throw( css::uno::RuntimeException, css::accessibility::IllegalAccessibleComponentStateException, std::exception ) override;
// XAccessibleEventBroadcaster
virtual void SAL_CALL
addAccessibleEventListener(
- const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener )
- throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ const css::uno::Reference< css::accessibility::XAccessibleEventListener >& xListener )
+ throw( css::uno::RuntimeException, std::exception ) override;
virtual void SAL_CALL
removeAccessibleEventListener(
- const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener )
- throw( com::sun::star::uno::RuntimeException, std::exception ) override;
+ const css::uno::Reference< css::accessibility::XAccessibleEventListener >& xListener )
+ throw( css::uno::RuntimeException, std::exception ) override;
// XAccessibleValue
- virtual ::com::sun::star::uno::Any SAL_CALL
- getCurrentValue() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual css::uno::Any SAL_CALL
+ getCurrentValue() throw( css::uno::RuntimeException, std::exception ) override;
virtual sal_Bool SAL_CALL
- setCurrentValue( const ::com::sun::star::uno::Any& aNumber ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ setCurrentValue( const css::uno::Any& aNumber ) throw( css::uno::RuntimeException, std::exception ) override;
- virtual ::com::sun::star::uno::Any SAL_CALL
- getMaximumValue() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual css::uno::Any SAL_CALL
+ getMaximumValue() throw( css::uno::RuntimeException, std::exception ) override;
- virtual ::com::sun::star::uno::Any SAL_CALL
- getMinimumValue() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual css::uno::Any SAL_CALL
+ getMinimumValue() throw( css::uno::RuntimeException, std::exception ) override;
// XAccessibleAction
- virtual sal_Int32 SAL_CALL getAccessibleActionCount( ) throw (::com::sun::star::uno::RuntimeException, std::exception) override;
- virtual sal_Bool SAL_CALL doAccessibleAction ( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException, std::exception) override;
- virtual ::rtl::OUString SAL_CALL getAccessibleActionDescription ( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException, std::exception) override;
- virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleKeyBinding > SAL_CALL getAccessibleActionKeyBinding( sal_Int32 nIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException, std::exception) override;
+ virtual sal_Int32 SAL_CALL getAccessibleActionCount( ) throw (css::uno::RuntimeException, std::exception) override;
+ virtual sal_Bool SAL_CALL doAccessibleAction ( sal_Int32 nIndex ) throw (css::lang::IndexOutOfBoundsException, css::uno::RuntimeException, std::exception) override;
+ virtual ::rtl::OUString SAL_CALL getAccessibleActionDescription ( sal_Int32 nIndex ) throw (css::lang::IndexOutOfBoundsException, css::uno::RuntimeException, std::exception) override;
+ virtual css::uno::Reference< css::accessibility::XAccessibleKeyBinding > SAL_CALL getAccessibleActionKeyBinding( sal_Int32 nIndex ) throw (css::lang::IndexOutOfBoundsException, css::uno::RuntimeException, std::exception) override;
// XServiceInfo
virtual OUString SAL_CALL
- getImplementationName() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ getImplementationName() throw( css::uno::RuntimeException, std::exception ) override;
virtual sal_Bool SAL_CALL
- supportsService( const OUString& sServiceName ) throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ supportsService( const OUString& sServiceName ) throw( css::uno::RuntimeException, std::exception ) override;
- virtual ::com::sun::star::uno::Sequence< OUString> SAL_CALL
- getSupportedServiceNames() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual css::uno::Sequence< OUString> SAL_CALL
+ getSupportedServiceNames() throw( css::uno::RuntimeException, std::exception ) override;
// XTypeProvider
- virtual ::com::sun::star::uno::Sequence<sal_Int8> SAL_CALL
- getImplementationId() throw( ::com::sun::star::uno::RuntimeException, std::exception ) override;
+ virtual css::uno::Sequence<sal_Int8> SAL_CALL
+ getImplementationId() throw( css::uno::RuntimeException, std::exception ) override;
// internal
/// Sets the checked status
@@ -425,11 +425,11 @@ public:
void FireFocusEvent();
protected:
- Rectangle GetBoundingBoxOnScreen() throw( ::com::sun::star::uno::RuntimeException );
+ Rectangle GetBoundingBoxOnScreen() throw( css::uno::RuntimeException );
- Rectangle GetBoundingBox() throw( ::com::sun::star::uno::RuntimeException );
+ Rectangle GetBoundingBox() throw( css::uno::RuntimeException );
- void CommitChange( const com::sun::star::accessibility::AccessibleEventObject& rEvent );
+ void CommitChange( const css::accessibility::AccessibleEventObject& rEvent );
virtual void SAL_CALL disposing() override;
@@ -440,7 +440,7 @@ protected:
inline bool IsNotAlive() const;
/// throws the exception DisposedException if it's not alive
- void ThrowExceptionIfNotAlive() throw( ::com::sun::star::lang::DisposedException );
+ void ThrowExceptionIfNotAlive() throw( css::lang::DisposedException );
/// Mutex guarding this object.
::osl::Mutex maMutex;
@@ -459,7 +459,7 @@ private:
OUString msName;
/// Reference to the parent object.
- ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >
+ css::uno::Reference< css::accessibility::XAccessible >
mxParent;
/// Bounding box