INTEGRATION: CWS uaa02 (1.12.136); FILE MERGED
2003/04/22 08:14:56 mt 1.12.136.1: #108656# Moved Accessibility from drafts to final
This commit is contained in:
parent
24155a9875
commit
e3ab07ddda
1 changed files with 13 additions and 13 deletions
|
@ -2,9 +2,9 @@
|
||||||
*
|
*
|
||||||
* $RCSfile: AccessibleCell.hxx,v $
|
* $RCSfile: AccessibleCell.hxx,v $
|
||||||
*
|
*
|
||||||
* $Revision: 1.12 $
|
* $Revision: 1.13 $
|
||||||
*
|
*
|
||||||
* last change: $Author: thb $ $Date: 2002-06-26 11:12:42 $
|
* last change: $Author: vg $ $Date: 2003-04-24 17:13:24 $
|
||||||
*
|
*
|
||||||
* 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
|
||||||
|
@ -73,8 +73,8 @@
|
||||||
#include "viewdata.hxx"
|
#include "viewdata.hxx"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _DRAFTS_COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLERELATIONSET_HPP_
|
#ifndef _COM_SUN_STAR_ACCESSIBILITY_XACCESSIBLERELATIONSET_HPP_
|
||||||
#include <drafts/com/sun/star/accessibility/XAccessibleRelationSet.hpp>
|
#include <com/sun/star/accessibility/XAccessibleRelationSet.hpp>
|
||||||
#endif
|
#endif
|
||||||
#ifndef _UTL_ACCESSIBLERELATIONSETHELPER_HXX_
|
#ifndef _UTL_ACCESSIBLERELATIONSETHELPER_HXX_
|
||||||
#include <unotools/accessiblerelationsethelper.hxx>
|
#include <unotools/accessiblerelationsethelper.hxx>
|
||||||
|
@ -98,7 +98,7 @@ public:
|
||||||
//===== internal ========================================================
|
//===== internal ========================================================
|
||||||
ScAccessibleCell(
|
ScAccessibleCell(
|
||||||
const ::com::sun::star::uno::Reference<
|
const ::com::sun::star::uno::Reference<
|
||||||
::drafts::com::sun::star::accessibility::XAccessible>& rxParent,
|
::com::sun::star::accessibility::XAccessible>& rxParent,
|
||||||
ScTabViewShell* pViewShell,
|
ScTabViewShell* pViewShell,
|
||||||
ScAddress& rCellAddress,
|
ScAddress& rCellAddress,
|
||||||
sal_Int32 nIndex,
|
sal_Int32 nIndex,
|
||||||
|
@ -123,8 +123,8 @@ public:
|
||||||
|
|
||||||
///===== XAccessibleComponent ============================================
|
///===== XAccessibleComponent ============================================
|
||||||
|
|
||||||
virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible >
|
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible >
|
||||||
SAL_CALL getAccessibleAt(
|
SAL_CALL getAccessibleAtPoint(
|
||||||
const ::com::sun::star::awt::Point& rPoint )
|
const ::com::sun::star::awt::Point& rPoint )
|
||||||
throw (::com::sun::star::uno::RuntimeException);
|
throw (::com::sun::star::uno::RuntimeException);
|
||||||
|
|
||||||
|
@ -151,19 +151,19 @@ public:
|
||||||
|
|
||||||
/// Return the specified child or NULL if index is invalid.
|
/// Return the specified child or NULL if index is invalid.
|
||||||
// is overloaded to calculate this on demand
|
// is overloaded to calculate this on demand
|
||||||
virtual ::com::sun::star::uno::Reference< ::drafts::com::sun::star::accessibility::XAccessible> SAL_CALL
|
virtual ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XAccessible> SAL_CALL
|
||||||
getAccessibleChild(sal_Int32 nIndex)
|
getAccessibleChild(sal_Int32 nIndex)
|
||||||
throw (::com::sun::star::uno::RuntimeException,
|
throw (::com::sun::star::uno::RuntimeException,
|
||||||
::com::sun::star::lang::IndexOutOfBoundsException);
|
::com::sun::star::lang::IndexOutOfBoundsException);
|
||||||
|
|
||||||
/// Return the set of current states.
|
/// Return the set of current states.
|
||||||
virtual ::com::sun::star::uno::Reference<
|
virtual ::com::sun::star::uno::Reference<
|
||||||
::drafts::com::sun::star::accessibility::XAccessibleStateSet> SAL_CALL
|
::com::sun::star::accessibility::XAccessibleStateSet> SAL_CALL
|
||||||
getAccessibleStateSet(void)
|
getAccessibleStateSet(void)
|
||||||
throw (::com::sun::star::uno::RuntimeException);
|
throw (::com::sun::star::uno::RuntimeException);
|
||||||
|
|
||||||
virtual ::com::sun::star::uno::Reference<
|
virtual ::com::sun::star::uno::Reference<
|
||||||
::drafts::com::sun::star::accessibility::XAccessibleRelationSet> SAL_CALL
|
::com::sun::star::accessibility::XAccessibleRelationSet> SAL_CALL
|
||||||
getAccessibleRelationSet(void)
|
getAccessibleRelationSet(void)
|
||||||
throw (::com::sun::star::uno::RuntimeException);
|
throw (::com::sun::star::uno::RuntimeException);
|
||||||
|
|
||||||
|
@ -202,13 +202,13 @@ private:
|
||||||
|
|
||||||
sal_Bool IsDefunc(
|
sal_Bool IsDefunc(
|
||||||
const com::sun::star::uno::Reference<
|
const com::sun::star::uno::Reference<
|
||||||
::drafts::com::sun::star::accessibility::XAccessibleStateSet>& rxParentStates);
|
::com::sun::star::accessibility::XAccessibleStateSet>& rxParentStates);
|
||||||
virtual sal_Bool IsEditable(
|
virtual sal_Bool IsEditable(
|
||||||
const com::sun::star::uno::Reference<
|
const com::sun::star::uno::Reference<
|
||||||
::drafts::com::sun::star::accessibility::XAccessibleStateSet>& rxParentStates);
|
::com::sun::star::accessibility::XAccessibleStateSet>& rxParentStates);
|
||||||
sal_Bool IsOpaque(
|
sal_Bool IsOpaque(
|
||||||
const com::sun::star::uno::Reference<
|
const com::sun::star::uno::Reference<
|
||||||
::drafts::com::sun::star::accessibility::XAccessibleStateSet>& rxParentStates);
|
::com::sun::star::accessibility::XAccessibleStateSet>& rxParentStates);
|
||||||
sal_Bool IsSelected();
|
sal_Bool IsSelected();
|
||||||
|
|
||||||
ScDocument* GetDocument(ScTabViewShell* mpViewShell);
|
ScDocument* GetDocument(ScTabViewShell* mpViewShell);
|
||||||
|
|
Loading…
Reference in a new issue