Lines Matching refs:m_pTable
55 ,m_pTable(NULL) in SvxShowCharSetVirtualAcc()
81 if ( m_pTable ) in IMPLEMENT_FORWARD_XINTERFACE2()
82 m_pTable->fireEvent(_nEventId,_rOldValue,_rNewValue); in IMPLEMENT_FORWARD_XINTERFACE2()
103 if ( !m_pTable ) in getAccessibleAtPoint()
104 m_pTable = new SvxShowCharSetAcc(this); in getAccessibleAtPoint()
105 xRet = m_pTable; in getAccessibleAtPoint()
145 m_pTable = new SvxShowCharSetAcc(this); in getAccessibleChild()
146 m_xAcc = m_pTable; in getAccessibleChild()
238 if ( m_pTable ) in disposing()
239 m_pTable->dispose(); in disposing()
240 m_pTable = NULL; in disposing()