Home
last modified time | relevance | path

Searched refs:m_pIconCtrl (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/accessibility/source/extended/
H A Daccessibleiconchoicectrlentry.cxx91 m_pIconCtrl ( &_rIconCtrl ), in DBG_NAME()
114 DBG_ASSERT( !m_xParent.is() && ( NULL == m_pIconCtrl ), "" ); in disposing()
148 SvxIconChoiceCtrlEntry* pEntry = m_pIconCtrl->GetEntry( m_nIndex ); in GetBoundingBox_Impl()
150 aRect = m_pIconCtrl->GetBoundingBox( pEntry ); in GetBoundingBox_Impl()
158 SvxIconChoiceCtrlEntry* pEntry = m_pIconCtrl->GetEntry( m_nIndex ); in GetBoundingBoxOnScreen_Impl()
161 aRect = m_pIconCtrl->GetBoundingBox( pEntry ); in GetBoundingBoxOnScreen_Impl()
163 aTopLeft += m_pIconCtrl->GetWindowExtentsRelative( NULL ).TopLeft(); in GetBoundingBoxOnScreen_Impl()
172 return ( !rBHelper.bDisposed && !rBHelper.bInDispose && m_pIconCtrl ); in IsAlive_Impl()
217 SvxIconChoiceCtrlEntry* pEntry = m_pIconCtrl->GetEntry( m_nIndex ); in implGetText()
274 m_pIconCtrl = NULL; in disposing()
[all …]
/AOO41X/main/accessibility/inc/accessibility/extended/
H A Daccessibleiconchoicectrlentry.hxx71 SvtIconChoiceCtrl* m_pIconCtrl; member in accessibility::AccessibleIconChoiceCtrlEntry