diff options
author | Michael Brauer <mib@openoffice.org> | 2002-02-14 09:34:12 +0000 |
---|---|---|
committer | Michael Brauer <mib@openoffice.org> | 2002-02-14 09:34:12 +0000 |
commit | 1beab45247f26f0742536ddf8ceb5aac84c7378b (patch) | |
tree | c286d4cdacc8c61e1439c77a8157efebd98e4b03 /sw/source/ui/inc/edtwin.hxx | |
parent | 63b19a5c7d8949d5601e547ab599b2247dfb81a0 (diff) |
#95586#: Accessible Layout
Diffstat (limited to 'sw/source/ui/inc/edtwin.hxx')
-rw-r--r-- | sw/source/ui/inc/edtwin.hxx | 14 |
1 files changed, 11 insertions, 3 deletions
diff --git a/sw/source/ui/inc/edtwin.hxx b/sw/source/ui/inc/edtwin.hxx index a90e7db5c939..4e2a1df3baae 100644 --- a/sw/source/ui/inc/edtwin.hxx +++ b/sw/source/ui/inc/edtwin.hxx @@ -2,9 +2,9 @@ * * $RCSfile: edtwin.hxx,v $ * - * $Revision: 1.4 $ + * $Revision: 1.5 $ * - * last change: $Author: jp $ $Date: 2001-09-11 15:05:34 $ + * last change: $Author: mib $ $Date: 2002-02-14 10:34:12 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -174,7 +174,10 @@ friend void PageNumNotify( ViewShell* pVwSh, bTblIsColMode : 1, // bChainMode : 1, //Rahmen verbinden bWasShdwCrsr : 1, //ShadowCrsr war im MouseButtonDown an - bLockInput : 1; //Lock waehrend die Rechenleiste aktiv ist + bLockInput : 1, //Lock waehrend die Rechenleiste aktiv ist +#ifdef ACCESSIBLE_LAYOUT + bHasAccessible : 1; +#endif void LeaveArea(const Point &); @@ -287,6 +290,11 @@ public: const SwView &GetView() const { return rView; } SwView &GetView() { return rView; } +#ifdef ACCESSIBLE_LAYOUT + virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible > CreateAccessible(); + void UpdateAccessible(); +#endif + // Tipfenster loeschen static void ClearTip(); |