summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThorsten Behrens <tbehrens@suse.com>2012-11-29 00:27:03 +0100
committerThorsten Behrens <tbehrens@suse.com>2012-11-29 16:58:16 +0100
commit70626249cd247d9acdad417b8eaf252bae22c059 (patch)
tree2327193318672b583f12be99cdcaec5ef4d3830d
parentdda524a71145441b336f5f9f6e559fa31d32d3d2 (diff)
API CHANGE a11y unpublishing and add/removeListener rename.
The a11y API has never really been picked up by tools vendors, let's not tie ourselves up here for no good reason. This unpublishes all css::accessibility, and dependend API. With that, we can change the rather unfortunately-named add/ removeEventListener to be add/removeAccessibleEventListener, thus not conflicting with the XComponent methods of the same name. Change-Id: I595598c3a8e46415f80b2780f333333174865fe4
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Component.java2
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Container.java2
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Dialog.java2
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Frame.java2
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/Window.java2
-rw-r--r--accessibility/bridge/org/openoffice/java/accessibility/logging/XAccessibleEventLog.java2
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx6
-rw-r--r--accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx6
-rw-r--r--accessibility/inc/accessibility/extended/accessibleiconchoicectrlentry.hxx6
-rw-r--r--accessibility/inc/accessibility/extended/accessiblelistboxentry.hxx6
-rw-r--r--accessibility/inc/accessibility/extended/textwindowaccessibility.hxx6
-rw-r--r--accessibility/inc/accessibility/standard/vclxaccessiblelistitem.hxx6
-rw-r--r--accessibility/source/extended/AccessibleBrowseBoxBase.cxx4
-rw-r--r--accessibility/source/extended/AccessibleGridControlBase.cxx4
-rw-r--r--accessibility/source/extended/accessibleiconchoicectrlentry.cxx4
-rw-r--r--accessibility/source/extended/accessiblelistboxentry.cxx4
-rw-r--r--accessibility/source/extended/textwindowaccessibility.cxx4
-rw-r--r--accessibility/source/standard/vclxaccessiblelistitem.cxx4
-rw-r--r--chart2/source/controller/accessibility/AccessibleBase.cxx4
-rw-r--r--chart2/source/controller/inc/AccessibleBase.hxx4
-rw-r--r--comphelper/inc/comphelper/accessiblecontexthelper.hxx6
-rw-r--r--comphelper/inc/comphelper/accessiblewrapper.hxx4
-rw-r--r--comphelper/source/misc/accessiblecontexthelper.cxx4
-rw-r--r--comphelper/source/misc/accessiblewrapper.cxx8
-rw-r--r--editeng/inc/editeng/AccessibleContextBase.hxx9
-rw-r--r--editeng/inc/editeng/AccessibleEditableTextPara.hxx9
-rw-r--r--editeng/inc/editeng/AccessibleImageBullet.hxx4
-rw-r--r--editeng/source/accessibility/AccessibleContextBase.cxx4
-rw-r--r--editeng/source/accessibility/AccessibleEditableTextPara.cxx4
-rw-r--r--editeng/source/accessibility/AccessibleImageBullet.cxx4
-rw-r--r--odk/examples/DevelopersGuide/Accessibility/RegistrationThread.java4
-rw-r--r--offapi/com/sun/star/accessibility/AccessBridge.idl2
-rw-r--r--offapi/com/sun/star/accessibility/Accessible.idl4
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleContext.idl6
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleEventId.idl2
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleEventObject.idl2
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleRelation.idl2
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleRelationType.idl2
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleRole.idl2
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleStateType.idl2
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleTableModelChange.idl2
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl2
-rw-r--r--offapi/com/sun/star/accessibility/AccessibleTextType.idl2
-rw-r--r--offapi/com/sun/star/accessibility/IllegalAccessibleComponentStateException.idl2
-rw-r--r--offapi/com/sun/star/accessibility/TextSegment.idl2
-rw-r--r--offapi/com/sun/star/accessibility/XAccessible.idl4
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleAction.idl4
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleComponent.idl4
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleContext.idl10
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleEditableText.idl2
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleEventBroadcaster.idl8
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleEventListener.idl2
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleExtendedComponent.idl2
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl2
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleHypertext.idl4
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleImage.idl2
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl2
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl2
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleSelection.idl4
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleStateSet.idl4
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleTable.idl4
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleText.idl2
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleTextAttributes.idl2
-rw-r--r--offapi/com/sun/star/accessibility/XAccessibleValue.idl2
-rw-r--r--offapi/com/sun/star/awt/AccessibleButton.idl2
-rw-r--r--offapi/com/sun/star/awt/AccessibleCheckBox.idl2
-rw-r--r--offapi/com/sun/star/awt/AccessibleComboBox.idl8
-rw-r--r--offapi/com/sun/star/awt/AccessibleDropDownComboBox.idl8
-rw-r--r--offapi/com/sun/star/awt/AccessibleDropDownListBox.idl8
-rw-r--r--offapi/com/sun/star/awt/AccessibleEdit.idl2
-rw-r--r--offapi/com/sun/star/awt/AccessibleFixedText.idl2
-rw-r--r--offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl6
-rw-r--r--offapi/com/sun/star/awt/AccessibleIconChoiceControlEntry.idl6
-rw-r--r--offapi/com/sun/star/awt/AccessibleList.idl10
-rw-r--r--offapi/com/sun/star/awt/AccessibleListBox.idl8
-rw-r--r--offapi/com/sun/star/awt/AccessibleListBoxList.idl2
-rw-r--r--offapi/com/sun/star/awt/AccessibleListItem.idl6
-rw-r--r--offapi/com/sun/star/awt/AccessibleMenu.idl2
-rw-r--r--offapi/com/sun/star/awt/AccessibleMenuBar.idl2
-rw-r--r--offapi/com/sun/star/awt/AccessibleMenuItem.idl2
-rw-r--r--offapi/com/sun/star/awt/AccessibleMenuSeparator.idl2
-rw-r--r--offapi/com/sun/star/awt/AccessiblePopupMenu.idl2
-rw-r--r--offapi/com/sun/star/awt/AccessibleRadioButton.idl2
-rw-r--r--offapi/com/sun/star/awt/AccessibleScrollBar.idl2
-rw-r--r--offapi/com/sun/star/awt/AccessibleStatusBar.idl2
-rw-r--r--offapi/com/sun/star/awt/AccessibleStatusBarItem.idl2
-rw-r--r--offapi/com/sun/star/awt/AccessibleTabBar.idl2
-rw-r--r--offapi/com/sun/star/awt/AccessibleTabBarPage.idl2
-rw-r--r--offapi/com/sun/star/awt/AccessibleTabBarPageList.idl2
-rw-r--r--offapi/com/sun/star/awt/AccessibleTabControl.idl2
-rw-r--r--offapi/com/sun/star/awt/AccessibleTabPage.idl2
-rw-r--r--offapi/com/sun/star/awt/AccessibleTextField.idl8
-rw-r--r--offapi/com/sun/star/awt/AccessibleToolBox.idl6
-rw-r--r--offapi/com/sun/star/awt/AccessibleToolBoxItem.idl12
-rw-r--r--offapi/com/sun/star/awt/AccessibleTreeListBox.idl6
-rw-r--r--offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl10
-rw-r--r--offapi/com/sun/star/awt/AccessibleWindow.idl2
-rw-r--r--offapi/com/sun/star/chart/AccessibleChartDocumentView.idl2
-rw-r--r--offapi/com/sun/star/chart/AccessibleChartElement.idl2
-rw-r--r--offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl2
-rw-r--r--offapi/com/sun/star/drawing/AccessibleGraphControl.idl12
-rw-r--r--offapi/com/sun/star/drawing/AccessibleGraphicShape.idl2
-rw-r--r--offapi/com/sun/star/drawing/AccessibleOLEShape.idl2
-rw-r--r--offapi/com/sun/star/drawing/AccessibleShape.idl2
-rw-r--r--offapi/com/sun/star/drawing/AccessibleSlideView.idl2
-rw-r--r--offapi/com/sun/star/drawing/AccessibleSlideViewObject.idl2
-rw-r--r--offapi/com/sun/star/formula/AccessibleFormulaText.idl2
-rw-r--r--offapi/com/sun/star/formula/AccessibleFormulaView.idl2
-rw-r--r--offapi/com/sun/star/sheet/AccessibleCell.idl2
-rw-r--r--offapi/com/sun/star/sheet/AccessibleCsvCell.idl2
-rw-r--r--offapi/com/sun/star/sheet/AccessibleCsvRuler.idl2
-rw-r--r--offapi/com/sun/star/sheet/AccessibleCsvTable.idl2
-rw-r--r--offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl2
-rw-r--r--offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl2
-rw-r--r--offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl2
-rw-r--r--offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl2
-rw-r--r--offapi/com/sun/star/table/AccessibleCellView.idl2
-rw-r--r--offapi/com/sun/star/table/AccessibleTableView.idl2
-rw-r--r--offapi/com/sun/star/text/AccessibleEndnoteView.idl2
-rw-r--r--offapi/com/sun/star/text/AccessibleFootnoteView.idl2
-rw-r--r--offapi/com/sun/star/text/AccessibleHeaderFooterView.idl2
-rw-r--r--offapi/com/sun/star/text/AccessiblePageView.idl2
-rw-r--r--offapi/com/sun/star/text/AccessibleParagraphView.idl2
-rw-r--r--offapi/com/sun/star/text/AccessibleTextDocumentPageView.idl2
-rw-r--r--offapi/com/sun/star/text/AccessibleTextDocumentView.idl2
-rw-r--r--offapi/com/sun/star/text/AccessibleTextEmbeddedObject.idl2
-rw-r--r--offapi/com/sun/star/text/AccessibleTextFrameView.idl2
-rw-r--r--offapi/com/sun/star/text/AccessibleTextGraphicObject.idl2
-rw-r--r--offapi/type_reference/types.rdbbin7646208 -> 7481856 bytes
-rw-r--r--qadevOOo/tests/java/ifc/accessibility/_XAccessibleEventBroadcaster.java10
-rw-r--r--sc/inc/AccessibleFilterMenu.hxx8
-rw-r--r--sc/source/ui/Accessibility/AccessibleContextBase.cxx8
-rw-r--r--sc/source/ui/Accessibility/AccessibleEditObject.cxx8
-rw-r--r--sc/source/ui/Accessibility/AccessibleFilterMenu.cxx12
-rw-r--r--sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx4
-rw-r--r--sc/source/ui/inc/AccessibleContextBase.hxx7
-rw-r--r--sc/source/ui/inc/AccessibleEditObject.hxx6
-rw-r--r--sc/source/ui/inc/AccessibleSpreadsheet.hxx3
-rw-r--r--sd/source/ui/accessibility/AccessibleOutlineView.cxx4
-rw-r--r--sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx4
-rw-r--r--sd/source/ui/accessibility/AccessibleSlideSorterView.cxx4
-rw-r--r--sd/source/ui/accessibility/AccessibleTreeNode.cxx4
-rw-r--r--sd/source/ui/inc/AccessibleOutlineView.hxx7
-rw-r--r--sd/source/ui/inc/AccessibleSlideSorterObject.hxx4
-rw-r--r--sd/source/ui/inc/AccessibleSlideSorterView.hxx4
-rw-r--r--sd/source/ui/inc/AccessibleTreeNode.hxx4
-rw-r--r--sdext/source/presenter/PresenterAccessibility.cxx10
-rw-r--r--sfx2/source/control/thumbnailviewacc.cxx8
-rw-r--r--sfx2/source/control/thumbnailviewacc.hxx8
-rw-r--r--starmath/source/accessibility.cxx8
-rw-r--r--starmath/source/accessibility.hxx8
-rw-r--r--svtools/source/control/toolbarmenuacc.cxx8
-rw-r--r--svtools/source/control/toolbarmenuimp.hxx8
-rw-r--r--svtools/source/control/valueacc.cxx8
-rw-r--r--svtools/source/control/valueimp.hxx8
-rw-r--r--svx/inc/svx/AccessibleShape.hxx11
-rw-r--r--svx/source/accessibility/AccessibleControlShape.cxx4
-rw-r--r--svx/source/accessibility/AccessibleFrameSelector.cxx4
-rw-r--r--svx/source/accessibility/AccessibleShape.cxx8
-rw-r--r--svx/source/accessibility/AccessibleTextHelper.cxx16
-rw-r--r--svx/source/accessibility/GraphCtlAccessibleContext.cxx4
-rw-r--r--svx/source/accessibility/svxrectctaccessiblecontext.cxx8
-rw-r--r--svx/source/inc/AccessibleFrameSelector.hxx4
-rw-r--r--svx/source/inc/GraphCtlAccessibleContext.hxx9
-rw-r--r--svx/source/inc/svxrectctaccessiblecontext.hxx18
-rw-r--r--svx/source/table/accessiblecell.cxx8
-rw-r--r--svx/source/table/accessiblecell.hxx7
-rw-r--r--sw/source/core/access/acccontext.cxx4
-rw-r--r--sw/source/core/access/acccontext.hxx4
-rw-r--r--sw/source/ui/docvw/SidebarTxtControlAcc.cxx11
-rw-r--r--toolkit/qa/complex/toolkit/accessibility/_XAccessibleEventBroadcaster.java10
-rw-r--r--toolkit/test/accessibility/AccessibilityTreeModel.java4
-rw-r--r--toolkit/test/accessibility/ov/ListeningObjectView.java4
-rw-r--r--vcl/aqua/source/a11y/documentfocuslistener.cxx4
-rw-r--r--vcl/unx/gtk/a11y/atkutil.cxx4
-rw-r--r--vcl/unx/gtk/a11y/atkwrapper.cxx2
176 files changed, 356 insertions, 421 deletions
diff --git a/accessibility/bridge/org/openoffice/java/accessibility/Component.java b/accessibility/bridge/org/openoffice/java/accessibility/Component.java
index c92a92015b43..821d2e9e099a 100644
--- a/accessibility/bridge/org/openoffice/java/accessibility/Component.java
+++ b/accessibility/bridge/org/openoffice/java/accessibility/Component.java
@@ -46,7 +46,7 @@ public abstract class Component extends java.awt.Component {
46 XAccessibleEventBroadcaster broadcaster = UnoRuntime.queryInterface(XAccessibleEventBroadcaster.class, 46 XAccessibleEventBroadcaster broadcaster = UnoRuntime.queryInterface(XAccessibleEventBroadcaster.class,
47 unoAccessibleComponent); 47 unoAccessibleComponent);
48 if (broadcaster != null) { 48 if (broadcaster != null) {
49 broadcaster.addEventListener(createEventListener()); 49 broadcaster.addAccessibleEventListener(createEventListener());
50 } 50 }
51 } 51 }
52 52
diff --git a/accessibility/bridge/org/openoffice/java/accessibility/Container.java b/accessibility/bridge/org/openoffice/java/accessibility/Container.java
index f56af00fec28..4b447c9c2f92 100644
--- a/accessibility/bridge/org/openoffice/java/accessibility/Container.java
+++ b/accessibility/bridge/org/openoffice/java/accessibility/Container.java
@@ -50,7 +50,7 @@ public class Container extends java.awt.Container implements javax.accessibility
50 XAccessibleEventBroadcaster broadcaster = UnoRuntime.queryInterface(XAccessibleEventBroadcaster.class, 50 XAccessibleEventBroadcaster broadcaster = UnoRuntime.queryInterface(XAccessibleEventBroadcaster.class,
51 unoAccessibleContext); 51 unoAccessibleContext);
52 if (broadcaster != null) { 52 if (broadcaster != null) {
53 broadcaster.addEventListener(createEventListener()); 53 broadcaster.addAccessibleEventListener(createEventListener());
54 } 54 }
55 } 55 }
56 56
diff --git a/accessibility/bridge/org/openoffice/java/accessibility/Dialog.java b/accessibility/bridge/org/openoffice/java/accessibility/Dialog.java
index 95dda3e4dcc2..f7c1c08466fb 100644
--- a/accessibility/bridge/org/openoffice/java/accessibility/Dialog.java
+++ b/accessibility/bridge/org/openoffice/java/accessibility/Dialog.java
@@ -51,7 +51,7 @@ public class Dialog extends java.awt.Dialog implements javax.accessibility.Acces
51 XAccessibleEventBroadcaster broadcaster = UnoRuntime.queryInterface(XAccessibleEventBroadcaster.class, 51 XAccessibleEventBroadcaster broadcaster = UnoRuntime.queryInterface(XAccessibleEventBroadcaster.class,
52 xAccessibleComponent); 52 xAccessibleComponent);
53 if (broadcaster != null) { 53 if (broadcaster != null) {
54 broadcaster.addEventListener(new AccessibleDialogListener()); 54 broadcaster.addAccessibleEventListener(new AccessibleDialogListener());
55 } 55 }
56 } 56 }
57 57
diff --git a/accessibility/bridge/org/openoffice/java/accessibility/Frame.java b/accessibility/bridge/org/openoffice/java/accessibility/Frame.java
index 311a32f2e2f6..7ea0877c05ec 100644
--- a/accessibility/bridge/org/openoffice/java/accessibility/Frame.java
+++ b/accessibility/bridge/org/openoffice/java/accessibility/Frame.java
@@ -45,7 +45,7 @@ public class Frame extends java.awt.Frame implements javax.accessibility.Accessi
45 XAccessibleEventBroadcaster broadcaster = UnoRuntime.queryInterface(XAccessibleEventBroadcaster.class, 45 XAccessibleEventBroadcaster broadcaster = UnoRuntime.queryInterface(XAccessibleEventBroadcaster.class,
46 unoAccessibleComponent); 46 unoAccessibleComponent);
47 if (broadcaster != null) { 47 if (broadcaster != null) {
48 broadcaster.addEventListener(new AccessibleFrameListener()); 48 broadcaster.addAccessibleEventListener(new AccessibleFrameListener());
49 } 49 }
50 } 50 }
51 51
diff --git a/accessibility/bridge/org/openoffice/java/accessibility/Window.java b/accessibility/bridge/org/openoffice/java/accessibility/Window.java
index 00300d678256..da4249a07e11 100644
--- a/accessibility/bridge/org/openoffice/java/accessibility/Window.java
+++ b/accessibility/bridge/org/openoffice/java/accessibility/Window.java
@@ -40,7 +40,7 @@ public class Window extends java.awt.Window implements javax.accessibility.Acces
40 XAccessibleEventBroadcaster broadcaster = UnoRuntime.queryInterface(XAccessibleEventBroadcaster.class, 40 XAccessibleEventBroadcaster broadcaster = UnoRuntime.queryInterface(XAccessibleEventBroadcaster.class,
41 unoAccessibleComponent); 41 unoAccessibleComponent);
42 if (broadcaster != null) { 42 if (broadcaster != null) {
43 broadcaster.addEventListener(new AccessibleWindowListener()); 43 broadcaster.addAccessibleEventListener(new AccessibleWindowListener());
44 } 44 }
45 } 45 }
46 46
diff --git a/accessibility/bridge/org/openoffice/java/accessibility/logging/XAccessibleEventLog.java b/accessibility/bridge/org/openoffice/java/accessibility/logging/XAccessibleEventLog.java
index e601a1cae4fc..b0d1d7e80d94 100644
--- a/accessibility/bridge/org/openoffice/java/accessibility/logging/XAccessibleEventLog.java
+++ b/accessibility/bridge/org/openoffice/java/accessibility/logging/XAccessibleEventLog.java
@@ -46,7 +46,7 @@ public class XAccessibleEventLog implements XAccessibleEventListener {
46 public static void addEventListener(XAccessibleContext xac, java.awt.Component c) { 46 public static void addEventListener(XAccessibleContext xac, java.awt.Component c) {
47 XAccessibleEventBroadcaster broadcaster = UnoRuntime.queryInterface(XAccessibleEventBroadcaster.class, xac); 47 XAccessibleEventBroadcaster broadcaster = UnoRuntime.queryInterface(XAccessibleEventBroadcaster.class, xac);
48 if (broadcaster != null) { 48 if (broadcaster != null) {
49 broadcaster.addEventListener(XAccessibleEventLog.get()); 49 broadcaster.addAccessibleEventListener(XAccessibleEventLog.get());
50 50
51 // remember the proxy objects 51 // remember the proxy objects
52 synchronized (proxyList) { 52 synchronized (proxyList) {
diff --git a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx
index da27f56be52b..f181818a4c22 100644
--- a/accessibility/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleBrowseBoxBase.hxx
@@ -235,15 +235,13 @@ public:
235 // XAccessibleEventBroadcaster -------------------------------------------- 235 // XAccessibleEventBroadcaster --------------------------------------------
236 236
237 /** Adds a new event listener */ 237 /** Adds a new event listener */
238 using cppu::WeakAggComponentImplHelperBase::addEventListener; 238 virtual void SAL_CALL addAccessibleEventListener(
239 virtual void SAL_CALL addEventListener(
240 const ::com::sun::star::uno::Reference< 239 const ::com::sun::star::uno::Reference<
241 ::com::sun::star::accessibility::XAccessibleEventListener>& rxListener ) 240 ::com::sun::star::accessibility::XAccessibleEventListener>& rxListener )
242 throw ( ::com::sun::star::uno::RuntimeException ); 241 throw ( ::com::sun::star::uno::RuntimeException );
243 242
244 /** Removes an event listener. */ 243 /** Removes an event listener. */
245 using cppu::WeakAggComponentImplHelperBase::removeEventListener; 244 virtual void SAL_CALL removeAccessibleEventListener(
246 virtual void SAL_CALL removeEventListener(
247 const ::com::sun::star::uno::Reference< 245 const ::com::sun::star::uno::Reference<
248 ::com::sun::star::accessibility::XAccessibleEventListener>& rxListener ) 246 ::com::sun::star::accessibility::XAccessibleEventListener>& rxListener )
249 throw ( ::com::sun::star::uno::RuntimeException ); 247 throw ( ::com::sun::star::uno::RuntimeException );
diff --git a/accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx b/accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx
index 2aca835f6faa..52fdce89540a 100644
--- a/accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx
+++ b/accessibility/inc/accessibility/extended/AccessibleGridControlBase.hxx
@@ -208,15 +208,13 @@ public:
208 // XAccessibleEventBroadcaster -------------------------------------------- 208 // XAccessibleEventBroadcaster --------------------------------------------
209 209
210 /** Adds a new event listener */ 210 /** Adds a new event listener */
211 using cppu::WeakAggComponentImplHelperBase::addEventListener; 211 virtual void SAL_CALL addAccessibleEventListener(
212 virtual void SAL_CALL addEventListener(
213 const ::com::sun::star::uno::Reference< 212 const ::com::sun::star::uno::Reference<
214 ::com::sun::star::accessibility::XAccessibleEventListener>& rxListener ) 213 ::com::sun::star::accessibility::XAccessibleEventListener>& rxListener )
215 throw ( ::com::sun::star::uno::RuntimeException ); 214 throw ( ::com::sun::star::uno::RuntimeException );
216 215
217 /** Removes an event listener. */ 216 /** Removes an event listener. */
218 using cppu::WeakAggComponentImplHelperBase::removeEventListener; 217 virtual void SAL_CALL removeAccessibleEventListener(
219 virtual void SAL_CALL removeEventListener(
220 const ::com::sun::star::uno::Reference< 218 const ::com::sun::star::uno::Reference<
221 ::com::sun::star::accessibility::XAccessibleEventListener>& rxListener ) 219 ::com::sun::star::accessibility::XAccessibleEventListener>& rxListener )
222 throw ( ::com::sun::star::uno::RuntimeException ); 220 throw ( ::com::sun::star::uno::RuntimeException );
diff --git a/accessibility/inc/accessibility/extended/accessibleiconchoicectrlentry.hxx b/accessibility/inc/accessibility/extended/accessibleiconchoicectrlentry.hxx
index 93116ff88e10..0a3d0844d029 100644
--- a/accessibility/inc/accessibility/extended/accessibleiconchoicectrlentry.hxx
+++ b/accessibility/inc/accessibility/extended/accessibleiconchoicectrlentry.hxx
@@ -169,10 +169,8 @@ namespace accessibility
169 virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException); 169 virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
170 170
171 // XAccessibleEventBroadcaster 171 // XAccessibleEventBroadcaster
172 using cppu::WeakAggComponentImplHelperBase::addEventListener; 172 virtual void SAL_CALL addAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
173 virtual void SAL_CALL addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException); 173 virtual void SAL_CALL removeAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
174 using cppu::WeakAggComponentImplHelperBase::removeEventListener;
175 virtual void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
176 174
177 // XAccessibleAction 175 // XAccessibleAction
178 virtual sal_Int32 SAL_CALL getAccessibleActionCount( ) throw (::com::sun::star::uno::RuntimeException); 176 virtual sal_Int32 SAL_CALL getAccessibleActionCount( ) throw (::com::sun::star::uno::RuntimeException);
diff --git a/accessibility/inc/accessibility/extended/accessiblelistboxentry.hxx b/accessibility/inc/accessibility/extended/accessiblelistboxentry.hxx
index 2027208305eb..266ca4215d12 100644
--- a/accessibility/inc/accessibility/extended/accessiblelistboxentry.hxx
+++ b/accessibility/inc/accessibility/extended/accessiblelistboxentry.hxx
@@ -183,10 +183,8 @@ namespace accessibility
183 virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException); 183 virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
184 184
185 // XAccessibleEventBroadcaster 185 // XAccessibleEventBroadcaster
186 using cppu::WeakAggComponentImplHelperBase::addEventListener; 186 virtual void SAL_CALL addAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
187 virtual void SAL_CALL addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException); 187 virtual void SAL_CALL removeAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
188 using cppu::WeakAggComponentImplHelperBase::removeEventListener;
189 virtual void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
190 188
191 // XAccessibleAction 189 // XAccessibleAction
192 virtual sal_Int32 SAL_CALL getAccessibleActionCount( ) throw (::com::sun::star::uno::RuntimeException); 190 virtual sal_Int32 SAL_CALL getAccessibleActionCount( ) throw (::com::sun::star::uno::RuntimeException);
diff --git a/accessibility/inc/accessibility/extended/textwindowaccessibility.hxx b/accessibility/inc/accessibility/extended/textwindowaccessibility.hxx
index 6adbd2a0fd41..267d7dec6886 100644
--- a/accessibility/inc/accessibility/extended/textwindowaccessibility.hxx
+++ b/accessibility/inc/accessibility/extended/textwindowaccessibility.hxx
@@ -352,14 +352,12 @@ private:
352 virtual ::sal_Int32 SAL_CALL getNumberOfLineWithCaret( ) 352 virtual ::sal_Int32 SAL_CALL getNumberOfLineWithCaret( )
353 throw (::com::sun::star::uno::RuntimeException); 353 throw (::com::sun::star::uno::RuntimeException);
354 354
355 using cppu::WeakAggComponentImplHelperBase::addEventListener; 355 virtual void SAL_CALL addAccessibleEventListener(
356 virtual void SAL_CALL addEventListener(
357 ::css::uno::Reference< 356 ::css::uno::Reference<
358 ::css::accessibility::XAccessibleEventListener > const & rListener) 357 ::css::accessibility::XAccessibleEventListener > const & rListener)
359 throw (::css::uno::RuntimeException); 358 throw (::css::uno::RuntimeException);
360 359
361 using cppu::WeakAggComponentImplHelperBase::removeEventListener; 360 virtual void SAL_CALL removeAccessibleEventListener(
362 virtual void SAL_CALL removeEventListener(
363 ::css::uno::Reference< 361 ::css::uno::Reference<
364 ::css::accessibility::XAccessibleEventListener > const & rListener) 362 ::css::accessibility::XAccessibleEventListener > const & rListener)
365 throw (::css::uno::RuntimeException); 363 throw (::css::uno::RuntimeException);
diff --git a/accessibility/inc/accessibility/standard/vclxaccessiblelistitem.hxx b/accessibility/inc/accessibility/standard/vclxaccessiblelistitem.hxx
index 612cd0aa5356..885d3e48fdc7 100644
--- a/accessibility/inc/accessibility/standard/vclxaccessiblelistitem.hxx
+++ b/accessibility/inc/accessibility/standard/vclxaccessiblelistitem.hxx
@@ -178,10 +178,8 @@ public:
178 virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException); 178 virtual sal_Bool SAL_CALL copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
179 179
180 // XAccessibleEventBroadcaster 180 // XAccessibleEventBroadcaster
181 using cppu::WeakAggComponentImplHelperBase::addEventListener; 181 virtual void SAL_CALL addAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
182 using cppu::WeakAggComponentImplHelperBase::removeEventListener; 182 virtual void SAL_CALL removeAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
183 virtual void SAL_CALL addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
184 virtual void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
185}; 183};
186 184
187#endif // ACCESSIBILITY_STANDARD_ACCESSIBLELISTBOXENTRY_HXX 185#endif // ACCESSIBILITY_STANDARD_ACCESSIBLELISTBOXENTRY_HXX
diff --git a/accessibility/source/extended/AccessibleBrowseBoxBase.cxx b/accessibility/source/extended/AccessibleBrowseBoxBase.cxx
index dfcd8e56428a..ab6f9acb4351 100644
--- a/accessibility/source/extended/AccessibleBrowseBoxBase.cxx
+++ b/accessibility/source/extended/AccessibleBrowseBoxBase.cxx
@@ -288,7 +288,7 @@ void SAL_CALL AccessibleBrowseBoxBase::focusLost( const ::com::sun::star::awt::F
288} 288}
289// XAccessibleEventBroadcaster ------------------------------------------------ 289// XAccessibleEventBroadcaster ------------------------------------------------
290 290
291void SAL_CALL AccessibleBrowseBoxBase::addEventListener( 291void SAL_CALL AccessibleBrowseBoxBase::addAccessibleEventListener(
292 const Reference< XAccessibleEventListener>& _rxListener ) 292 const Reference< XAccessibleEventListener>& _rxListener )
293 throw ( uno::RuntimeException ) 293 throw ( uno::RuntimeException )
294{ 294{
@@ -302,7 +302,7 @@ void SAL_CALL AccessibleBrowseBoxBase::addEventListener(
302 } 302 }
303} 303}
304 304
305void SAL_CALL AccessibleBrowseBoxBase::removeEventListener( 305void SAL_CALL AccessibleBrowseBoxBase::removeAccessibleEventListener(
306 const Reference< XAccessibleEventListener>& _rxListener ) 306 const Reference< XAccessibleEventListener>& _rxListener )
307 throw ( uno::RuntimeException ) 307 throw ( uno::RuntimeException )
308{ 308{
diff --git a/accessibility/source/extended/AccessibleGridControlBase.cxx b/accessibility/source/extended/AccessibleGridControlBase.cxx
index 8d71c2605b86..553ccbb19362 100644
--- a/accessibility/source/extended/AccessibleGridControlBase.cxx
+++ b/accessibility/source/extended/AccessibleGridControlBase.cxx
@@ -238,7 +238,7 @@ sal_Bool SAL_CALL AccessibleGridControlBase::isFocusTraversable()
238} 238}
239// XAccessibleEventBroadcaster ------------------------------------------------ 239// XAccessibleEventBroadcaster ------------------------------------------------
240 240
241void SAL_CALL AccessibleGridControlBase::addEventListener( 241void SAL_CALL AccessibleGridControlBase::addAccessibleEventListener(
242 const Reference< XAccessibleEventListener>& _rxListener ) 242 const Reference< XAccessibleEventListener>& _rxListener )
243 throw ( uno::RuntimeException ) 243 throw ( uno::RuntimeException )
244{ 244{
@@ -252,7 +252,7 @@ void SAL_CALL AccessibleGridControlBase::addEventListener(
252 } 252 }
253} 253}
254 254
255void SAL_CALL AccessibleGridControlBase::removeEventListener( 255void SAL_CALL AccessibleGridControlBase::removeAccessibleEventListener(
256 const Reference< XAccessibleEventListener>& _rxListener ) 256 const Reference< XAccessibleEventListener>& _rxListener )
257 throw ( uno::RuntimeException ) 257 throw ( uno::RuntimeException )
258{ 258{
diff --git a/accessibility/source/extended/accessibleiconchoicectrlentry.cxx b/accessibility/source/extended/accessibleiconchoicectrlentry.cxx
index b1b58fca23f7..fd739fb3941c 100644
--- a/accessibility/source/extended/accessibleiconchoicectrlentry.cxx
+++ b/accessibility/source/extended/accessibleiconchoicectrlentry.cxx
@@ -507,7 +507,7 @@ throw(RuntimeException)
507 // ----------------------------------------------------------------------------- 507 // -----------------------------------------------------------------------------
508 // XAccessibleEventBroadcaster 508 // XAccessibleEventBroadcaster
509 // ----------------------------------------------------------------------------- 509 // -----------------------------------------------------------------------------
510 void SAL_CALL AccessibleIconChoiceCtrlEntry::addEventListener( const Reference< XAccessibleEventListener >& xListener ) throw (RuntimeException) 510 void SAL_CALL AccessibleIconChoiceCtrlEntry::addAccessibleEventListener( const Reference< XAccessibleEventListener >& xListener ) throw (RuntimeException)
511 { 511 {
512 if (xListener.is()) 512 if (xListener.is())
513 { 513 {
@@ -518,7 +518,7 @@ throw(RuntimeException)
518 } 518 }
519 } 519 }
520 // ----------------------------------------------------------------------------- 520 // -----------------------------------------------------------------------------
521 void SAL_CALL AccessibleIconChoiceCtrlEntry::removeEventListener( const Reference< XAccessibleEventListener >& xListener ) throw (RuntimeException) 521 void SAL_CALL AccessibleIconChoiceCtrlEntry::removeAccessibleEventListener( const Reference< XAccessibleEventListener >& xListener ) throw (RuntimeException)
522 { 522 {
523 if (xListener.is()) 523 if (xListener.is())
524 { 524 {
diff --git a/accessibility/source/extended/accessiblelistboxentry.cxx b/accessibility/source/extended/accessiblelistboxentry.cxx
index 1c038e7b9695..ebb69f1994a7 100644
--- a/accessibility/source/extended/accessiblelistboxentry.cxx
+++ b/accessibility/source/extended/accessiblelistboxentry.cxx
@@ -593,7 +593,7 @@ namespace accessibility
593 // ----------------------------------------------------------------------------- 593 // -----------------------------------------------------------------------------
594 // XAccessibleEventBroadcaster 594 // XAccessibleEventBroadcaster
595 // ----------------------------------------------------------------------------- 595 // -----------------------------------------------------------------------------
596 void SAL_CALL AccessibleListBoxEntry::addEventListener( const Reference< XAccessibleEventListener >& xListener ) throw (RuntimeException) 596 void SAL_CALL AccessibleListBoxEntry::addAccessibleEventListener( const Reference< XAccessibleEventListener >& xListener ) throw (RuntimeException)
597 { 597 {
598 if (xListener.is()) 598 if (xListener.is())
599 { 599 {
@@ -604,7 +604,7 @@ namespace accessibility
604 } 604 }
605 } 605 }
606 // ----------------------------------------------------------------------------- 606 // -----------------------------------------------------------------------------
607 void SAL_CALL AccessibleListBoxEntry::removeEventListener( const Reference< XAccessibleEventListener >& xListener ) throw (RuntimeException) 607 void SAL_CALL AccessibleListBoxEntry::removeAccessibleEventListener( const Reference< XAccessibleEventListener >& xListener ) throw (RuntimeException)
608 { 608 {
609 if (xListener.is()) 609 if (xListener.is())
610 { 610 {
diff --git a/accessibility/source/extended/textwindowaccessibility.cxx b/accessibility/source/extended/textwindowaccessibility.cxx
index f25c46cf64f3..547319ec1711 100644
--- a/accessibility/source/extended/textwindowaccessibility.cxx
+++ b/accessibility/source/extended/textwindowaccessibility.cxx
@@ -638,7 +638,7 @@ ParagraphImpl::getRunAttributes(::sal_Int32 Index, const ::css::uno::Sequence< O
638 638
639 639
640// virtual 640// virtual
641void SAL_CALL ParagraphImpl::addEventListener( 641void SAL_CALL ParagraphImpl::addAccessibleEventListener(
642 ::css::uno::Reference< 642 ::css::uno::Reference<
643 ::css::accessibility::XAccessibleEventListener > const & rListener) 643 ::css::accessibility::XAccessibleEventListener > const & rListener)
644 throw (::css::uno::RuntimeException) 644 throw (::css::uno::RuntimeException)
@@ -662,7 +662,7 @@ void SAL_CALL ParagraphImpl::addEventListener(
662} 662}
663 663
664// virtual 664// virtual
665void SAL_CALL ParagraphImpl::removeEventListener( 665void SAL_CALL ParagraphImpl::removeAccessibleEventListener(
666 ::css::uno::Reference< 666 ::css::uno::Reference<
667 ::css::accessibility::XAccessibleEventListener > const & rListener) 667 ::css::accessibility::XAccessibleEventListener > const & rListener)
668 throw (::css::uno::RuntimeException) 668 throw (::css::uno::RuntimeException)
diff --git a/accessibility/source/standard/vclxaccessiblelistitem.cxx b/accessibility/source/standard/vclxaccessiblelistitem.cxx
index 9676f7828080..1a9471ce967a 100644
--- a/accessibility/source/standard/vclxaccessiblelistitem.cxx
+++ b/accessibility/source/standard/vclxaccessiblelistitem.cxx
@@ -599,7 +599,7 @@ sal_Bool SAL_CALL VCLXAccessibleListItem::copyText( sal_Int32 nStartIndex, sal_I
599// ----------------------------------------------------------------------------- 599// -----------------------------------------------------------------------------
600// XAccessibleEventBroadcaster 600// XAccessibleEventBroadcaster
601// ----------------------------------------------------------------------------- 601// -----------------------------------------------------------------------------
602void SAL_CALL VCLXAccessibleListItem::addEventListener( const Reference< XAccessibleEventListener >& xListener ) throw (RuntimeException) 602void SAL_CALL VCLXAccessibleListItem::addAccessibleEventListener( const Reference< XAccessibleEventListener >& xListener ) throw (RuntimeException)
603{ 603{
604 if (xListener.is()) 604 if (xListener.is())
605 { 605 {
@@ -609,7 +609,7 @@ void SAL_CALL VCLXAccessibleListItem::addEventListener( const Reference< XAccess
609 } 609 }
610} 610}
611// ----------------------------------------------------------------------------- 611// -----------------------------------------------------------------------------
612void SAL_CALL VCLXAccessibleListItem::removeEventListener( const Reference< XAccessibleEventListener >& xListener ) throw (RuntimeException) 612void SAL_CALL VCLXAccessibleListItem::removeAccessibleEventListener( const Reference< XAccessibleEventListener >& xListener ) throw (RuntimeException)
613{ 613{
614 if ( xListener.is() && m_nClientId ) 614 if ( xListener.is() && m_nClientId )
615 { 615 {
diff --git a/chart2/source/controller/accessibility/AccessibleBase.cxx b/chart2/source/controller/accessibility/AccessibleBase.cxx
index 837dc0447980..183945b611e8 100644
--- a/chart2/source/controller/accessibility/AccessibleBase.cxx
+++ b/chart2/source/controller/accessibility/AccessibleBase.cxx
@@ -940,7 +940,7 @@ void SAL_CALL AccessibleBase::disposing( const lang::EventObject& /*Source*/ )
940} 940}
941 941
942// ________ XAccessibleEventBroadcasters ________ 942// ________ XAccessibleEventBroadcasters ________
943void SAL_CALL AccessibleBase::addEventListener( const Reference< XAccessibleEventListener >& xListener ) 943void SAL_CALL AccessibleBase::addAccessibleEventListener( const Reference< XAccessibleEventListener >& xListener )
944 throw (RuntimeException) 944 throw (RuntimeException)
945{ 945{
946 MutexGuard aGuard( GetMutex() ); 946 MutexGuard aGuard( GetMutex() );
@@ -954,7 +954,7 @@ void SAL_CALL AccessibleBase::addEventListener( const Reference< XAccessibleEven
954 } 954 }
955} 955}
956 956
957void SAL_CALL AccessibleBase::removeEventListener( const Reference< XAccessibleEventListener >& xListener ) 957void SAL_CALL AccessibleBase::removeAccessibleEventListener( const Reference< XAccessibleEventListener >& xListener )
958 throw (RuntimeException) 958 throw (RuntimeException)
959{ 959{
960 MutexGuard aGuard( GetMutex() ); 960 MutexGuard aGuard( GetMutex() );
diff --git a/chart2/source/controller/inc/AccessibleBase.hxx b/chart2/source/controller/inc/AccessibleBase.hxx
index 3b87380b1683..00f2231757d4 100644
--- a/chart2/source/controller/inc/AccessibleBase.hxx
+++ b/chart2/source/controller/inc/AccessibleBase.hxx
@@ -307,10 +307,10 @@ protected:
307 throw (::com::sun::star::uno::RuntimeException); 307 throw (::com::sun::star::uno::RuntimeException);
308 308
309 // ________ XAccessibleEventBroadcaster ________ 309 // ________ XAccessibleEventBroadcaster ________
310 virtual void SAL_CALL addEventListener( 310 virtual void SAL_CALL addAccessibleEventListener(
311 const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) 311 const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener )
312 throw (::com::sun::star::uno::RuntimeException); 312 throw (::com::sun::star::uno::RuntimeException);
313 virtual void SAL_CALL removeEventListener( 313 virtual void SAL_CALL removeAccessibleEventListener(
314 const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) 314 const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener )
315 throw (::com::sun::star::uno::RuntimeException); 315 throw (::com::sun::star::uno::RuntimeException);
316 316
diff --git a/comphelper/inc/comphelper/accessiblecontexthelper.hxx b/comphelper/inc/comphelper/accessiblecontexthelper.hxx
index c3a2c34c55d9..ae7712126504 100644
--- a/comphelper/inc/comphelper/accessiblecontexthelper.hxx
+++ b/comphelper/inc/comphelper/accessiblecontexthelper.hxx
@@ -152,10 +152,8 @@ namespace comphelper
152 152
153 public: 153 public:
154 // XAccessibleEventBroadcaster 154 // XAccessibleEventBroadcaster
155 using WeakAggComponentImplHelperBase::addEventListener; 155 virtual void SAL_CALL addAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
156 virtual void SAL_CALL addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException); 156 virtual void SAL_CALL removeAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
157 using WeakAggComponentImplHelperBase::removeEventListener;
158 virtual void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
159 157
160 // XAccessibleContext - still waiting to be overwritten 158 // XAccessibleContext - still waiting to be overwritten
161 virtual sal_Int32 SAL_CALL getAccessibleChildCount( ) throw (::com::sun::star::uno::RuntimeException) = 0; 159 virtual sal_Int32 SAL_CALL getAccessibleChildCount( ) throw (::com::sun::star::uno::RuntimeException) = 0;
diff --git a/comphelper/inc/comphelper/accessiblewrapper.hxx b/comphelper/inc/comphelper/accessiblewrapper.hxx
index 1b4ab52cf69b..0867ab5594e9 100644
--- a/comphelper/inc/comphelper/accessiblewrapper.hxx
+++ b/comphelper/inc/comphelper/accessiblewrapper.hxx
@@ -287,8 +287,8 @@ namespace comphelper
287 virtual ::com::sun::star::lang::Locale SAL_CALL getLocale( ) throw (::com::sun::star::accessibility::IllegalAccessibleComponentStateException, ::com::sun::star::uno::RuntimeException); 287 virtual ::com::sun::star::lang::Locale SAL_CALL getLocale( ) throw (::com::sun::star::accessibility::IllegalAccessibleComponentStateException, ::com::sun::star::uno::RuntimeException);
288 288
289 // XAccessibleEventBroadcaster 289 // XAccessibleEventBroadcaster
290 virtual void SAL_CALL addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException); 290 virtual void SAL_CALL addAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
291 virtual void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException); 291 virtual void SAL_CALL removeAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
292 292
293 // OAccessibleContextWrapper 293 // OAccessibleContextWrapper
294 virtual void notifyTranslatedEvent( const ::com::sun::star::accessibility::AccessibleEventObject& _rEvent ) throw (::com::sun::star::uno::RuntimeException); 294 virtual void notifyTranslatedEvent( const ::com::sun::star::accessibility::AccessibleEventObject& _rEvent ) throw (::com::sun::star::uno::RuntimeException);
diff --git a/comphelper/source/misc/accessiblecontexthelper.cxx b/comphelper/source/misc/accessiblecontexthelper.cxx
index 48410203a21c..c355d50c53f6 100644
--- a/comphelper/source/misc/accessiblecontexthelper.cxx
+++ b/comphelper/source/misc/accessiblecontexthelper.cxx
@@ -133,7 +133,7 @@ namespace comphelper
133 } 133 }
134 134
135 //--------------------------------------------------------------------- 135 //---------------------------------------------------------------------
136 void SAL_CALL OAccessibleContextHelper::addEventListener( const Reference< XAccessibleEventListener >& _rxListener ) throw (RuntimeException) 136 void SAL_CALL OAccessibleContextHelper::addAccessibleEventListener( const Reference< XAccessibleEventListener >& _rxListener ) throw (RuntimeException)
137 { 137 {
138 OMutexGuard aGuard( getExternalLock() ); 138 OMutexGuard aGuard( getExternalLock() );
139 // don't use the OContextEntryGuard - it will throw an exception if we're not alive 139 // don't use the OContextEntryGuard - it will throw an exception if we're not alive
@@ -156,7 +156,7 @@ namespace comphelper
156 } 156 }
157 157
158 //--------------------------------------------------------------------- 158 //---------------------------------------------------------------------
159 void SAL_CALL OAccessibleContextHelper::removeEventListener( const Reference< XAccessibleEventListener >& _rxListener ) throw (RuntimeException) 159 void SAL_CALL OAccessibleContextHelper::removeAccessibleEventListener( const Reference< XAccessibleEventListener >& _rxListener ) throw (RuntimeException)
160 { 160 {
161 OMutexGuard aGuard( getExternalLock() ); 161 OMutexGuard aGuard( getExternalLock() );
162 // don't use the OContextEntryGuard - it will throw an exception if we're not alive 162 // don't use the OContextEntryGuard - it will throw an exception if we're not alive
diff --git a/comphelper/source/misc/accessiblewrapper.cxx b/comphelper/source/misc/accessiblewrapper.cxx
index 929eb5f76dde..f7ac7389b917 100644
--- a/comphelper/source/misc/accessiblewrapper.cxx
+++ b/comphelper/source/misc/accessiblewrapper.cxx
@@ -405,7 +405,7 @@ namespace comphelper
405 { 405 {
406 Reference< XAccessibleEventBroadcaster > xBroadcaster( m_xInner, UNO_QUERY ); 406 Reference< XAccessibleEventBroadcaster > xBroadcaster( m_xInner, UNO_QUERY );
407 if ( xBroadcaster.is() ) 407 if ( xBroadcaster.is() )
408 xBroadcaster->addEventListener( this ); 408 xBroadcaster->addAccessibleEventListener( this );
409 } 409 }
410 osl_atomic_decrement( &_rRefCount ); 410 osl_atomic_decrement( &_rRefCount );
411 } 411 }
@@ -500,7 +500,7 @@ namespace comphelper
500 Reference< XAccessibleEventBroadcaster > xBroadcaster( m_xInner, UNO_QUERY ); 500 Reference< XAccessibleEventBroadcaster > xBroadcaster( m_xInner, UNO_QUERY );
501 OSL_ENSURE( xBroadcaster.is(), "OAccessibleContextWrapperHelper::disposing(): inner context is no broadcaster!" ); 501 OSL_ENSURE( xBroadcaster.is(), "OAccessibleContextWrapperHelper::disposing(): inner context is no broadcaster!" );
502 if ( xBroadcaster.is() ) 502 if ( xBroadcaster.is() )
503 xBroadcaster->removeEventListener( this ); 503 xBroadcaster->removeAccessibleEventListener( this );
504 504
505 // dispose the child cache/map 505 // dispose the child cache/map
506 m_pChildMapper->dispose(); 506 m_pChildMapper->dispose();
@@ -609,7 +609,7 @@ namespace comphelper
609 } 609 }
610 610
611 //-------------------------------------------------------------------- 611 //--------------------------------------------------------------------
612 void SAL_CALL OAccessibleContextWrapper::addEventListener( const Reference< XAccessibleEventListener >& _rxListener ) throw (RuntimeException) 612 void SAL_CALL OAccessibleContextWrapper::addAccessibleEventListener( const Reference< XAccessibleEventListener >& _rxListener ) throw (RuntimeException)
613 { 613 {
614 ::osl::MutexGuard aGuard( m_aMutex ); 614 ::osl::MutexGuard aGuard( m_aMutex );
615 if ( !m_nNotifierClient ) 615 if ( !m_nNotifierClient )
@@ -618,7 +618,7 @@ namespace comphelper
618 } 618 }
619 619
620 //-------------------------------------------------------------------- 620 //--------------------------------------------------------------------
621 void SAL_CALL OAccessibleContextWrapper::removeEventListener( const Reference< XAccessibleEventListener >& _rxListener ) throw (RuntimeException) 621 void SAL_CALL OAccessibleContextWrapper::removeAccessibleEventListener( const Reference< XAccessibleEventListener >& _rxListener ) throw (RuntimeException)
622 { 622 {
623 ::osl::MutexGuard aGuard( m_aMutex ); 623 ::osl::MutexGuard aGuard( m_aMutex );
624 if ( m_nNotifierClient ) 624 if ( m_nNotifierClient )
diff --git a/editeng/inc/editeng/AccessibleContextBase.hxx b/editeng/inc/editeng/AccessibleContextBase.hxx
index b54a59c0c74b..ecfd312422a9 100644
--- a/editeng/inc/editeng/AccessibleContextBase.hxx
+++ b/editeng/inc/editeng/AccessibleContextBase.hxx
@@ -234,21 +234,16 @@ public:
234 throw (::com::sun::star::uno::RuntimeException, 234 throw (::com::sun::star::uno::RuntimeException,
235 ::com::sun::star::accessibility::IllegalAccessibleComponentStateException); 235 ::com::sun::star::accessibility::IllegalAccessibleComponentStateException);
236 236
237 //===== XComponent ========================================================
238
239 using WeakComponentImplHelperBase::addEventListener;
240 using WeakComponentImplHelperBase::removeEventListener;
241
242 //===== XAccessibleEventBroadcaster ======================================== 237 //===== XAccessibleEventBroadcaster ========================================
243 238
244 virtual void SAL_CALL 239 virtual void SAL_CALL
245 addEventListener ( 240 addAccessibleEventListener (
246 const ::com::sun::star::uno::Reference< 241 const ::com::sun::star::uno::Reference<
247 ::com::sun::star::accessibility::XAccessibleEventListener >& xListener) 242 ::com::sun::star::accessibility::XAccessibleEventListener >& xListener)
248 throw (::com::sun::star::uno::RuntimeException); 243 throw (::com::sun::star::uno::RuntimeException);
249 244
250 virtual void SAL_CALL 245 virtual void SAL_CALL
251 removeEventListener ( 246 removeAccessibleEventListener (
252 const ::com::sun::star::uno::Reference< 247 const ::com::sun::star::uno::Reference<
253 ::com::sun::star::accessibility::XAccessibleEventListener >& xListener) 248 ::com::sun::star::accessibility::XAccessibleEventListener >& xListener)
254 throw (::com::sun::star::uno::RuntimeException); 249 throw (::com::sun::star::uno::RuntimeException);
diff --git a/editeng/inc/editeng/AccessibleEditableTextPara.hxx b/editeng/inc/editeng/AccessibleEditableTextPara.hxx
index d44f9afdf60e..afe3d42a0a1f 100644
--- a/editeng/inc/editeng/AccessibleEditableTextPara.hxx
+++ b/editeng/inc/editeng/AccessibleEditableTextPara.hxx
@@ -83,11 +83,6 @@ namespace accessibility
83 // XInterface 83 // XInterface
84 virtual ::com::sun::star::uno::Any SAL_CALL queryInterface (const ::com::sun::star::uno::Type & rType) throw (::com::sun::star::uno::RuntimeException); 84 virtual ::com::sun::star::uno::Any SAL_CALL queryInterface (const ::com::sun::star::uno::Type & rType) throw (::com::sun::star::uno::RuntimeException);
85 85
86 // XComponent
87
88 using WeakComponentImplHelperBase::addEventListener;
89 using WeakComponentImplHelperBase::removeEventListener;
90
91 // XAccessible 86 // XAccessible
92 virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext > SAL_CALL getAccessibleContext( ) throw (::com::sun::star::uno::RuntimeException); 87 virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext > SAL_CALL getAccessibleContext( ) throw (::com::sun::star::uno::RuntimeException);
93 88
@@ -106,8 +101,8 @@ namespace accessibility
106 virtual ::com::sun::star::lang::Locale SAL_CALL getLocale() throw (::com::sun::star::accessibility::IllegalAccessibleComponentStateException, ::com::sun::star::uno::RuntimeException); 101 virtual ::com::sun::star::lang::Locale SAL_CALL getLocale() throw (::com::sun::star::accessibility::IllegalAccessibleComponentStateException, ::com::sun::star::uno::RuntimeException);
107 102
108 // XAccessibleEventBroadcaster 103 // XAccessibleEventBroadcaster
109 virtual void SAL_CALL addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException); 104 virtual void SAL_CALL addAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
110 virtual void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException); 105 virtual void SAL_CALL removeAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
111 106
112 // XAccessibleComponent 107 // XAccessibleComponent
113 virtual sal_Bool SAL_CALL containsPoint( const ::com::sun::star::awt::Point& aPoint ) throw (::com::sun::star::uno::RuntimeException); 108 virtual sal_Bool SAL_CALL containsPoint( const ::com::sun::star::awt::Point& aPoint ) throw (::com::sun::star::uno::RuntimeException);
diff --git a/editeng/inc/editeng/AccessibleImageBullet.hxx b/editeng/inc/editeng/AccessibleImageBullet.hxx
index 1ceeda395f57..2e5e589fbf1a 100644
--- a/editeng/inc/editeng/AccessibleImageBullet.hxx
+++ b/editeng/inc/editeng/AccessibleImageBullet.hxx
@@ -74,8 +74,8 @@ namespace accessibility
74 virtual ::com::sun::star::lang::Locale SAL_CALL getLocale() throw (::com::sun::star::accessibility::IllegalAccessibleComponentStateException, ::com::sun::star::uno::RuntimeException); 74 virtual ::com::sun::star::lang::Locale SAL_CALL getLocale() throw (::com::sun::star::accessibility::IllegalAccessibleComponentStateException, ::com::sun::star::uno::RuntimeException);
75 75
76 // XAccessibleEventBroadcaster 76 // XAccessibleEventBroadcaster
77 virtual void SAL_CALL addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException); 77 virtual void SAL_CALL addAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
78 virtual void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException); 78 virtual void SAL_CALL removeAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
79 79
80 // XAccessibleComponent 80 // XAccessibleComponent
81 virtual sal_Bool SAL_CALL containsPoint( const ::com::sun::star::awt::Point& aPoint ) throw (::com::sun::star::uno::RuntimeException); 81 virtual sal_Bool SAL_CALL containsPoint( const ::com::sun::star::awt::Point& aPoint ) throw (::com::sun::star::uno::RuntimeException);
diff --git a/editeng/source/accessibility/AccessibleContextBase.cxx b/editeng/source/accessibility/AccessibleContextBase.cxx
index 6e2e3f32d813..8a11762b89b2 100644
--- a/editeng/source/accessibility/AccessibleContextBase.cxx
+++ b/editeng/source/accessibility/AccessibleContextBase.cxx
@@ -424,7 +424,7 @@ lang::Locale SAL_CALL
424//===== XAccessibleEventListener ============================================ 424//===== XAccessibleEventListener ============================================
425 425
426void SAL_CALL 426void SAL_CALL
427 AccessibleContextBase::addEventListener ( 427 AccessibleContextBase::addAccessibleEventListener (
428 const uno::Reference<XAccessibleEventListener >& rxListener) 428 const uno::Reference<XAccessibleEventListener >& rxListener)
429 throw (uno::RuntimeException) 429 throw (uno::RuntimeException)
430{ 430{
@@ -448,7 +448,7 @@ void SAL_CALL
448 448
449 449
450void SAL_CALL 450void SAL_CALL
451 AccessibleContextBase::removeEventListener ( 451 AccessibleContextBase::removeAccessibleEventListener (
452 const uno::Reference<XAccessibleEventListener >& rxListener ) 452 const uno::Reference<XAccessibleEventListener >& rxListener )
453 throw (uno::RuntimeException) 453 throw (uno::RuntimeException)
454{ 454{
diff --git a/editeng/source/accessibility/AccessibleEditableTextPara.cxx b/editeng/source/accessibility/AccessibleEditableTextPara.cxx
index cb8252a4dc1f..602879ed7a9e 100644
--- a/editeng/source/accessibility/AccessibleEditableTextPara.cxx
+++ b/editeng/source/accessibility/AccessibleEditableTextPara.cxx
@@ -940,7 +940,7 @@ namespace accessibility
940 return implGetLocale(); 940 return implGetLocale();
941 } 941 }
942 942
943 void SAL_CALL AccessibleEditableTextPara::addEventListener( const uno::Reference< XAccessibleEventListener >& xListener ) throw (uno::RuntimeException) 943 void SAL_CALL AccessibleEditableTextPara::addAccessibleEventListener( const uno::Reference< XAccessibleEventListener >& xListener ) throw (uno::RuntimeException)
944 { 944 {
945 DBG_CHKTHIS( AccessibleEditableTextPara, NULL ); 945 DBG_CHKTHIS( AccessibleEditableTextPara, NULL );
946 946
@@ -948,7 +948,7 @@ namespace accessibility
948 ::comphelper::AccessibleEventNotifier::addEventListener( getNotifierClientId(), xListener ); 948 ::comphelper::AccessibleEventNotifier::addEventListener( getNotifierClientId(), xListener );
949 } 949 }
950 950
951 void SAL_CALL AccessibleEditableTextPara::removeEventListener( const uno::Reference< XAccessibleEventListener >& xListener ) throw (uno::RuntimeException) 951 void SAL_CALL AccessibleEditableTextPara::removeAccessibleEventListener( const uno::Reference< XAccessibleEventListener >& xListener ) throw (uno::RuntimeException)
952 { 952 {
953 DBG_CHKTHIS( AccessibleEditableTextPara, NULL ); 953 DBG_CHKTHIS( AccessibleEditableTextPara, NULL );
954 954
diff --git a/editeng/source/accessibility/AccessibleImageBullet.cxx b/editeng/source/accessibility/AccessibleImageBullet.cxx
index 13510126203b..8d97477c9a81 100644
--- a/editeng/source/accessibility/AccessibleImageBullet.cxx
+++ b/editeng/source/accessibility/AccessibleImageBullet.cxx
@@ -209,7 +209,7 @@ namespace accessibility
209 return LanguageTag(GetTextForwarder().GetLanguage( static_cast< sal_uInt16 >( GetParagraphIndex() ), 0 )).getLocale(); 209 return LanguageTag(GetTextForwarder().GetLanguage( static_cast< sal_uInt16 >( GetParagraphIndex() ), 0 )).getLocale();
210 } 210 }
211 211
212 void SAL_CALL AccessibleImageBullet::addEventListener( const uno::Reference< XAccessibleEventListener >& xListener ) throw (uno::RuntimeException) 212 void SAL_CALL AccessibleImageBullet::addAccessibleEventListener( const uno::Reference< XAccessibleEventListener >& xListener ) throw (uno::RuntimeException)
213 { 213 {
214 DBG_CHKTHIS( AccessibleImageBullet, NULL ); 214 DBG_CHKTHIS( AccessibleImageBullet, NULL );
215 215
@@ -217,7 +217,7 @@ namespace accessibility
217 ::comphelper::AccessibleEventNotifier::addEventListener( getNotifierClientId(), xListener ); 217 ::comphelper::AccessibleEventNotifier::addEventListener( getNotifierClientId(), xListener );
218 } 218 }
219 219
220 void SAL_CALL AccessibleImageBullet::removeEventListener( const uno::Reference< XAccessibleEventListener >& xListener ) throw (uno::RuntimeException) 220 void SAL_CALL AccessibleImageBullet::removeAccessibleEventListener( const uno::Reference< XAccessibleEventListener >& xListener ) throw (uno::RuntimeException)
221 { 221 {
222 DBG_CHKTHIS( AccessibleImageBullet, NULL ); 222 DBG_CHKTHIS( AccessibleImageBullet, NULL );
223 223
diff --git a/odk/examples/DevelopersGuide/Accessibility/RegistrationThread.java b/odk/examples/DevelopersGuide/Accessibility/RegistrationThread.java
index 3dbb03525830..b6a64e439f38 100644
--- a/odk/examples/DevelopersGuide/Accessibility/RegistrationThread.java
+++ b/odk/examples/DevelopersGuide/Accessibility/RegistrationThread.java
@@ -107,9 +107,9 @@ public class RegistrationThread
107 if (xBroadcaster != null) 107 if (xBroadcaster != null)
108 { 108 {
109 if (mbRegister) 109 if (mbRegister)
110 xBroadcaster.addEventListener (maListener); 110 xBroadcaster.addAccessibleEventListener (maListener);
111 else 111 else
112 xBroadcaster.removeEventListener (maListener); 112 xBroadcaster.removeAccessibleEventListener (maListener);
113 nNodeCount += 1; 113 nNodeCount += 1;
114 } 114 }
115 115
diff --git a/offapi/com/sun/star/accessibility/AccessBridge.idl b/offapi/com/sun/star/accessibility/AccessBridge.idl
index 32c142aac1a8..44703ed8192f 100644
--- a/offapi/com/sun/star/accessibility/AccessBridge.idl
+++ b/offapi/com/sun/star/accessibility/AccessBridge.idl
@@ -35,7 +35,7 @@ module com { module sun { module star { module accessibility {
35 @since OOo 1.1.2 35 @since OOo 1.1.2
36*/ 36*/
37 37
38published service AccessBridge 38service AccessBridge
39{ 39{
40 /** Expects and instance of XExtendedToolkit as first parameter */ 40 /** Expects and instance of XExtendedToolkit as first parameter */
41 interface ::com::sun::star::lang::XInitialization; 41 interface ::com::sun::star::lang::XInitialization;
diff --git a/offapi/com/sun/star/accessibility/Accessible.idl b/offapi/com/sun/star/accessibility/Accessible.idl
index 14299d49451e..a3b5e5bfc8df 100644
--- a/offapi/com/sun/star/accessibility/Accessible.idl
+++ b/offapi/com/sun/star/accessibility/Accessible.idl
@@ -21,7 +21,7 @@
21 21
22module com { module sun { module star { module accessibility { 22module com { module sun { module star { module accessibility {
23 23
24 published interface XAccessible; 24 interface XAccessible;
25 25
26/** Every class has to support this service in order to be accessible. 26/** Every class has to support this service in order to be accessible.
27 27
@@ -38,7 +38,7 @@ module com { module sun { module star { module accessibility {
38 38
39 @since OOo 1.1.2 39 @since OOo 1.1.2
40*/ 40*/
41published service Accessible 41service Accessible
42{ 42{
43 interface XAccessible; 43 interface XAccessible;
44}; 44};
diff --git a/offapi/com/sun/star/accessibility/AccessibleContext.idl b/offapi/com/sun/star/accessibility/AccessibleContext.idl
index 1bb211eda64d..d9fe07c7f288 100644
--- a/offapi/com/sun/star/accessibility/AccessibleContext.idl
+++ b/offapi/com/sun/star/accessibility/AccessibleContext.idl
@@ -21,8 +21,8 @@
21 21
22module com { module sun { module star { module accessibility { 22module com { module sun { module star { module accessibility {
23 23
24 published interface XAccessibleContext; 24 interface XAccessibleContext;
25 published interface XAccessibleEventBroadcaster; 25 interface XAccessibleEventBroadcaster;
26 26
27/** Central service of the Accessibility API that gives access to various 27/** Central service of the Accessibility API that gives access to various
28 facets of an object's content. 28 facets of an object's content.
@@ -41,7 +41,7 @@ module com { module sun { module star { module accessibility {
41 41
42 @since OOo 1.1.2 42 @since OOo 1.1.2
43*/ 43*/
44published service AccessibleContext 44service AccessibleContext
45{ 45{
46 interface XAccessibleContext; 46 interface XAccessibleContext;
47 47
diff --git a/offapi/com/sun/star/accessibility/AccessibleEventId.idl b/offapi/com/sun/star/accessibility/AccessibleEventId.idl
index 674fd4a7acb4..c5d0bdf5e886 100644
--- a/offapi/com/sun/star/accessibility/AccessibleEventId.idl
+++ b/offapi/com/sun/star/accessibility/AccessibleEventId.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module accessibility {
34 34
35 @since OOo 1.1.2 35 @since OOo 1.1.2
36*/ 36*/
37published constants AccessibleEventId 37constants AccessibleEventId
38{ 38{
39 /** Use this event type to indicate a change of the name string 39 /** Use this event type to indicate a change of the name string
40 of an accessible object. The 40 of an accessible object. The
diff --git a/offapi/com/sun/star/accessibility/AccessibleEventObject.idl b/offapi/com/sun/star/accessibility/AccessibleEventObject.idl
index 142072d814d8..781a8f1cdf0f 100644
--- a/offapi/com/sun/star/accessibility/AccessibleEventObject.idl
+++ b/offapi/com/sun/star/accessibility/AccessibleEventObject.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module accessibility {
31 31
32 @since OOo 1.1.2 32 @since OOo 1.1.2
33*/ 33*/
34published struct AccessibleEventObject: ::com::sun::star::lang::EventObject 34struct AccessibleEventObject: ::com::sun::star::lang::EventObject
35{ 35{
36 /** specifies the type of this event. 36 /** specifies the type of this event.
37 37
diff --git a/offapi/com/sun/star/accessibility/AccessibleRelation.idl b/offapi/com/sun/star/accessibility/AccessibleRelation.idl
index a34b2a2537db..b715abf5675d 100644
--- a/offapi/com/sun/star/accessibility/AccessibleRelation.idl
+++ b/offapi/com/sun/star/accessibility/AccessibleRelation.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module accessibility {
31 31
32 @since OOo 1.1.2 32 @since OOo 1.1.2
33*/ 33*/
34published struct AccessibleRelation 34struct AccessibleRelation
35{ 35{
36 /** Type of the relation. 36 /** Type of the relation.
37 37
diff --git a/offapi/com/sun/star/accessibility/AccessibleRelationType.idl b/offapi/com/sun/star/accessibility/AccessibleRelationType.idl
index de79af0d8c63..32a94afc17dd 100644
--- a/offapi/com/sun/star/accessibility/AccessibleRelationType.idl
+++ b/offapi/com/sun/star/accessibility/AccessibleRelationType.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module accessibility {
33 33
34 @since OOo 1.1.2 34 @since OOo 1.1.2
35*/ 35*/
36published constants AccessibleRelationType 36constants AccessibleRelationType
37{ 37{
38 /** Invalid relation type. 38 /** Invalid relation type.
39 39
diff --git a/offapi/com/sun/star/accessibility/AccessibleRole.idl b/offapi/com/sun/star/accessibility/AccessibleRole.idl
index 096ad0aa1e07..9f57f8f53201 100644
--- a/offapi/com/sun/star/accessibility/AccessibleRole.idl
+++ b/offapi/com/sun/star/accessibility/AccessibleRole.idl
@@ -45,7 +45,7 @@ module com { module sun { module star { module accessibility {
45 45
46 @since OOo 1.1.2 46 @since OOo 1.1.2
47*/ 47*/
48published constants AccessibleRole 48constants AccessibleRole
49{ 49{
50 50
51 /** Unknown role. 51 /** Unknown role.
diff --git a/offapi/com/sun/star/accessibility/AccessibleStateType.idl b/offapi/com/sun/star/accessibility/AccessibleStateType.idl
index 869f6b037ba7..acf0a302db58 100644
--- a/offapi/com/sun/star/accessibility/AccessibleStateType.idl
+++ b/offapi/com/sun/star/accessibility/AccessibleStateType.idl
@@ -37,7 +37,7 @@ module com { module sun { module star { module accessibility {
37 37
38 @since OOo 1.1.2 38 @since OOo 1.1.2
39*/ 39*/
40published constants AccessibleStateType 40constants AccessibleStateType
41{ 41{
42 /** Indicates an invalid state. 42 /** Indicates an invalid state.
43 */ 43 */
diff --git a/offapi/com/sun/star/accessibility/AccessibleTableModelChange.idl b/offapi/com/sun/star/accessibility/AccessibleTableModelChange.idl
index 73eecb3bc868..c79904340610 100644
--- a/offapi/com/sun/star/accessibility/AccessibleTableModelChange.idl
+++ b/offapi/com/sun/star/accessibility/AccessibleTableModelChange.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module accessibility {
34 34
35 @since OOo 1.1.2 35 @since OOo 1.1.2
36*/ 36*/
37published struct AccessibleTableModelChange 37struct AccessibleTableModelChange
38{ 38{
39 /** The type of the event as defined in 39 /** The type of the event as defined in
40 <type>AccessibleTableModelChangeType</type>. 40 <type>AccessibleTableModelChangeType</type>.
diff --git a/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl b/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl
index 4636981f848c..19536b0e265b 100644
--- a/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl
+++ b/offapi/com/sun/star/accessibility/AccessibleTableModelChangeType.idl
@@ -40,7 +40,7 @@ module com { module sun { module star { module accessibility {
40 40
41 @since OOo 1.1.2 41 @since OOo 1.1.2
42*/ 42*/
43published constants AccessibleTableModelChangeType 43constants AccessibleTableModelChangeType
44{ 44{
45 /** One or more rows and/or columns have been inserted. 45 /** One or more rows and/or columns have been inserted.
46 46
diff --git a/offapi/com/sun/star/accessibility/AccessibleTextType.idl b/offapi/com/sun/star/accessibility/AccessibleTextType.idl
index a61f178c58a1..7bad07cd62c9 100644
--- a/offapi/com/sun/star/accessibility/AccessibleTextType.idl
+++ b/offapi/com/sun/star/accessibility/AccessibleTextType.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module accessibility {
31 31
32 @since OOo 1.1.2 32 @since OOo 1.1.2
33*/ 33*/
34published constants AccessibleTextType 34constants AccessibleTextType
35{ 35{
36 /** Single character. 36 /** Single character.
37 37
diff --git a/offapi/com/sun/star/accessibility/IllegalAccessibleComponentStateException.idl b/offapi/com/sun/star/accessibility/IllegalAccessibleComponentStateException.idl
index 1dc6a3577562..adb597f9d036 100644
--- a/offapi/com/sun/star/accessibility/IllegalAccessibleComponentStateException.idl
+++ b/offapi/com/sun/star/accessibility/IllegalAccessibleComponentStateException.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module accessibility {
34 34
35 @since OOo 1.1.2 35 @since OOo 1.1.2
36*/ 36*/
37published exception IllegalAccessibleComponentStateException 37exception IllegalAccessibleComponentStateException
38 : ::com::sun::star::uno::Exception 38 : ::com::sun::star::uno::Exception
39{ 39{
40}; 40};
diff --git a/offapi/com/sun/star/accessibility/TextSegment.idl b/offapi/com/sun/star/accessibility/TextSegment.idl
index 8d1182b6e154..49630e02b61f 100644
--- a/offapi/com/sun/star/accessibility/TextSegment.idl
+++ b/offapi/com/sun/star/accessibility/TextSegment.idl
@@ -51,7 +51,7 @@ module com { module sun { module star { module accessibility {
51 @since OOo 1.1.2 51 @since OOo 1.1.2
52*/ 52*/
53 53
54published struct TextSegment 54struct TextSegment
55{ 55{
56 /** A copy of the text segment of the enclosing text delimited by the 56 /** A copy of the text segment of the enclosing text delimited by the
57 text indices <member>TextSegment::SegmentStart</member> and 57 text indices <member>TextSegment::SegmentStart</member> and
diff --git a/offapi/com/sun/star/accessibility/XAccessible.idl b/offapi/com/sun/star/accessibility/XAccessible.idl
index 6e28d70de902..a738d2b73b04 100644
--- a/offapi/com/sun/star/accessibility/XAccessible.idl
+++ b/offapi/com/sun/star/accessibility/XAccessible.idl
@@ -24,7 +24,7 @@
24 24
25module com { module sun { module star { module accessibility { 25module com { module sun { module star { module accessibility {
26 26
27 published interface XAccessibleContext; 27 interface XAccessibleContext;
28 28
29/** This interface has to be implemented by any class that wants to be 29/** This interface has to be implemented by any class that wants to be
30 accessible. 30 accessible.
@@ -51,7 +51,7 @@ module com { module sun { module star { module accessibility {
51 51
52 @since OOo 1.1.2 52 @since OOo 1.1.2
53*/ 53*/
54published interface XAccessible : ::com::sun::star::uno::XInterface 54interface XAccessible : ::com::sun::star::uno::XInterface
55{ 55{
56 /** Returns the AccessibleContext associated with this object. 56 /** Returns the AccessibleContext associated with this object.
57 57
diff --git a/offapi/com/sun/star/accessibility/XAccessibleAction.idl b/offapi/com/sun/star/accessibility/XAccessibleAction.idl
index 706658fe40f8..de46557196ca 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleAction.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleAction.idl
@@ -25,7 +25,7 @@
25 25
26module com { module sun { module star { module accessibility { 26module com { module sun { module star { module accessibility {
27 27
28 published interface XAccessibleKeyBinding; 28 interface XAccessibleKeyBinding;
29 29
30/** Implement this interface to give access to actions that can be executed 30/** Implement this interface to give access to actions that can be executed
31 for accessible objects. 31 for accessible objects.
@@ -37,7 +37,7 @@ module com { module sun { module star { module accessibility {
37 37
38 @since OOo 1.1.2 38 @since OOo 1.1.2
39*/ 39*/
40published interface XAccessibleAction : ::com::sun::star::uno::XInterface 40interface XAccessibleAction : ::com::sun::star::uno::XInterface
41{ 41{
42 /** Returns the number of accessible actions available in this object. 42 /** Returns the number of accessible actions available in this object.
43 43
diff --git a/offapi/com/sun/star/accessibility/XAccessibleComponent.idl b/offapi/com/sun/star/accessibility/XAccessibleComponent.idl
index d2d2414ac332..7d851c63fcc0 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleComponent.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleComponent.idl
@@ -31,7 +31,7 @@
31 31
32module com { module sun { module star { module accessibility { 32module com { module sun { module star { module accessibility {
33 33
34 published interface XAccessible; 34 interface XAccessible;
35 35
36/** The <type>XAccessibleComponent</type> interface should be supported by 36/** The <type>XAccessibleComponent</type> interface should be supported by
37 any class that can be rendered on the screen. 37 any class that can be rendered on the screen.
@@ -76,7 +76,7 @@ module com { module sun { module star { module accessibility {
76 76
77 @since OOo 1.1.2 77 @since OOo 1.1.2
78*/ 78*/
79published interface XAccessibleComponent : ::com::sun::star::uno::XInterface 79interface XAccessibleComponent : ::com::sun::star::uno::XInterface
80{ 80{
81 /** Tests whether the specified point lies within this object's bounds. 81 /** Tests whether the specified point lies within this object's bounds.
82 82
diff --git a/offapi/com/sun/star/accessibility/XAccessibleContext.idl b/offapi/com/sun/star/accessibility/XAccessibleContext.idl
index 8ead5b1251fe..3ed97715b60e 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleContext.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleContext.idl
@@ -27,10 +27,10 @@
27 27
28module com { module sun { module star { module accessibility { 28module com { module sun { module star { module accessibility {
29 29
30 published interface XAccessible; 30 interface XAccessible;
31 published interface XAccessibleRelationSet; 31 interface XAccessibleRelationSet;
32 published interface XAccessibleSelection; 32 interface XAccessibleSelection;
33 published interface XAccessibleStateSet; 33 interface XAccessibleStateSet;
34 34
35/** Implement this interface for exposing various aspects of a class's 35/** Implement this interface for exposing various aspects of a class's
36 content. 36 content.
@@ -46,7 +46,7 @@ module com { module sun { module star { module accessibility {
46 46
47 @since OOo 1.1.2 47 @since OOo 1.1.2
48*/ 48*/
49published interface XAccessibleContext : ::com::sun::star::uno::XInterface 49interface XAccessibleContext : ::com::sun::star::uno::XInterface
50{ 50{
51 /** Return the number of children. 51 /** Return the number of children.
52 52
diff --git a/offapi/com/sun/star/accessibility/XAccessibleEditableText.idl b/offapi/com/sun/star/accessibility/XAccessibleEditableText.idl
index 5eb80364a8cf..ccfbba3fa2f7 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleEditableText.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleEditableText.idl
@@ -35,7 +35,7 @@ module com { module sun { module star { module accessibility {
35 35
36 @since OOo 1.1.2 36 @since OOo 1.1.2
37*/ 37*/
38published interface XAccessibleEditableText 38interface XAccessibleEditableText
39 : ::com::sun::star::accessibility::XAccessibleText 39 : ::com::sun::star::accessibility::XAccessibleText
40{ 40{
41 /** Copies the text range into the clipboard. 41 /** Copies the text range into the clipboard.
diff --git a/offapi/com/sun/star/accessibility/XAccessibleEventBroadcaster.idl b/offapi/com/sun/star/accessibility/XAccessibleEventBroadcaster.idl
index cce170fba06e..4889191620f3 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleEventBroadcaster.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleEventBroadcaster.idl
@@ -24,7 +24,7 @@
24 24
25module com { module sun { module star { module accessibility { 25module com { module sun { module star { module accessibility {
26 26
27 published interface XAccessibleEventListener; 27 interface XAccessibleEventListener;
28 28
29/** makes it possible to register listeners which are called whenever 29/** makes it possible to register listeners which are called whenever
30 an accessibility event (see <type>AccessibleEventObject</type>) occurs. 30 an accessibility event (see <type>AccessibleEventObject</type>) occurs.
@@ -34,17 +34,17 @@ module com { module sun { module star { module accessibility {
34 34
35 @since OOo 1.1.2 35 @since OOo 1.1.2
36 */ 36 */
37published interface XAccessibleEventBroadcaster: ::com::sun::star::uno::XInterface 37interface XAccessibleEventBroadcaster: ::com::sun::star::uno::XInterface
38{ 38{
39 39
40 /** registers the given <type>XAccessibleEventListener</type>. 40 /** registers the given <type>XAccessibleEventListener</type>.
41 */ 41 */
42 [oneway] void addEventListener( [in] XAccessibleEventListener xListener ); 42 [oneway] void addAccessibleEventListener( [in] XAccessibleEventListener xListener );
43 43
44 44
45 /** unregisters the given <type>XAccessibleEventListener</type>. 45 /** unregisters the given <type>XAccessibleEventListener</type>.
46 */ 46 */
47 [oneway] void removeEventListener( [in] XAccessibleEventListener xListener ); 47 [oneway] void removeAccessibleEventListener( [in] XAccessibleEventListener xListener );
48}; 48};
49 49
50}; }; }; }; 50}; }; }; };
diff --git a/offapi/com/sun/star/accessibility/XAccessibleEventListener.idl b/offapi/com/sun/star/accessibility/XAccessibleEventListener.idl
index be38ec0f1bea..396c504bbf4d 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleEventListener.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleEventListener.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module accessibility {
32 32
33 @since OOo 1.1.2 33 @since OOo 1.1.2
34 */ 34 */
35published interface XAccessibleEventListener: ::com::sun::star::lang::XEventListener 35interface XAccessibleEventListener: ::com::sun::star::lang::XEventListener
36{ 36{
37 37
38 /** is called whenever a accessible event (see <type>AccessibleEventObject</type>) occurs. 38 /** is called whenever a accessible event (see <type>AccessibleEventObject</type>) occurs.
diff --git a/offapi/com/sun/star/accessibility/XAccessibleExtendedComponent.idl b/offapi/com/sun/star/accessibility/XAccessibleExtendedComponent.idl
index 85bfb00fb158..00762e053b62 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleExtendedComponent.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleExtendedComponent.idl
@@ -47,7 +47,7 @@ module com { module sun { module star { module accessibility {
47 47
48 @since OOo 1.1.2 48 @since OOo 1.1.2
49*/ 49*/
50published interface XAccessibleExtendedComponent : XAccessibleComponent 50interface XAccessibleExtendedComponent : XAccessibleComponent
51{ 51{
52 /** Returns the font of this object. 52 /** Returns the font of this object.
53 53
diff --git a/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl b/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl
index 9b5612070b1d..e095eb4c6fea 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleHyperlink.idl
@@ -47,7 +47,7 @@ module com { module sun { module star { module accessibility {
47 47
48 @since OOo 1.1.2 48 @since OOo 1.1.2
49*/ 49*/
50published interface XAccessibleHyperlink : 50interface XAccessibleHyperlink :
51 ::com::sun::star::accessibility::XAccessibleAction 51 ::com::sun::star::accessibility::XAccessibleAction
52{ 52{
53 /** Returns an object that represents the link anchor, as appropriate 53 /** Returns an object that represents the link anchor, as appropriate
diff --git a/offapi/com/sun/star/accessibility/XAccessibleHypertext.idl b/offapi/com/sun/star/accessibility/XAccessibleHypertext.idl
index 547934d6465c..92707d3178fb 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleHypertext.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleHypertext.idl
@@ -26,7 +26,7 @@
26 26
27module com { module sun { module star { module accessibility { 27module com { module sun { module star { module accessibility {
28 28
29 published interface XAccessibleHyperlink; 29 interface XAccessibleHyperlink;
30 30
31 31
32/** Implement this interface to expose the hypertext structure of a document. 32/** Implement this interface to expose the hypertext structure of a document.
@@ -43,7 +43,7 @@ module com { module sun { module star { module accessibility {
43 43
44 @since OOo 1.1.2 44 @since OOo 1.1.2
45*/ 45*/
46published interface XAccessibleHypertext 46interface XAccessibleHypertext
47 : ::com::sun::star::accessibility::XAccessibleText 47 : ::com::sun::star::accessibility::XAccessibleText
48{ 48{
49 /** Returns the number of links and link groups contained within this 49 /** Returns the number of links and link groups contained within this
diff --git a/offapi/com/sun/star/accessibility/XAccessibleImage.idl b/offapi/com/sun/star/accessibility/XAccessibleImage.idl
index 6f503c50d832..b63d182fb66a 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleImage.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleImage.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module accessibility {
33 33
34 @since OOo 1.1.2 34 @since OOo 1.1.2
35*/ 35*/
36published interface XAccessibleImage : ::com::sun::star::uno::XInterface 36interface XAccessibleImage : ::com::sun::star::uno::XInterface
37{ 37{
38 /** Returns the localized description of the image. 38 /** Returns the localized description of the image.
39 39
diff --git a/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl b/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl
index 7196a99e2e0e..8b374aba1d21 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleKeyBinding.idl
@@ -41,7 +41,7 @@ module com { module sun { module star { module accessibility {
41 41
42 @since OOo 1.1.2 42 @since OOo 1.1.2
43*/ 43*/
44published interface XAccessibleKeyBinding : ::com::sun::star::uno::XInterface 44interface XAccessibleKeyBinding : ::com::sun::star::uno::XInterface
45{ 45{
46 /** Return the number of available key bindings. 46 /** Return the number of available key bindings.
47 @return 47 @return
diff --git a/offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl b/offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl
index 59f8f824bf5f..02fbd70bd51a 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleRelationSet.idl
@@ -40,7 +40,7 @@ module com { module sun { module star { module accessibility {
40 40
41 @since OOo 1.1.2 41 @since OOo 1.1.2
42*/ 42*/
43published interface XAccessibleRelationSet : ::com::sun::star::uno::XInterface 43interface XAccessibleRelationSet : ::com::sun::star::uno::XInterface
44{ 44{
45 /** Returns the number of relations in this relation set. 45 /** Returns the number of relations in this relation set.
46 46
diff --git a/offapi/com/sun/star/accessibility/XAccessibleSelection.idl b/offapi/com/sun/star/accessibility/XAccessibleSelection.idl
index 572659f9a2c6..032a5170b369 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleSelection.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleSelection.idl
@@ -25,7 +25,7 @@
25 25
26module com { module sun { module star { module accessibility { 26module com { module sun { module star { module accessibility {
27 27
28 published interface XAccessible; 28 interface XAccessible;
29 29
30/** Implement this interface to represent a selection of accessible objects. 30/** Implement this interface to represent a selection of accessible objects.
31 31
@@ -42,7 +42,7 @@ module com { module sun { module star { module accessibility {
42 42
43 @since OOo 1.1.2 43 @since OOo 1.1.2
44*/ 44*/
45published interface XAccessibleSelection : ::com::sun::star::uno::XInterface 45interface XAccessibleSelection : ::com::sun::star::uno::XInterface
46{ 46{
47 /** Selects the specified <type>Accessible</type> child of the 47 /** Selects the specified <type>Accessible</type> child of the
48 object. 48 object.
diff --git a/offapi/com/sun/star/accessibility/XAccessibleStateSet.idl b/offapi/com/sun/star/accessibility/XAccessibleStateSet.idl
index 41eaed202097..170f4e1e9391 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleStateSet.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleStateSet.idl
@@ -25,7 +25,7 @@
25 25
26module com { module sun { module star { module accessibility { 26module com { module sun { module star { module accessibility {
27 27
28 published interface XAccessible; 28 interface XAccessible;
29 29
30/** Implement this interface to represent a set of states. 30/** Implement this interface to represent a set of states.
31 31
@@ -36,7 +36,7 @@ module com { module sun { module star { module accessibility {
36 36
37 @since OOo 1.1.2 37 @since OOo 1.1.2
38*/ 38*/
39published interface XAccessibleStateSet : ::com::sun::star::uno::XInterface 39interface XAccessibleStateSet : ::com::sun::star::uno::XInterface
40{ 40{
41 /** Checks whether the current state set is empty. 41 /** Checks whether the current state set is empty.
42 42
diff --git a/offapi/com/sun/star/accessibility/XAccessibleTable.idl b/offapi/com/sun/star/accessibility/XAccessibleTable.idl
index f0ecf7991797..221c92bbd7c4 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleTable.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleTable.idl
@@ -25,7 +25,7 @@
25 25
26module com { module sun { module star { module accessibility { 26module com { module sun { module star { module accessibility {
27 27
28 published interface XAccessible; 28 interface XAccessible;
29 29
30/** Implement this interface to give access to a two-dimensional table. 30/** Implement this interface to give access to a two-dimensional table.
31 31
@@ -54,7 +54,7 @@ module com { module sun { module star { module accessibility {
54 54
55 @since OOo 1.1.2 55 @since OOo 1.1.2
56*/ 56*/
57published interface XAccessibleTable : ::com::sun::star::uno::XInterface 57interface XAccessibleTable : ::com::sun::star::uno::XInterface
58{ 58{
59 /** Returns the number of used rows in the table. 59 /** Returns the number of used rows in the table.
60 60
diff --git a/offapi/com/sun/star/accessibility/XAccessibleText.idl b/offapi/com/sun/star/accessibility/XAccessibleText.idl
index 04ac8009d41d..c020d518d078 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleText.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleText.idl
@@ -56,7 +56,7 @@ module com { module sun { module star { module accessibility {
56 56
57 @since OOo 1.1.2 57 @since OOo 1.1.2
58*/ 58*/
59published interface XAccessibleText : ::com::sun::star::uno::XInterface 59interface XAccessibleText : ::com::sun::star::uno::XInterface
60{ 60{
61 /** Return the position of the caret. 61 /** Return the position of the caret.
62 62
diff --git a/offapi/com/sun/star/accessibility/XAccessibleTextAttributes.idl b/offapi/com/sun/star/accessibility/XAccessibleTextAttributes.idl
index 19efafd75c0f..b7c30d9a945d 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleTextAttributes.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleTextAttributes.idl
@@ -29,7 +29,7 @@ module com { module sun { module star { module accessibility {
29 29
30 @since OOo 2.0.4 30 @since OOo 2.0.4
31*/ 31*/
32published interface XAccessibleTextAttributes 32interface XAccessibleTextAttributes
33{ 33{
34 /** Get the default attribute set for the text. 34 /** Get the default attribute set for the text.
35 35
diff --git a/offapi/com/sun/star/accessibility/XAccessibleValue.idl b/offapi/com/sun/star/accessibility/XAccessibleValue.idl
index 2b1db5a6ca00..9d752c88852c 100644
--- a/offapi/com/sun/star/accessibility/XAccessibleValue.idl
+++ b/offapi/com/sun/star/accessibility/XAccessibleValue.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module accessibility {
33 33
34 @since OOo 1.1.2 34 @since OOo 1.1.2
35*/ 35*/
36published interface XAccessibleValue : ::com::sun::star::uno::XInterface 36interface XAccessibleValue : ::com::sun::star::uno::XInterface
37{ 37{
38 /** Returns the value of this object as a number. 38 /** Returns the value of this object as a number.
39 39
diff --git a/offapi/com/sun/star/awt/AccessibleButton.idl b/offapi/com/sun/star/awt/AccessibleButton.idl
index 30d9372bbd61..0e9a0c93651b 100644
--- a/offapi/com/sun/star/awt/AccessibleButton.idl
+++ b/offapi/com/sun/star/awt/AccessibleButton.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module awt {
34 34
35 @since OOo 1.1.2 35 @since OOo 1.1.2
36 */ 36 */
37published service AccessibleButton 37service AccessibleButton
38{ 38{
39 /** This interface gives access to the structural information of a button: 39 /** This interface gives access to the structural information of a button:
40 40
diff --git a/offapi/com/sun/star/awt/AccessibleCheckBox.idl b/offapi/com/sun/star/awt/AccessibleCheckBox.idl
index 727e50fdad36..506f3da4022c 100644
--- a/offapi/com/sun/star/awt/AccessibleCheckBox.idl
+++ b/offapi/com/sun/star/awt/AccessibleCheckBox.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module awt {
34 34
35 @since OOo 1.1.2 35 @since OOo 1.1.2
36 */ 36 */
37published service AccessibleCheckBox 37service AccessibleCheckBox
38{ 38{
39 /** This interface gives access to the structural information of a 39 /** This interface gives access to the structural information of a
40 check box: 40 check box:
diff --git a/offapi/com/sun/star/awt/AccessibleComboBox.idl b/offapi/com/sun/star/awt/AccessibleComboBox.idl
index 10c22dffaedc..735d3d43aa34 100644
--- a/offapi/com/sun/star/awt/AccessibleComboBox.idl
+++ b/offapi/com/sun/star/awt/AccessibleComboBox.idl
@@ -24,9 +24,9 @@
24 24
25module com { module sun { module star { module accessibility { 25module com { module sun { module star { module accessibility {
26 26
27 published interface XAccessibleText; 27 interface XAccessibleText;
28 published interface XAccessibleExtendedComponent; 28 interface XAccessibleExtendedComponent;
29 published interface XAccessibleComponent; 29 interface XAccessibleComponent;
30 30
31}; }; }; }; 31}; }; }; };
32 32
@@ -39,7 +39,7 @@ module com { module sun { module star { module awt {
39 @see com::sun::star::accessibility::XAccessibleExtendedComponent 39 @see com::sun::star::accessibility::XAccessibleExtendedComponent
40 @since OOo 1.1.2 40 @since OOo 1.1.2
41*/ 41*/
42published service AccessibleComboBox 42service AccessibleComboBox
43{ 43{
44 /** This interface gives access to the structural information of a combo box: 44 /** This interface gives access to the structural information of a combo box:
45 45
diff --git a/offapi/com/sun/star/awt/AccessibleDropDownComboBox.idl b/offapi/com/sun/star/awt/AccessibleDropDownComboBox.idl
index c4e59e152c52..9d1173d6bdf9 100644
--- a/offapi/com/sun/star/awt/AccessibleDropDownComboBox.idl
+++ b/offapi/com/sun/star/awt/AccessibleDropDownComboBox.idl
@@ -25,9 +25,9 @@
25 25
26module com { module sun { module star { module accessibility { 26module com { module sun { module star { module accessibility {
27 27
28 published interface XAccessibleAction; 28 interface XAccessibleAction;
29 published interface XAccessibleExtendedComponent; 29 interface XAccessibleExtendedComponent;
30 published interface XAccessibleComponent; 30 interface XAccessibleComponent;
31 31
32}; }; }; }; 32}; }; }; };
33 33
@@ -43,7 +43,7 @@ module com { module sun { module star { module awt {
43 43
44 @since OOo 1.1.2 44 @since OOo 1.1.2
45*/ 45*/
46published service AccessibleDropDownComboBox 46service AccessibleDropDownComboBox
47{ 47{
48 /** This interface gives access to the structural information of a dropdown combo box: 48 /** This interface gives access to the structural information of a dropdown combo box:
49 49
diff --git a/offapi/com/sun/star/awt/AccessibleDropDownListBox.idl b/offapi/com/sun/star/awt/AccessibleDropDownListBox.idl
index 7af54c572fed..f6609c4c3ba0 100644
--- a/offapi/com/sun/star/awt/AccessibleDropDownListBox.idl
+++ b/offapi/com/sun/star/awt/AccessibleDropDownListBox.idl
@@ -25,9 +25,9 @@
25 25
26module com { module sun { module star { module accessibility { 26module com { module sun { module star { module accessibility {
27 27
28 published interface XAccessibleAction; 28 interface XAccessibleAction;
29 published interface XAccessibleExtendedComponent; 29 interface XAccessibleExtendedComponent;
30 published interface XAccessibleComponent; 30 interface XAccessibleComponent;
31 31
32}; }; }; }; 32}; }; }; };
33 33
@@ -44,7 +44,7 @@ module com { module sun { module star { module awt {
44 44
45 @since OOo 1.1.2 45 @since OOo 1.1.2
46*/ 46*/
47published service AccessibleDropDownListBox 47service AccessibleDropDownListBox
48{ 48{
49 /** This interface gives access to the structural information of a dropdown list box: 49 /** This interface gives access to the structural information of a dropdown list box:
50 50
diff --git a/offapi/com/sun/star/awt/AccessibleEdit.idl b/offapi/com/sun/star/awt/AccessibleEdit.idl
index 82653cbbf90d..62386522af7b 100644
--- a/offapi/com/sun/star/awt/AccessibleEdit.idl
+++ b/offapi/com/sun/star/awt/AccessibleEdit.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module awt {
33 33
34 @since OOo 1.1.2 34 @since OOo 1.1.2
35 */ 35 */
36published service AccessibleEdit 36service AccessibleEdit
37{ 37{
38 /** This interface gives access to the structural information of an edit: 38 /** This interface gives access to the structural information of an edit:
39 39
diff --git a/offapi/com/sun/star/awt/AccessibleFixedText.idl b/offapi/com/sun/star/awt/AccessibleFixedText.idl
index 582c96dc620c..410dba17c882 100644
--- a/offapi/com/sun/star/awt/AccessibleFixedText.idl
+++ b/offapi/com/sun/star/awt/AccessibleFixedText.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module awt {
32 32
33 @since OOo 1.1.2 33 @since OOo 1.1.2
34 */ 34 */
35published service AccessibleFixedText 35service AccessibleFixedText
36{ 36{
37 /** This interface gives access to the structural information of a 37 /** This interface gives access to the structural information of a
38 fixed text: 38 fixed text:
diff --git a/offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl b/offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl
index 4f793d6295c9..0e1125eaacca 100644
--- a/offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl
+++ b/offapi/com/sun/star/awt/AccessibleIconChoiceControl.idl
@@ -25,8 +25,8 @@
25 25
26module com { module sun { module star { module accessibility { 26module com { module sun { module star { module accessibility {
27 27
28 published interface XAccessibleSelection; 28 interface XAccessibleSelection;
29 published interface XAccessibleComponent; 29 interface XAccessibleComponent;
30 30
31}; }; }; }; 31}; }; }; };
32 32
@@ -39,7 +39,7 @@ module com { module sun { module star { module awt {
39 39
40 @since OOo 1.1.2 40 @since OOo 1.1.2
41*/ 41*/
42published service AccessibleIconChoiceControl 42service AccessibleIconChoiceControl
43{ 43{
44 /** This interface gives access to the structural information of an icon choice control: 44 /** This interface gives access to the structural information of an icon choice control:
45 45
diff --git a/offapi/com/sun/star/awt/AccessibleIconChoiceControlEntry.idl b/offapi/com/sun/star/awt/AccessibleIconChoiceControlEntry.idl
index a2684c291db1..fcc1b62c12a7 100644
--- a/offapi/com/sun/star/awt/AccessibleIconChoiceControlEntry.idl
+++ b/offapi/com/sun/star/awt/AccessibleIconChoiceControlEntry.idl
@@ -25,8 +25,8 @@
25 25
26module com { module sun { module star { module accessibility { 26module com { module sun { module star { module accessibility {
27 27
28 published interface XAccessibleText; 28 interface XAccessibleText;
29 published interface XAccessibleComponent; 29 interface XAccessibleComponent;
30 30
31}; }; }; }; 31}; }; }; };
32 32
@@ -41,7 +41,7 @@ module com { module sun { module star { module awt {
41 41
42 @since OOo 1.1.2 42 @since OOo 1.1.2
43*/ 43*/
44published service AccessibleIconChoiceControlEntry 44service AccessibleIconChoiceControlEntry
45{ 45{
46 /** This interface gives access to the structural information of an icon choice control entry: 46 /** This interface gives access to the structural information of an icon choice control entry:
47 47
diff --git a/offapi/com/sun/star/awt/AccessibleList.idl b/offapi/com/sun/star/awt/AccessibleList.idl
index 249a3b880c05..ac9117a3d7aa 100644
--- a/offapi/com/sun/star/awt/AccessibleList.idl
+++ b/offapi/com/sun/star/awt/AccessibleList.idl
@@ -24,10 +24,10 @@
24 24
25module com { module sun { module star { module accessibility { 25module com { module sun { module star { module accessibility {
26 26
27 published interface XAccessible; 27 interface XAccessible;
28 published interface XAccessibleExtendedComponent; 28 interface XAccessibleExtendedComponent;
29 published interface XAccessibleComponent; 29 interface XAccessibleComponent;
30 published interface XAccessibleSelection; 30 interface XAccessibleSelection;
31 31
32}; }; }; }; 32}; }; }; };
33 33
@@ -46,7 +46,7 @@ module com { module sun { module star { module awt {
46 46
47 @since OOo 1.1.2 47 @since OOo 1.1.2
48*/ 48*/
49published service AccessibleList 49service AccessibleList
50{ 50{
51 /** This interface gives access to the structural information of a list: 51 /** This interface gives access to the structural information of a list:
52 52
diff --git a/offapi/com/sun/star/awt/AccessibleListBox.idl b/offapi/com/sun/star/awt/AccessibleListBox.idl
index 04e39e96742d..6e6e4bd28a73 100644
--- a/offapi/com/sun/star/awt/AccessibleListBox.idl
+++ b/offapi/com/sun/star/awt/AccessibleListBox.idl
@@ -24,9 +24,9 @@
24 24
25module com { module sun { module star { module accessibility { 25module com { module sun { module star { module accessibility {
26 26
27 published interface XAccessibleSelection; 27 interface XAccessibleSelection;
28 published interface XAccessibleExtendedComponent; 28 interface XAccessibleExtendedComponent;
29 published interface XAccessibleComponent; 29 interface XAccessibleComponent;
30 30
31}; }; }; }; 31}; }; }; };
32 32
@@ -40,7 +40,7 @@ module com { module sun { module star { module awt {
40 40
41 @since OOo 1.1.2 41 @since OOo 1.1.2
42*/ 42*/
43published service AccessibleListBox 43service AccessibleListBox
44{ 44{
45 /** This interface gives access to the structural information of a list box: 45 /** This interface gives access to the structural information of a list box:
46 46
diff --git a/offapi/com/sun/star/awt/AccessibleListBoxList.idl b/offapi/com/sun/star/awt/AccessibleListBoxList.idl
index a7e2eea7aece..f178cf046908 100644
--- a/offapi/com/sun/star/awt/AccessibleListBoxList.idl
+++ b/offapi/com/sun/star/awt/AccessibleListBoxList.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module awt {
32 32
33 @since OOo 1.1.2 33 @since OOo 1.1.2
34*/ 34*/
35published service AccessibleListBoxList 35service AccessibleListBoxList
36{ 36{
37 service AccessibleList; 37 service AccessibleList;
38}; 38};
diff --git a/offapi/com/sun/star/awt/AccessibleListItem.idl b/offapi/com/sun/star/awt/AccessibleListItem.idl
index b786be8968b1..269ddc8f8861 100644
--- a/offapi/com/sun/star/awt/AccessibleListItem.idl
+++ b/offapi/com/sun/star/awt/AccessibleListItem.idl
@@ -25,8 +25,8 @@
25 25
26module com { module sun { module star { module accessibility { 26module com { module sun { module star { module accessibility {
27 27
28 published interface XAccessibleText; 28 interface XAccessibleText;
29 published interface XAccessibleComponent; 29 interface XAccessibleComponent;
30 30
31}; }; }; }; 31}; }; }; };
32 32
@@ -40,7 +40,7 @@ module com { module sun { module star { module awt {
40 40
41 @since OOo 1.1.2 41 @since OOo 1.1.2
42*/ 42*/
43published service AccessibleListItem 43service AccessibleListItem
44{ 44{
45 /** This interface gives access to the structural information of a list item: 45 /** This interface gives access to the structural information of a list item:
46 46
diff --git a/offapi/com/sun/star/awt/AccessibleMenu.idl b/offapi/com/sun/star/awt/AccessibleMenu.idl
index 2d90e51b083c..41c1f42a0ad0 100644
--- a/offapi/com/sun/star/awt/AccessibleMenu.idl
+++ b/offapi/com/sun/star/awt/AccessibleMenu.idl
@@ -35,7 +35,7 @@ module com { module sun { module star { module awt {
35 35
36 @since OOo 1.1.2 36 @since OOo 1.1.2
37 */ 37 */
38published service AccessibleMenu 38service AccessibleMenu
39{ 39{
40 /** This interface gives access to the structural information of a menu: 40 /** This interface gives access to the structural information of a menu:
41 41
diff --git a/offapi/com/sun/star/awt/AccessibleMenuBar.idl b/offapi/com/sun/star/awt/AccessibleMenuBar.idl
index 93c48dd9ddf3..aab1b853ed2a 100644
--- a/offapi/com/sun/star/awt/AccessibleMenuBar.idl
+++ b/offapi/com/sun/star/awt/AccessibleMenuBar.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module awt {
32 32
33 @since OOo 1.1.2 33 @since OOo 1.1.2
34 */ 34 */
35published service AccessibleMenuBar 35service AccessibleMenuBar
36{ 36{
37 /** This interface gives access to the structural information of a 37 /** This interface gives access to the structural information of a
38 menu bar: 38 menu bar:
diff --git a/offapi/com/sun/star/awt/AccessibleMenuItem.idl b/offapi/com/sun/star/awt/AccessibleMenuItem.idl
index 5cb94581048d..1a50da348856 100644
--- a/offapi/com/sun/star/awt/AccessibleMenuItem.idl
+++ b/offapi/com/sun/star/awt/AccessibleMenuItem.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module awt {
34 34
35 @since OOo 1.1.2 35 @since OOo 1.1.2
36 */ 36 */
37published service AccessibleMenuItem 37service AccessibleMenuItem
38{ 38{
39 /** This interface gives access to the structural information of a 39 /** This interface gives access to the structural information of a
40 menu item: 40 menu item:
diff --git a/offapi/com/sun/star/awt/AccessibleMenuSeparator.idl b/offapi/com/sun/star/awt/AccessibleMenuSeparator.idl
index 906bda368dfa..39b146f686b2 100644
--- a/offapi/com/sun/star/awt/AccessibleMenuSeparator.idl
+++ b/offapi/com/sun/star/awt/AccessibleMenuSeparator.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module awt {
31 31
32 @since OOo 1.1.2 32 @since OOo 1.1.2
33 */ 33 */
34published service AccessibleMenuSeparator 34service AccessibleMenuSeparator
35{ 35{
36 /** This interface gives access to the structural information of a 36 /** This interface gives access to the structural information of a
37 menu separator: 37 menu separator:
diff --git a/offapi/com/sun/star/awt/AccessiblePopupMenu.idl b/offapi/com/sun/star/awt/AccessiblePopupMenu.idl
index 46b74c535549..3cc7e3c11b00 100644
--- a/offapi/com/sun/star/awt/AccessiblePopupMenu.idl
+++ b/offapi/com/sun/star/awt/AccessiblePopupMenu.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module awt {
32 32
33 @since OOo 1.1.2 33 @since OOo 1.1.2
34 */ 34 */
35published service AccessiblePopupMenu 35service AccessiblePopupMenu
36{ 36{
37 /** This interface gives access to the structural information of a 37 /** This interface gives access to the structural information of a
38 pop-up menu: 38 pop-up menu:
diff --git a/offapi/com/sun/star/awt/AccessibleRadioButton.idl b/offapi/com/sun/star/awt/AccessibleRadioButton.idl
index 3d1f198b8f9d..8830a6f47139 100644
--- a/offapi/com/sun/star/awt/AccessibleRadioButton.idl
+++ b/offapi/com/sun/star/awt/AccessibleRadioButton.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module awt {
34 34
35 @since OOo 1.1.2 35 @since OOo 1.1.2
36 */ 36 */
37published service AccessibleRadioButton 37service AccessibleRadioButton
38{ 38{
39 /** This interface gives access to the structural information of a 39 /** This interface gives access to the structural information of a
40 radio button: 40 radio button:
diff --git a/offapi/com/sun/star/awt/AccessibleScrollBar.idl b/offapi/com/sun/star/awt/AccessibleScrollBar.idl
index 7f230084d496..ab35922024df 100644
--- a/offapi/com/sun/star/awt/AccessibleScrollBar.idl
+++ b/offapi/com/sun/star/awt/AccessibleScrollBar.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module awt {
33 33
34 @since OOo 1.1.2 34 @since OOo 1.1.2
35 */ 35 */
36published service AccessibleScrollBar 36service AccessibleScrollBar
37{ 37{
38 /** This interface gives access to the structural information of a 38 /** This interface gives access to the structural information of a
39 scroll bar: 39 scroll bar:
diff --git a/offapi/com/sun/star/awt/AccessibleStatusBar.idl b/offapi/com/sun/star/awt/AccessibleStatusBar.idl
index bd1be51541a1..b8f21eefa692 100644
--- a/offapi/com/sun/star/awt/AccessibleStatusBar.idl
+++ b/offapi/com/sun/star/awt/AccessibleStatusBar.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module awt {
31 31
32 @since OOo 1.1.2 32 @since OOo 1.1.2
33 */ 33 */
34published service AccessibleStatusBar 34service AccessibleStatusBar
35{ 35{
36 /** This interface gives access to the structural information of a 36 /** This interface gives access to the structural information of a
37 status bar: 37 status bar:
diff --git a/offapi/com/sun/star/awt/AccessibleStatusBarItem.idl b/offapi/com/sun/star/awt/AccessibleStatusBarItem.idl
index 18406084b2fb..a87b889665a0 100644
--- a/offapi/com/sun/star/awt/AccessibleStatusBarItem.idl
+++ b/offapi/com/sun/star/awt/AccessibleStatusBarItem.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module awt {
32 32
33 @since OOo 1.1.2 33 @since OOo 1.1.2
34 */ 34 */
35published service AccessibleStatusBarItem 35service AccessibleStatusBarItem
36{ 36{
37 /** This interface gives access to the structural information of a 37 /** This interface gives access to the structural information of a
38 status bar item: 38 status bar item:
diff --git a/offapi/com/sun/star/awt/AccessibleTabBar.idl b/offapi/com/sun/star/awt/AccessibleTabBar.idl
index fee3bcbfda9f..962b6f40b0e5 100644
--- a/offapi/com/sun/star/awt/AccessibleTabBar.idl
+++ b/offapi/com/sun/star/awt/AccessibleTabBar.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module awt {
31 31
32 @since OOo 1.1.2 32 @since OOo 1.1.2
33 */ 33 */
34published service AccessibleTabBar 34service AccessibleTabBar
35{ 35{
36 /** This interface gives access to the structural information of a 36 /** This interface gives access to the structural information of a
37 tabbar: 37 tabbar:
diff --git a/offapi/com/sun/star/awt/AccessibleTabBarPage.idl b/offapi/com/sun/star/awt/AccessibleTabBarPage.idl
index c6051cf636e1..807f5713bfae 100644
--- a/offapi/com/sun/star/awt/AccessibleTabBarPage.idl
+++ b/offapi/com/sun/star/awt/AccessibleTabBarPage.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module awt {
31 31
32 @since OOo 1.1.2 32 @since OOo 1.1.2
33 */ 33 */
34published service AccessibleTabBarPage 34service AccessibleTabBarPage
35{ 35{
36 /** This interface gives access to the structural information of a 36 /** This interface gives access to the structural information of a
37 tabbar page: 37 tabbar page:
diff --git a/offapi/com/sun/star/awt/AccessibleTabBarPageList.idl b/offapi/com/sun/star/awt/AccessibleTabBarPageList.idl
index efe4407496e9..8adcd5b5826c 100644
--- a/offapi/com/sun/star/awt/AccessibleTabBarPageList.idl
+++ b/offapi/com/sun/star/awt/AccessibleTabBarPageList.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module awt {
32 32
33 @since OOo 1.1.2 33 @since OOo 1.1.2
34 */ 34 */
35published service AccessibleTabBarPageList 35service AccessibleTabBarPageList
36{ 36{
37 /** This interface gives access to the structural information of a 37 /** This interface gives access to the structural information of a
38 tabbar page list: 38 tabbar page list:
diff --git a/offapi/com/sun/star/awt/AccessibleTabControl.idl b/offapi/com/sun/star/awt/AccessibleTabControl.idl
index e26387798e6f..e77539c2faf3 100644
--- a/offapi/com/sun/star/awt/AccessibleTabControl.idl
+++ b/offapi/com/sun/star/awt/AccessibleTabControl.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module awt {
32 32
33 @since OOo 1.1.2 33 @since OOo 1.1.2
34 */ 34 */
35published service AccessibleTabControl 35service AccessibleTabControl
36{ 36{
37 /** This interface gives access to the structural information of a 37 /** This interface gives access to the structural information of a
38 tab control: 38 tab control:
diff --git a/offapi/com/sun/star/awt/AccessibleTabPage.idl b/offapi/com/sun/star/awt/AccessibleTabPage.idl
index 8b793e6887d6..1d4d54355479 100644
--- a/offapi/com/sun/star/awt/AccessibleTabPage.idl
+++ b/offapi/com/sun/star/awt/AccessibleTabPage.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module awt {
32 32
33 @since OOo 1.1.2 33 @since OOo 1.1.2
34 */ 34 */
35published service AccessibleTabPage 35service AccessibleTabPage
36{ 36{
37 /** This interface gives access to the structural information of a 37 /** This interface gives access to the structural information of a
38 tab page: 38 tab page:
diff --git a/offapi/com/sun/star/awt/AccessibleTextField.idl b/offapi/com/sun/star/awt/AccessibleTextField.idl
index ea3868b7aa39..0e5f90e5ff33 100644
--- a/offapi/com/sun/star/awt/AccessibleTextField.idl
+++ b/offapi/com/sun/star/awt/AccessibleTextField.idl
@@ -25,9 +25,9 @@
25 25
26module com { module sun { module star { module accessibility { 26module com { module sun { module star { module accessibility {
27 27
28 published interface XAccessibleExtendedComponent; 28 interface XAccessibleExtendedComponent;
29 published interface XAccessibleComponent; 29 interface XAccessibleComponent;
30 published interface XAccessibleText; 30 interface XAccessibleText;
31 31
32}; }; }; }; 32}; }; }; };
33 33
@@ -44,7 +44,7 @@ module com { module sun { module star { module awt {
44 44
45 @since OOo 1.1.2 45 @since OOo 1.1.2
46*/ 46*/
47published service AccessibleTextField 47service AccessibleTextField
48{ 48{
49 /** This interface gives access to the structural information of a text filed: 49 /** This interface gives access to the structural information of a text filed:
50 50
diff --git a/offapi/com/sun/star/awt/AccessibleToolBox.idl b/offapi/com/sun/star/awt/AccessibleToolBox.idl
index 514408fc482f..9cc3a463340e 100644
--- a/offapi/com/sun/star/awt/AccessibleToolBox.idl
+++ b/offapi/com/sun/star/awt/AccessibleToolBox.idl
@@ -25,8 +25,8 @@
25 25
26module com { module sun { module star { module accessibility { 26module com { module sun { module star { module accessibility {
27 27
28 published interface XAccessibleExtendedComponent; 28 interface XAccessibleExtendedComponent;
29 published interface XAccessibleComponent; 29 interface XAccessibleComponent;
30 30
31}; }; }; }; 31}; }; }; };
32 32
@@ -42,7 +42,7 @@ module com { module sun { module star { module awt {
42 42
43 @since OOo 1.1.2 43 @since OOo 1.1.2
44*/ 44*/
45published service AccessibleToolBox 45service AccessibleToolBox
46{ 46{
47 /** This interface gives access to the structural information of a tool box: 47 /** This interface gives access to the structural information of a tool box:
48 48
diff --git a/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl b/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl
index 819737d0b4f0..8ddc562bd974 100644
--- a/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl
+++ b/offapi/com/sun/star/awt/AccessibleToolBoxItem.idl
@@ -25,11 +25,11 @@
25 25
26module com { module sun { module star { module accessibility { 26module com { module sun { module star { module accessibility {
27 27
28 published interface XAccessibleAction; 28 interface XAccessibleAction;
29 published interface XAccessibleText; 29 interface XAccessibleText;
30 published interface XAccessibleValue; 30 interface XAccessibleValue;
31 published interface XAccessibleExtendedComponent; 31 interface XAccessibleExtendedComponent;
32 published interface XAccessibleComponent; 32 interface XAccessibleComponent;
33 33
34}; }; }; }; 34}; }; }; };
35 35
@@ -48,7 +48,7 @@ module com { module sun { module star { module awt {
48 48
49 @since OOo 1.1.2 49 @since OOo 1.1.2
50*/ 50*/
51published service AccessibleToolBoxItem 51service AccessibleToolBoxItem
52{ 52{
53 /** This interface gives access to the structural information of a tool box item: 53 /** This interface gives access to the structural information of a tool box item:
54 54
diff --git a/offapi/com/sun/star/awt/AccessibleTreeListBox.idl b/offapi/com/sun/star/awt/AccessibleTreeListBox.idl
index f4b7ce8a1d48..42a20c9ef62b 100644
--- a/offapi/com/sun/star/awt/AccessibleTreeListBox.idl
+++ b/offapi/com/sun/star/awt/AccessibleTreeListBox.idl
@@ -25,8 +25,8 @@
25 25
26module com { module sun { module star { module accessibility { 26module com { module sun { module star { module accessibility {
27 27
28 published interface XAccessibleSelection; 28 interface XAccessibleSelection;
29 published interface XAccessibleComponent; 29 interface XAccessibleComponent;
30 30
31}; }; }; }; 31}; }; }; };
32 32
@@ -41,7 +41,7 @@ module com { module sun { module star { module awt {
41 41
42 @since OOo 1.1.2 42 @since OOo 1.1.2
43*/ 43*/
44published service AccessibleTreeListBox 44service AccessibleTreeListBox
45{ 45{
46 /** This interface gives access to the structural information of a tree list box: 46 /** This interface gives access to the structural information of a tree list box:
47 47
diff --git a/offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl b/offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl
index 66003a98f4da..fba089312440 100644
--- a/offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl
+++ b/offapi/com/sun/star/awt/AccessibleTreeListBoxEntry.idl
@@ -25,10 +25,10 @@
25 25
26module com { module sun { module star { module accessibility { 26module com { module sun { module star { module accessibility {
27 27
28 published interface XAccessibleAction; 28 interface XAccessibleAction;
29 published interface XAccessibleSelection; 29 interface XAccessibleSelection;
30 published interface XAccessibleText; 30 interface XAccessibleText;
31 published interface XAccessibleComponent; 31 interface XAccessibleComponent;
32 32
33}; }; }; }; 33}; }; }; };
34 34
@@ -45,7 +45,7 @@ module com { module sun { module star { module awt {
45 45
46 @since OOo 1.1.2 46 @since OOo 1.1.2
47*/ 47*/
48published service AccessibleTreeListBoxEntry 48service AccessibleTreeListBoxEntry
49{ 49{
50 /** This interface gives access to the structural information of a tree list box entry: 50 /** This interface gives access to the structural information of a tree list box entry:
51 51
diff --git a/offapi/com/sun/star/awt/AccessibleWindow.idl b/offapi/com/sun/star/awt/AccessibleWindow.idl
index 827882deae85..013cc8eaafaf 100644
--- a/offapi/com/sun/star/awt/AccessibleWindow.idl
+++ b/offapi/com/sun/star/awt/AccessibleWindow.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module awt {
31 31
32 @since OOo 1.1.2 32 @since OOo 1.1.2
33 */ 33 */
34published service AccessibleWindow 34service AccessibleWindow
35{ 35{
36 /** This interface gives access to the structural information of a window: 36 /** This interface gives access to the structural information of a window:
37 37
diff --git a/offapi/com/sun/star/chart/AccessibleChartDocumentView.idl b/offapi/com/sun/star/chart/AccessibleChartDocumentView.idl
index a5ce5c9d8f56..0c5606d7fed8 100644
--- a/offapi/com/sun/star/chart/AccessibleChartDocumentView.idl
+++ b/offapi/com/sun/star/chart/AccessibleChartDocumentView.idl
@@ -40,7 +40,7 @@ module com { module sun { module star { module chart {
40 40
41 @since OOo 1.1.2 41 @since OOo 1.1.2
42*/ 42*/
43published service AccessibleChartDocumentView 43service AccessibleChartDocumentView
44{ 44{
45 /** Base interface for being accessible. It gives access to the 45 /** Base interface for being accessible. It gives access to the
46 <type scope="::com::sun::star::accessibility">XAccessibleContext</type> 46 <type scope="::com::sun::star::accessibility">XAccessibleContext</type>
diff --git a/offapi/com/sun/star/chart/AccessibleChartElement.idl b/offapi/com/sun/star/chart/AccessibleChartElement.idl
index 6de7df1db840..4f140735b567 100644
--- a/offapi/com/sun/star/chart/AccessibleChartElement.idl
+++ b/offapi/com/sun/star/chart/AccessibleChartElement.idl
@@ -47,7 +47,7 @@ module com { module sun { module star { module chart {
47 47
48 @since OOo 1.1.2 48 @since OOo 1.1.2
49*/ 49*/
50published service AccessibleChartElement 50service AccessibleChartElement
51{ 51{
52 /** Base interface for being accessible. It gives access to the 52 /** Base interface for being accessible. It gives access to the
53 <type scope="::com::sun::star::accessibility">XAccessibleContext</type> 53 <type scope="::com::sun::star::accessibility">XAccessibleContext</type>
diff --git a/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl b/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl
index 1bc360a306c0..2ca933ee0d48 100644
--- a/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl
+++ b/offapi/com/sun/star/drawing/AccessibleDrawDocumentView.idl
@@ -57,7 +57,7 @@ module com { module sun { module star { module drawing {
57 57
58 @since OOo 1.1.2 58 @since OOo 1.1.2
59*/ 59*/
60published service AccessibleDrawDocumentView 60service AccessibleDrawDocumentView
61{ 61{
62 /** Base interface for being accessible. It gives access to the 62 /** Base interface for being accessible. It gives access to the
63 <type scope="::com::sun::star::accessibility">XAccessibleContext</type> 63 <type scope="::com::sun::star::accessibility">XAccessibleContext</type>
diff --git a/offapi/com/sun/star/drawing/AccessibleGraphControl.idl b/offapi/com/sun/star/drawing/AccessibleGraphControl.idl
index 753e18dc813c..e7a31d5d0d9a 100644
--- a/offapi/com/sun/star/drawing/AccessibleGraphControl.idl
+++ b/offapi/com/sun/star/drawing/AccessibleGraphControl.idl
@@ -22,11 +22,11 @@
22 22
23// Declarations of interfaces to avoid inclusion of IDL files. 23// Declarations of interfaces to avoid inclusion of IDL files.
24module com { module sun { module star { module accessibility { 24module com { module sun { module star { module accessibility {
25 published interface XAccessible; 25 interface XAccessible;
26 published interface XAccessibleContext; 26 interface XAccessibleContext;
27 published interface XAccessibleComponent; 27 interface XAccessibleComponent;
28 published interface XAccessibleEventBroadcaster; 28 interface XAccessibleEventBroadcaster;
29 published interface XAccessibleSelection; 29 interface XAccessibleSelection;
30}; }; }; }; 30}; }; }; };
31 31
32 32
@@ -42,7 +42,7 @@ module com { module sun { module star { module drawing {
42 42
43 @since OOo 1.1.2 43 @since OOo 1.1.2
44 */ 44 */
45published service AccessibleGraphControl 45service AccessibleGraphControl
46{ 46{
47 /** Base interface for being accessible. It gives access to the 47 /** Base interface for being accessible. It gives access to the
48 <type scope="::com::sun::star::accessibility">XAccessibleContext</type> 48 <type scope="::com::sun::star::accessibility">XAccessibleContext</type>
diff --git a/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl b/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl
index f3c5daa1d0b3..6a92e1610569 100644
--- a/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl
+++ b/offapi/com/sun/star/drawing/AccessibleGraphicShape.idl
@@ -37,7 +37,7 @@ module com { module sun { module star { module drawing {
37 37
38 @since OOo 1.1.2 38 @since OOo 1.1.2
39*/ 39*/
40published service AccessibleGraphicShape 40service AccessibleGraphicShape
41{ 41{
42 /** Give access to information of generic shapes. 42 /** Give access to information of generic shapes.
43 43
diff --git a/offapi/com/sun/star/drawing/AccessibleOLEShape.idl b/offapi/com/sun/star/drawing/AccessibleOLEShape.idl
index 5caabb496cd7..b916348f648e 100644
--- a/offapi/com/sun/star/drawing/AccessibleOLEShape.idl
+++ b/offapi/com/sun/star/drawing/AccessibleOLEShape.idl
@@ -46,7 +46,7 @@ module com { module sun { module star { module drawing {
46 46
47 @since OOo 1.1.2 47 @since OOo 1.1.2
48*/ 48*/
49published service AccessibleOLEShape 49service AccessibleOLEShape
50{ 50{
51 /** Give access to information of generic shapes. 51 /** Give access to information of generic shapes.
52 52
diff --git a/offapi/com/sun/star/drawing/AccessibleShape.idl b/offapi/com/sun/star/drawing/AccessibleShape.idl
index 109aeca1990e..122bd44e2b57 100644
--- a/offapi/com/sun/star/drawing/AccessibleShape.idl
+++ b/offapi/com/sun/star/drawing/AccessibleShape.idl
@@ -56,7 +56,7 @@ module com { module sun { module star { module drawing {
56 56
57 @since OOo 1.1.2 57 @since OOo 1.1.2
58*/ 58*/
59published service AccessibleShape 59service AccessibleShape
60{ 60{
61 /** Base interface for being accessible. It gives access to the 61 /** Base interface for being accessible. It gives access to the
62 <type scope="::com::sun::star::accessibility">XAccessibleContext</type> 62 <type scope="::com::sun::star::accessibility">XAccessibleContext</type>
diff --git a/offapi/com/sun/star/drawing/AccessibleSlideView.idl b/offapi/com/sun/star/drawing/AccessibleSlideView.idl
index 7bca79040c85..86a80130194c 100644
--- a/offapi/com/sun/star/drawing/AccessibleSlideView.idl
+++ b/offapi/com/sun/star/drawing/AccessibleSlideView.idl
@@ -35,7 +35,7 @@ module com { module sun { module star { module drawing {
35 35
36 @since OOo 1.1.2 36 @since OOo 1.1.2
37*/ 37*/
38published service AccessibleSlideView 38service AccessibleSlideView
39{ 39{
40 interface ::com::sun::star::accessibility::XAccessible; 40 interface ::com::sun::star::accessibility::XAccessible;
41 interface ::com::sun::star::accessibility::XAccessibleContext; 41 interface ::com::sun::star::accessibility::XAccessibleContext;
diff --git a/offapi/com/sun/star/drawing/AccessibleSlideViewObject.idl b/offapi/com/sun/star/drawing/AccessibleSlideViewObject.idl
index c69ce65e8931..96dbaab63b74 100644
--- a/offapi/com/sun/star/drawing/AccessibleSlideViewObject.idl
+++ b/offapi/com/sun/star/drawing/AccessibleSlideViewObject.idl
@@ -35,7 +35,7 @@ module com { module sun { module star { module drawing {
35 35
36 @since OOo 1.1.2 36 @since OOo 1.1.2
37*/ 37*/
38published service AccessibleSlideViewObject 38service AccessibleSlideViewObject
39{ 39{
40 interface ::com::sun::star::accessibility::XAccessible; 40 interface ::com::sun::star::accessibility::XAccessible;
41 interface ::com::sun::star::accessibility::XAccessibleContext; 41 interface ::com::sun::star::accessibility::XAccessibleContext;
diff --git a/offapi/com/sun/star/formula/AccessibleFormulaText.idl b/offapi/com/sun/star/formula/AccessibleFormulaText.idl
index ffc970f2ddb0..63442788fd2b 100644
--- a/offapi/com/sun/star/formula/AccessibleFormulaText.idl
+++ b/offapi/com/sun/star/formula/AccessibleFormulaText.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module formula {
33 33
34 @since OOo 1.1.2 34 @since OOo 1.1.2
35 */ 35 */
36published service AccessibleFormulaText 36service AccessibleFormulaText
37{ 37{
38 interface ::com::sun::star::accessibility::XAccessible; 38 interface ::com::sun::star::accessibility::XAccessible;
39 interface ::com::sun::star::accessibility::XAccessibleComponent; 39 interface ::com::sun::star::accessibility::XAccessibleComponent;
diff --git a/offapi/com/sun/star/formula/AccessibleFormulaView.idl b/offapi/com/sun/star/formula/AccessibleFormulaView.idl
index fab335c024d7..39b2460839e2 100644
--- a/offapi/com/sun/star/formula/AccessibleFormulaView.idl
+++ b/offapi/com/sun/star/formula/AccessibleFormulaView.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module formula {
33 33
34 @since OOo 1.1.2 34 @since OOo 1.1.2
35 */ 35 */
36published service AccessibleFormulaView 36service AccessibleFormulaView
37{ 37{
38 interface ::com::sun::star::accessibility::XAccessible; 38 interface ::com::sun::star::accessibility::XAccessible;
39 interface ::com::sun::star::accessibility::XAccessibleComponent; 39 interface ::com::sun::star::accessibility::XAccessibleComponent;
diff --git a/offapi/com/sun/star/sheet/AccessibleCell.idl b/offapi/com/sun/star/sheet/AccessibleCell.idl
index 09e9ef0f27ab..a830e588f46a 100644
--- a/offapi/com/sun/star/sheet/AccessibleCell.idl
+++ b/offapi/com/sun/star/sheet/AccessibleCell.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module sheet {
34 @since OOo 1.1.2 34 @since OOo 1.1.2
35 35
36 */ 36 */
37published service AccessibleCell 37service AccessibleCell
38{ 38{
39 /** This interface gives access to the whole content of the cell. 39 /** This interface gives access to the whole content of the cell.
40 40
diff --git a/offapi/com/sun/star/sheet/AccessibleCsvCell.idl b/offapi/com/sun/star/sheet/AccessibleCsvCell.idl
index 931cc890a0bb..1cf8c47f6505 100644
--- a/offapi/com/sun/star/sheet/AccessibleCsvCell.idl
+++ b/offapi/com/sun/star/sheet/AccessibleCsvCell.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module sheet {
34 34
35 @since OOo 1.1.2 35 @since OOo 1.1.2
36 */ 36 */
37published service AccessibleCsvCell 37service AccessibleCsvCell
38{ 38{
39 39
40 /** This interface gives access to the whole content of the cell. 40 /** This interface gives access to the whole content of the cell.
diff --git a/offapi/com/sun/star/sheet/AccessibleCsvRuler.idl b/offapi/com/sun/star/sheet/AccessibleCsvRuler.idl
index 81a9efdd5e32..61342b0e8860 100644
--- a/offapi/com/sun/star/sheet/AccessibleCsvRuler.idl
+++ b/offapi/com/sun/star/sheet/AccessibleCsvRuler.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module sheet {
34 34
35 @since OOo 1.1.2 35 @since OOo 1.1.2
36 */ 36 */
37published service AccessibleCsvRuler 37service AccessibleCsvRuler
38{ 38{
39 39
40 /** This interface gives access to the whole content of the ruler. 40 /** This interface gives access to the whole content of the ruler.
diff --git a/offapi/com/sun/star/sheet/AccessibleCsvTable.idl b/offapi/com/sun/star/sheet/AccessibleCsvTable.idl
index 42fab0bc77ae..581a6ef92605 100644
--- a/offapi/com/sun/star/sheet/AccessibleCsvTable.idl
+++ b/offapi/com/sun/star/sheet/AccessibleCsvTable.idl
@@ -36,7 +36,7 @@ module com { module sun { module star { module sheet {
36 36
37 @since OOo 1.1.2 37 @since OOo 1.1.2
38 */ 38 */
39published service AccessibleCsvTable 39service AccessibleCsvTable
40{ 40{
41 41
42 /** This interface gives access to the whole content of the table. 42 /** This interface gives access to the whole content of the table.
diff --git a/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl b/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl
index 6d68c01a3257..76c39b1d37dc 100644
--- a/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl
+++ b/offapi/com/sun/star/sheet/AccessiblePageHeaderFooterAreasView.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module sheet {
32 @since OOo 1.1.2 32 @since OOo 1.1.2
33 33
34 */ 34 */
35published service AccessiblePageHeaderFooterAreasView 35service AccessiblePageHeaderFooterAreasView
36{ 36{
37 /** This interface gives access to the three Header/Footer areas in the 37 /** This interface gives access to the three Header/Footer areas in the
38 page preview. 38 page preview.
diff --git a/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl b/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl
index dec6b2793c01..e4a3bfe9ed40 100644
--- a/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl
+++ b/offapi/com/sun/star/sheet/AccessibleSpreadsheet.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module sheet {
33 33
34 @since OOo 1.1.2 34 @since OOo 1.1.2
35*/ 35*/
36published service AccessibleSpreadsheet 36service AccessibleSpreadsheet
37{ 37{
38 /** This interface gives access to any object in the currently visible table 38 /** This interface gives access to any object in the currently visible table
39 on the desktop. 39 on the desktop.
diff --git a/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl b/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl
index 22db4e808be1..39e22ce3a88d 100644
--- a/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl
+++ b/offapi/com/sun/star/sheet/AccessibleSpreadsheetDocumentView.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module sheet {
33 @since OOo 1.1.2 33 @since OOo 1.1.2
34 34
35 */ 35 */
36published service AccessibleSpreadsheetDocumentView 36service AccessibleSpreadsheetDocumentView
37{ 37{
38 /** This interface gives access to any object that is contained in this 38 /** This interface gives access to any object that is contained in this
39 document. 39 document.
diff --git a/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl b/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl
index dc117323ac62..29a065010ee4 100644
--- a/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl
+++ b/offapi/com/sun/star/sheet/AccessibleSpreadsheetPageView.idl
@@ -32,7 +32,7 @@ module com { module sun { module star { module sheet {
32 @since OOo 1.1.2 32 @since OOo 1.1.2
33 33
34 */ 34 */
35published service AccessibleSpreadsheetPageView 35service AccessibleSpreadsheetPageView
36{ 36{
37 /** This interface gives access to any object that is at least partially 37 /** This interface gives access to any object that is at least partially
38 visible on the screen in the page preview. 38 visible on the screen in the page preview.
diff --git a/offapi/com/sun/star/table/AccessibleCellView.idl b/offapi/com/sun/star/table/AccessibleCellView.idl
index d93de2206f19..1d7d5ade6ce1 100644
--- a/offapi/com/sun/star/table/AccessibleCellView.idl
+++ b/offapi/com/sun/star/table/AccessibleCellView.idl
@@ -37,7 +37,7 @@ module com { module sun { module star { module table {
37 the edit view of a spreadsheet. 37 the edit view of a spreadsheet.
38 @since OOo 1.1.2 38 @since OOo 1.1.2
39*/ 39*/
40published service AccessibleCellView 40service AccessibleCellView
41{ 41{
42 /** This interface gives access to the visible content of a cell in a 42 /** This interface gives access to the visible content of a cell in a
43 accessible spreadsheet page preview or accessible text document view. 43 accessible spreadsheet page preview or accessible text document view.
diff --git a/offapi/com/sun/star/table/AccessibleTableView.idl b/offapi/com/sun/star/table/AccessibleTableView.idl
index 9cb6d55e32f5..06fe6ca88737 100644
--- a/offapi/com/sun/star/table/AccessibleTableView.idl
+++ b/offapi/com/sun/star/table/AccessibleTableView.idl
@@ -36,7 +36,7 @@ module com { module sun { module star { module table {
36 tables in the edit view of a spreadsheet. 36 tables in the edit view of a spreadsheet.
37 @since OOo 1.1.2 37 @since OOo 1.1.2
38*/ 38*/
39published service AccessibleTableView 39service AccessibleTableView
40{ 40{
41 /** This interface gives access to any table cell that is contained in 41 /** This interface gives access to any table cell that is contained in
42 a table fragment that is at least partially visible. A table fragment 42 a table fragment that is at least partially visible. A table fragment
diff --git a/offapi/com/sun/star/text/AccessibleEndnoteView.idl b/offapi/com/sun/star/text/AccessibleEndnoteView.idl
index 085ba7e017d3..55ef2e24af46 100644
--- a/offapi/com/sun/star/text/AccessibleEndnoteView.idl
+++ b/offapi/com/sun/star/text/AccessibleEndnoteView.idl
@@ -31,7 +31,7 @@ module com { module sun { module star { module text {
31/** The accessible view of endnotes. 31/** The accessible view of endnotes.
32 @since OOo 1.1.2 32 @since OOo 1.1.2
33 */ 33 */
34published service AccessibleEndnoteView 34service AccessibleEndnoteView
35{ 35{
36 /** This interface gives access to any paragraph fragment and table 36 /** This interface gives access to any paragraph fragment and table
37 fragment that is contained in a endnote and is at least 37 fragment that is contained in a endnote and is at least
diff --git a/offapi/com/sun/star/text/AccessibleFootnoteView.idl b/offapi/com/sun/star/text/AccessibleFootnoteView.idl
index b453d25fb284..1846463a78b2 100644
--- a/offapi/com/sun/star/text/AccessibleFootnoteView.idl
+++ b/offapi/com/sun/star/text/AccessibleFootnoteView.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module text {
33 @since OOo 1.1.2 33 @since OOo 1.1.2
34 34
35 */ 35 */
36published service AccessibleFootnoteView 36service AccessibleFootnoteView
37{ 37{
38 /** This interface gives access to any paragraph fragment and table 38 /** This interface gives access to any paragraph fragment and table
39 fragment that is contained in a footnote and is at least 39 fragment that is contained in a footnote and is at least
diff --git a/offapi/com/sun/star/text/AccessibleHeaderFooterView.idl b/offapi/com/sun/star/text/AccessibleHeaderFooterView.idl
index 265839d630f0..466a902b0127 100644
--- a/offapi/com/sun/star/text/AccessibleHeaderFooterView.idl
+++ b/offapi/com/sun/star/text/AccessibleHeaderFooterView.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module text {
33 @since OOo 1.1.2 33 @since OOo 1.1.2
34 34
35 */ 35 */
36published service AccessibleHeaderFooterView 36service AccessibleHeaderFooterView
37{ 37{
38 /** This interface gives access to any paragraph and table that is 38 /** This interface gives access to any paragraph and table that is
39 contained in the header and footer and is at least partially visible 39 contained in the header and footer and is at least partially visible
diff --git a/offapi/com/sun/star/text/AccessiblePageView.idl b/offapi/com/sun/star/text/AccessiblePageView.idl
index c0bfb8f1c06d..d03e245c1eb0 100644
--- a/offapi/com/sun/star/text/AccessiblePageView.idl
+++ b/offapi/com/sun/star/text/AccessiblePageView.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module text {
33 33
34 @since OOo 1.1.2 34 @since OOo 1.1.2
35 */ 35 */
36published service AccessiblePageView 36service AccessiblePageView
37{ 37{
38 /** This interface gives access to any page that is visible in the 38 /** This interface gives access to any page that is visible in the
39 page preview of a text document. 39 page preview of a text document.
diff --git a/offapi/com/sun/star/text/AccessibleParagraphView.idl b/offapi/com/sun/star/text/AccessibleParagraphView.idl
index 48ad37c7595e..cd2c4c96fdda 100644
--- a/offapi/com/sun/star/text/AccessibleParagraphView.idl
+++ b/offapi/com/sun/star/text/AccessibleParagraphView.idl
@@ -34,7 +34,7 @@ module com { module sun { module star { module text {
34 34
35 @since OOo 1.1.2 35 @since OOo 1.1.2
36 */ 36 */
37published service AccessibleParagraphView 37service AccessibleParagraphView
38{ 38{
39 /** This interface gives access to a paragraph fragment that is at least 39 /** This interface gives access to a paragraph fragment that is at least
40 partially visible on the screen. A paragraph fragment is the portion 40 partially visible on the screen. A paragraph fragment is the portion
diff --git a/offapi/com/sun/star/text/AccessibleTextDocumentPageView.idl b/offapi/com/sun/star/text/AccessibleTextDocumentPageView.idl
index 56b29d5550b9..eaf38e1766d6 100644
--- a/offapi/com/sun/star/text/AccessibleTextDocumentPageView.idl
+++ b/offapi/com/sun/star/text/AccessibleTextDocumentPageView.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module text {
33 33
34 @since OOo 1.1.2 34 @since OOo 1.1.2
35 */ 35 */
36published service AccessibleTextDocumentPageView 36service AccessibleTextDocumentPageView
37{ 37{
38 /** This interface gives access to page that are visible in the 38 /** This interface gives access to page that are visible in the
39 page preview of a text document. 39 page preview of a text document.
diff --git a/offapi/com/sun/star/text/AccessibleTextDocumentView.idl b/offapi/com/sun/star/text/AccessibleTextDocumentView.idl
index 7920e1d23422..3415f9300213 100644
--- a/offapi/com/sun/star/text/AccessibleTextDocumentView.idl
+++ b/offapi/com/sun/star/text/AccessibleTextDocumentView.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module text {
33 33
34 @since OOo 1.1.2 34 @since OOo 1.1.2
35 */ 35 */
36published service AccessibleTextDocumentView 36service AccessibleTextDocumentView
37{ 37{
38 /** This interface gives access to any text, table, graphic, embedded 38 /** This interface gives access to any text, table, graphic, embedded
39 object and drawing that is at least partially visible on the screen. 39 object and drawing that is at least partially visible on the screen.
diff --git a/offapi/com/sun/star/text/AccessibleTextEmbeddedObject.idl b/offapi/com/sun/star/text/AccessibleTextEmbeddedObject.idl
index 62dcd272a956..940f969c6e5b 100644
--- a/offapi/com/sun/star/text/AccessibleTextEmbeddedObject.idl
+++ b/offapi/com/sun/star/text/AccessibleTextEmbeddedObject.idl
@@ -38,7 +38,7 @@ module com { module sun { module star { module text {
38 38
39 @since OOo 1.1.2 39 @since OOo 1.1.2
40 */ 40 */
41published service AccessibleTextEmbeddedObject 41service AccessibleTextEmbeddedObject
42{ 42{
43 /** This interface comprises the basic accessibility of embedded objects. 43 /** This interface comprises the basic accessibility of embedded objects.
44 44
diff --git a/offapi/com/sun/star/text/AccessibleTextFrameView.idl b/offapi/com/sun/star/text/AccessibleTextFrameView.idl
index 8aeab7d0a56c..b2c7da8872e3 100644
--- a/offapi/com/sun/star/text/AccessibleTextFrameView.idl
+++ b/offapi/com/sun/star/text/AccessibleTextFrameView.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module text {
33 33
34 @since OOo 1.1.2 34 @since OOo 1.1.2
35 */ 35 */
36published service AccessibleTextFrameView 36service AccessibleTextFrameView
37{ 37{
38 /** This interface gives access to any paragraph fragment and table 38 /** This interface gives access to any paragraph fragment and table
39 fragment that is contained in a text frame and at least 39 fragment that is contained in a text frame and at least
diff --git a/offapi/com/sun/star/text/AccessibleTextGraphicObject.idl b/offapi/com/sun/star/text/AccessibleTextGraphicObject.idl
index b5f17ccf718a..abd99b0f7840 100644
--- a/offapi/com/sun/star/text/AccessibleTextGraphicObject.idl
+++ b/offapi/com/sun/star/text/AccessibleTextGraphicObject.idl
@@ -33,7 +33,7 @@ module com { module sun { module star { module text {
33 33
34 @since OOo 1.1.2 34 @since OOo 1.1.2
35 */ 35 */
36published service AccessibleTextGraphicObject 36service AccessibleTextGraphicObject
37{ 37{
38 /** This interface comprises the basic accessibility of text graphics. 38 /** This interface comprises the basic accessibility of text graphics.
39 39
diff --git a/offapi/type_reference/types.rdb b/offapi/type_reference/types.rdb
index e792d9962e7e..72b4d588791e 100644
--- a/offapi/type_reference/types.rdb
+++ b/offapi/type_reference/types.rdb
Binary files differ
diff --git a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleEventBroadcaster.java b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleEventBroadcaster.java
index e4c41d9f1efe..1c345dd51542 100644
--- a/qadevOOo/tests/java/ifc/accessibility/_XAccessibleEventBroadcaster.java
+++ b/qadevOOo/tests/java/ifc/accessibility/_XAccessibleEventBroadcaster.java
@@ -35,8 +35,8 @@ import com.sun.star.uno.UnoRuntime;
35 * com.sun.star.accessibility.XAccessibleEventBroadcaster</code> 35 * com.sun.star.accessibility.XAccessibleEventBroadcaster</code>
36 * interface methods : 36 * interface methods :
37 * <ul> 37 * <ul>
38 * <li><code> addEventListener()</code></li> 38 * <li><code> addAccessibleEventListener()</code></li>
39 * <li><code> removeEventListener()</code></li> 39 * <li><code> removeAccessibleEventListener()</code></li>
40 * </ul> <p> 40 * </ul> <p>
41 * 41 *
42 * This test needs the following object relations : 42 * This test needs the following object relations :
@@ -108,7 +108,7 @@ public class _XAccessibleEventBroadcaster extends MultiMethodTest {
108 */ 108 */
109 public void _addEventListener() { 109 public void _addEventListener() {
110 log.println("adding listener"); 110 log.println("adding listener");
111 oObj.addEventListener(list); 111 oObj.addAccessibleEventListener(list);
112 boolean isTransient = chkTransient(tEnv.getTestObject()); 112 boolean isTransient = chkTransient(tEnv.getTestObject());
113 log.println("fire event"); 113 log.println("fire event");
114 prod.fireEvent() ; 114 prod.fireEvent() ;
@@ -128,7 +128,7 @@ public class _XAccessibleEventBroadcaster extends MultiMethodTest {
128 } else { 128 } else {
129 log.println("Object is Transient, listener isn't expected to be called"); 129 log.println("Object is Transient, listener isn't expected to be called");
130 } 130 }
131 oObj.removeEventListener(list); 131 oObj.removeAccessibleEventListener(list);
132 } 132 }
133 133
134 if (EventMsg != null) { 134 if (EventMsg != null) {
@@ -157,7 +157,7 @@ public class _XAccessibleEventBroadcaster extends MultiMethodTest {
157 list.notifiedEvent = null; 157 list.notifiedEvent = null;
158 158
159 log.println("remove listener"); 159 log.println("remove listener");
160 oObj.removeEventListener(list); 160 oObj.removeAccessibleEventListener(list);
161 161
162 log.println("fire event"); 162 log.println("fire event");
163 prod.fireEvent() ; 163 prod.fireEvent() ;
diff --git a/sc/inc/AccessibleFilterMenu.hxx b/sc/inc/AccessibleFilterMenu.hxx
index a73842e53cbb..339eadbd1635 100644
--- a/sc/inc/AccessibleFilterMenu.hxx
+++ b/sc/inc/AccessibleFilterMenu.hxx
@@ -91,19 +91,15 @@ public:
91 throw (::com::sun::star::uno::RuntimeException); 91 throw (::com::sun::star::uno::RuntimeException);
92 92
93 // XAccessibleEventBroadcaster 93 // XAccessibleEventBroadcaster
94
95 using ScAccessibleContextBase::addEventListener;
96 using ScAccessibleContextBase::removeEventListener;
97
98 virtual void SAL_CALL 94 virtual void SAL_CALL
99 addEventListener( 95 addAccessibleEventListener(
100 const ::com::sun::star::uno::Reference< 96 const ::com::sun::star::uno::Reference<
101 ::com::sun::star::accessibility::XAccessibleEventListener>& xListener) 97 ::com::sun::star::accessibility::XAccessibleEventListener>& xListener)
102 throw (com::sun::star::uno::RuntimeException); 98 throw (com::sun::star::uno::RuntimeException);
103 99
104 /// Remove an existing event listener. 100 /// Remove an existing event listener.
105 virtual void SAL_CALL 101 virtual void SAL_CALL
106 removeEventListener( 102 removeAccessibleEventListener(
107 const ::com::sun::star::uno::Reference< 103 const ::com::sun::star::uno::Reference<
108 ::com::sun::star::accessibility::XAccessibleEventListener>& xListener) 104 ::com::sun::star::accessibility::XAccessibleEventListener>& xListener)
109 throw (com::sun::star::uno::RuntimeException); 105 throw (com::sun::star::uno::RuntimeException);
diff --git a/sc/source/ui/Accessibility/AccessibleContextBase.cxx b/sc/source/ui/Accessibility/AccessibleContextBase.cxx
index 1245ed9dbe08..751bc70d517a 100644
--- a/sc/source/ui/Accessibility/AccessibleContextBase.cxx
+++ b/sc/source/ui/Accessibility/AccessibleContextBase.cxx
@@ -86,7 +86,7 @@ void ScAccessibleContextBase::Init()
86 { 86 {
87 uno::Reference< XAccessibleEventBroadcaster > xBroadcaster (mxParent->getAccessibleContext(), uno::UNO_QUERY); 87 uno::Reference< XAccessibleEventBroadcaster > xBroadcaster (mxParent->getAccessibleContext(), uno::UNO_QUERY);
88 if (xBroadcaster.is()) 88 if (xBroadcaster.is())
89 xBroadcaster->addEventListener(this); 89 xBroadcaster->addAccessibleEventListener(this);
90 } 90 }
91 msName = createAccessibleName(); 91 msName = createAccessibleName();
92 msDescription = createAccessibleDescription(); 92 msDescription = createAccessibleDescription();
@@ -111,7 +111,7 @@ void SAL_CALL ScAccessibleContextBase::disposing()
111 { 111 {
112 uno::Reference< XAccessibleEventBroadcaster > xBroadcaster (mxParent->getAccessibleContext(), uno::UNO_QUERY); 112 uno::Reference< XAccessibleEventBroadcaster > xBroadcaster (mxParent->getAccessibleContext(), uno::UNO_QUERY);
113 if (xBroadcaster.is()) 113 if (xBroadcaster.is())
114 xBroadcaster->removeEventListener(this); 114 xBroadcaster->removeAccessibleEventListener(this);
115 mxParent = NULL; 115 mxParent = NULL;
116 } 116 }
117 117
@@ -412,7 +412,7 @@ lang::Locale SAL_CALL
412 //===== XAccessibleEventBroadcaster ===================================== 412 //===== XAccessibleEventBroadcaster =====================================
413 413
414void SAL_CALL 414void SAL_CALL
415 ScAccessibleContextBase::addEventListener( 415 ScAccessibleContextBase::addAccessibleEventListener(
416 const uno::Reference<XAccessibleEventListener>& xListener) 416 const uno::Reference<XAccessibleEventListener>& xListener)
417 throw (uno::RuntimeException) 417 throw (uno::RuntimeException)
418{ 418{
@@ -430,7 +430,7 @@ void SAL_CALL
430} 430}
431 431
432void SAL_CALL 432void SAL_CALL
433 ScAccessibleContextBase::removeEventListener( 433 ScAccessibleContextBase::removeAccessibleEventListener(
434 const uno::Reference<XAccessibleEventListener>& xListener) 434 const uno::Reference<XAccessibleEventListener>& xListener)
435 throw (uno::RuntimeException) 435 throw (uno::RuntimeException)
436{ 436{
diff --git a/sc/source/ui/Accessibility/AccessibleEditObject.cxx b/sc/source/ui/Accessibility/AccessibleEditObject.cxx
index 553f29374bfc..3232fe897cba 100644
--- a/sc/source/ui/Accessibility/AccessibleEditObject.cxx
+++ b/sc/source/ui/Accessibility/AccessibleEditObject.cxx
@@ -256,7 +256,7 @@ uno::Reference<XAccessibleStateSet> SAL_CALL
256 ///===== XAccessibleEventBroadcaster ===================================== 256 ///===== XAccessibleEventBroadcaster =====================================
257 257
258void SAL_CALL 258void SAL_CALL
259 ScAccessibleEditObject::addEventListener(const uno::Reference<XAccessibleEventListener>& xListener) 259 ScAccessibleEditObject::addAccessibleEventListener(const uno::Reference<XAccessibleEventListener>& xListener)
260 throw (uno::RuntimeException) 260 throw (uno::RuntimeException)
261{ 261{
262 if (!mpTextHelper) 262 if (!mpTextHelper)
@@ -264,11 +264,11 @@ void SAL_CALL
264 264
265 mpTextHelper->AddEventListener(xListener); 265 mpTextHelper->AddEventListener(xListener);
266 266
267 ScAccessibleContextBase::addEventListener(xListener); 267 ScAccessibleContextBase::addAccessibleEventListener(xListener);
268} 268}
269 269
270void SAL_CALL 270void SAL_CALL
271 ScAccessibleEditObject::removeEventListener(const uno::Reference<XAccessibleEventListener>& xListener) 271 ScAccessibleEditObject::removeAccessibleEventListener(const uno::Reference<XAccessibleEventListener>& xListener)
272 throw (uno::RuntimeException) 272 throw (uno::RuntimeException)
273{ 273{
274 if (!mpTextHelper) 274 if (!mpTextHelper)
@@ -276,7 +276,7 @@ void SAL_CALL
276 276
277 mpTextHelper->RemoveEventListener(xListener); 277 mpTextHelper->RemoveEventListener(xListener);
278 278
279 ScAccessibleContextBase::removeEventListener(xListener); 279 ScAccessibleContextBase::removeAccessibleEventListener(xListener);
280} 280}
281 281
282 //===== XServiceInfo ==================================================== 282 //===== XServiceInfo ====================================================
diff --git a/sc/source/ui/Accessibility/AccessibleFilterMenu.cxx b/sc/source/ui/Accessibility/AccessibleFilterMenu.cxx
index 860760b062f6..dfa54ec017ea 100644
--- a/sc/source/ui/Accessibility/AccessibleFilterMenu.cxx
+++ b/sc/source/ui/Accessibility/AccessibleFilterMenu.cxx
@@ -80,9 +80,9 @@ public:
80 if (xBc.is()) 80 if (xBc.is())
81 { 81 {
82 if (mbAdd) 82 if (mbAdd)
83 xBc->addEventListener(mxListener); 83 xBc->addAccessibleEventListener(mxListener);
84 else 84 else
85 xBc->removeEventListener(mxListener); 85 xBc->removeAccessibleEventListener(mxListener);
86 } 86 }
87 } 87 }
88private: 88private:
@@ -174,21 +174,21 @@ OUString ScAccessibleFilterMenu::getImplementationName()
174 174
175// XAccessibleEventBroadcaster 175// XAccessibleEventBroadcaster
176 176
177void ScAccessibleFilterMenu::addEventListener( 177void ScAccessibleFilterMenu::addAccessibleEventListener(
178 const ::com::sun::star::uno::Reference< 178 const ::com::sun::star::uno::Reference<
179 ::com::sun::star::accessibility::XAccessibleEventListener>& xListener) 179 ::com::sun::star::accessibility::XAccessibleEventListener>& xListener)
180 throw (com::sun::star::uno::RuntimeException) 180 throw (com::sun::star::uno::RuntimeException)
181{ 181{
182 ScAccessibleContextBase::addEventListener(xListener); 182 ScAccessibleContextBase::addAccessibleEventListener(xListener);
183 for_each(maMenuItems.begin(), maMenuItems.end(), AddRemoveEventListener(xListener, true)); 183 for_each(maMenuItems.begin(), maMenuItems.end(), AddRemoveEventListener(xListener, true));
184} 184}
185 185
186void ScAccessibleFilterMenu::removeEventListener( 186void ScAccessibleFilterMenu::removeAccessibleEventListener(
187 const ::com::sun::star::uno::Reference< 187 const ::com::sun::star::uno::Reference<
188 ::com::sun::star::accessibility::XAccessibleEventListener>& xListener) 188 ::com::sun::star::accessibility::XAccessibleEventListener>& xListener)
189 throw (com::sun::star::uno::RuntimeException) 189 throw (com::sun::star::uno::RuntimeException)
190{ 190{
191 ScAccessibleContextBase::removeEventListener(xListener); 191 ScAccessibleContextBase::removeAccessibleEventListener(xListener);
192 for_each(maMenuItems.begin(), maMenuItems.end(), AddRemoveEventListener(xListener, false)); 192 for_each(maMenuItems.begin(), maMenuItems.end(), AddRemoveEventListener(xListener, false));
193} 193}
194 194
diff --git a/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx b/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx
index c86505a1ecbb..3c1cfc16ab79 100644
--- a/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx
+++ b/sc/source/ui/Accessibility/AccessibleSpreadsheet.cxx
@@ -838,12 +838,12 @@ uno::Sequence<sal_Int8> SAL_CALL
838 838
839///===== XAccessibleEventBroadcaster ===================================== 839///===== XAccessibleEventBroadcaster =====================================
840 840
841void SAL_CALL ScAccessibleSpreadsheet::addEventListener(const uno::Reference<XAccessibleEventListener>& xListener) 841void SAL_CALL ScAccessibleSpreadsheet::addAccessibleEventListener(const uno::Reference<XAccessibleEventListener>& xListener)
842 throw (uno::RuntimeException) 842 throw (uno::RuntimeException)
843{ 843{
844 SolarMutexGuard aGuard; 844 SolarMutexGuard aGuard;
845 IsObjectValid(); 845 IsObjectValid();
846 ScAccessibleTableBase::addEventListener(xListener); 846 ScAccessibleTableBase::addAccessibleEventListener(xListener);
847 847
848 if (!mbIsFocusSend) 848 if (!mbIsFocusSend)
849 { 849 {
diff --git a/sc/source/ui/inc/AccessibleContextBase.hxx b/sc/source/ui/inc/AccessibleContextBase.hxx
index 0cf0a7451ee8..175264b4bbc2 100644
--- a/sc/source/ui/inc/AccessibleContextBase.hxx
+++ b/sc/source/ui/inc/AccessibleContextBase.hxx
@@ -80,9 +80,6 @@ public:
80protected: 80protected:
81 virtual ~ScAccessibleContextBase(void); 81 virtual ~ScAccessibleContextBase(void);
82public: 82public:
83 using WeakAggComponentImplHelperBase::addEventListener;
84 using WeakAggComponentImplHelperBase::removeEventListener;
85
86 ///===== SfxListener ===================================================== 83 ///===== SfxListener =====================================================
87 84
88 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint ); 85 virtual void Notify( SfxBroadcaster& rBC, const SfxHint& rHint );
@@ -204,14 +201,14 @@ public:
204 description and so on events. 201 description and so on events.
205 */ 202 */
206 virtual void SAL_CALL 203 virtual void SAL_CALL
207 addEventListener( 204 addAccessibleEventListener(
208 const ::com::sun::star::uno::Reference< 205 const ::com::sun::star::uno::Reference<
209 ::com::sun::star::accessibility::XAccessibleEventListener>& xListener) 206 ::com::sun::star::accessibility::XAccessibleEventListener>& xListener)
210 throw (com::sun::star::uno::RuntimeException); 207 throw (com::sun::star::uno::RuntimeException);
211 208
212 // Remove an existing event listener. 209 // Remove an existing event listener.
213 virtual void SAL_CALL 210 virtual void SAL_CALL
214 removeEventListener( 211 removeAccessibleEventListener(
215 const ::com::sun::star::uno::Reference< 212 const ::com::sun::star::uno::Reference<
216 ::com::sun::star::accessibility::XAccessibleEventListener>& xListener) 213 ::com::sun::star::accessibility::XAccessibleEventListener>& xListener)
217 throw (com::sun::star::uno::RuntimeException); 214 throw (com::sun::star::uno::RuntimeException);
diff --git a/sc/source/ui/inc/AccessibleEditObject.hxx b/sc/source/ui/inc/AccessibleEditObject.hxx
index 25faa1aa938e..9b0779e6bb7e 100644
--- a/sc/source/ui/inc/AccessibleEditObject.hxx
+++ b/sc/source/ui/inc/AccessibleEditObject.hxx
@@ -66,8 +66,6 @@ protected:
66 using ScAccessibleContextBase::IsDefunc; 66 using ScAccessibleContextBase::IsDefunc;
67 67
68public: 68public:
69 using ScAccessibleContextBase::addEventListener;
70 using ScAccessibleContextBase::removeEventListener;
71 using ScAccessibleContextBase::disposing; 69 using ScAccessibleContextBase::disposing;
72 70
73 virtual void SAL_CALL disposing(); 71 virtual void SAL_CALL disposing();
@@ -132,14 +130,14 @@ public:
132 description and so on events. 130 description and so on events.
133 */ 131 */
134 virtual void SAL_CALL 132 virtual void SAL_CALL
135 addEventListener( 133 addAccessibleEventListener(
136 const ::com::sun::star::uno::Reference< 134 const ::com::sun::star::uno::Reference<
137 ::com::sun::star::accessibility::XAccessibleEventListener>& xListener) 135 ::com::sun::star::accessibility::XAccessibleEventListener>& xListener)
138 throw (com::sun::star::uno::RuntimeException); 136 throw (com::sun::star::uno::RuntimeException);
139 137
140 // Remove an existing event listener. 138 // Remove an existing event listener.
141 virtual void SAL_CALL 139 virtual void SAL_CALL
142 removeEventListener( 140 removeAccessibleEventListener(
143 const ::com::sun::star::uno::Reference< 141 const ::com::sun::star::uno::Reference<
144 ::com::sun::star::accessibility::XAccessibleEventListener>& xListener) 142 ::com::sun::star::accessibility::XAccessibleEventListener>& xListener)
145 throw (com::sun::star::uno::RuntimeException); 143 throw (com::sun::star::uno::RuntimeException);
diff --git a/sc/source/ui/inc/AccessibleSpreadsheet.hxx b/sc/source/ui/inc/AccessibleSpreadsheet.hxx
index b0d30744f2a2..d5c7ef198afe 100644
--- a/sc/source/ui/inc/AccessibleSpreadsheet.hxx
+++ b/sc/source/ui/inc/AccessibleSpreadsheet.hxx
@@ -86,7 +86,6 @@ protected:
86 using ScAccessibleTableBase::IsDefunc; 86 using ScAccessibleTableBase::IsDefunc;
87 87
88public: 88public:
89 using ScAccessibleTableBase::addEventListener;
90 using ScAccessibleTableBase::disposing; 89 using ScAccessibleTableBase::disposing;
91 90
92 virtual void SAL_CALL disposing(); 91 virtual void SAL_CALL disposing();
@@ -238,7 +237,7 @@ public:
238 description and so on events. 237 description and so on events.
239 */ 238 */
240 virtual void SAL_CALL 239 virtual void SAL_CALL
241 addEventListener( 240 addAccessibleEventListener(
242 const ::com::sun::star::uno::Reference< 241 const ::com::sun::star::uno::Reference<
243 ::com::sun::star::accessibility::XAccessibleEventListener>& xListener) 242 ::com::sun::star::accessibility::XAccessibleEventListener>& xListener)
244 throw (com::sun::star::uno::RuntimeException); 243 throw (com::sun::star::uno::RuntimeException);
diff --git a/sd/source/ui/accessibility/AccessibleOutlineView.cxx b/sd/source/ui/accessibility/AccessibleOutlineView.cxx
index 198117a12b50..9c066d3ddbbc 100644
--- a/sd/source/ui/accessibility/AccessibleOutlineView.cxx
+++ b/sd/source/ui/accessibility/AccessibleOutlineView.cxx
@@ -140,14 +140,14 @@ uno::Reference<XAccessible> SAL_CALL
140 140
141//===== XAccessibleEventBroadcaster ======================================== 141//===== XAccessibleEventBroadcaster ========================================
142 142
143void SAL_CALL AccessibleOutlineView::addEventListener( const uno::Reference< XAccessibleEventListener >& xListener ) throw (uno::RuntimeException) 143void SAL_CALL AccessibleOutlineView::addAccessibleEventListener( const uno::Reference< XAccessibleEventListener >& xListener ) throw (uno::RuntimeException)
144{ 144{
145 // delegate listener handling to children manager. 145 // delegate listener handling to children manager.
146 if ( ! IsDisposed()) 146 if ( ! IsDisposed())
147 maTextHelper.AddEventListener(xListener); 147 maTextHelper.AddEventListener(xListener);
148} 148}
149 149
150void SAL_CALL AccessibleOutlineView::removeEventListener( const uno::Reference< XAccessibleEventListener >& xListener ) throw (uno::RuntimeException) 150void SAL_CALL AccessibleOutlineView::removeAccessibleEventListener( const uno::Reference< XAccessibleEventListener >& xListener ) throw (uno::RuntimeException)
151{ 151{
152 // forward 152 // forward
153 if ( ! IsDisposed()) 153 if ( ! IsDisposed())
diff --git a/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx b/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx
index 0b2bde6c83af..1fc462615207 100644
--- a/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx
+++ b/sd/source/ui/accessibility/AccessibleSlideSorterObject.cxx
@@ -294,7 +294,7 @@ lang::Locale SAL_CALL AccessibleSlideSorterObject::getLocale (void)
294 294
295//===== XAccessibleEventBroadcaster =========================================== 295//===== XAccessibleEventBroadcaster ===========================================
296 296
297void SAL_CALL AccessibleSlideSorterObject::addEventListener( 297void SAL_CALL AccessibleSlideSorterObject::addAccessibleEventListener(
298 const Reference<XAccessibleEventListener>& rxListener) 298 const Reference<XAccessibleEventListener>& rxListener)
299 throw (RuntimeException) 299 throw (RuntimeException)
300{ 300{
@@ -319,7 +319,7 @@ void SAL_CALL AccessibleSlideSorterObject::addEventListener(
319 319
320 320
321 321
322void SAL_CALL AccessibleSlideSorterObject::removeEventListener( 322void SAL_CALL AccessibleSlideSorterObject::removeAccessibleEventListener(
323 const Reference<XAccessibleEventListener>& rxListener) 323 const Reference<XAccessibleEventListener>& rxListener)
324 throw (uno::RuntimeException) 324 throw (uno::RuntimeException)
325{ 325{
diff --git a/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx b/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx
index 5b85365c1a77..14ac486a9e07 100644
--- a/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx
+++ b/sd/source/ui/accessibility/AccessibleSlideSorterView.cxx
@@ -371,7 +371,7 @@ lang::Locale SAL_CALL AccessibleSlideSorterView::getLocale (void)
371 371
372 372
373 373
374void SAL_CALL AccessibleSlideSorterView::addEventListener( 374void SAL_CALL AccessibleSlideSorterView::addAccessibleEventListener(
375 const Reference<XAccessibleEventListener >& rxListener) 375 const Reference<XAccessibleEventListener >& rxListener)
376 throw (RuntimeException) 376 throw (RuntimeException)
377{ 377{
@@ -396,7 +396,7 @@ void SAL_CALL AccessibleSlideSorterView::addEventListener(
396 396
397 397
398 398
399void SAL_CALL AccessibleSlideSorterView::removeEventListener( 399void SAL_CALL AccessibleSlideSorterView::removeAccessibleEventListener(
400 const Reference<XAccessibleEventListener >& rxListener) 400 const Reference<XAccessibleEventListener >& rxListener)
401 throw (RuntimeException) 401 throw (RuntimeException)
402{ 402{
diff --git a/sd/source/ui/accessibility/AccessibleTreeNode.cxx b/sd/source/ui/accessibility/AccessibleTreeNode.cxx
index 5c1a3a80bd68..393e2816dd49 100644
--- a/sd/source/ui/accessibility/AccessibleTreeNode.cxx
+++ b/sd/source/ui/accessibility/AccessibleTreeNode.cxx
@@ -339,7 +339,7 @@ lang::Locale SAL_CALL AccessibleTreeNode::getLocale (void)
339 339
340 340
341 341
342void SAL_CALL AccessibleTreeNode::addEventListener( 342void SAL_CALL AccessibleTreeNode::addAccessibleEventListener(
343 const Reference<XAccessibleEventListener >& rxListener) 343 const Reference<XAccessibleEventListener >& rxListener)
344 throw (RuntimeException) 344 throw (RuntimeException)
345{ 345{
@@ -365,7 +365,7 @@ void SAL_CALL AccessibleTreeNode::addEventListener(
365 365
366 366
367 367
368void SAL_CALL AccessibleTreeNode::removeEventListener( 368void SAL_CALL AccessibleTreeNode::removeAccessibleEventListener(
369 const Reference<XAccessibleEventListener >& rxListener) 369 const Reference<XAccessibleEventListener >& rxListener)
370 throw (RuntimeException) 370 throw (RuntimeException)
371{ 371{
diff --git a/sd/source/ui/inc/AccessibleOutlineView.hxx b/sd/source/ui/inc/AccessibleOutlineView.hxx
index d22f96bc2249..2b6c115c3290 100644
--- a/sd/source/ui/inc/AccessibleOutlineView.hxx
+++ b/sd/source/ui/inc/AccessibleOutlineView.hxx
@@ -75,20 +75,17 @@ public:
75 //===== XAccessibleEventBroadcaster ======================================== 75 //===== XAccessibleEventBroadcaster ========================================
76 76
77 virtual void SAL_CALL 77 virtual void SAL_CALL
78 addEventListener ( 78 addAccessibleEventListener (
79 const ::com::sun::star::uno::Reference< 79 const ::com::sun::star::uno::Reference<
80 ::com::sun::star::accessibility::XAccessibleEventListener >& xListener) 80 ::com::sun::star::accessibility::XAccessibleEventListener >& xListener)
81 throw (::com::sun::star::uno::RuntimeException); 81 throw (::com::sun::star::uno::RuntimeException);
82 82
83 virtual void SAL_CALL 83 virtual void SAL_CALL
84 removeEventListener ( 84 removeAccessibleEventListener (
85 const ::com::sun::star::uno::Reference< 85 const ::com::sun::star::uno::Reference<
86 ::com::sun::star::accessibility::XAccessibleEventListener >& xListener) 86 ::com::sun::star::accessibility::XAccessibleEventListener >& xListener)
87 throw (::com::sun::star::uno::RuntimeException); 87 throw (::com::sun::star::uno::RuntimeException);
88 88
89 using cppu::WeakComponentImplHelperBase::addEventListener;
90 using cppu::WeakComponentImplHelperBase::removeEventListener;
91
92 //===== XServiceInfo ==================================================== 89 //===== XServiceInfo ====================================================
93 90
94 /** Returns an identifier for the implementation of this object. 91 /** Returns an identifier for the implementation of this object.
diff --git a/sd/source/ui/inc/AccessibleSlideSorterObject.hxx b/sd/source/ui/inc/AccessibleSlideSorterObject.hxx
index 8cbad3ac83b7..22f516e3a6fe 100644
--- a/sd/source/ui/inc/AccessibleSlideSorterObject.hxx
+++ b/sd/source/ui/inc/AccessibleSlideSorterObject.hxx
@@ -105,13 +105,13 @@ public:
105 105
106 //===== XAccessibleEventBroadcaster ======================================= 106 //===== XAccessibleEventBroadcaster =======================================
107 virtual void SAL_CALL 107 virtual void SAL_CALL
108 addEventListener( 108 addAccessibleEventListener(
109 const ::com::sun::star::uno::Reference< 109 const ::com::sun::star::uno::Reference<
110 ::com::sun::star::accessibility::XAccessibleEventListener >& rxListener) 110 ::com::sun::star::accessibility::XAccessibleEventListener >& rxListener)
111 throw (::com::sun::star::uno::RuntimeException); 111 throw (::com::sun::star::uno::RuntimeException);
112 112
113 virtual void SAL_CALL 113 virtual void SAL_CALL
114 removeEventListener( 114 removeAccessibleEventListener(
115 const ::com::sun::star::uno::Reference< 115 const ::com::sun::star::uno::Reference<
116 ::com::sun::star::accessibility::XAccessibleEventListener >& rxListener ) 116 ::com::sun::star::accessibility::XAccessibleEventListener >& rxListener )
117 throw (::com::sun::star::uno::RuntimeException); 117 throw (::com::sun::star::uno::RuntimeException);
diff --git a/sd/source/ui/inc/AccessibleSlideSorterView.hxx b/sd/source/ui/inc/AccessibleSlideSorterView.hxx
index b5b7f4144835..aa38601a4944 100644
--- a/sd/source/ui/inc/AccessibleSlideSorterView.hxx
+++ b/sd/source/ui/inc/AccessibleSlideSorterView.hxx
@@ -110,13 +110,13 @@ public:
110 110
111 //===== XAccessibleEventBroadcaster ======================================= 111 //===== XAccessibleEventBroadcaster =======================================
112 virtual void SAL_CALL 112 virtual void SAL_CALL
113 addEventListener( 113 addAccessibleEventListener(
114 const ::com::sun::star::uno::Reference< 114 const ::com::sun::star::uno::Reference<
115 ::com::sun::star::accessibility::XAccessibleEventListener >& rxListener) 115 ::com::sun::star::accessibility::XAccessibleEventListener >& rxListener)
116 throw (::com::sun::star::uno::RuntimeException); 116 throw (::com::sun::star::uno::RuntimeException);
117 117
118 virtual void SAL_CALL 118 virtual void SAL_CALL
119 removeEventListener( 119 removeAccessibleEventListener(
120 const ::com::sun::star::uno::Reference< 120 const ::com::sun::star::uno::Reference<
121 ::com::sun::star::accessibility::XAccessibleEventListener >& rxListener ) 121 ::com::sun::star::accessibility::XAccessibleEventListener >& rxListener )
122 throw (::com::sun::star::uno::RuntimeException); 122 throw (::com::sun::star::uno::RuntimeException);
diff --git a/sd/source/ui/inc/AccessibleTreeNode.hxx b/sd/source/ui/inc/AccessibleTreeNode.hxx
index e28f037b387a..25925fb94bf5 100644
--- a/sd/source/ui/inc/AccessibleTreeNode.hxx
+++ b/sd/source/ui/inc/AccessibleTreeNode.hxx
@@ -113,13 +113,13 @@ public:
113 //===== XAccessibleEventBroadcaster ======================================= 113 //===== XAccessibleEventBroadcaster =======================================
114 114
115 virtual void SAL_CALL 115 virtual void SAL_CALL
116 addEventListener( 116 addAccessibleEventListener(
117 const ::com::sun::star::uno::Reference< 117 const ::com::sun::star::uno::Reference<
118 ::com::sun::star::accessibility::XAccessibleEventListener >& rxListener) 118 ::com::sun::star::accessibility::XAccessibleEventListener >& rxListener)
119 throw (::com::sun::star::uno::RuntimeException); 119 throw (::com::sun::star::uno::RuntimeException);
120 120
121 virtual void SAL_CALL 121 virtual void SAL_CALL
122 removeEventListener( 122 removeAccessibleEventListener(
123 const ::com::sun::star::uno::Reference< 123 const ::com::sun::star::uno::Reference<
124 ::com::sun::star::accessibility::XAccessibleEventListener >& rxListener ) 124 ::com::sun::star::accessibility::XAccessibleEventListener >& rxListener )
125 throw (::com::sun::star::uno::RuntimeException); 125 throw (::com::sun::star::uno::RuntimeException);
diff --git a/sdext/source/presenter/PresenterAccessibility.cxx b/sdext/source/presenter/PresenterAccessibility.cxx
index b3f8048b05e5..9bf043454a58 100644
--- a/sdext/source/presenter/PresenterAccessibility.cxx
+++ b/sdext/source/presenter/PresenterAccessibility.cxx
@@ -184,11 +184,11 @@ public:
184 184
185 //----- XAccessibleEventBroadcaster -------------------------------------- 185 //----- XAccessibleEventBroadcaster --------------------------------------
186 186
187 virtual void SAL_CALL addEventListener ( 187 virtual void SAL_CALL addAccessibleEventListener (
188 const cssu::Reference<cssa::XAccessibleEventListener>& rxListener) 188 const cssu::Reference<cssa::XAccessibleEventListener>& rxListener)
189 throw (cssu::RuntimeException); 189 throw (cssu::RuntimeException);
190 190
191 virtual void SAL_CALL removeEventListener ( 191 virtual void SAL_CALL removeAccessibleEventListener (
192 const cssu::Reference<cssa::XAccessibleEventListener>& rxListener) 192 const cssu::Reference<cssa::XAccessibleEventListener>& rxListener)
193 throw (cssu::RuntimeException); 193 throw (cssu::RuntimeException);
194 194
@@ -1105,7 +1105,7 @@ sal_Int32 SAL_CALL PresenterAccessible::AccessibleObject::getBackground (void)
1105 1105
1106//----- XAccessibleEventBroadcaster ------------------------------------------- 1106//----- XAccessibleEventBroadcaster -------------------------------------------
1107 1107
1108void SAL_CALL PresenterAccessible::AccessibleObject::addEventListener ( 1108void SAL_CALL PresenterAccessible::AccessibleObject::addAccessibleEventListener (
1109 const Reference<XAccessibleEventListener>& rxListener) 1109 const Reference<XAccessibleEventListener>& rxListener)
1110 throw (RuntimeException) 1110 throw (RuntimeException)
1111{ 1111{
@@ -1125,7 +1125,7 @@ void SAL_CALL PresenterAccessible::AccessibleObject::addEventListener (
1125 } 1125 }
1126} 1126}
1127 1127
1128void SAL_CALL PresenterAccessible::AccessibleObject::removeEventListener ( 1128void SAL_CALL PresenterAccessible::AccessibleObject::removeAccessibleEventListener (
1129 const Reference<XAccessibleEventListener>& rxListener) 1129 const Reference<XAccessibleEventListener>& rxListener)
1130 throw (RuntimeException) 1130 throw (RuntimeException)
1131{ 1131{
@@ -1309,7 +1309,7 @@ void PresenterAccessible::AccessibleObject::FireAccessibleEvent (
1309 { 1309 {
1310 // Listener has been disposed and should have been removed 1310 // Listener has been disposed and should have been removed
1311 // already. 1311 // already.
1312 removeEventListener(*iListener); 1312 removeAccessibleEventListener(*iListener);
1313 } 1313 }
1314 catch(Exception&) 1314 catch(Exception&)
1315 { 1315 {
diff --git a/sfx2/source/control/thumbnailviewacc.cxx b/sfx2/source/control/thumbnailviewacc.cxx
index 511ad8a49ac5..904612bd7055 100644
--- a/sfx2/source/control/thumbnailviewacc.cxx
+++ b/sfx2/source/control/thumbnailviewacc.cxx
@@ -286,7 +286,7 @@ lang::Locale SAL_CALL ThumbnailViewAcc::getLocale()
286 return aRet; 286 return aRet;
287} 287}
288 288
289void SAL_CALL ThumbnailViewAcc::addEventListener( const uno::Reference< accessibility::XAccessibleEventListener >& rxListener ) 289void SAL_CALL ThumbnailViewAcc::addAccessibleEventListener( const uno::Reference< accessibility::XAccessibleEventListener >& rxListener )
290 throw (uno::RuntimeException) 290 throw (uno::RuntimeException)
291{ 291{
292 ThrowIfDisposed(); 292 ThrowIfDisposed();
@@ -310,7 +310,7 @@ void SAL_CALL ThumbnailViewAcc::addEventListener( const uno::Reference< accessib
310 } 310 }
311} 311}
312 312
313void SAL_CALL ThumbnailViewAcc::removeEventListener( const uno::Reference< accessibility::XAccessibleEventListener >& rxListener ) 313void SAL_CALL ThumbnailViewAcc::removeAccessibleEventListener( const uno::Reference< accessibility::XAccessibleEventListener >& rxListener )
314 throw (uno::RuntimeException) 314 throw (uno::RuntimeException)
315{ 315{
316 ThrowIfDisposed(); 316 ThrowIfDisposed();
@@ -826,7 +826,7 @@ lang::Locale SAL_CALL ThumbnailViewItemAcc::getLocale()
826 return aRet; 826 return aRet;
827} 827}
828 828
829void SAL_CALL ThumbnailViewItemAcc::addEventListener( const uno::Reference< accessibility::XAccessibleEventListener >& rxListener ) 829void SAL_CALL ThumbnailViewItemAcc::addAccessibleEventListener( const uno::Reference< accessibility::XAccessibleEventListener >& rxListener )
830 throw (uno::RuntimeException) 830 throw (uno::RuntimeException)
831{ 831{
832 const ::osl::MutexGuard aGuard( maMutex ); 832 const ::osl::MutexGuard aGuard( maMutex );
@@ -849,7 +849,7 @@ void SAL_CALL ThumbnailViewItemAcc::addEventListener( const uno::Reference< acce
849 } 849 }
850} 850}
851 851
852void SAL_CALL ThumbnailViewItemAcc::removeEventListener( const uno::Reference< accessibility::XAccessibleEventListener >& rxListener ) 852void SAL_CALL ThumbnailViewItemAcc::removeAccessibleEventListener( const uno::Reference< accessibility::XAccessibleEventListener >& rxListener )
853 throw (uno::RuntimeException) 853 throw (uno::RuntimeException)
854{ 854{
855 const ::osl::MutexGuard aGuard( maMutex ); 855 const ::osl::MutexGuard aGuard( maMutex );
diff --git a/sfx2/source/control/thumbnailviewacc.hxx b/sfx2/source/control/thumbnailviewacc.hxx
index e29f9876af85..0a1c59935c51 100644
--- a/sfx2/source/control/thumbnailviewacc.hxx
+++ b/sfx2/source/control/thumbnailviewacc.hxx
@@ -97,8 +97,8 @@ public:
97 virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext > SAL_CALL getAccessibleContext( ) throw (::com::sun::star::uno::RuntimeException); 97 virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext > SAL_CALL getAccessibleContext( ) throw (::com::sun::star::uno::RuntimeException);
98 98
99 // XAccessibleEventBroadcaster 99 // XAccessibleEventBroadcaster
100 virtual void SAL_CALL addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException); 100 virtual void SAL_CALL addAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
101 virtual void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException); 101 virtual void SAL_CALL removeAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
102 102
103 // XAccessibleContext 103 // XAccessibleContext
104 virtual sal_Int32 SAL_CALL getAccessibleChildCount( ) throw (::com::sun::star::uno::RuntimeException); 104 virtual sal_Int32 SAL_CALL getAccessibleChildCount( ) throw (::com::sun::star::uno::RuntimeException);
@@ -207,8 +207,8 @@ public:
207 virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext > SAL_CALL getAccessibleContext( ) throw (::com::sun::star::uno::RuntimeException); 207 virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext > SAL_CALL getAccessibleContext( ) throw (::com::sun::star::uno::RuntimeException);
208 208
209 // XAccessibleEventBroadcaster 209 // XAccessibleEventBroadcaster
210 virtual void SAL_CALL addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException); 210 virtual void SAL_CALL addAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
211 virtual void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException); 211 virtual void SAL_CALL removeAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
212 212
213 // XAccessibleContext 213 // XAccessibleContext
214 virtual sal_Int32 SAL_CALL getAccessibleChildCount( ) throw (::com::sun::star::uno::RuntimeException); 214 virtual sal_Int32 SAL_CALL getAccessibleChildCount( ) throw (::com::sun::star::uno::RuntimeException);
diff --git a/starmath/source/accessibility.cxx b/starmath/source/accessibility.cxx
index 1140f6003d1f..d88d4906e808 100644
--- a/starmath/source/accessibility.cxx
+++ b/starmath/source/accessibility.cxx
@@ -404,7 +404,7 @@ Locale SAL_CALL SmGraphicAccessible::getLocale()
404} 404}
405 405
406 406
407void SAL_CALL SmGraphicAccessible::addEventListener( 407void SAL_CALL SmGraphicAccessible::addAccessibleEventListener(
408 const Reference< XAccessibleEventListener >& xListener ) 408 const Reference< XAccessibleEventListener >& xListener )
409 throw (RuntimeException) 409 throw (RuntimeException)
410{ 410{
@@ -420,7 +420,7 @@ void SAL_CALL SmGraphicAccessible::addEventListener(
420 } 420 }
421} 421}
422 422
423void SAL_CALL SmGraphicAccessible::removeEventListener( 423void SAL_CALL SmGraphicAccessible::removeAccessibleEventListener(
424 const Reference< XAccessibleEventListener >& xListener ) 424 const Reference< XAccessibleEventListener >& xListener )
425 throw (RuntimeException) 425 throw (RuntimeException)
426{ 426{
@@ -1923,14 +1923,14 @@ Locale SAL_CALL SmEditAccessible::getLocale( )
1923 1923
1924 1924
1925// XAccessibleEventBroadcaster 1925// XAccessibleEventBroadcaster
1926void SAL_CALL SmEditAccessible::addEventListener( const uno::Reference< XAccessibleEventListener >& xListener ) 1926void SAL_CALL SmEditAccessible::addAccessibleEventListener( const uno::Reference< XAccessibleEventListener >& xListener )
1927 throw (RuntimeException) 1927 throw (RuntimeException)
1928{ 1928{
1929 if (pTextHelper) // not disposing (about to destroy view shell) 1929 if (pTextHelper) // not disposing (about to destroy view shell)
1930 pTextHelper->AddEventListener( xListener ); 1930 pTextHelper->AddEventListener( xListener );
1931} 1931}
1932 1932
1933void SAL_CALL SmEditAccessible::removeEventListener( const uno::Reference< XAccessibleEventListener >& xListener ) 1933void SAL_CALL SmEditAccessible::removeAccessibleEventListener( const uno::Reference< XAccessibleEventListener >& xListener )
1934 throw (RuntimeException) 1934 throw (RuntimeException)
1935{ 1935{
1936 if (pTextHelper) // not disposing (about to destroy view shell) 1936 if (pTextHelper) // not disposing (about to destroy view shell)
diff --git a/starmath/source/accessibility.hxx b/starmath/source/accessibility.hxx
index 6a05823e22c1..cac3fdc0a170 100644
--- a/starmath/source/accessibility.hxx
+++ b/starmath/source/accessibility.hxx
@@ -124,8 +124,8 @@ public:
124 virtual ::com::sun::star::lang::Locale SAL_CALL getLocale( ) throw (::com::sun::star::accessibility::IllegalAccessibleComponentStateException, ::com::sun::star::uno::RuntimeException); 124 virtual ::com::sun::star::lang::Locale SAL_CALL getLocale( ) throw (::com::sun::star::accessibility::IllegalAccessibleComponentStateException, ::com::sun::star::uno::RuntimeException);
125 125
126 // XAccessibleEventBroadcaster 126 // XAccessibleEventBroadcaster
127 virtual void SAL_CALL addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException); 127 virtual void SAL_CALL addAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
128 virtual void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException); 128 virtual void SAL_CALL removeAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
129 129
130 // XAccessibleText 130 // XAccessibleText
131 virtual sal_Int32 SAL_CALL getCaretPosition( ) throw (::com::sun::star::uno::RuntimeException); 131 virtual sal_Int32 SAL_CALL getCaretPosition( ) throw (::com::sun::star::uno::RuntimeException);
@@ -376,8 +376,8 @@ public:
376 virtual ::com::sun::star::lang::Locale SAL_CALL getLocale( ) throw (::com::sun::star::accessibility::IllegalAccessibleComponentStateException, ::com::sun::star::uno::RuntimeException); 376 virtual ::com::sun::star::lang::Locale SAL_CALL getLocale( ) throw (::com::sun::star::accessibility::IllegalAccessibleComponentStateException, ::com::sun::star::uno::RuntimeException);
377 377
378 // XAccessibleEventBroadcaster 378 // XAccessibleEventBroadcaster
379 virtual void SAL_CALL addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException); 379 virtual void SAL_CALL addAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
380 virtual void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException); 380 virtual void SAL_CALL removeAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
381 381
382 // XServiceInfo 382 // XServiceInfo
383 virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw (::com::sun::star::uno::RuntimeException); 383 virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw (::com::sun::star::uno::RuntimeException);
diff --git a/svtools/source/control/toolbarmenuacc.cxx b/svtools/source/control/toolbarmenuacc.cxx
index 4c381bec8448..e193c1e38673 100644
--- a/svtools/source/control/toolbarmenuacc.cxx
+++ b/svtools/source/control/toolbarmenuacc.cxx
@@ -301,7 +301,7 @@ Locale SAL_CALL ToolbarMenuAcc::getLocale() throw (IllegalAccessibleComponentSta
301 301
302// ----------------------------------------------------------------------------- 302// -----------------------------------------------------------------------------
303 303
304void SAL_CALL ToolbarMenuAcc::addEventListener( const Reference< XAccessibleEventListener >& rxListener ) throw (RuntimeException) 304void SAL_CALL ToolbarMenuAcc::addAccessibleEventListener( const Reference< XAccessibleEventListener >& rxListener ) throw (RuntimeException)
305{ 305{
306 ThrowIfDisposed(); 306 ThrowIfDisposed();
307 ::osl::MutexGuard aGuard(m_aMutex); 307 ::osl::MutexGuard aGuard(m_aMutex);
@@ -326,7 +326,7 @@ void SAL_CALL ToolbarMenuAcc::addEventListener( const Reference< XAccessibleEven
326 326
327// ----------------------------------------------------------------------------- 327// -----------------------------------------------------------------------------
328 328
329void SAL_CALL ToolbarMenuAcc::removeEventListener( const Reference< XAccessibleEventListener >& rxListener ) throw (RuntimeException) 329void SAL_CALL ToolbarMenuAcc::removeAccessibleEventListener( const Reference< XAccessibleEventListener >& rxListener ) throw (RuntimeException)
330{ 330{
331 ThrowIfDisposed(); 331 ThrowIfDisposed();
332 ::osl::MutexGuard aGuard(m_aMutex); 332 ::osl::MutexGuard aGuard(m_aMutex);
@@ -810,7 +810,7 @@ Locale SAL_CALL ToolbarMenuEntryAcc::getLocale() throw (IllegalAccessibleCompone
810 810
811// ----------------------------------------------------------------------------- 811// -----------------------------------------------------------------------------
812 812
813void SAL_CALL ToolbarMenuEntryAcc::addEventListener( const Reference< XAccessibleEventListener >& rxListener ) throw (RuntimeException) 813void SAL_CALL ToolbarMenuEntryAcc::addAccessibleEventListener( const Reference< XAccessibleEventListener >& rxListener ) throw (RuntimeException)
814{ 814{
815 const ::osl::MutexGuard aGuard( maMutex ); 815 const ::osl::MutexGuard aGuard( maMutex );
816 816
@@ -834,7 +834,7 @@ void SAL_CALL ToolbarMenuEntryAcc::addEventListener( const Reference< XAccessibl
834 834
835// ----------------------------------------------------------------------------- 835// -----------------------------------------------------------------------------
836 836
837void SAL_CALL ToolbarMenuEntryAcc::removeEventListener( const Reference< XAccessibleEventListener >& rxListener ) throw (RuntimeException) 837void SAL_CALL ToolbarMenuEntryAcc::removeAccessibleEventListener( const Reference< XAccessibleEventListener >& rxListener ) throw (RuntimeException)
838{ 838{
839 const ::osl::MutexGuard aGuard( maMutex ); 839 const ::osl::MutexGuard aGuard( maMutex );
840 840
diff --git a/svtools/source/control/toolbarmenuimp.hxx b/svtools/source/control/toolbarmenuimp.hxx
index cb86fd46702c..163e4cc91436 100644
--- a/svtools/source/control/toolbarmenuimp.hxx
+++ b/svtools/source/control/toolbarmenuimp.hxx
@@ -136,8 +136,8 @@ public:
136 virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext > SAL_CALL getAccessibleContext( ) throw (::com::sun::star::uno::RuntimeException); 136 virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext > SAL_CALL getAccessibleContext( ) throw (::com::sun::star::uno::RuntimeException);
137 137
138 // XAccessibleEventBroadcaster 138 // XAccessibleEventBroadcaster
139 virtual void SAL_CALL addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException); 139 virtual void SAL_CALL addAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
140 virtual void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException); 140 virtual void SAL_CALL removeAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
141 141
142 // XAccessibleContext 142 // XAccessibleContext
143 virtual sal_Int32 SAL_CALL getAccessibleChildCount( ) throw (::com::sun::star::uno::RuntimeException); 143 virtual sal_Int32 SAL_CALL getAccessibleChildCount( ) throw (::com::sun::star::uno::RuntimeException);
@@ -224,8 +224,8 @@ public:
224 virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext > SAL_CALL getAccessibleContext( ) throw (::com::sun::star::uno::RuntimeException); 224 virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext > SAL_CALL getAccessibleContext( ) throw (::com::sun::star::uno::RuntimeException);
225 225
226 // XAccessibleEventBroadcaster 226 // XAccessibleEventBroadcaster
227 virtual void SAL_CALL addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException); 227 virtual void SAL_CALL addAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
228 virtual void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException); 228 virtual void SAL_CALL removeAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
229 229
230 // XAccessibleContext 230 // XAccessibleContext
231 virtual sal_Int32 SAL_CALL getAccessibleChildCount( ) throw (::com::sun::star::uno::RuntimeException); 231 virtual sal_Int32 SAL_CALL getAccessibleChildCount( ) throw (::com::sun::star::uno::RuntimeException);
diff --git a/svtools/source/control/valueacc.cxx b/svtools/source/control/valueacc.cxx
index 713f35a92afe..f8a5056aee16 100644
--- a/svtools/source/control/valueacc.cxx
+++ b/svtools/source/control/valueacc.cxx
@@ -355,7 +355,7 @@ lang::Locale SAL_CALL ValueSetAcc::getLocale()
355 355
356// ----------------------------------------------------------------------------- 356// -----------------------------------------------------------------------------
357 357
358void SAL_CALL ValueSetAcc::addEventListener( const uno::Reference< accessibility::XAccessibleEventListener >& rxListener ) 358void SAL_CALL ValueSetAcc::addAccessibleEventListener( const uno::Reference< accessibility::XAccessibleEventListener >& rxListener )
359 throw (uno::RuntimeException) 359 throw (uno::RuntimeException)
360{ 360{
361 ThrowIfDisposed(); 361 ThrowIfDisposed();
@@ -381,7 +381,7 @@ void SAL_CALL ValueSetAcc::addEventListener( const uno::Reference< accessibility
381 381
382// ----------------------------------------------------------------------------- 382// -----------------------------------------------------------------------------
383 383
384void SAL_CALL ValueSetAcc::removeEventListener( const uno::Reference< accessibility::XAccessibleEventListener >& rxListener ) 384void SAL_CALL ValueSetAcc::removeAccessibleEventListener( const uno::Reference< accessibility::XAccessibleEventListener >& rxListener )
385 throw (uno::RuntimeException) 385 throw (uno::RuntimeException)
386{ 386{
387 ThrowIfDisposed(); 387 ThrowIfDisposed();
@@ -1022,7 +1022,7 @@ lang::Locale SAL_CALL ValueItemAcc::getLocale()
1022 1022
1023// ----------------------------------------------------------------------------- 1023// -----------------------------------------------------------------------------
1024 1024
1025void SAL_CALL ValueItemAcc::addEventListener( const uno::Reference< accessibility::XAccessibleEventListener >& rxListener ) 1025void SAL_CALL ValueItemAcc::addAccessibleEventListener( const uno::Reference< accessibility::XAccessibleEventListener >& rxListener )
1026 throw (uno::RuntimeException) 1026 throw (uno::RuntimeException)
1027{ 1027{
1028 const ::osl::MutexGuard aGuard( maMutex ); 1028 const ::osl::MutexGuard aGuard( maMutex );
@@ -1047,7 +1047,7 @@ void SAL_CALL ValueItemAcc::addEventListener( const uno::Reference< accessibilit
1047 1047
1048// ----------------------------------------------------------------------------- 1048// -----------------------------------------------------------------------------
1049 1049
1050void SAL_CALL ValueItemAcc::removeEventListener( const uno::Reference< accessibility::XAccessibleEventListener >& rxListener ) 1050void SAL_CALL ValueItemAcc::removeAccessibleEventListener( const uno::Reference< accessibility::XAccessibleEventListener >& rxListener )
1051 throw (uno::RuntimeException) 1051 throw (uno::RuntimeException)
1052{ 1052{
1053 const ::osl::MutexGuard aGuard( maMutex ); 1053 const ::osl::MutexGuard aGuard( maMutex );
diff --git a/svtools/source/control/valueimp.hxx b/svtools/source/control/valueimp.hxx
index a3a25c6e264a..350c175b1f89 100644
--- a/svtools/source/control/valueimp.hxx
+++ b/svtools/source/control/valueimp.hxx
@@ -128,8 +128,8 @@ public:
128 virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext > SAL_CALL getAccessibleContext( ) throw (::com::sun::star::uno::RuntimeException); 128 virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext > SAL_CALL getAccessibleContext( ) throw (::com::sun::star::uno::RuntimeException);
129 129
130 // XAccessibleEventBroadcaster 130 // XAccessibleEventBroadcaster
131 virtual void SAL_CALL addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException); 131 virtual void SAL_CALL addAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
132 virtual void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException); 132 virtual void SAL_CALL removeAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
133 133
134 // XAccessibleContext 134 // XAccessibleContext
135 virtual sal_Int32 SAL_CALL getAccessibleChildCount( ) throw (::com::sun::star::uno::RuntimeException); 135 virtual sal_Int32 SAL_CALL getAccessibleChildCount( ) throw (::com::sun::star::uno::RuntimeException);
@@ -252,8 +252,8 @@ public:
252 virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext > SAL_CALL getAccessibleContext( ) throw (::com::sun::star::uno::RuntimeException); 252 virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleContext > SAL_CALL getAccessibleContext( ) throw (::com::sun::star::uno::RuntimeException);
253 253
254 // XAccessibleEventBroadcaster 254 // XAccessibleEventBroadcaster
255 virtual void SAL_CALL addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException); 255 virtual void SAL_CALL addAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
256 virtual void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException); 256 virtual void SAL_CALL removeAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) throw (::com::sun::star::uno::RuntimeException);
257 257
258 // XAccessibleContext 258 // XAccessibleContext
259 virtual sal_Int32 SAL_CALL getAccessibleChildCount( ) throw (::com::sun::star::uno::RuntimeException); 259 virtual sal_Int32 SAL_CALL getAccessibleChildCount( ) throw (::com::sun::star::uno::RuntimeException);
diff --git a/svx/inc/svx/AccessibleShape.hxx b/svx/inc/svx/AccessibleShape.hxx
index 81c4d95045d6..00fe4d679dea 100644
--- a/svx/inc/svx/AccessibleShape.hxx
+++ b/svx/inc/svx/AccessibleShape.hxx
@@ -214,13 +214,6 @@ public:
214 virtual sal_Int32 SAL_CALL getBackground (void) 214 virtual sal_Int32 SAL_CALL getBackground (void)
215 throw (::com::sun::star::uno::RuntimeException); 215 throw (::com::sun::star::uno::RuntimeException);
216 216
217
218
219 //===== XComponent ========================================================
220
221 using WeakComponentImplHelperBase::addEventListener;
222 using WeakComponentImplHelperBase::removeEventListener;
223
224 //===== XAccessibleEventBroadcaster ===================================== 217 //===== XAccessibleEventBroadcaster =====================================
225 218
226 /** This call is forwarded to a) the base class and b) to the 219 /** This call is forwarded to a) the base class and b) to the
@@ -230,7 +223,7 @@ public:
230 This listener is informed about accessibility events. 223 This listener is informed about accessibility events.
231 */ 224 */
232 virtual void SAL_CALL 225 virtual void SAL_CALL
233 addEventListener ( 226 addAccessibleEventListener (
234 const ::com::sun::star::uno::Reference< 227 const ::com::sun::star::uno::Reference<
235 ::com::sun::star::accessibility::XAccessibleEventListener >& rxListener) 228 ::com::sun::star::accessibility::XAccessibleEventListener >& rxListener)
236 throw (::com::sun::star::uno::RuntimeException); 229 throw (::com::sun::star::uno::RuntimeException);
@@ -243,7 +236,7 @@ public:
243 anymore. 236 anymore.
244 */ 237 */
245 virtual void SAL_CALL 238 virtual void SAL_CALL
246 removeEventListener ( 239 removeAccessibleEventListener (
247 const ::com::sun::star::uno::Reference< 240 const ::com::sun::star::uno::Reference<
248 ::com::sun::star::accessibility::XAccessibleEventListener >& rxListener) 241 ::com::sun::star::accessibility::XAccessibleEventListener >& rxListener)
249 throw (::com::sun::star::uno::RuntimeException); 242 throw (::com::sun::star::uno::RuntimeException);
diff --git a/svx/source/accessibility/AccessibleControlShape.cxx b/svx/source/accessibility/AccessibleControlShape.cxx
index 31b7471f1104..412fb41eb91a 100644
--- a/svx/source/accessibility/AccessibleControlShape.cxx
+++ b/svx/source/accessibility/AccessibleControlShape.cxx
@@ -741,7 +741,7 @@ void AccessibleControlShape::startStateMultiplexing()
741 741
742 if ( xBroadcaster.is() ) 742 if ( xBroadcaster.is() )
743 { 743 {
744 xBroadcaster->addEventListener( this ); 744 xBroadcaster->addAccessibleEventListener( this );
745 m_bMultiplexingStates = sal_True; 745 m_bMultiplexingStates = sal_True;
746 } 746 }
747} 747}
@@ -757,7 +757,7 @@ void AccessibleControlShape::stopStateMultiplexing()
757 757
758 if ( xBroadcaster.is() ) 758 if ( xBroadcaster.is() )
759 { 759 {
760 xBroadcaster->removeEventListener( this ); 760 xBroadcaster->removeAccessibleEventListener( this );
761 m_bMultiplexingStates = sal_False; 761 m_bMultiplexingStates = sal_False;
762 } 762 }
763} 763}
diff --git a/svx/source/accessibility/AccessibleFrameSelector.cxx b/svx/source/accessibility/AccessibleFrameSelector.cxx
index 92e5d1439998..a84cc75ef6ec 100644
--- a/svx/source/accessibility/AccessibleFrameSelector.cxx
+++ b/svx/source/accessibility/AccessibleFrameSelector.cxx
@@ -520,7 +520,7 @@ sal_Int32 AccFrameSelector::getBackground( )
520 520
521// ---------------------------------------------------------------------------- 521// ----------------------------------------------------------------------------
522 522
523void AccFrameSelector::addEventListener( const Reference< XAccessibleEventListener >& xListener ) throw (RuntimeException) 523void AccFrameSelector::addAccessibleEventListener( const Reference< XAccessibleEventListener >& xListener ) throw (RuntimeException)
524{ 524{
525 SolarMutexGuard aGuard; 525 SolarMutexGuard aGuard;
526 526
@@ -536,7 +536,7 @@ void AccFrameSelector::addEventListener( const Reference< XAccessibleEventListen
536 536
537// ---------------------------------------------------------------------------- 537// ----------------------------------------------------------------------------
538 538
539void AccFrameSelector::removeEventListener( const Reference< XAccessibleEventListener >& xListener ) throw (RuntimeException) 539void AccFrameSelector::removeAccessibleEventListener( const Reference< XAccessibleEventListener >& xListener ) throw (RuntimeException)
540{ 540{
541 SolarMutexGuard aGuard; 541 SolarMutexGuard aGuard;
542 542
diff --git a/svx/source/accessibility/AccessibleShape.cxx b/svx/source/accessibility/AccessibleShape.cxx
index 4eb755a15de9..fa634f429db1 100644
--- a/svx/source/accessibility/AccessibleShape.cxx
+++ b/svx/source/accessibility/AccessibleShape.cxx
@@ -690,7 +690,7 @@ sal_Int32 SAL_CALL AccessibleShape::getBackground (void)
690 690
691//===== XAccessibleEventBroadcaster ========================================= 691//===== XAccessibleEventBroadcaster =========================================
692 692
693void SAL_CALL AccessibleShape::addEventListener ( 693void SAL_CALL AccessibleShape::addAccessibleEventListener (
694 const Reference<XAccessibleEventListener >& rxListener) 694 const Reference<XAccessibleEventListener >& rxListener)
695 throw (uno::RuntimeException) 695 throw (uno::RuntimeException)
696{ 696{
@@ -702,7 +702,7 @@ void SAL_CALL AccessibleShape::addEventListener (
702 } 702 }
703 else 703 else
704 { 704 {
705 AccessibleContextBase::addEventListener (rxListener); 705 AccessibleContextBase::addAccessibleEventListener (rxListener);
706 if (mpText != NULL) 706 if (mpText != NULL)
707 mpText->AddEventListener (rxListener); 707 mpText->AddEventListener (rxListener);
708 } 708 }
@@ -711,11 +711,11 @@ void SAL_CALL AccessibleShape::addEventListener (
711 711
712 712
713 713
714void SAL_CALL AccessibleShape::removeEventListener ( 714void SAL_CALL AccessibleShape::removeAccessibleEventListener (
715 const Reference<XAccessibleEventListener >& rxListener) 715 const Reference<XAccessibleEventListener >& rxListener)
716 throw (uno::RuntimeException) 716 throw (uno::RuntimeException)
717{ 717{
718 AccessibleContextBase::removeEventListener (rxListener); 718 AccessibleContextBase::removeAccessibleEventListener (rxListener);
719 if (mpText != NULL) 719 if (mpText != NULL)
720 mpText->RemoveEventListener (rxListener); 720 mpText->RemoveEventListener (rxListener);
721} 721}
diff --git a/svx/source/accessibility/AccessibleTextHelper.cxx b/svx/source/accessibility/AccessibleTextHelper.cxx
index e04ee4ce7ce5..08ed92b17720 100644
--- a/svx/source/accessibility/AccessibleTextHelper.cxx
+++ b/svx/source/accessibility/AccessibleTextHelper.cxx
@@ -105,8 +105,8 @@ namespace accessibility
105 uno::Reference< XAccessible > SAL_CALL getAccessibleChild( sal_Int32 i ) SAL_THROW((lang::IndexOutOfBoundsException, uno::RuntimeException)); 105 uno::Reference< XAccessible > SAL_CALL getAccessibleChild( sal_Int32 i ) SAL_THROW((lang::IndexOutOfBoundsException, uno::RuntimeException));
106 106
107 // XAccessibleEventBroadcaster child related methods 107 // XAccessibleEventBroadcaster child related methods
108 void SAL_CALL addEventListener( const uno::Reference< XAccessibleEventListener >& xListener ) SAL_THROW((uno::RuntimeException)); 108 void SAL_CALL addAccessibleEventListener( const uno::Reference< XAccessibleEventListener >& xListener ) SAL_THROW((uno::RuntimeException));
109 void SAL_CALL removeEventListener( const uno::Reference< XAccessibleEventListener >& xListener ) SAL_THROW((uno::RuntimeException)); 109 void SAL_CALL removeAccessibleEventListener( const uno::Reference< XAccessibleEventListener >& xListener ) SAL_THROW((uno::RuntimeException));
110 110
111 // XAccessibleComponent child related methods 111 // XAccessibleComponent child related methods
112 uno::Reference< XAccessible > SAL_CALL getAccessibleAtPoint( const awt::Point& aPoint ) SAL_THROW((uno::RuntimeException)); 112 uno::Reference< XAccessible > SAL_CALL getAccessibleAtPoint( const awt::Point& aPoint ) SAL_THROW((uno::RuntimeException));
@@ -1645,7 +1645,7 @@ namespace accessibility
1645 return NULL; 1645 return NULL;
1646 } 1646 }
1647 1647
1648 void SAL_CALL AccessibleTextHelper_Impl::addEventListener( const uno::Reference< XAccessibleEventListener >& xListener ) SAL_THROW((uno::RuntimeException)) 1648 void SAL_CALL AccessibleTextHelper_Impl::addAccessibleEventListener( const uno::Reference< XAccessibleEventListener >& xListener ) SAL_THROW((uno::RuntimeException))
1649 { 1649 {
1650 DBG_CHKTHIS( AccessibleTextHelper_Impl, NULL ); 1650 DBG_CHKTHIS( AccessibleTextHelper_Impl, NULL );
1651 1651
@@ -1653,7 +1653,7 @@ namespace accessibility
1653 ::comphelper::AccessibleEventNotifier::addEventListener( getNotifierClientId(), xListener ); 1653 ::comphelper::AccessibleEventNotifier::addEventListener( getNotifierClientId(), xListener );
1654 } 1654 }
1655 1655
1656 void SAL_CALL AccessibleTextHelper_Impl::removeEventListener( const uno::Reference< XAccessibleEventListener >& xListener ) SAL_THROW((uno::RuntimeException)) 1656 void SAL_CALL AccessibleTextHelper_Impl::removeAccessibleEventListener( const uno::Reference< XAccessibleEventListener >& xListener ) SAL_THROW((uno::RuntimeException))
1657 { 1657 {
1658 DBG_CHKTHIS( AccessibleTextHelper_Impl, NULL ); 1658 DBG_CHKTHIS( AccessibleTextHelper_Impl, NULL );
1659 1659
@@ -2006,11 +2006,11 @@ namespace accessibility
2006#ifdef DBG_UTIL 2006#ifdef DBG_UTIL
2007 mpImpl->CheckInvariants(); 2007 mpImpl->CheckInvariants();
2008 2008
2009 mpImpl->addEventListener( xListener ); 2009 mpImpl->addAccessibleEventListener( xListener );
2010 2010
2011 mpImpl->CheckInvariants(); 2011 mpImpl->CheckInvariants();
2012#else 2012#else
2013 mpImpl->addEventListener( xListener ); 2013 mpImpl->addAccessibleEventListener( xListener );
2014#endif 2014#endif
2015 } 2015 }
2016 2016
@@ -2019,11 +2019,11 @@ namespace accessibility
2019#ifdef DBG_UTIL 2019#ifdef DBG_UTIL
2020 mpImpl->CheckInvariants(); 2020 mpImpl->CheckInvariants();
2021 2021
2022 mpImpl->removeEventListener( xListener ); 2022 mpImpl->removeAccessibleEventListener( xListener );
2023 2023
2024 mpImpl->CheckInvariants(); 2024 mpImpl->CheckInvariants();
2025#else 2025#else
2026 mpImpl->removeEventListener( xListener ); 2026 mpImpl->removeAccessibleEventListener( xListener );
2027#endif 2027#endif
2028 } 2028 }
2029 2029
diff --git a/svx/source/accessibility/GraphCtlAccessibleContext.cxx b/svx/source/accessibility/GraphCtlAccessibleContext.cxx
index a0423e769db8..58c34a45d23e 100644
--- a/svx/source/accessibility/GraphCtlAccessibleContext.cxx
+++ b/svx/source/accessibility/GraphCtlAccessibleContext.cxx
@@ -449,7 +449,7 @@ lang::Locale SAL_CALL SvxGraphCtrlAccessibleContext::getLocale( void ) throw( Il
449 449
450//===== XAccessibleEventListener ============================================ 450//===== XAccessibleEventListener ============================================
451 451
452void SAL_CALL SvxGraphCtrlAccessibleContext::addEventListener( const Reference< XAccessibleEventListener >& xListener ) 452void SAL_CALL SvxGraphCtrlAccessibleContext::addAccessibleEventListener( const Reference< XAccessibleEventListener >& xListener )
453 throw( RuntimeException ) 453 throw( RuntimeException )
454{ 454{
455 if (xListener.is()) 455 if (xListener.is())
@@ -463,7 +463,7 @@ void SAL_CALL SvxGraphCtrlAccessibleContext::addEventListener( const Reference<
463 463
464//----------------------------------------------------------------------------- 464//-----------------------------------------------------------------------------
465 465
466void SAL_CALL SvxGraphCtrlAccessibleContext::removeEventListener( const Reference< XAccessibleEventListener >& xListener ) 466void SAL_CALL SvxGraphCtrlAccessibleContext::removeAccessibleEventListener( const Reference< XAccessibleEventListener >& xListener )
467 throw( RuntimeException ) 467 throw( RuntimeException )
468{ 468{
469 if (xListener.is()) 469 if (xListener.is())
diff --git a/svx/source/accessibility/svxrectctaccessiblecontext.cxx b/svx/source/accessibility/svxrectctaccessiblecontext.cxx
index 27766b27d74f..8bb7ad4158c9 100644
--- a/svx/source/accessibility/svxrectctaccessiblecontext.cxx
+++ b/svx/source/accessibility/svxrectctaccessiblecontext.cxx
@@ -404,7 +404,7 @@ lang::Locale SAL_CALL SvxRectCtlAccessibleContext::getLocale( void ) throw( Ille
404 throw IllegalAccessibleComponentStateException(); 404 throw IllegalAccessibleComponentStateException();
405} 405}
406 406
407void SAL_CALL SvxRectCtlAccessibleContext::addEventListener( const Reference< XAccessibleEventListener >& xListener ) 407void SAL_CALL SvxRectCtlAccessibleContext::addAccessibleEventListener( const Reference< XAccessibleEventListener >& xListener )
408 throw( RuntimeException ) 408 throw( RuntimeException )
409{ 409{
410 if (xListener.is()) 410 if (xListener.is())
@@ -416,7 +416,7 @@ void SAL_CALL SvxRectCtlAccessibleContext::addEventListener( const Reference< XA
416 } 416 }
417} 417}
418 418
419void SAL_CALL SvxRectCtlAccessibleContext::removeEventListener( const Reference< XAccessibleEventListener >& xListener ) 419void SAL_CALL SvxRectCtlAccessibleContext::removeAccessibleEventListener( const Reference< XAccessibleEventListener >& xListener )
420 throw( RuntimeException ) 420 throw( RuntimeException )
421{ 421{
422 if (xListener.is()) 422 if (xListener.is())
@@ -968,7 +968,7 @@ lang::Locale SAL_CALL SvxRectCtlChildAccessibleContext::getLocale( void ) throw(
968 throw IllegalAccessibleComponentStateException(); 968 throw IllegalAccessibleComponentStateException();
969} 969}
970 970
971void SAL_CALL SvxRectCtlChildAccessibleContext::addEventListener( const Reference< XAccessibleEventListener >& xListener ) 971void SAL_CALL SvxRectCtlChildAccessibleContext::addAccessibleEventListener( const Reference< XAccessibleEventListener >& xListener )
972 throw( RuntimeException ) 972 throw( RuntimeException )
973{ 973{
974 if (xListener.is()) 974 if (xListener.is())
@@ -983,7 +983,7 @@ void SAL_CALL SvxRectCtlChildAccessibleContext::addEventListener( const Referenc
983 983
984 984
985 985
986void SAL_CALL SvxRectCtlChildAccessibleContext::removeEventListener( const Reference< XAccessibleEventListener >& xListener ) 986void SAL_CALL SvxRectCtlChildAccessibleContext::removeAccessibleEventListener( const Reference< XAccessibleEventListener >& xListener )
987 throw( RuntimeException ) 987 throw( RuntimeException )
988{ 988{
989 if (xListener.is()) 989 if (xListener.is())
diff --git a/svx/source/inc/AccessibleFrameSelector.hxx b/svx/source/inc/AccessibleFrameSelector.hxx
index 6f111725857f..bfe358b18c9b 100644
--- a/svx/source/inc/AccessibleFrameSelector.hxx
+++ b/svx/source/inc/AccessibleFrameSelector.hxx
@@ -96,8 +96,8 @@ public:
96 virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException); 96 virtual sal_Int32 SAL_CALL getBackground( ) throw (::com::sun::star::uno::RuntimeException);
97 97
98 // XAccessibleEventBroadcaster 98 // XAccessibleEventBroadcaster
99 virtual void SAL_CALL addEventListener ( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener) throw (::com::sun::star::uno::RuntimeException); 99 virtual void SAL_CALL addAccessibleEventListener ( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener) throw (::com::sun::star::uno::RuntimeException);
100 virtual void SAL_CALL removeEventListener ( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener) throw (::com::sun::star::uno::RuntimeException); 100 virtual void SAL_CALL removeAccessibleEventListener ( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener) throw (::com::sun::star::uno::RuntimeException);
101 101
102 //XServiceInfo 102 //XServiceInfo
103 virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw (::com::sun::star::uno::RuntimeException); 103 virtual ::rtl::OUString SAL_CALL getImplementationName( ) throw (::com::sun::star::uno::RuntimeException);
diff --git a/svx/source/inc/GraphCtlAccessibleContext.hxx b/svx/source/inc/GraphCtlAccessibleContext.hxx
index 09fcde2cddf9..bebe0520e0d3 100644
--- a/svx/source/inc/GraphCtlAccessibleContext.hxx
+++ b/svx/source/inc/GraphCtlAccessibleContext.hxx
@@ -135,15 +135,10 @@ public:
135// virtual void SAL_CALL addPropertyChangeListener( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener ) throw (::com::sun::star::uno::RuntimeException) {} 135// virtual void SAL_CALL addPropertyChangeListener( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener ) throw (::com::sun::star::uno::RuntimeException) {}
136// virtual void SAL_CALL removePropertyChangeListener( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener ) throw (::com::sun::star::uno::RuntimeException) {} 136// virtual void SAL_CALL removePropertyChangeListener( const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertyChangeListener >& xListener ) throw (::com::sun::star::uno::RuntimeException) {}
137 137
138 //===== XComponent ========================================================
139
140 using ::cppu::WeakAggComponentImplHelperBase::addEventListener;
141 using ::cppu::WeakAggComponentImplHelperBase::removeEventListener;
142
143 //===== XAccessibleEventBroadcaster ===================================== 138 //===== XAccessibleEventBroadcaster =====================================
144 139
145 virtual void SAL_CALL addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener>& xListener) throw (com::sun::star::uno::RuntimeException); 140 virtual void SAL_CALL addAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener>& xListener) throw (com::sun::star::uno::RuntimeException);
146 virtual void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener>& xListener) throw (com::sun::star::uno::RuntimeException); 141 virtual void SAL_CALL removeAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener>& xListener) throw (com::sun::star::uno::RuntimeException);
147 142
148 //===== XServiceInfo ==================================================== 143 //===== XServiceInfo ====================================================
149 144
diff --git a/svx/source/inc/svxrectctaccessiblecontext.hxx b/svx/source/inc/svxrectctaccessiblecontext.hxx
index 03b876a0ab12..7b9351fb5544 100644
--- a/svx/source/inc/svxrectctaccessiblecontext.hxx
+++ b/svx/source/inc/svxrectctaccessiblecontext.hxx
@@ -167,20 +167,15 @@ public:
167 throw( ::com::sun::star::uno::RuntimeException, 167 throw( ::com::sun::star::uno::RuntimeException,
168 ::com::sun::star::accessibility::IllegalAccessibleComponentStateException ); 168 ::com::sun::star::accessibility::IllegalAccessibleComponentStateException );
169 169
170 //===== XComponent =====================================================
171
172 using ::cppu::WeakAggComponentImplHelperBase::addEventListener;
173 using ::cppu::WeakAggComponentImplHelperBase::removeEventListener;
174
175 //===== XAccessibleEventBroadcaster ===================================== 170 //===== XAccessibleEventBroadcaster =====================================
176 171
177 virtual void SAL_CALL 172 virtual void SAL_CALL
178 addEventListener( 173 addAccessibleEventListener(
179 const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) 174 const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener )
180 throw( com::sun::star::uno::RuntimeException ); 175 throw( com::sun::star::uno::RuntimeException );
181 176
182 virtual void SAL_CALL 177 virtual void SAL_CALL
183 removeEventListener( 178 removeAccessibleEventListener(
184 const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) 179 const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener )
185 throw( com::sun::star::uno::RuntimeException ); 180 throw( com::sun::star::uno::RuntimeException );
186 181
@@ -426,20 +421,15 @@ public:
426 getLocale( void ) 421 getLocale( void )
427 throw( ::com::sun::star::uno::RuntimeException, ::com::sun::star::accessibility::IllegalAccessibleComponentStateException ); 422 throw( ::com::sun::star::uno::RuntimeException, ::com::sun::star::accessibility::IllegalAccessibleComponentStateException );
428 423
429 //===== XComponent =====================================================
430
431 using ::cppu::WeakAggComponentImplHelperBase::addEventListener;
432 using ::cppu::WeakAggComponentImplHelperBase::removeEventListener;
433
434 //===== XAccessibleEventBroadcaster ===================================== 424 //===== XAccessibleEventBroadcaster =====================================
435 425
436 virtual void SAL_CALL 426 virtual void SAL_CALL
437 addEventListener( 427 addAccessibleEventListener(
438 const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) 428 const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener )
439 throw( ::com::sun::star::uno::RuntimeException ); 429 throw( ::com::sun::star::uno::RuntimeException );
440 430
441 virtual void SAL_CALL 431 virtual void SAL_CALL
442 removeEventListener( 432 removeAccessibleEventListener(
443 const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) 433 const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& xListener )
444 throw( com::sun::star::uno::RuntimeException ); 434 throw( com::sun::star::uno::RuntimeException );
445 435
diff --git a/svx/source/table/accessiblecell.cxx b/svx/source/table/accessiblecell.cxx
index 5878015f0564..4d28f53e3a15 100644
--- a/svx/source/table/accessiblecell.cxx
+++ b/svx/source/table/accessiblecell.cxx
@@ -439,7 +439,7 @@ sal_Int32 SAL_CALL AccessibleCell::getBackground (void) throw (RuntimeException)
439// XAccessibleEventBroadcaster 439// XAccessibleEventBroadcaster
440// -------------------------------------------------------------------- 440// --------------------------------------------------------------------
441 441
442void SAL_CALL AccessibleCell::addEventListener( const Reference<XAccessibleEventListener >& rxListener) throw (RuntimeException) 442void SAL_CALL AccessibleCell::addAccessibleEventListener( const Reference<XAccessibleEventListener >& rxListener) throw (RuntimeException)
443{ 443{
444 SolarMutexGuard aSolarGuard; 444 SolarMutexGuard aSolarGuard;
445 ::osl::MutexGuard aGuard (maMutex); 445 ::osl::MutexGuard aGuard (maMutex);
@@ -451,7 +451,7 @@ void SAL_CALL AccessibleCell::addEventListener( const Reference<XAccessibleEvent
451 } 451 }
452 else 452 else
453 { 453 {
454 AccessibleContextBase::addEventListener (rxListener); 454 AccessibleContextBase::addAccessibleEventListener (rxListener);
455 if (mpText != NULL) 455 if (mpText != NULL)
456 mpText->AddEventListener (rxListener); 456 mpText->AddEventListener (rxListener);
457 } 457 }
@@ -459,10 +459,10 @@ void SAL_CALL AccessibleCell::addEventListener( const Reference<XAccessibleEvent
459 459
460// -------------------------------------------------------------------- 460// --------------------------------------------------------------------
461 461
462void SAL_CALL AccessibleCell::removeEventListener( const Reference<XAccessibleEventListener >& rxListener) throw (RuntimeException) 462void SAL_CALL AccessibleCell::removeAccessibleEventListener( const Reference<XAccessibleEventListener >& rxListener) throw (RuntimeException)
463{ 463{
464 SolarMutexGuard aSolarGuard; 464 SolarMutexGuard aSolarGuard;
465 AccessibleContextBase::removeEventListener(rxListener); 465 AccessibleContextBase::removeAccessibleEventListener(rxListener);
466 if (mpText != NULL) 466 if (mpText != NULL)
467 mpText->RemoveEventListener (rxListener); 467 mpText->RemoveEventListener (rxListener);
468} 468}
diff --git a/svx/source/table/accessiblecell.hxx b/svx/source/table/accessiblecell.hxx
index 35f2a8090f6b..0750e61e112d 100644
--- a/svx/source/table/accessiblecell.hxx
+++ b/svx/source/table/accessiblecell.hxx
@@ -91,8 +91,8 @@ public:
91 virtual ::rtl::OUString SAL_CALL getToolTipText (void) throw (::com::sun::star::uno::RuntimeException); 91 virtual ::rtl::OUString SAL_CALL getToolTipText (void) throw (::com::sun::star::uno::RuntimeException);
92 92
93 // XAccessibleEventBroadcaster 93 // XAccessibleEventBroadcaster
94 virtual void SAL_CALL addEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& rxListener) throw(::com::sun::star::uno::RuntimeException); 94 virtual void SAL_CALL addAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& rxListener) throw(::com::sun::star::uno::RuntimeException);
95 virtual void SAL_CALL removeEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& rxListener) throw(::com::sun::star::uno::RuntimeException); 95 virtual void SAL_CALL removeAccessibleEventListener( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessibleEventListener >& rxListener) throw(::com::sun::star::uno::RuntimeException);
96 96
97 // XServiceInfo 97 // XServiceInfo
98 virtual ::rtl::OUString SAL_CALL getImplementationName (void) throw(::com::sun::star::uno::RuntimeException); 98 virtual ::rtl::OUString SAL_CALL getImplementationName (void) throw(::com::sun::star::uno::RuntimeException);
@@ -101,9 +101,6 @@ public:
101 // IAccessibleViewForwarderListener 101 // IAccessibleViewForwarderListener
102 virtual void ViewForwarderChanged (ChangeType aChangeType, const IAccessibleViewForwarder* pViewForwarder); 102 virtual void ViewForwarderChanged (ChangeType aChangeType, const IAccessibleViewForwarder* pViewForwarder);
103 103
104 using cppu::WeakComponentImplHelperBase::addEventListener;
105 using cppu::WeakComponentImplHelperBase::removeEventListener;
106
107 // Misc 104 // Misc
108 105
109 /** set the index _nIndex at the accessible cell param _nIndex The new index in parent. 106 /** set the index _nIndex at the accessible cell param _nIndex The new index in parent.
diff --git a/sw/source/core/access/acccontext.cxx b/sw/source/core/access/acccontext.cxx
index ee8378706bce..b2c30ed45947 100644
--- a/sw/source/core/access/acccontext.cxx
+++ b/sw/source/core/access/acccontext.cxx
@@ -706,7 +706,7 @@ lang::Locale SAL_CALL SwAccessibleContext::getLocale (void)
706 return aLoc; 706 return aLoc;
707} 707}
708 708
709void SAL_CALL SwAccessibleContext::addEventListener( 709void SAL_CALL SwAccessibleContext::addAccessibleEventListener(
710 const uno::Reference< XAccessibleEventListener >& xListener ) 710 const uno::Reference< XAccessibleEventListener >& xListener )
711 throw (uno::RuntimeException) 711 throw (uno::RuntimeException)
712{ 712{
@@ -719,7 +719,7 @@ void SAL_CALL SwAccessibleContext::addEventListener(
719 } 719 }
720} 720}
721 721
722void SAL_CALL SwAccessibleContext::removeEventListener( 722void SAL_CALL SwAccessibleContext::removeAccessibleEventListener(
723 const uno::Reference< XAccessibleEventListener >& xListener ) 723 const uno::Reference< XAccessibleEventListener >& xListener )
724 throw (uno::RuntimeException) 724 throw (uno::RuntimeException)
725{ 725{
diff --git a/sw/source/core/access/acccontext.hxx b/sw/source/core/access/acccontext.hxx
index 0c51298cdcb8..509e4aea6f67 100644
--- a/sw/source/core/access/acccontext.hxx
+++ b/sw/source/core/access/acccontext.hxx
@@ -271,11 +271,11 @@ public:
271 271
272 //===== XAccessibleEventBroadcaster ===================================== 272 //===== XAccessibleEventBroadcaster =====================================
273 273
274 virtual void SAL_CALL addEventListener( 274 virtual void SAL_CALL addAccessibleEventListener(
275 const ::com::sun::star::uno::Reference< 275 const ::com::sun::star::uno::Reference<
276 ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) 276 ::com::sun::star::accessibility::XAccessibleEventListener >& xListener )
277 throw (::com::sun::star::uno::RuntimeException); 277 throw (::com::sun::star::uno::RuntimeException);
278 virtual void SAL_CALL removeEventListener( 278 virtual void SAL_CALL removeAccessibleEventListener(
279 const ::com::sun::star::uno::Reference< 279 const ::com::sun::star::uno::Reference<
280 ::com::sun::star::accessibility::XAccessibleEventListener >& xListener ) 280 ::com::sun::star::accessibility::XAccessibleEventListener >& xListener )
281 throw (::com::sun::star::uno::RuntimeException); 281 throw (::com::sun::star::uno::RuntimeException);
diff --git a/sw/source/ui/docvw/SidebarTxtControlAcc.cxx b/sw/source/ui/docvw/SidebarTxtControlAcc.cxx
index 62a76ae95afd..33ea9d38440f 100644
--- a/sw/source/ui/docvw/SidebarTxtControlAcc.cxx
+++ b/sw/source/ui/docvw/SidebarTxtControlAcc.cxx
@@ -154,16 +154,13 @@ class SidebarTxtControlAccessibleContext : public VCLXAccessibleComponent
154 getAccessibleChild( sal_Int32 i ) 154 getAccessibleChild( sal_Int32 i )
155 throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException); 155 throw (::com::sun::star::lang::IndexOutOfBoundsException, ::com::sun::star::uno::RuntimeException);
156 156
157 using WeakAggComponentImplHelperBase::addEventListener;
158 using WeakAggComponentImplHelperBase::removeEventListener;
159
160 virtual void SAL_CALL 157 virtual void SAL_CALL
161 addEventListener ( 158 addAccessibleEventListener (
162 const ::com::sun::star::uno::Reference< 159 const ::com::sun::star::uno::Reference<
163 ::com::sun::star::accessibility::XAccessibleEventListener >& xListener) 160 ::com::sun::star::accessibility::XAccessibleEventListener >& xListener)
164 throw (::com::sun::star::uno::RuntimeException); 161 throw (::com::sun::star::uno::RuntimeException);
165 virtual void SAL_CALL 162 virtual void SAL_CALL
166 removeEventListener ( 163 removeAccessibleEventListener (
167 const ::com::sun::star::uno::Reference< 164 const ::com::sun::star::uno::Reference<
168 ::com::sun::star::accessibility::XAccessibleEventListener >& xListener) 165 ::com::sun::star::accessibility::XAccessibleEventListener >& xListener)
169 throw (::com::sun::star::uno::RuntimeException); 166 throw (::com::sun::star::uno::RuntimeException);
@@ -233,7 +230,7 @@ css::uno::Reference< css::accessibility::XAccessible > SAL_CALL SidebarTxtContro
233 return xChild; 230 return xChild;
234} 231}
235 232
236void SAL_CALL SidebarTxtControlAccessibleContext::addEventListener ( 233void SAL_CALL SidebarTxtControlAccessibleContext::addAccessibleEventListener (
237 const css::uno::Reference< css::accessibility::XAccessibleEventListener >& xListener) 234 const css::uno::Reference< css::accessibility::XAccessibleEventListener >& xListener)
238 throw (css::uno::RuntimeException) 235 throw (css::uno::RuntimeException)
239{ 236{
@@ -245,7 +242,7 @@ void SAL_CALL SidebarTxtControlAccessibleContext::addEventListener (
245 } 242 }
246} 243}
247 244
248void SAL_CALL SidebarTxtControlAccessibleContext::removeEventListener ( 245void SAL_CALL SidebarTxtControlAccessibleContext::removeAccessibleEventListener (
249 const css::uno::Reference< css::accessibility::XAccessibleEventListener >& xListener) 246 const css::uno::Reference< css::accessibility::XAccessibleEventListener >& xListener)
250 throw (css::uno::RuntimeException) 247 throw (css::uno::RuntimeException)
251{ 248{
diff --git a/toolkit/qa/complex/toolkit/accessibility/_XAccessibleEventBroadcaster.java b/toolkit/qa/complex/toolkit/accessibility/_XAccessibleEventBroadcaster.java
index 152f4285485e..1ae2b353ba88 100644
--- a/toolkit/qa/complex/toolkit/accessibility/_XAccessibleEventBroadcaster.java
+++ b/toolkit/qa/complex/toolkit/accessibility/_XAccessibleEventBroadcaster.java
@@ -35,8 +35,8 @@ import com.sun.star.uno.UnoRuntime;
35 * com.sun.star.accessibility.XAccessibleEventBroadcaster</code> 35 * com.sun.star.accessibility.XAccessibleEventBroadcaster</code>
36 * interface methods : 36 * interface methods :
37 * <ul> 37 * <ul>
38 * <li><code> addEventListener()</code></li> 38 * <li><code> addAccessibleEventEventListener()</code></li>
39 * <li><code> removeEventListener()</code></li> 39 * <li><code> removeAccessibleEventEventListener()</code></li>
40 * </ul> <p> 40 * </ul> <p>
41 * 41 *
42 * This test needs the following object relations : 42 * This test needs the following object relations :
@@ -115,7 +115,7 @@ public class _XAccessibleEventBroadcaster {
115 */ 115 */
116 public boolean _addEventListener() { 116 public boolean _addEventListener() {
117 System.out.println("adding two listeners"); 117 System.out.println("adding two listeners");
118 oObj.addEventListener(list); 118 oObj.addAccessibleEventEventListener(list);
119 boolean isTransient = chkTransient(oObj); 119 boolean isTransient = chkTransient(oObj);
120 System.out.println("fire event"); 120 System.out.println("fire event");
121 prod.fireEvent() ; 121 prod.fireEvent() ;
@@ -135,7 +135,7 @@ public class _XAccessibleEventBroadcaster {
135 } else { 135 } else {
136 System.out.println("Object is Transient, listener isn't expected to be called"); 136 System.out.println("Object is Transient, listener isn't expected to be called");
137 } 137 }
138 oObj.removeEventListener(list); 138 oObj.removeAccessibleEventEventListener(list);
139 } 139 }
140 140
141 return works; 141 return works;
@@ -158,7 +158,7 @@ public class _XAccessibleEventBroadcaster {
158 list.notifiedEvent = null; 158 list.notifiedEvent = null;
159 159
160 System.out.println("remove first listener"); 160 System.out.println("remove first listener");
161 oObj.removeEventListener(list); 161 oObj.removeAccessibleEventEventListener(list);
162 162
163 System.out.println("fire event"); 163 System.out.println("fire event");
164 prod.fireEvent() ; 164 prod.fireEvent() ;
diff --git a/toolkit/test/accessibility/AccessibilityTreeModel.java b/toolkit/test/accessibility/AccessibilityTreeModel.java
index bd442ed0912c..a30329c6daf5 100644
--- a/toolkit/test/accessibility/AccessibilityTreeModel.java
+++ b/toolkit/test/accessibility/AccessibilityTreeModel.java
@@ -449,7 +449,7 @@ public class AccessibilityTreeModel
449 XAccessibleEventBroadcaster xBroadcaster = getBroadcaster( aObject ); 449 XAccessibleEventBroadcaster xBroadcaster = getBroadcaster( aObject );
450 if (xBroadcaster != null) 450 if (xBroadcaster != null)
451 { 451 {
452 xBroadcaster.addEventListener( mxListener ); 452 xBroadcaster.addAccessibleEventListener( mxListener );
453 } 453 }
454 } 454 }
455 455
@@ -458,7 +458,7 @@ public class AccessibilityTreeModel
458 XAccessibleEventBroadcaster xBroadcaster = getBroadcaster( aObject ); 458 XAccessibleEventBroadcaster xBroadcaster = getBroadcaster( aObject );
459 if (xBroadcaster != null) 459 if (xBroadcaster != null)
460 { 460 {
461 xBroadcaster.removeEventListener( mxListener ); 461 xBroadcaster.removeAccessibleEventListener( mxListener );
462 } 462 }
463 } 463 }
464 464
diff --git a/toolkit/test/accessibility/ov/ListeningObjectView.java b/toolkit/test/accessibility/ov/ListeningObjectView.java
index 1b17ef973d3e..dd9291fe8231 100644
--- a/toolkit/test/accessibility/ov/ListeningObjectView.java
+++ b/toolkit/test/accessibility/ov/ListeningObjectView.java
@@ -47,7 +47,7 @@ abstract class ListeningObjectView
47 UnoRuntime.queryInterface( 47 UnoRuntime.queryInterface(
48 XAccessibleEventBroadcaster.class, xContext); 48 XAccessibleEventBroadcaster.class, xContext);
49 if (xBroadcaster != null) 49 if (xBroadcaster != null)
50 xBroadcaster.addEventListener (this); 50 xBroadcaster.addAccessibleEventListener (this);
51 } 51 }
52 52
53 53
@@ -61,7 +61,7 @@ abstract class ListeningObjectView
61 UnoRuntime.queryInterface( 61 UnoRuntime.queryInterface(
62 XAccessibleEventBroadcaster.class, mxContext); 62 XAccessibleEventBroadcaster.class, mxContext);
63 if (xBroadcaster != null) 63 if (xBroadcaster != null)
64 xBroadcaster.removeEventListener (this); 64 xBroadcaster.removeAccessibleEventListener (this);
65 } 65 }
66 66
67 /** Derived classes have to implement this method to handle incoming 67 /** Derived classes have to implement this method to handle incoming
diff --git a/vcl/aqua/source/a11y/documentfocuslistener.cxx b/vcl/aqua/source/a11y/documentfocuslistener.cxx
index 896f0a002047..ac65f1e84338 100644
--- a/vcl/aqua/source/a11y/documentfocuslistener.cxx
+++ b/vcl/aqua/source/a11y/documentfocuslistener.cxx
@@ -169,7 +169,7 @@ void DocumentFocusListener::attachRecursive(
169 // If not already done, add the broadcaster to the list and attach as listener. 169 // If not already done, add the broadcaster to the list and attach as listener.
170 if( xBroadcaster.is() && m_aRefList.insert(xBroadcaster).second ) 170 if( xBroadcaster.is() && m_aRefList.insert(xBroadcaster).second )
171 { 171 {
172 xBroadcaster->addEventListener(static_cast< XAccessibleEventListener *>(this)); 172 xBroadcaster->addAccessibleEventListener(static_cast< XAccessibleEventListener *>(this));
173 173
174 if( ! xStateSet->contains(AccessibleStateType::MANAGES_DESCENDANTS ) ) 174 if( ! xStateSet->contains(AccessibleStateType::MANAGES_DESCENDANTS ) )
175 { 175 {
@@ -222,7 +222,7 @@ void DocumentFocusListener::detachRecursive(
222 222
223 if( xBroadcaster.is() && 0 < m_aRefList.erase(xBroadcaster) ) 223 if( xBroadcaster.is() && 0 < m_aRefList.erase(xBroadcaster) )
224 { 224 {
225 xBroadcaster->removeEventListener(static_cast< XAccessibleEventListener *>(this)); 225 xBroadcaster->removeAccessibleEventListener(static_cast< XAccessibleEventListener *>(this));
226 226
227 if( ! xStateSet->contains(AccessibleStateType::MANAGES_DESCENDANTS ) ) 227 if( ! xStateSet->contains(AccessibleStateType::MANAGES_DESCENDANTS ) )
228 { 228 {
diff --git a/vcl/unx/gtk/a11y/atkutil.cxx b/vcl/unx/gtk/a11y/atkutil.cxx
index 1424155321f6..ee7fb6e959d3 100644
--- a/vcl/unx/gtk/a11y/atkutil.cxx
+++ b/vcl/unx/gtk/a11y/atkutil.cxx
@@ -314,7 +314,7 @@ void DocumentFocusListener::attachRecursive(
314 uno::Reference< uno::XInterface > xInterface = xBroadcaster; 314 uno::Reference< uno::XInterface > xInterface = xBroadcaster;
315 if( m_aRefList.insert(xInterface).second ) 315 if( m_aRefList.insert(xInterface).second )
316 { 316 {
317 xBroadcaster->addEventListener(static_cast< accessibility::XAccessibleEventListener *>(this)); 317 xBroadcaster->addAccessibleEventListener(static_cast< accessibility::XAccessibleEventListener *>(this));
318 318
319 if( ! xStateSet->contains(accessibility::AccessibleStateType::MANAGES_DESCENDANTS ) ) 319 if( ! xStateSet->contains(accessibility::AccessibleStateType::MANAGES_DESCENDANTS ) )
320 { 320 {
@@ -370,7 +370,7 @@ void DocumentFocusListener::detachRecursive(
370 370
371 if( xBroadcaster.is() && 0 < m_aRefList.erase(xBroadcaster) ) 371 if( xBroadcaster.is() && 0 < m_aRefList.erase(xBroadcaster) )
372 { 372 {
373 xBroadcaster->removeEventListener(static_cast< accessibility::XAccessibleEventListener *>(this)); 373 xBroadcaster->removeAccessibleEventListener(static_cast< accessibility::XAccessibleEventListener *>(this));
374 374
375 if( ! xStateSet->contains(accessibility::AccessibleStateType::MANAGES_DESCENDANTS ) ) 375 if( ! xStateSet->contains(accessibility::AccessibleStateType::MANAGES_DESCENDANTS ) )
376 { 376 {
diff --git a/vcl/unx/gtk/a11y/atkwrapper.cxx b/vcl/unx/gtk/a11y/atkwrapper.cxx
index 7a1b9b4d0f1a..2e7824eb0f94 100644
--- a/vcl/unx/gtk/a11y/atkwrapper.cxx
+++ b/vcl/unx/gtk/a11y/atkwrapper.cxx
@@ -822,7 +822,7 @@ atk_object_wrapper_new( const ::com::sun::star::uno::Reference< ::com::sun::star
822 { 822 {
823 uno::Reference< accessibility::XAccessibleEventBroadcaster > xBroadcaster(xContext, uno::UNO_QUERY); 823 uno::Reference< accessibility::XAccessibleEventBroadcaster > xBroadcaster(xContext, uno::UNO_QUERY);
824 if( xBroadcaster.is() ) 824 if( xBroadcaster.is() )
825 xBroadcaster->addEventListener( static_cast< accessibility::XAccessibleEventListener * > ( new AtkListener(pWrap) ) ); 825 xBroadcaster->addAccessibleEventListener( static_cast< accessibility::XAccessibleEventListener * > ( new AtkListener(pWrap) ) );
826 else 826 else
827 OSL_ASSERT( false ); 827 OSL_ASSERT( false );
828 } 828 }