summaryrefslogtreecommitdiffstats
path: root/sw/inc/accmap.hxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2002-05-16 06:56:53 +0000
committerMichael Brauer <mib@openoffice.org>2002-05-16 06:56:53 +0000
commitda8c0198f8363828f91f6265b714d654e8709f20 (patch)
tree76739b2e6b179aeec8f706c36970e194918ac6cc /sw/inc/accmap.hxx
parentAccessibility implementation for Math (diff)
downloadcore-da8c0198f8363828f91f6265b714d654e8709f20.tar.gz
core-da8c0198f8363828f91f6265b714d654e8709f20.zip
#95586#: focus events improved
Diffstat (limited to 'sw/inc/accmap.hxx')
-rw-r--r--sw/inc/accmap.hxx6
1 files changed, 4 insertions, 2 deletions
diff --git a/sw/inc/accmap.hxx b/sw/inc/accmap.hxx
index 58b58622814a..94aaa9383a52 100644
--- a/sw/inc/accmap.hxx
+++ b/sw/inc/accmap.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: accmap.hxx,v $
*
- * $Revision: 1.14 $
+ * $Revision: 1.15 $
*
- * last change: $Author: mib $ $Date: 2002-05-15 13:22:47 $
+ * last change: $Author: mib $ $Date: 2002-05-16 07:51:04 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -139,6 +139,7 @@ class SwAccessibleMap : public accessibility::IAccessibleViewForwarder
const ::com::sun::star::uno::Reference<
::drafts::com::sun::star::accessibility::XAccessible>& rAcc );
void DoInvalidateShapeSelection();
+ void DoInvalidateShapeFocus();
void InvalidateShapeSelection();
void _InvalidateRelationSet( const SwFrm* pFrm, sal_Bool bFrom );
@@ -185,6 +186,7 @@ public:
void InvalidateContent( const SwFrm *pFrm );
void InvalidateCursorPosition( const SwFrm *pFrm );
+ void InvalidateFocus();
void SetCursorContext(
const ::vos::ORef < SwAccessibleContext >& rCursorContext );