summaryrefslogtreecommitdiff
path: root/accessibility
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2008-01-28 13:13:14 +0000
committerVladimir Glazounov <vg@openoffice.org>2008-01-28 13:13:14 +0000
commit6acc2557a726c313ed9e3a7e51bada601258c799 (patch)
treec6847b71fdbf6f8146f3e23f4e41be158a21404c /accessibility
parent2c498593052a240bc20d531d1d827dd3f109951d (diff)
INTEGRATION: CWS tbe32 (1.2.16); FILE MERGED
2007/11/30 12:03:34 tbe 1.2.16.1: #i34062# state change events for SHOWING not reliably sent for menus
Diffstat (limited to 'accessibility')
-rw-r--r--accessibility/inc/accessibility/standard/accessiblemenubasecomponent.hxx12
1 files changed, 6 insertions, 6 deletions
diff --git a/accessibility/inc/accessibility/standard/accessiblemenubasecomponent.hxx b/accessibility/inc/accessibility/standard/accessiblemenubasecomponent.hxx
index 7ca46b42ccaa..02a9b814d6d2 100644
--- a/accessibility/inc/accessibility/standard/accessiblemenubasecomponent.hxx
+++ b/accessibility/inc/accessibility/standard/accessiblemenubasecomponent.hxx
@@ -4,9 +4,9 @@
*
* $RCSfile: accessiblemenubasecomponent.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: hr $ $Date: 2007-06-27 15:23:25 $
+ * last change: $Author: vg $ $Date: 2008-01-28 14:13:14 $
*
* The Contents of this file are made available subject to
* the terms of GNU Lesser General Public License Version 2.1.
@@ -97,7 +97,7 @@ protected:
sal_Bool m_bEnabled;
sal_Bool m_bFocused;
- sal_Bool m_bShowing;
+ sal_Bool m_bVisible;
sal_Bool m_bSelected;
sal_Bool m_bChecked;
@@ -105,19 +105,19 @@ protected:
virtual sal_Bool IsEnabled();
virtual sal_Bool IsFocused();
- virtual sal_Bool IsShowing();
+ virtual sal_Bool IsVisible();
virtual sal_Bool IsSelected();
virtual sal_Bool IsChecked();
void SetEnabled( sal_Bool bEnabled );
void SetFocused( sal_Bool bFocused );
- void SetShowing( sal_Bool bShowing );
+ void SetVisible( sal_Bool bVisible );
void SetSelected( sal_Bool bSelected );
void SetChecked( sal_Bool bChecked );
void UpdateEnabled( sal_Int32 i, sal_Bool bEnabled );
void UpdateFocused( sal_Int32 i, sal_Bool bFocused );
- void UpdateShowing();
+ void UpdateVisible();
void UpdateSelected( sal_Int32 i, sal_Bool bSelected );
void UpdateChecked( sal_Int32 i, sal_Bool bChecked );
void UpdateAccessibleName( sal_Int32 i );