Searched refs:AccessibleCheckBoxCell (Results 1 – 4 of 4) sorted by relevance
37 AccessibleCheckBoxCell::AccessibleCheckBoxCell(const Reference<XAccessible >& _rxParent, in AccessibleCheckBoxCell() function in accessibility::AccessibleCheckBoxCell52 …IMPLEMENT_FORWARD_XINTERFACE2( AccessibleCheckBoxCell, AccessibleBrowseBoxCell, AccessibleCheckBox… in IMPLEMENT_FORWARD_XINTERFACE2() argument54 …IMPLEMENT_FORWARD_XTYPEPROVIDER2( AccessibleCheckBoxCell, AccessibleBrowseBoxCell, AccessibleCheck… in IMPLEMENT_FORWARD_XINTERFACE2()56 …Reference< XAccessibleContext > SAL_CALL AccessibleCheckBoxCell::getAccessibleContext( ) throw (R… in IMPLEMENT_FORWARD_XINTERFACE2()62 ::utl::AccessibleStateSetHelper* AccessibleCheckBoxCell::implCreateStateSetHelper() in implCreateStateSetHelper()80 Any SAL_CALL AccessibleCheckBoxCell::getCurrentValue( ) throw (RuntimeException) in getCurrentValue()102 sal_Bool SAL_CALL AccessibleCheckBoxCell::setCurrentValue( const Any& ) throw (RuntimeException) in setCurrentValue()109 Any SAL_CALL AccessibleCheckBoxCell::getMaximumValue( ) throw (RuntimeException) in getMaximumValue()125 Any SAL_CALL AccessibleCheckBoxCell::getMinimumValue( ) throw (RuntimeException) in getMinimumValue()149 sal_Int32 SAL_CALL AccessibleCheckBoxCell::getAccessibleIndexInParent() in getAccessibleIndexInParent()[all …]
140 AccessibleCheckBoxCell* pCell = in ProcessWindowEvent()141 static_cast< AccessibleCheckBoxCell* >( xChild.get() ); in ProcessWindowEvent()185 … AccessibleCheckBoxCell* pCell = static_cast< AccessibleCheckBoxCell* >( xChild.get() ); in ProcessWindowEvent()232 AccessibleCheckBoxCell* pCell = in ProcessWindowEvent()233 static_cast< AccessibleCheckBoxCell* >( xChild.get() ); in ProcessWindowEvent()262 AccessibleCheckBoxCell* pCell = in ProcessWindowEvent()263 static_cast< AccessibleCheckBoxCell* >( xChild.get() ); in ProcessWindowEvent()
42 class AccessibleCheckBoxCell : public AccessibleBrowseBoxCell class51 virtual ~AccessibleCheckBoxCell() {} in ~AccessibleCheckBoxCell()56 …AccessibleCheckBoxCell(const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XA…
503 return new AccessibleCheckBoxCell( _rxParent, _rBrowseBox, _xFocusWindow, in createAccessibleCheckBoxCell()
Completed in 27 milliseconds