Lines Matching refs:m_aAccInfo
91 m_aAccInfo( rAccInfo ), in AccessibleBase()
265 if( m_aAccInfo.m_spObjectHierarchy ) in ImplUpdateChildren()
268 m_aAccInfo.m_spObjectHierarchy->getChildren( GetId() )); in ImplUpdateChildren()
389 if( m_aAccInfo.m_pParent ) in GetUpperLeftOnScreen()
393 AccessibleBase * pParent = m_aAccInfo.m_pParent; in GetUpperLeftOnScreen()
476 return m_aAccInfo; in GetInfo()
481 m_aAccInfo = rNewInfo; in SetInfo()
492 return m_aAccInfo.m_aOID; in GetId()
517 m_aAccInfo.m_pParent = NULL; in disposing()
635 if( m_aAccInfo.m_pParent ) in getAccessibleParent()
636 aResult.set( m_aAccInfo.m_pParent ); in getAccessibleParent()
646 if( m_aAccInfo.m_spObjectHierarchy ) in getAccessibleIndexInParent()
647 return m_aAccInfo.m_spObjectHierarchy->getIndexInParent( GetId() ); in getAccessibleIndexInParent()
756 ExplicitValueProvider::getExplicitValueProvider( m_aAccInfo.m_xView )); in getBounds()
759 Window* pWindow( VCLUnoHelper::GetWindow( m_aAccInfo.m_xWindow )); in getBounds()
760 …awt::Rectangle aLogicRect( pExplicitValueProvider->getRectangleOfObject( m_aAccInfo.m_aOID.getObje… in getBounds()
804 if( m_aAccInfo.m_pParent != NULL ) in getLocationOnScreen()
806 AccessibleBase * pParent = m_aAccInfo.m_pParent; in getLocationOnScreen()
858 ObjectIdentifier aOID( m_aAccInfo.m_aOID ); in getColor()
871 … aObjectCID, Reference< chart2::XChartDocument >( m_aAccInfo.m_xChartDocument )), uno::UNO_QUERY ); in getColor()