Kaydet (Commit) 73b0b6c1 authored tarafından Thorsten Behrens's avatar Thorsten Behrens

#100593# Added ENABLED state, corrected ROLE

üst 7042d5f5
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: AccessibleEditableTextPara.cxx,v $ * $RCSfile: AccessibleEditableTextPara.cxx,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: thb $ $Date: 2002-06-13 09:46:38 $ * last change: $Author: thb $ $Date: 2002-06-25 12:21:28 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -182,6 +182,7 @@ namespace accessibility ...@@ -182,6 +182,7 @@ namespace accessibility
pStateSet->AddState( AccessibleStateType::FOCUSABLE ); pStateSet->AddState( AccessibleStateType::FOCUSABLE );
pStateSet->AddState( AccessibleStateType::VISIBLE ); pStateSet->AddState( AccessibleStateType::VISIBLE );
pStateSet->AddState( AccessibleStateType::SHOWING ); pStateSet->AddState( AccessibleStateType::SHOWING );
pStateSet->AddState( AccessibleStateType::ENABLED );
} }
AccessibleEditableTextPara::~AccessibleEditableTextPara() AccessibleEditableTextPara::~AccessibleEditableTextPara()
...@@ -653,7 +654,7 @@ namespace accessibility ...@@ -653,7 +654,7 @@ namespace accessibility
sal_Int16 SAL_CALL AccessibleEditableTextPara::getAccessibleRole() throw (uno::RuntimeException) sal_Int16 SAL_CALL AccessibleEditableTextPara::getAccessibleRole() throw (uno::RuntimeException)
{ {
// TODO // TODO
return AccessibleRole::TEXT; return AccessibleRole::PARAGRAPH;
} }
::rtl::OUString SAL_CALL AccessibleEditableTextPara::getAccessibleDescription() throw (uno::RuntimeException) ::rtl::OUString SAL_CALL AccessibleEditableTextPara::getAccessibleDescription() throw (uno::RuntimeException)
......
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: AccessibleImageBullet.cxx,v $ * $RCSfile: AccessibleImageBullet.cxx,v $
* *
* $Revision: 1.8 $ * $Revision: 1.9 $
* *
* last change: $Author: thb $ $Date: 2002-06-13 09:46:38 $ * last change: $Author: thb $ $Date: 2002-06-25 12:21:28 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -150,6 +150,7 @@ namespace accessibility ...@@ -150,6 +150,7 @@ namespace accessibility
// these are always on // these are always on
pStateSet->AddState( AccessibleStateType::VISIBLE ); pStateSet->AddState( AccessibleStateType::VISIBLE );
pStateSet->AddState( AccessibleStateType::SHOWING ); pStateSet->AddState( AccessibleStateType::SHOWING );
pStateSet->AddState( AccessibleStateType::ENABLED );
} }
AccessibleImageBullet::~AccessibleImageBullet() AccessibleImageBullet::~AccessibleImageBullet()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment