Lines Matching refs:SvxPixelCtlAccessibleChild
826 SvxPixelCtlAccessibleChild *pChild= NULL; in NotifyChild()
830 pChild= static_cast<SvxPixelCtlAccessibleChild*>(m_xCurChild.get()); in NotifyChild()
847 SvxPixelCtlAccessibleChild *pNewChild= static_cast<SvxPixelCtlAccessibleChild*>(xNewChild.get()); in NotifyChild()
885 xChild = new SvxPixelCtlAccessibleChild(pPixelCtl, in CreateChild()
901 void SvxPixelCtlAccessibleChild::CheckChild() in CheckChild()
920 void SvxPixelCtlAccessibleChild::SelectChild( sal_Bool bSelect) in SelectChild()
938 void SvxPixelCtlAccessibleChild::FireAccessibleEvent ( in FireAccessibleEvent()
949 DBG_NAME( SvxPixelCtlAccessibleChild ) in DBG_NAME() argument
952 SvxPixelCtlAccessibleChild::SvxPixelCtlAccessibleChild( in DBG_NAME()
968 DBG_CTOR( SvxPixelCtlAccessibleChild, NULL ); in DBG_NAME()
972 SvxPixelCtlAccessibleChild::~SvxPixelCtlAccessibleChild() in ~SvxPixelCtlAccessibleChild()
974 DBG_DTOR( SvxPixelCtlAccessibleChild, NULL ); in ~SvxPixelCtlAccessibleChild()
985 uno::Reference< XAccessibleContext> SAL_CALL SvxPixelCtlAccessibleChild::getAccessibleContext( void… in getAccessibleContext()
992 sal_Bool SAL_CALL SvxPixelCtlAccessibleChild::containsPoint( const awt::Point& rPoint ) throw( Runt… in containsPoint()
999 uno::Reference< XAccessible > SAL_CALL SvxPixelCtlAccessibleChild::getAccessibleAtPoint( const awt:… in getAccessibleAtPoint()
1004 awt::Rectangle SAL_CALL SvxPixelCtlAccessibleChild::getBounds() throw( RuntimeException ) in getBounds()
1016 awt::Point SAL_CALL SvxPixelCtlAccessibleChild::getLocation() throw( RuntimeException ) in getLocation()
1022 awt::Point SAL_CALL SvxPixelCtlAccessibleChild::getLocationOnScreen() throw( RuntimeException ) in getLocationOnScreen()
1028 awt::Size SAL_CALL SvxPixelCtlAccessibleChild::getSize() throw( RuntimeException ) in getSize()
1034 void SAL_CALL SvxPixelCtlAccessibleChild::grabFocus() throw( RuntimeException ) in grabFocus()
1038 sal_Int32 SvxPixelCtlAccessibleChild::getForeground( ) in getForeground()
1046 sal_Int32 SvxPixelCtlAccessibleChild::getBackground( ) in getBackground()
1058 sal_Int32 SAL_CALL SvxPixelCtlAccessibleChild::getAccessibleChildCount( void ) throw( RuntimeExcept… in getAccessibleChildCount()
1063 uno::Reference< XAccessible > SAL_CALL SvxPixelCtlAccessibleChild::getAccessibleChild( sal_Int32 ) … in getAccessibleChild()
1068 uno::Reference< XAccessible > SAL_CALL SvxPixelCtlAccessibleChild::getAccessibleParent( void ) thro… in getAccessibleParent()
1073 sal_Int32 SAL_CALL SvxPixelCtlAccessibleChild::getAccessibleIndexInParent( void ) throw( RuntimeExc… in getAccessibleIndexInParent()
1078 sal_Int16 SAL_CALL SvxPixelCtlAccessibleChild::getAccessibleRole( void ) throw( RuntimeException ) in getAccessibleRole()
1083 OUString SAL_CALL SvxPixelCtlAccessibleChild::getAccessibleDescription( void ) throw( RuntimeExcept… in getAccessibleDescription()
1090 OUString SAL_CALL SvxPixelCtlAccessibleChild::getAccessibleName( void ) throw( RuntimeException ) in getAccessibleName()
1099 uno::Reference<XAccessibleRelationSet> SAL_CALL SvxPixelCtlAccessibleChild::getAccessibleRelationSe… in getAccessibleRelationSet()
1104 uno::Reference< XAccessibleStateSet > SAL_CALL SvxPixelCtlAccessibleChild::getAccessibleStateSet( v… in getAccessibleStateSet()
1138 lang::Locale SAL_CALL SvxPixelCtlAccessibleChild::getLocale( void ) throw( IllegalAccessibleCompone… in getLocale()
1153 void SAL_CALL SvxPixelCtlAccessibleChild::addEventListener( const uno::Reference< XAccessibleEventL… in addEventListener()
1168 void SAL_CALL SvxPixelCtlAccessibleChild::removeEventListener( const uno::Reference< XAccessibleEve… in removeEventListener()
1191 OUString SAL_CALL SvxPixelCtlAccessibleChild::getImplementationName( void ) throw( RuntimeException… in getImplementationName()
1196 sal_Bool SAL_CALL SvxPixelCtlAccessibleChild::supportsService( const OUString& rServiceName ) throw… in supportsService()
1204 Sequence< OUString > SAL_CALL SvxPixelCtlAccessibleChild::getSupportedServiceNames( void ) throw( R… in getSupportedServiceNames()
1216 void SvxPixelCtlAccessibleChild::CommitChange( const AccessibleEventObject& rEvent ) in CommitChange()
1222 void SAL_CALL SvxPixelCtlAccessibleChild::disposing() in disposing()
1241 void SvxPixelCtlAccessibleChild::ThrowExceptionIfNotAlive( void ) throw( lang::DisposedException ) in ThrowExceptionIfNotAlive()
1247 Rectangle SvxPixelCtlAccessibleChild::GetBoundingBoxOnScreen( void ) throw( RuntimeException ) in GetBoundingBoxOnScreen()
1257 Rectangle SvxPixelCtlAccessibleChild::GetBoundingBox( void ) throw( RuntimeException ) in GetBoundingBox()
1265 ::rtl::OUString SvxPixelCtlAccessibleChild::GetName() in GetName()