Lines Matching refs:VCLXAccessibleTabPage
59 VCLXAccessibleTabPage::VCLXAccessibleTabPage( TabControl* pTabControl, sal_uInt16 nPageId ) in VCLXAccessibleTabPage() function in VCLXAccessibleTabPage
72 VCLXAccessibleTabPage::~VCLXAccessibleTabPage() in ~VCLXAccessibleTabPage()
80 bool VCLXAccessibleTabPage::IsFocused() in IsFocused()
92 bool VCLXAccessibleTabPage::IsSelected() in IsSelected()
104 void VCLXAccessibleTabPage::SetFocused( bool bFocused ) in SetFocused()
120 void VCLXAccessibleTabPage::SetSelected( bool bSelected ) in SetSelected()
136 void VCLXAccessibleTabPage::SetPageText( const ::rtl::OUString& sPageText ) in SetPageText()
152 ::rtl::OUString VCLXAccessibleTabPage::GetPageText() in GetPageText()
163 void VCLXAccessibleTabPage::Update( bool bNew ) in Update()
186 void VCLXAccessibleTabPage::FillAccessibleStateSet( utl::AccessibleStateSetHelper& rStateSet ) in FillAccessibleStateSet()
210 awt::Rectangle VCLXAccessibleTabPage::implGetBounds() throw (RuntimeException) in implGetBounds()
224 ::rtl::OUString VCLXAccessibleTabPage::implGetText() in implGetText()
231 lang::Locale VCLXAccessibleTabPage::implGetLocale() in implGetLocale()
238 void VCLXAccessibleTabPage::implGetSelection( sal_Int32& nStartIndex, sal_Int32& nEndIndex ) in implGetSelection()
248 IMPLEMENT_FORWARD_XINTERFACE2( VCLXAccessibleTabPage, AccessibleTextHelper_BASE, VCLXAccessibleTabP… in IMPLEMENT_FORWARD_XINTERFACE2() argument
254 IMPLEMENT_FORWARD_XTYPEPROVIDER2( VCLXAccessibleTabPage, AccessibleTextHelper_BASE, VCLXAccessibleT… in IMPLEMENT_FORWARD_XINTERFACE2()
260 void VCLXAccessibleTabPage::disposing() in IMPLEMENT_FORWARD_XINTERFACE2()
272 ::rtl::OUString VCLXAccessibleTabPage::getImplementationName() throw (RuntimeException) in getImplementationName()
279 sal_Bool VCLXAccessibleTabPage::supportsService( const ::rtl::OUString& rServiceName ) throw (Runti… in supportsService()
292 Sequence< ::rtl::OUString > VCLXAccessibleTabPage::getSupportedServiceNames() throw (RuntimeExcepti… in getSupportedServiceNames()
303 Reference< XAccessibleContext > VCLXAccessibleTabPage::getAccessibleContext( ) throw (RuntimeExcep… in getAccessibleContext()
314 sal_Int32 VCLXAccessibleTabPage::getAccessibleChildCount() throw (RuntimeException) in getAccessibleChildCount()
331 Reference< XAccessible > VCLXAccessibleTabPage::getAccessibleChild( sal_Int32 i ) throw (IndexOutOf… in getAccessibleChild()
351 Reference< XAccessible > VCLXAccessibleTabPage::getAccessibleParent( ) throw (RuntimeException) in getAccessibleParent()
364 sal_Int32 VCLXAccessibleTabPage::getAccessibleIndexInParent( ) throw (RuntimeException) in getAccessibleIndexInParent()
377 sal_Int16 VCLXAccessibleTabPage::getAccessibleRole( ) throw (RuntimeException) in getAccessibleRole()
386 ::rtl::OUString VCLXAccessibleTabPage::getAccessibleDescription( ) throw (RuntimeException) in getAccessibleDescription()
399 ::rtl::OUString VCLXAccessibleTabPage::getAccessibleName( ) throw (RuntimeException) in getAccessibleName()
408 Reference< XAccessibleRelationSet > VCLXAccessibleTabPage::getAccessibleRelationSet( ) throw (Runt… in getAccessibleRelationSet()
419 Reference< XAccessibleStateSet > VCLXAccessibleTabPage::getAccessibleStateSet( ) throw (RuntimeExc… in getAccessibleStateSet()
440 Locale VCLXAccessibleTabPage::getLocale( ) throw (IllegalAccessibleComponentStateException, Runtim… in getLocale()
451 Reference< XAccessible > VCLXAccessibleTabPage::getAccessibleAtPoint( const awt::Point& rPoint ) th… in getAccessibleAtPoint()
480 void VCLXAccessibleTabPage::grabFocus( ) throw (RuntimeException) in grabFocus()
493 sal_Int32 VCLXAccessibleTabPage::getForeground( ) throw (RuntimeException) in getForeground()
511 sal_Int32 VCLXAccessibleTabPage::getBackground( ) throw (RuntimeException) in getBackground()
531 Reference< awt::XFont > VCLXAccessibleTabPage::getFont( ) throw (RuntimeException) in getFont()
549 ::rtl::OUString VCLXAccessibleTabPage::getTitledBorderText( ) throw (RuntimeException) in getTitledBorderText()
558 ::rtl::OUString VCLXAccessibleTabPage::getToolTipText( ) throw (RuntimeException) in getToolTipText()
569 sal_Int32 VCLXAccessibleTabPage::getCaretPosition() throw (RuntimeException) in getCaretPosition()
578 sal_Bool VCLXAccessibleTabPage::setCaretPosition( sal_Int32 nIndex ) throw (IndexOutOfBoundsExcepti… in setCaretPosition()
590 Sequence< PropertyValue > VCLXAccessibleTabPage::getCharacterAttributes( sal_Int32 nIndex, const Se… in getCharacterAttributes()
614 awt::Rectangle VCLXAccessibleTabPage::getCharacterBounds( sal_Int32 nIndex ) throw (IndexOutOfBound… in getCharacterBounds()
635 sal_Int32 VCLXAccessibleTabPage::getIndexAtPoint( const awt::Point& aPoint ) throw (RuntimeExceptio… in getIndexAtPoint()
656 sal_Bool VCLXAccessibleTabPage::setSelection( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (I… in setSelection()
668 sal_Bool VCLXAccessibleTabPage::copyText( sal_Int32 nStartIndex, sal_Int32 nEndIndex ) throw (Index… in copyText()