Lines Matching refs:AccessibleCell

56 AccessibleCell::AccessibleCell( const ::com::sun::star::uno::Reference< ::com::sun::star::accessibi…  in AccessibleCell()  function in accessibility::AccessibleCell
69 AccessibleCell::~AccessibleCell (void) in ~AccessibleCell()
76 void AccessibleCell::Init (void) in Init()
105 sal_Bool AccessibleCell::SetState (sal_Int16 aState) in SetState()
125 sal_Bool AccessibleCell::ResetState (sal_Int16 aState) in ResetState()
145 sal_Bool AccessibleCell::GetState (sal_Int16 aState) in GetState()
159 bool AccessibleCell::operator== (const AccessibleCell& rAccessibleCell) in operator ==()
168 Any SAL_CALL AccessibleCell::queryInterface( const Type& aType ) throw (RuntimeException) in queryInterface()
175 void SAL_CALL AccessibleCell::acquire( ) throw () in acquire()
182 void SAL_CALL AccessibleCell::release( ) throw () in release()
193 sal_Int32 SAL_CALL AccessibleCell::getAccessibleChildCount() throw (::com::sun::star::uno::RuntimeE… in getAccessibleChildCount()
205 Reference<XAccessible> SAL_CALL AccessibleCell::getAccessibleChild (sal_Int32 nIndex) throw (IndexO… in getAccessibleChild()
222 Reference<XAccessibleStateSet> SAL_CALL AccessibleCell::getAccessibleStateSet (void) throw (Runtime… in getAccessibleStateSet()
293 sal_Bool SAL_CALL AccessibleCell::containsPoint( const ::com::sun::star::awt::Point& aPoint) throw … in containsPoint()
306 Reference<XAccessible > SAL_CALL AccessibleCell::getAccessibleAtPoint ( const ::com::sun::star::aw… in getAccessibleAtPoint()
337 ::com::sun::star::awt::Rectangle SAL_CALL AccessibleCell::getBounds(void) throw(RuntimeException) in getBounds()
384 ::com::sun::star::awt::Point SAL_CALL AccessibleCell::getLocation(void) throw (RuntimeException) in getLocation()
393 ::com::sun::star::awt::Point SAL_CALL AccessibleCell::getLocationOnScreen(void) throw(RuntimeExcept… in getLocationOnScreen()
418 awt::Size SAL_CALL AccessibleCell::getSize (void) throw (RuntimeException) in getSize()
427 void SAL_CALL AccessibleCell::addFocusListener ( const ::com::sun::star::uno::Reference< ::com::sun… in addFocusListener()
434 void SAL_CALL AccessibleCell::removeFocusListener (const ::com::sun::star::uno::Reference< ::com::s… in removeFocusListener()
441 void SAL_CALL AccessibleCell::grabFocus (void) throw (::com::sun::star::uno::RuntimeException) in grabFocus()
448 sal_Int32 SAL_CALL AccessibleCell::getForeground(void) throw (RuntimeException) in getForeground()
459 sal_Int32 SAL_CALL AccessibleCell::getBackground (void) throw (RuntimeException) in getBackground()
472 ::com::sun::star::uno::Reference< ::com::sun::star::awt::XFont > SAL_CALL AccessibleCell::getFont (… in getFont()
480 ::rtl::OUString SAL_CALL AccessibleCell::getTitledBorderText (void) throw (::com::sun::star::uno::R… in getTitledBorderText()
487 ::rtl::OUString SAL_CALL AccessibleCell::getToolTipText (void) throw (::com::sun::star::uno::Runtim… in getToolTipText()
496 void SAL_CALL AccessibleCell::addEventListener( const Reference<XAccessibleEventListener >& rxListe… in addEventListener()
516 void SAL_CALL AccessibleCell::removeEventListener( const Reference<XAccessibleEventListener >& rxLi… in removeEventListener()
528 OUString SAL_CALL AccessibleCell::getImplementationName(void) throw (RuntimeException) in getImplementationName()
535 Sequence<OUString> SAL_CALL AccessibleCell::getSupportedServiceNames(void) throw (RuntimeException) in getSupportedServiceNames()
555 void AccessibleCell::ViewForwarderChanged (ChangeType /*aChangeType*/, const IAccessibleViewForward… in ViewForwarderChanged()
570 void AccessibleCell::disposing (void) in disposing()
597 sal_Int32 SAL_CALL AccessibleCell::getAccessibleIndexInParent (void) throw (RuntimeException) in getAccessibleIndexInParent()
603 sdr::table::CellRef AccessibleCell::getCellRef() in getCellRef()
607 ::rtl::OUString AccessibleCell::getCellName( sal_Int32 nCol, sal_Int32 nRow ) in getCellName()
643 ::rtl::OUString SAL_CALL AccessibleCell::getAccessibleName (void) throw (::com::sun::star::uno::Run… in getAccessibleName()
661 void AccessibleCell::UpdateChildren() in UpdateChildren()