summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/AccessibleCsvControl.hxx
diff options
context:
space:
mode:
authorSascha Ballach <sab@openoffice.org>2002-11-05 06:59:07 +0000
committerSascha Ballach <sab@openoffice.org>2002-11-05 06:59:07 +0000
commit1d3ef91115145a8641006eec5756a3afb40c4622 (patch)
tree53190c232b6a303caa06664379221c5637b3fda9 /sc/source/ui/inc/AccessibleCsvControl.hxx
parentc025e189c99bf886792d69e9c911ea0039da506b (diff)
#104520#; add getForeground and getBackground
Diffstat (limited to 'sc/source/ui/inc/AccessibleCsvControl.hxx')
-rw-r--r--sc/source/ui/inc/AccessibleCsvControl.hxx24
1 files changed, 22 insertions, 2 deletions
diff --git a/sc/source/ui/inc/AccessibleCsvControl.hxx b/sc/source/ui/inc/AccessibleCsvControl.hxx
index b2bf67629db5..e92214255b86 100644
--- a/sc/source/ui/inc/AccessibleCsvControl.hxx
+++ b/sc/source/ui/inc/AccessibleCsvControl.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: AccessibleCsvControl.hxx,v $
*
- * $Revision: 1.4 $
+ * $Revision: 1.5 $
*
- * last change: $Author: sab $ $Date: 2002-09-04 13:56:55 $
+ * last change: $Author: sab $ $Date: 2002-11-05 07:56:44 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -215,6 +215,14 @@ public:
explicit ScAccessibleCsvRuler( ScCsvRuler& rRuler );
virtual ~ScAccessibleCsvRuler();
+ // XAccessibleComponent -----------------------------------------------------
+
+ virtual sal_Int32 SAL_CALL getForeground( )
+ throw (::com::sun::star::uno::RuntimeException);
+
+ virtual sal_Int32 SAL_CALL getBackground( )
+ throw (::com::sun::star::uno::RuntimeException);
+
// XAccessibleContext -----------------------------------------------------
/** Returns the child count (the ruler does not have children). */
@@ -386,6 +394,12 @@ public:
virtual XAccessibleRef SAL_CALL getAccessibleAt( const AwtPoint& rPoint )
throw( ::com::sun::star::uno::RuntimeException );
+ virtual sal_Int32 SAL_CALL getForeground( )
+ throw (::com::sun::star::uno::RuntimeException);
+
+ virtual sal_Int32 SAL_CALL getBackground( )
+ throw (::com::sun::star::uno::RuntimeException);
+
// XAccessibleContext -----------------------------------------------------
/** Returns the child count (count of cells in the table). */
@@ -630,6 +644,12 @@ public:
/** Sets the focus to the column of this cell. */
virtual void SAL_CALL grabFocus() throw( ::com::sun::star::uno::RuntimeException );
+ virtual sal_Int32 SAL_CALL getForeground( )
+ throw (::com::sun::star::uno::RuntimeException);
+
+ virtual sal_Int32 SAL_CALL getBackground( )
+ throw (::com::sun::star::uno::RuntimeException);
+
// XAccessibleContext -----------------------------------------------------
/** Returns the child count. */