Lines Matching refs:VCLXAccessibleToolBoxItem

62 DBG_NAME(VCLXAccessibleToolBoxItem)  in DBG_NAME()  argument
67 VCLXAccessibleToolBoxItem::VCLXAccessibleToolBoxItem( ToolBox* _pToolBox, sal_Int32 _nPos ) : in DBG_NAME()
80 DBG_CTOR( VCLXAccessibleToolBoxItem, NULL ); in DBG_NAME()
125 VCLXAccessibleToolBoxItem::~VCLXAccessibleToolBoxItem() in ~VCLXAccessibleToolBoxItem()
127 DBG_DTOR( VCLXAccessibleToolBoxItem, NULL ); in ~VCLXAccessibleToolBoxItem()
133 ::rtl::OUString VCLXAccessibleToolBoxItem::GetText( bool _bAsName ) in GetText()
167 void VCLXAccessibleToolBoxItem::SetFocus( sal_Bool _bFocus ) in SetFocus()
182 void VCLXAccessibleToolBoxItem::SetChecked( sal_Bool _bCheck ) in SetChecked()
199 void VCLXAccessibleToolBoxItem::SetIndeterminate( bool _bIndeterminate ) in SetIndeterminate()
213 void VCLXAccessibleToolBoxItem::NameChanged() in NameChanged()
227 void VCLXAccessibleToolBoxItem::SetChild( const Reference< XAccessible >& _xChild ) in SetChild()
232 void VCLXAccessibleToolBoxItem::NotifyChildEvent( const Reference< XAccessible >& _xChild, bool _bS… in NotifyChildEvent()
239 void VCLXAccessibleToolBoxItem::ToggleEnableState() in ToggleEnableState()
257 awt::Rectangle SAL_CALL VCLXAccessibleToolBoxItem::implGetBounds( ) throw (RuntimeException) in implGetBounds()
266 ::rtl::OUString VCLXAccessibleToolBoxItem::implGetText() in implGetText()
271 Locale VCLXAccessibleToolBoxItem::implGetLocale() in implGetLocale()
276 void VCLXAccessibleToolBoxItem::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection()
284 IMPLEMENT_FORWARD_REFCOUNT( VCLXAccessibleToolBoxItem, AccessibleTextHelper_BASE ) in IMPLEMENT_FORWARD_REFCOUNT() argument
285 Any SAL_CALL VCLXAccessibleToolBoxItem::queryInterface( const Type& _rType ) throw (RuntimeExceptio… in IMPLEMENT_FORWARD_REFCOUNT()
301 IMPLEMENT_FORWARD_XTYPEPROVIDER2( VCLXAccessibleToolBoxItem, AccessibleTextHelper_BASE, VCLXAccessi… in IMPLEMENT_FORWARD_XTYPEPROVIDER2() argument
305 void SAL_CALL VCLXAccessibleToolBoxItem::disposing() in IMPLEMENT_FORWARD_XTYPEPROVIDER2()
313 ::rtl::OUString VCLXAccessibleToolBoxItem::getImplementationName() throw (RuntimeException) in getImplementationName()
318 sal_Bool VCLXAccessibleToolBoxItem::supportsService( const ::rtl::OUString& rServiceName ) throw (R… in supportsService()
329 Sequence< ::rtl::OUString > VCLXAccessibleToolBoxItem::getSupportedServiceNames() throw (RuntimeExc… in getSupportedServiceNames()
341 Reference< XAccessibleContext > SAL_CALL VCLXAccessibleToolBoxItem::getAccessibleContext( ) throw … in getAccessibleContext()
348 sal_Int32 SAL_CALL VCLXAccessibleToolBoxItem::getAccessibleChildCount( ) throw (RuntimeException) in getAccessibleChildCount()
355 Reference< XAccessible > SAL_CALL VCLXAccessibleToolBoxItem::getAccessibleChild( sal_Int32 i ) thro… in getAccessibleChild()
366 Reference< XAccessible > SAL_CALL VCLXAccessibleToolBoxItem::getAccessibleParent( ) throw (Runtime… in getAccessibleParent()
373 sal_Int32 SAL_CALL VCLXAccessibleToolBoxItem::getAccessibleIndexInParent( ) throw (RuntimeExceptio… in getAccessibleIndexInParent()
380 sal_Int16 SAL_CALL VCLXAccessibleToolBoxItem::getAccessibleRole( ) throw (RuntimeException) in getAccessibleRole()
387 ::rtl::OUString SAL_CALL VCLXAccessibleToolBoxItem::getAccessibleDescription( ) throw (RuntimeExce… in getAccessibleDescription()
406 ::rtl::OUString SAL_CALL VCLXAccessibleToolBoxItem::getAccessibleName( ) throw (RuntimeException) in getAccessibleName()
414 Reference< XAccessibleRelationSet > SAL_CALL VCLXAccessibleToolBoxItem::getAccessibleRelationSet( … in getAccessibleRelationSet()
423 Reference< XAccessibleStateSet > SAL_CALL VCLXAccessibleToolBoxItem::getAccessibleStateSet( ) thro… in getAccessibleStateSet()
457 sal_Int32 SAL_CALL VCLXAccessibleToolBoxItem::getCaretPosition() throw (RuntimeException) in getCaretPosition()
462 sal_Bool SAL_CALL VCLXAccessibleToolBoxItem::setCaretPosition( sal_Int32 nIndex ) throw (IndexOutOf… in setCaretPosition()
472 Sequence< PropertyValue > SAL_CALL VCLXAccessibleToolBoxItem::getCharacterAttributes( sal_Int32 nIn… in getCharacterAttributes()
484 awt::Rectangle SAL_CALL VCLXAccessibleToolBoxItem::getCharacterBounds( sal_Int32 nIndex ) throw (In… in getCharacterBounds()
505 sal_Int32 SAL_CALL VCLXAccessibleToolBoxItem::getIndexAtPoint( const awt::Point& aPoint ) throw (Ru… in getIndexAtPoint()
524 sal_Bool SAL_CALL VCLXAccessibleToolBoxItem::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndInd… in setSelection()
534 sal_Bool SAL_CALL VCLXAccessibleToolBoxItem::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex )… in copyText()
569 Reference< XAccessible > SAL_CALL VCLXAccessibleToolBoxItem::getAccessibleAtPoint( const awt::Point… in getAccessibleAtPoint()
574 void SAL_CALL VCLXAccessibleToolBoxItem::grabFocus( ) throw (RuntimeException) in grabFocus()
589 sal_Int32 SAL_CALL VCLXAccessibleToolBoxItem::getForeground( ) throw (RuntimeException) in getForeground()
600 sal_Int32 SAL_CALL VCLXAccessibleToolBoxItem::getBackground( ) throw (RuntimeException) in getBackground()
613 Reference< awt::XFont > SAL_CALL VCLXAccessibleToolBoxItem::getFont( ) throw (RuntimeException) in getFont()
618 awt::FontDescriptor SAL_CALL VCLXAccessibleToolBoxItem::getFontMetrics( const Reference< awt::XFont… in getFontMetrics()
623 ::rtl::OUString SAL_CALL VCLXAccessibleToolBoxItem::getTitledBorderText( ) throw (RuntimeException) in getTitledBorderText()
634 ::rtl::OUString SAL_CALL VCLXAccessibleToolBoxItem::getToolTipText( ) throw (RuntimeException) in getToolTipText()
654 sal_Int32 VCLXAccessibleToolBoxItem::getAccessibleActionCount( ) throw (RuntimeException) in getAccessibleActionCount()
660 sal_Bool VCLXAccessibleToolBoxItem::doAccessibleAction ( sal_Int32 nIndex ) throw (IndexOutOfBounds… in doAccessibleAction()
673 ::rtl::OUString VCLXAccessibleToolBoxItem::getAccessibleActionDescription ( sal_Int32 nIndex ) thro… in getAccessibleActionDescription()
683 Reference< XAccessibleKeyBinding > VCLXAccessibleToolBoxItem::getAccessibleActionKeyBinding( sal_In… in getAccessibleActionKeyBinding()
695 Any VCLXAccessibleToolBoxItem::getCurrentValue( ) throw (RuntimeException) in getCurrentValue()
708 sal_Bool VCLXAccessibleToolBoxItem::setCurrentValue( const Any& aNumber ) throw (RuntimeException) in setCurrentValue()
731 Any VCLXAccessibleToolBoxItem::getMaximumValue( ) throw (RuntimeException) in getMaximumValue()
736 Any VCLXAccessibleToolBoxItem::getMinimumValue( ) throw (RuntimeException) in getMinimumValue()