Home
last modified time | relevance | path

Searched refs:AccessibleGridControlTableCell (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/accessibility/source/extended/
H A DAccessibleGridControlTableCell.cxx98 ::rtl::OUString AccessibleGridControlTableCell::implGetText() in implGetText()
104 ::com::sun::star::lang::Locale AccessibleGridControlTableCell::implGetLocale() in implGetLocale()
110 …void AccessibleGridControlTableCell::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndInde… in implGetSelection()
116AccessibleGridControlTableCell::AccessibleGridControlTableCell(const Reference<XAccessible >& _rxP… in AccessibleGridControlTableCell() function in accessibility::AccessibleGridControlTableCell
128 ::com::sun::star::uno::Any SAL_CALL AccessibleGridControlTableCell::queryInterface( in queryInterface()
139 void SAL_CALL AccessibleGridControlTableCell::acquire() throw () in acquire()
145 void SAL_CALL AccessibleGridControlTableCell::release() throw () in release()
150 …::com::sun::star::awt::Rectangle SAL_CALL AccessibleGridControlTableCell::getCharacterBounds( sal_… in getCharacterBounds()
166 …sal_Int32 SAL_CALL AccessibleGridControlTableCell::getIndexAtPoint( const ::com::sun::star::awt::P… in getIndexAtPoint()
178 ::rtl::OUString SAL_CALL AccessibleGridControlTableCell::getImplementationName() in getImplementationName()
[all …]
H A DAccessibleGridControlTable.cxx84AccessibleGridControlTableCell* pCell = new AccessibleGridControlTableCell(this, m_aTable, nChildI… in getAccessibleChild()
117 … xChild = new AccessibleGridControlTableCell(this, m_aTable, nRow, nColumnPos, TCTYPE_TABLECELL); in getAccessibleAtPoint()
242AccessibleGridControlTableCell* pCell = new AccessibleGridControlTableCell(this, m_aTable, nRow, n… in getAccessibleCellAt()
409 std::vector< AccessibleGridControlTableCell* >& AccessibleGridControlTable::getCellVector() in getCellVector()
H A DAccessibleGridControl.cxx77 AccessibleGridControlTableCell* m_pCell;
349 … std::vector< AccessibleGridControlTableCell* > xCellCont = m_pImpl->m_pTable->getCellVector(); in commitCellEvent()
381 …std::vector< AccessibleGridControlTableCell* >::iterator m_pCell = m_pImpl->m_pTable->getCellVecto… in commitTableEvent()
H A Dmakefile.mk67 $(SLO)$/AccessibleGridControlTableCell.obj \
/AOO41X/main/accessibility/inc/accessibility/extended/
H A DAccessibleGridControlTable.hxx56 std::vector< AccessibleGridControlTableCell* > m_pCellVector;
199 std::vector< AccessibleGridControlTableCell* >& getCellVector();
H A DAccessibleGridControlTableCell.hxx68 class AccessibleGridControlTableCell :public AccessibleGridControlCell class
81AccessibleGridControlTableCell( const ::com::sun::star::uno::Reference< ::com::sun::star::accessib…