LibreOffice Module sw (master) 1
Public Member Functions | Private Member Functions | Private Attributes | List of all members
SwAccessibleSelectionHelper Class Reference

#include <accselectionhelper.hxx>

Collaboration diagram for SwAccessibleSelectionHelper:
[legend]

Public Member Functions

 SwAccessibleSelectionHelper (SwAccessibleContext &rContext)
 
void selectAccessibleChild (sal_Int64 nChildIndex)
 
bool isAccessibleChildSelected (sal_Int64 nChildIndex)
 
void selectAllAccessibleChildren ()
 
sal_Int64 getSelectedAccessibleChildCount ()
 
css::uno::Reference< css::accessibility::XAccessible > getSelectedAccessibleChild (sal_Int64 nSelectedChildIndex)
 
void deselectAccessibleChild (sal_Int64 nChildIndex)
 

Private Member Functions

SwFEShellGetFEShell ()
 get FE-Shell More...
 
void throwIndexOutOfBoundsException ()
 

Private Attributes

SwAccessibleContextm_rContext
 the context on which this helper works More...
 

Detailed Description

Definition at line 31 of file accselectionhelper.hxx.

Constructor & Destructor Documentation

◆ SwAccessibleSelectionHelper()

SwAccessibleSelectionHelper::SwAccessibleSelectionHelper ( SwAccessibleContext rContext)

Definition at line 47 of file accselectionhelper.cxx.

References m_rContext.

Member Function Documentation

◆ deselectAccessibleChild()

void SwAccessibleSelectionHelper::deselectAccessibleChild ( sal_Int64  nChildIndex)

◆ GetFEShell()

SwFEShell * SwAccessibleSelectionHelper::GetFEShell ( )
private

◆ getSelectedAccessibleChild()

Reference< XAccessible > SwAccessibleSelectionHelper::getSelectedAccessibleChild ( sal_Int64  nSelectedChildIndex)

◆ getSelectedAccessibleChildCount()

sal_Int64 SwAccessibleSelectionHelper::getSelectedAccessibleChildCount ( )

◆ isAccessibleChildSelected()

bool SwAccessibleSelectionHelper::isAccessibleChildSelected ( sal_Int64  nChildIndex)

◆ selectAccessibleChild()

void SwAccessibleSelectionHelper::selectAccessibleChild ( sal_Int64  nChildIndex)

◆ selectAllAccessibleChildren()

void SwAccessibleSelectionHelper::selectAllAccessibleChildren ( )

◆ throwIndexOutOfBoundsException()

void SwAccessibleSelectionHelper::throwIndexOutOfBoundsException ( )
private
Exceptions
css::lang::IndexOutOfBoundsException

Definition at line 65 of file accselectionhelper.cxx.

References m_rContext.

Referenced by deselectAccessibleChild(), getSelectedAccessibleChild(), isAccessibleChildSelected(), and selectAccessibleChild().

Member Data Documentation

◆ m_rContext

SwAccessibleContext& SwAccessibleSelectionHelper::m_rContext
private

The documentation for this class was generated from the following files: