Home
last modified time | relevance | path

Searched refs:AccessibleCheckBoxCell (Results 1 – 4 of 4) sorted by relevance

/trunk/main/accessibility/source/extended/
H A DAccessibleBrowseBoxCheckBoxCell.cxx37 AccessibleCheckBoxCell::AccessibleCheckBoxCell(const Reference<XAccessible >& _rxParent, in AccessibleCheckBoxCell() function in accessibility::AccessibleCheckBoxCell
52 …IMPLEMENT_FORWARD_XINTERFACE2( AccessibleCheckBoxCell, AccessibleBrowseBoxCell, AccessibleCheckBox… in IMPLEMENT_FORWARD_XINTERFACE2() argument
54 …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 …]
H A Daccessibletablistboxtable.cxx140 AccessibleCheckBoxCell* pCell = in ProcessWindowEvent()
141 static_cast< AccessibleCheckBoxCell* >( xChild.get() ); in ProcessWindowEvent()
185AccessibleCheckBoxCell* 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()
/trunk/main/accessibility/inc/accessibility/extended/
H A DAccessibleBrowseBoxCheckBoxCell.hxx42 class AccessibleCheckBoxCell : public AccessibleBrowseBoxCell class
51 virtual ~AccessibleCheckBoxCell() {} in ~AccessibleCheckBoxCell()
56AccessibleCheckBoxCell(const ::com::sun::star::uno::Reference< ::com::sun::star::accessibility::XA…
/trunk/main/accessibility/source/helper/
H A Dacc_factory.cxx503 return new AccessibleCheckBoxCell( _rxParent, _rBrowseBox, _xFocusWindow, in createAccessibleCheckBoxCell()

Completed in 28 milliseconds