Searched refs:m_pSelEngine (Results 1 – 2 of 2) sorted by relevance
457 ,m_pSelEngine ( ) in TableControl_Impl()468 m_pSelEngine = new SelectionEngine( m_pDataWindow.get(), m_pTableFunctionSet ); in TableControl_Impl()469 m_pSelEngine->SetSelectionMode(SINGLE_SELECTION); in TableControl_Impl()483 DELETEZ( m_pSelEngine ); in ~TableControl_Impl()1578 if ( m_pSelEngine->GetSelectionMode() == SINGLE_SELECTION ) in dispatchAction()1606 if(m_pSelEngine->GetSelectionMode() == SINGLE_SELECTION) in dispatchAction()1690 if(m_pSelEngine->GetSelectionMode() == NO_SELECTION) in dispatchAction()1711 if(m_pSelEngine->GetSelectionMode() == NO_SELECTION) in dispatchAction()1713 else if(m_pSelEngine->GetSelectionMode() == SINGLE_SELECTION) in dispatchAction()1786 m_pSelEngine->SetAnchor(sal_True); in dispatchAction()[all …]
144 SelectionEngine* m_pSelEngine; member in svt::table::TableControl_Impl