Home
last modified time | relevance | path

Searched refs:getSelEngine (Results 1 – 8 of 8) sorted by relevance

/aoo41x/main/svtools/source/table/
H A Dmousefunction.cxx207 if ( i_tableControl.getSelEngine()->GetSelectionMode() == NO_SELECTION ) in handleMouseDown()
214 handled = i_tableControl.getSelEngine()->SelMouseButtonDown( i_event ); in handleMouseDown()
229 if ( i_tableControl.getSelEngine()->GetSelectionMode() != NO_SELECTION ) in handleMouseUp()
231 i_tableControl.getSelEngine()->SelMouseButtonUp( i_event ); in handleMouseUp()
H A Dtablecontrol_impl.cxx2461 SelectionEngine* TableControl_Impl::getSelEngine() in getSelEngine() function in svt::table::TableControl_Impl
2568 SelectionMode const eSelMode = getSelEngine()->GetSelectionMode(); in markRowAsSelected()
2607 SelectionMode const eSelMode = getSelEngine()->GetSelectionMode(); in markAllRowsAsSelected()
2804 m_pTableControl->getSelEngine()->AddAlways(sal_True); in SetCursorAtPoint()
2844 if ( m_pTableControl->getSelEngine()->GetSelectionMode() == SINGLE_SELECTION ) in SetCursorAtPoint()
2854 …if ( m_pTableControl->getSelectedRowCount() > 1 && m_pTableControl->getSelEngine()->GetSelectionMo… in SetCursorAtPoint()
2855 m_pTableControl->getSelEngine()->AddAlways(sal_True); in SetCursorAtPoint()
2866 m_pTableControl->getSelEngine()->AddAlways(sal_False); in IsSelectionAtPoint()
H A Dtablecontrol.cxx283 SelectionEngine* TableControl::getSelEngine() in getSelEngine() function in svt::table::TableControl
285 return m_pImpl->getSelEngine(); in getSelEngine()
452 if ( m_pImpl->getSelEngine()->GetSelectionMode() == MULTIPLE_SELECTION ) in FillAccessibleStateSet()
H A Dtablecontrol_impl.hxx288 virtual SelectionEngine* getSelEngine();
/aoo41x/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx286 if( pTable->getSelEngine()->GetSelectionMode() != eSelMode ) in setProperty()
287 pTable->getSelEngine()->SetSelectionMode( eSelMode ); in setProperty()
473 SelectionMode eSelMode = pTable->getSelEngine()->GetSelectionMode(); in getProperty()
/aoo41x/main/svtools/inc/svtools/table/
H A Dtablecontrolinterface.hxx194 virtual SelectionEngine* getSelEngine() = 0;
H A Dtablecontrol.hxx154 SelectionEngine* getSelEngine();
/aoo41x/main/automation/source/server/
H A Dstatemnt.cxx6269 … pTC->getSelEngine()->SelMouseButtonDown( aMEvnt ); in Execute()
6270 … pTC->getSelEngine()->SelMouseButtonUp( aMEvnt ); in Execute()

Completed in 191 milliseconds