|
LibreOffice Module svx (master) 1
|
Simple struct to hold some information about the single items of the table. More...
#include <charmapacc.hxx>
Public Member Functions | |
| SvxShowCharSetItem (SvxShowCharSet &rParent, SvxShowCharSetAcc *_pParent, sal_uInt16 _nPos) | |
| ~SvxShowCharSetItem () | |
| css::uno::Reference< css::accessibility::XAccessible > | GetAccessible () |
Public Attributes | |
| SvxShowCharSet & | mrParent |
| sal_uInt16 | mnId |
| OUString | maText |
| tools::Rectangle | maRect |
| rtl::Reference< SvxShowCharSetItemAcc > | m_xItem |
| SvxShowCharSetAcc * | m_pParent |
Simple struct to hold some information about the single items of the table.
Definition at line 43 of file charmapacc.hxx.
| svx::SvxShowCharSetItem::SvxShowCharSetItem | ( | SvxShowCharSet & | rParent, |
| SvxShowCharSetAcc * | _pParent, | ||
| sal_uInt16 | _nPos | ||
| ) |
Definition at line 43 of file charmapacc.cxx.
| svx::SvxShowCharSetItem::~SvxShowCharSetItem | ( | ) |
Definition at line 50 of file charmapacc.cxx.
References m_xItem.
| uno::Reference< css::accessibility::XAccessible > svx::SvxShowCharSetItem::GetAccessible | ( | ) |
Definition at line 59 of file charmapacc.cxx.
References m_xItem.
Referenced by svx::SvxShowCharSetAcc::getAccessibleAtPoint(), svx::SvxShowCharSetAcc::getAccessibleCellAt(), svx::SvxShowCharSetAcc::getAccessibleChild(), SvxShowCharSet::SelectIndex(), and SvxSearchCharSet::SelectIndex().
| SvxShowCharSetAcc* svx::SvxShowCharSetItem::m_pParent |
Definition at line 50 of file charmapacc.hxx.
Referenced by svx::SvxShowCharSetAcc::getAccessibleChild(), svx::SvxShowCharSetItemAcc::getAccessibleParent(), svx::SvxShowCharSetItemAcc::getBackground(), and svx::SvxShowCharSetItemAcc::getForeground().
| rtl::Reference<SvxShowCharSetItemAcc> svx::SvxShowCharSetItem::m_xItem |
Definition at line 49 of file charmapacc.hxx.
Referenced by GetAccessible(), SvxShowCharSet::SelectIndex(), SvxSearchCharSet::SelectIndex(), and ~SvxShowCharSetItem().
| tools::Rectangle svx::SvxShowCharSetItem::maRect |
Definition at line 48 of file charmapacc.hxx.
Referenced by SvxShowCharSet::Command(), and svx::SvxShowCharSetItemAcc::implGetBounds().
| OUString svx::SvxShowCharSetItem::maText |
Definition at line 47 of file charmapacc.hxx.
Referenced by svx::SvxShowCharSetItemAcc::getAccessibleDescription(), and svx::SvxShowCharSetItemAcc::getAccessibleName().
| sal_uInt16 svx::SvxShowCharSetItem::mnId |
Definition at line 46 of file charmapacc.hxx.
Referenced by svx::SvxShowCharSetItemAcc::doAccessibleAction(), and svx::SvxShowCharSetItemAcc::getAccessibleStateSet().
| SvxShowCharSet& svx::SvxShowCharSetItem::mrParent |
Definition at line 45 of file charmapacc.hxx.
Referenced by svx::SvxShowCharSetItemAcc::doAccessibleAction(), svx::SvxShowCharSetItemAcc::getAccessibleStateSet(), and svx::SvxShowCharSetItemAcc::implGetBounds().