summaryrefslogtreecommitdiffstats
path: root/sw/inc/accmap.hxx
diff options
context:
space:
mode:
authorMichael Brauer <mib@openoffice.org>2002-04-17 13:26:24 +0000
committerMichael Brauer <mib@openoffice.org>2002-04-17 13:26:24 +0000
commitee62ae94e4761f1b11908b1103e01f22b5a73a52 (patch)
tree12985d6e05f57e4045e5fb492e900f6261890f12 /sw/inc/accmap.hxx
parent#95586#: XAccessibleTable added (diff)
downloadcore-ee62ae94e4761f1b11908b1103e01f22b5a73a52.tar.gz
core-ee62ae94e4761f1b11908b1103e01f22b5a73a52.zip
#95586#: XAccessibleTable
Diffstat (limited to 'sw/inc/accmap.hxx')
-rw-r--r--sw/inc/accmap.hxx29
1 files changed, 16 insertions, 13 deletions
diff --git a/sw/inc/accmap.hxx b/sw/inc/accmap.hxx
index 9ca4a222334d..b5b8ab86dcd8 100644
--- a/sw/inc/accmap.hxx
+++ b/sw/inc/accmap.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: accmap.hxx,v $
*
- * $Revision: 1.10 $
+ * $Revision: 1.11 $
*
- * last change: $Author: mib $ $Date: 2002-04-11 13:53:13 $
+ * last change: $Author: mib $ $Date: 2002-04-17 14:26:24 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -89,23 +89,26 @@ struct SwAccessibleEvent_Impl;
class SwRect;
class ViewShell;
+// real states for events
#define ACC_STATE_EDITABLE 0x01
#define ACC_STATE_OPAQUE 0x02
+
+// pseudo states for events
#define ACC_STATE_CARET 0x80
#define ACC_STATE_MASK 0x7F
class SwAccessibleMap
{
- ::vos::OMutex aMutex;
- ::vos::OMutex aEventMutex;
- SwAccessibleContextMap_Impl *pMap;
- SwAccessibleEventList_Impl *pEvents;
- SwAccessibleEventMap_Impl *pEventMap;
- ViewShell *pVSh;
- sal_Int32 nPara;
- sal_Int32 nFootnote;
- sal_Int32 nEndnote;
+ ::vos::OMutex maMutex;
+ ::vos::OMutex maEventMutex;
+ SwAccessibleContextMap_Impl *mpMap;
+ SwAccessibleEventList_Impl *mpEvents;
+ SwAccessibleEventMap_Impl *mpEventMap;
+ ViewShell *mpVSh;
+ sal_Int32 mnPara;
+ sal_Int32 mnFootnote;
+ sal_Int32 mnEndnote;
static void FireEvent( const SwAccessibleEvent_Impl& rEvent );
void AppendEvent( const SwAccessibleEvent_Impl& rEvent );
@@ -130,8 +133,8 @@ public:
const SwFrm *pFrm,
sal_Bool bCreate = sal_True );
- ViewShell *GetShell() const { return pVSh; }
- const SwRect& GetVisArea() const { return pVSh->VisArea(); }
+ ViewShell *GetShell() const { return mpVSh; }
+ const SwRect& GetVisArea() const { return mpVSh->VisArea(); }
void RemoveContext( const SwFrm *pFrm );