Lines Matching refs:EditBrowseBoxTableCell

47 	EditBrowseBoxTableCell::EditBrowseBoxTableCell(  in DBG_NAME()
64 EditBrowseBoxTableCell::~EditBrowseBoxTableCell() in ~EditBrowseBoxTableCell()
76 …::rtl::OUString SAL_CALL EditBrowseBoxTableCell::getImplementationName() throw ( ::com::sun::star:… in getImplementationName()
82 …IMPLEMENT_FORWARD_XINTERFACE2( EditBrowseBoxTableCell, AccessibleBrowseBoxCell, OAccessibleContext… in IMPLEMENT_FORWARD_XINTERFACE2() argument
85 …IMPLEMENT_FORWARD_XTYPEPROVIDER2( EditBrowseBoxTableCell, AccessibleBrowseBoxCell, OAccessibleCont… in IMPLEMENT_FORWARD_XINTERFACE2()
88 …void EditBrowseBoxTableCell::notifyTranslatedEvent( const AccessibleEventObject& _rEvent ) throw (… in IMPLEMENT_FORWARD_XINTERFACE2()
95 sal_Int32 SAL_CALL EditBrowseBoxTableCell::getForeground( ) throw (RuntimeException) in getForeground()
105 sal_Int32 SAL_CALL EditBrowseBoxTableCell::getBackground( ) throw (RuntimeException) in getBackground()
115 …Reference< XAccessible > SAL_CALL EditBrowseBoxTableCell::getAccessibleParent( ) throw (RuntimeEx… in getAccessibleParent()
121 …::rtl::OUString SAL_CALL EditBrowseBoxTableCell::getAccessibleDescription() throw ( RuntimeExcepti… in getAccessibleDescription()
128 ::rtl::OUString SAL_CALL EditBrowseBoxTableCell::getAccessibleName() throw ( RuntimeException ) in getAccessibleName()
148 …Reference< XAccessibleRelationSet > SAL_CALL EditBrowseBoxTableCell::getAccessibleRelationSet() th… in getAccessibleRelationSet()
155 …Reference<XAccessibleStateSet > SAL_CALL EditBrowseBoxTableCell::getAccessibleStateSet() throw ( R… in getAccessibleStateSet()
163 sal_Int32 SAL_CALL EditBrowseBoxTableCell::getAccessibleChildCount( ) throw (RuntimeException) in getAccessibleChildCount()
170 …Reference< XAccessible > SAL_CALL EditBrowseBoxTableCell::getAccessibleChild( sal_Int32 i ) throw … in getAccessibleChild()
177 sal_Int16 SAL_CALL EditBrowseBoxTableCell::getAccessibleRole() throw ( RuntimeException ) in getAccessibleRole()
183 void SAL_CALL EditBrowseBoxTableCell::dispose() throw( RuntimeException ) in dispose()
191 …void SAL_CALL EditBrowseBoxTableCell::disposing( const EventObject& _rSource ) throw (RuntimeExcep… in disposing()
197 void SAL_CALL EditBrowseBoxTableCell::disposing() in disposing()
239 …xMyContext = new EditBrowseBoxTableCell( m_xParent, xMe, xInnerContext, *m_pBrowseBox, m_xFocusWin… in getAccessibleContext()