Lines Matching refs:SvxRectCtlChildAccessibleContext
183 mpChilds = new SvxRectCtlChildAccessibleContext*[ MAX_NUM_OF_CHILDS ]; in SvxRectCtlAccessibleContext()
185 SvxRectCtlChildAccessibleContext** p = mpChilds; in SvxRectCtlAccessibleContext()
316 SvxRectCtlChildAccessibleContext* pChild = new SvxRectCtlChildAccessibleContext( in getAccessibleChild()
678 SvxRectCtlChildAccessibleContext* pChild; in FireChildFocus()
708 SvxRectCtlChildAccessibleContext* pChild; in selectChild()
782 SvxRectCtlChildAccessibleContext** p = mpChilds; in disposing()
785 SvxRectCtlChildAccessibleContext* pChild = *p; in disposing()
857 DBG_NAME( SvxRectCtlChildAccessibleContext ) in DBG_NAME() argument
860 SvxRectCtlChildAccessibleContext::SvxRectCtlChildAccessibleContext( in DBG_NAME()
878 DBG_CTOR( SvxRectCtlChildAccessibleContext, NULL ); in DBG_NAME()
882 SvxRectCtlChildAccessibleContext::~SvxRectCtlChildAccessibleContext() in ~SvxRectCtlChildAccessibleContext()
884 DBG_DTOR( SvxRectCtlChildAccessibleContext, NULL ); in ~SvxRectCtlChildAccessibleContext()
895 Reference< XAccessibleContext> SAL_CALL SvxRectCtlChildAccessibleContext::getAccessibleContext( voi… in getAccessibleContext()
902 sal_Bool SAL_CALL SvxRectCtlChildAccessibleContext::containsPoint( const awt::Point& rPoint ) throw… in containsPoint()
909 Reference< XAccessible > SAL_CALL SvxRectCtlChildAccessibleContext::getAccessibleAtPoint( const awt… in getAccessibleAtPoint()
914 awt::Rectangle SAL_CALL SvxRectCtlChildAccessibleContext::getBounds() throw( RuntimeException ) in getBounds()
920 awt::Point SAL_CALL SvxRectCtlChildAccessibleContext::getLocation() throw( RuntimeException ) in getLocation()
926 awt::Point SAL_CALL SvxRectCtlChildAccessibleContext::getLocationOnScreen() throw( RuntimeException… in getLocationOnScreen()
932 awt::Size SAL_CALL SvxRectCtlChildAccessibleContext::getSize() throw( RuntimeException ) in getSize()
938 sal_Bool SAL_CALL SvxRectCtlChildAccessibleContext::isShowing() throw( RuntimeException ) in isShowing()
943 sal_Bool SAL_CALL SvxRectCtlChildAccessibleContext::isVisible() throw( RuntimeException ) in isVisible()
952 sal_Bool SAL_CALL SvxRectCtlChildAccessibleContext::isFocusTraversable() throw( RuntimeException ) in isFocusTraversable()
957 void SAL_CALL SvxRectCtlChildAccessibleContext::addFocusListener( const Reference< awt::XFocusListe… in addFocusListener()
963 void SAL_CALL SvxRectCtlChildAccessibleContext::removeFocusListener( const Reference< awt::XFocusLi… in removeFocusListener()
969 void SAL_CALL SvxRectCtlChildAccessibleContext::grabFocus() throw( RuntimeException ) in grabFocus()
973 Any SAL_CALL SvxRectCtlChildAccessibleContext::getAccessibleKeyBinding() throw( RuntimeException ) in getAccessibleKeyBinding()
978 sal_Int32 SvxRectCtlChildAccessibleContext::getForeground( ) in getForeground()
986 sal_Int32 SvxRectCtlChildAccessibleContext::getBackground( ) in getBackground()
998 sal_Int32 SAL_CALL SvxRectCtlChildAccessibleContext::getAccessibleChildCount( void ) throw( Runtime… in getAccessibleChildCount()
1003 Reference< XAccessible > SAL_CALL SvxRectCtlChildAccessibleContext::getAccessibleChild( sal_Int32 /… in getAccessibleChild()
1008 Reference< XAccessible > SAL_CALL SvxRectCtlChildAccessibleContext::getAccessibleParent( void ) thr… in getAccessibleParent()
1013 sal_Int32 SAL_CALL SvxRectCtlChildAccessibleContext::getAccessibleIndexInParent( void ) throw( Runt… in getAccessibleIndexInParent()
1018 sal_Int16 SAL_CALL SvxRectCtlChildAccessibleContext::getAccessibleRole( void ) throw( RuntimeExcept… in getAccessibleRole()
1023 ::rtl::OUString SAL_CALL SvxRectCtlChildAccessibleContext::getAccessibleDescription( void ) throw( … in getAccessibleDescription()
1029 ::rtl::OUString SAL_CALL SvxRectCtlChildAccessibleContext::getAccessibleName( void ) throw( Runtime… in getAccessibleName()
1038 Reference<XAccessibleRelationSet> SAL_CALL SvxRectCtlChildAccessibleContext::getAccessibleRelationS… in getAccessibleRelationSet()
1054 Reference< XAccessibleStateSet > SAL_CALL SvxRectCtlChildAccessibleContext::getAccessibleStateSet( … in getAccessibleStateSet()
1080 lang::Locale SAL_CALL SvxRectCtlChildAccessibleContext::getLocale( void ) throw( IllegalAccessibleC… in getLocale()
1095 void SAL_CALL SvxRectCtlChildAccessibleContext::addEventListener( const Reference< XAccessibleEvent… in addEventListener()
1110 void SAL_CALL SvxRectCtlChildAccessibleContext::removeEventListener( const Reference< XAccessibleEv… in removeEventListener()
1132 Any SAL_CALL SvxRectCtlChildAccessibleContext::getCurrentValue() throw( RuntimeException ) in getCurrentValue()
1141 sal_Bool SAL_CALL SvxRectCtlChildAccessibleContext::setCurrentValue( const Any& /*aNumber*/ ) throw… in setCurrentValue()
1146 Any SAL_CALL SvxRectCtlChildAccessibleContext::getMaximumValue() throw( RuntimeException ) in getMaximumValue()
1153 Any SAL_CALL SvxRectCtlChildAccessibleContext::getMinimumValue() throw( RuntimeException ) in getMinimumValue()
1164 sal_Int32 SvxRectCtlChildAccessibleContext::getAccessibleActionCount( ) throw (RuntimeException) in getAccessibleActionCount()
1173 sal_Bool SvxRectCtlChildAccessibleContext::doAccessibleAction ( sal_Int32 nIndex ) throw (IndexOutO… in doAccessibleAction()
1189 ::rtl::OUString SvxRectCtlChildAccessibleContext::getAccessibleActionDescription ( sal_Int32 nIndex… in getAccessibleActionDescription()
1200 Reference< XAccessibleKeyBinding > SvxRectCtlChildAccessibleContext::getAccessibleActionKeyBinding(… in getAccessibleActionKeyBinding()
1213 ::rtl::OUString SAL_CALL SvxRectCtlChildAccessibleContext::getImplementationName( void ) throw( Run… in getImplementationName()
1218 sal_Bool SAL_CALL SvxRectCtlChildAccessibleContext::supportsService( const ::rtl::OUString& sServic… in supportsService()
1234 Sequence< ::rtl::OUString > SAL_CALL SvxRectCtlChildAccessibleContext::getSupportedServiceNames( vo… in getSupportedServiceNames()
1242 Sequence< sal_Int8 > SAL_CALL SvxRectCtlChildAccessibleContext::getImplementationId( void ) throw( … in getImplementationId()
1259 void SvxRectCtlChildAccessibleContext::CommitChange( const AccessibleEventObject& rEvent ) in CommitChange()
1265 void SAL_CALL SvxRectCtlChildAccessibleContext::disposing() in disposing()
1284 void SvxRectCtlChildAccessibleContext::ThrowExceptionIfNotAlive( void ) throw( lang::DisposedExcept… in ThrowExceptionIfNotAlive()
1290 Rectangle SvxRectCtlChildAccessibleContext::GetBoundingBoxOnScreen( void ) throw( RuntimeException ) in GetBoundingBoxOnScreen()
1300 Rectangle SvxRectCtlChildAccessibleContext::GetBoundingBox( void ) throw( RuntimeException ) in GetBoundingBox()
1307 void SvxRectCtlChildAccessibleContext::setStateChecked( sal_Bool bChecked, sal_Bool bFireFocus ) in setStateChecked()
1330 void SvxRectCtlChildAccessibleContext::FireFocusEvent() in FireFocusEvent()