diff options
author | Sascha Ballach <sab@openoffice.org> | 2002-09-02 13:34:56 +0000 |
---|---|---|
committer | Sascha Ballach <sab@openoffice.org> | 2002-09-02 13:34:56 +0000 |
commit | b9279af77f1678b86c6672e211cf3e0dfe613aeb (patch) | |
tree | 87f7f945724551cba5d53ddab94853bccee89a4e /sc/source/ui/inc/preview.hxx | |
parent | 6d79576b3a781cf77ab289c3d0431119fefa6a9e (diff) |
#102444#; send more specific events to the accessibility objects
Diffstat (limited to 'sc/source/ui/inc/preview.hxx')
-rw-r--r-- | sc/source/ui/inc/preview.hxx | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/sc/source/ui/inc/preview.hxx b/sc/source/ui/inc/preview.hxx index 855362f59618..b32e940803e1 100644 --- a/sc/source/ui/inc/preview.hxx +++ b/sc/source/ui/inc/preview.hxx @@ -2,9 +2,9 @@ * * $RCSfile: preview.hxx,v $ * - * $Revision: 1.3 $ + * $Revision: 1.4 $ * - * last change: $Author: nn $ $Date: 2002-02-27 19:34:18 $ + * last change: $Author: sab $ $Date: 2002-09-02 14:34:56 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -113,13 +113,16 @@ private: void UpdateDrawView(); void DoPrint( ScPreviewLocationData* pFillLocation ); - void InvalidateLocationData(); + void InvalidateLocationData( ULONG nId ); protected: virtual void Paint( const Rectangle& rRect ); virtual void Command( const CommandEvent& rCEvt ); virtual void KeyInput( const KeyEvent& rKEvt ); + virtual void GetFocus(); + virtual void LoseFocus(); + virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible > CreateAccessible(); public: |