Lines Matching refs:m_pIconCtrl
91 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()
397 if ( m_pIconCtrl && m_pIconCtrl->GetCursor() == m_pIconCtrl->GetEntry( m_nIndex ) ) in getAccessibleStateSet()
497 if ( m_pIconCtrl ) in getCharacterBounds()
500 Rectangle aCharRect = m_pIconCtrl->GetEntryCharacterBounds( m_nIndex, _nIndex ); in getCharacterBounds()
514 if ( m_pIconCtrl ) in getIndexAtPoint()
518 m_pIconCtrl->RecordLayoutData( &aLayoutData, aItemRect ); in getIndexAtPoint()
548 …StringTransfer::CopyString( sText.Copy( (sal_uInt16)nStartIndex, (sal_uInt16)nLen ), m_pIconCtrl ); in copyText()
718 SvxIconChoiceCtrlEntry* pEntry = m_pIconCtrl->GetEntry( m_nIndex ); in doAccessibleAction()
721 m_pIconCtrl->SetNoSelection(); in doAccessibleAction()
722 m_pIconCtrl->SetCursor( pEntry ); in doAccessibleAction()