summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/AccessiblePresentationOLEShape.hxx
diff options
context:
space:
mode:
authorAndre Fischer <af@openoffice.org>2002-03-18 09:27:23 +0000
committerAndre Fischer <af@openoffice.org>2002-03-18 09:27:23 +0000
commit46c67494925bc075929d5ee75144a63b06f857cd (patch)
tree500e66ce8e9c5c7130382a69926fb028130ebe29 /sd/source/ui/inc/AccessiblePresentationOLEShape.hxx
parent41fa1bf8f4ea70cc31646fb6fd2eaea72c1f3042 (diff)
#95585# Non-interface methods start with uppercase character. Modification of constructor signature.
Diffstat (limited to 'sd/source/ui/inc/AccessiblePresentationOLEShape.hxx')
-rw-r--r--sd/source/ui/inc/AccessiblePresentationOLEShape.hxx14
1 files changed, 9 insertions, 5 deletions
diff --git a/sd/source/ui/inc/AccessiblePresentationOLEShape.hxx b/sd/source/ui/inc/AccessiblePresentationOLEShape.hxx
index ad01acb4c534..755350f3678b 100644
--- a/sd/source/ui/inc/AccessiblePresentationOLEShape.hxx
+++ b/sd/source/ui/inc/AccessiblePresentationOLEShape.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessiblePresentationOLEShape.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: af $ $Date: 2002-03-07 09:31:48 $
+ * last change: $Author: af $ $Date: 2002-03-18 10:27:23 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -79,7 +79,9 @@ public:
AccessiblePresentationOLEShape (const ::com::sun::star::uno::Reference<
::com::sun::star::drawing::XShape>& rxShape,
const ::com::sun::star::uno::Reference<
- ::drafts::com::sun::star::accessibility::XAccessible>& rxParent);
+ ::drafts::com::sun::star::accessibility::XAccessible>& rxParent,
+ AccessibleShapeTreeInfo& rShapeTreeInfo,
+ long nIndex = -1);
virtual ~AccessiblePresentationOLEShape (void);
//===== XServiceInfo ====================================================
@@ -90,14 +92,16 @@ public:
getImplementationName (void)
throw (::com::sun::star::uno::RuntimeException);
+ //===== internal ========================================================
+
/// Create a name string that contains the accessible name.
virtual ::rtl::OUString
- createAccessibleBaseName ()
+ CreateAccessibleBaseName ()
throw (::com::sun::star::uno::RuntimeException);
/// Create a description string that contains the accessible description.
virtual ::rtl::OUString
- createAccessibleDescription ()
+ CreateAccessibleDescription ()
throw (::com::sun::star::uno::RuntimeException);
};