Home
last modified time | relevance | path

Searched refs:SINGLE_SELECTION (Results 1 – 25 of 52) sorted by relevance

123

/trunk/main/vcl/source/window/
H A Dseleng.cxx57 eSelMode = SINGLE_SELECTION; in SelectionEngine()
143 if ( bShift && eSelMode != SINGLE_SELECTION ) in CursorPosChanging()
207 if ( nModifier == KEY_MOD1 && eSelMode == SINGLE_SELECTION ) in SelMouseButtonDown()
236 if ( eSelMode != SINGLE_SELECTION ) in SelMouseButtonDown()
247 if (eSelMode == SINGLE_SELECTION && (nFlags & SELENG_DRG_ENAB)) in SelMouseButtonDown()
253 if ( eSelMode == SINGLE_SELECTION ) in SelMouseButtonDown()
345 eSelMode != SINGLE_SELECTION) in SelMouseButtonUp()
401 if ( eSelMode != SINGLE_SELECTION ) in SelMouseMove()
/trunk/main/svtools/source/table/
H A Dtablecontrol_impl.cxx469 m_pSelEngine->SetSelectionMode(SINGLE_SELECTION); in TableControl_Impl()
1578 if ( m_pSelEngine->GetSelectionMode() == SINGLE_SELECTION ) in dispatchAction()
1606 if(m_pSelEngine->GetSelectionMode() == SINGLE_SELECTION) in dispatchAction()
1713 else if(m_pSelEngine->GetSelectionMode() == SINGLE_SELECTION) in dispatchAction()
1798 else if(m_pSelEngine->GetSelectionMode() == SINGLE_SELECTION) in dispatchAction()
1880 else if(m_pSelEngine->GetSelectionMode() == SINGLE_SELECTION) in dispatchAction()
1908 else if(m_pSelEngine->GetSelectionMode() == SINGLE_SELECTION) in dispatchAction()
2571 case SINGLE_SELECTION: in markRowAsSelected()
2844 if ( m_pTableControl->getSelEngine()->GetSelectionMode() == SINGLE_SELECTION ) in SetCursorAtPoint()
2854 …SelectedRowCount() > 1 && m_pTableControl->getSelEngine()->GetSelectionMode() != SINGLE_SELECTION ) in SetCursorAtPoint()
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx509 eSelectionMode == SINGLE_SELECTION && in EntrySelected()
896 if( rMEvt.IsShift() && eSelectionMode != SINGLE_SELECTION ) in MouseButtonDown()
905 DBG_ASSERT(eSelectionMode != SINGLE_SELECTION,"Invalid selection mode"); in MouseButtonDown()
979 else if( eSelectionMode == SINGLE_SELECTION ) in MouseButtonDown()
1147 if( eSelectionMode != SINGLE_SELECTION ) in SetCursor_Impl()
1213 if( eSelectionMode == SINGLE_SELECTION || eSelectionMode == NO_SELECTION) in KeyInput()
1222 if( eSelectionMode != SINGLE_SELECTION ) in KeyInput()
1351 if( pCursor && eSelectionMode != SINGLE_SELECTION ) in KeyInput()
1388 if( bMod1 && (eSelectionMode != SINGLE_SELECTION)) in KeyInput()
2508 if( eSelectionMode == SINGLE_SELECTION && bSyncSingleSelection ) in SetCursor()
[all …]
H A Dsvimpbox.cxx72 SetSelectionMode( SINGLE_SELECTION ); in SvImpLBox()
674 DBG_ASSERT(aSelEng.GetSelectionMode() != SINGLE_SELECTION,"Mode?"); in SetCursor()
874 aSelEng.GetSelectionMode() == SINGLE_SELECTION in MakePointVisible()
1689 aSelEng.GetSelectionMode() == SINGLE_SELECTION && in EntrySelected()
3037 if( eSelMode == SINGLE_SELECTION ) in SetSelectionMode()
3162 else if( aSelEng.GetSelectionMode() == SINGLE_SELECTION ) in Command()
3284 if ( ( aSelEng.GetSelectionMode() != SINGLE_SELECTION ) in SetCurEntry()
H A Dsvicnvw.cxx52 SetSelectionMode( SINGLE_SELECTION ); in SvIconView()
593 if( GetSelectionMode()==SINGLE_SELECTION && !GetSelectionCount()) in EditedText()
H A Dsvimpicn.cxx1020 pView->GetSelectionMode() == SINGLE_SELECTION && in EntrySelected()
1357 if( pView->GetSelectionMode() != SINGLE_SELECTION ) in MouseButtonDown()
1394 else if( pView->GetSelectionMode() == SINGLE_SELECTION ) in MouseButtonDown()
1526 int bDeselAll = (pView->GetSelectionMode() != SINGLE_SELECTION) && in KeyInput()
2585 if( pView->GetSelectionMode() == SINGLE_SELECTION ) in SetCursor()
2593 if( pView->GetSelectionMode() == SINGLE_SELECTION ) in SetCursor()
/trunk/main/dbaccess/source/ui/dlg/
H A Dadtabdlg.cxx378 m_aTableList.SetSelectionMode( SINGLE_SELECTION ); in OAddTableDlg()
384 m_aQueryList.SetSelectionMode( SINGLE_SELECTION ); in OAddTableDlg()
/trunk/main/svtools/source/uno/
H A Dsvtxgridcontrol.cxx281 case SelectionType_SINGLE: eSelMode = SINGLE_SELECTION; break; in setProperty()
476 case SINGLE_SELECTION: eSelectionType = SelectionType_SINGLE; break; in getProperty()
H A Dtreecontrolpeer.cxx1344 case SelectionType_SINGLE: eSelMode = SINGLE_SELECTION; break; in setProperty()
1436 case SINGLE_SELECTION: eSelectionType = SelectionType_SINGLE; break; in getProperty()
/trunk/main/dbaccess/source/ui/app/
H A DAppIconControl.cxx88 SetSelectionMode(SINGLE_SELECTION); in DBG_NAME()
/trunk/main/sd/source/ui/dlg/
H A Dnavigatr.cxx118 maTlbObjects.SetSelectionMode( SINGLE_SELECTION ); in SdNavigatorWin()
529 maTlbObjects.SetSelectionMode( SINGLE_SELECTION ); in IMPL_LINK()
/trunk/main/toolkit/test/accessibility/
H A DSelectionDialog.java68 maChildrenSelector.setSelectionMode (ListSelectionModel.SINGLE_SELECTION); in Layout()
/trunk/main/vcl/inc/vcl/
H A Dseleng.hxx38 enum SelectionMode { NO_SELECTION, SINGLE_SELECTION, RANGE_SELECTION, MULTIPLE_SELECTION }; enumerator
/trunk/main/sw/source/ui/dbui/
H A Dselectdbtabledialog.cxx110 m_aTableLB.SetSelectionMode( SINGLE_SELECTION ); in SwSelectDBTableDialog()
H A Ddbtree.cxx258 SetSelectionMode(SINGLE_SELECTION); in InitTreeList()
/trunk/main/extensions/source/propctrlr/
H A Dselectlabeldialog.cxx75 m_aControlTree.SetSelectionMode( SINGLE_SELECTION ); in DBG_NAME()
/trunk/main/dbaccess/source/ui/querydesign/
H A DTableWindowListBox.cxx86 SetSelectionMode(SINGLE_SELECTION); in DBG_NAME()
/trunk/main/sw/source/ui/chrdlg/
H A Dswuiccoll.cxx113 aTbLinks.SetSelectionMode( SINGLE_SELECTION ); in SwCondCollPage()
/trunk/main/sw/source/ui/fldui/
H A Dflddinf.cxx87 aTypeTLB.SetSelectionMode(SINGLE_SELECTION); in SwFldDokInfPage()
/trunk/main/l10ntools/java/receditor/java/transex3/controller/
H A DEditorController.java255 aEditor.getTable().setSelectionMode( ListSelectionModel.SINGLE_SELECTION ); in initView()
/trunk/main/cui/source/options/
H A Ddbregister.cxx161 pPathBox->SetSelectionMode( SINGLE_SELECTION ); in DbRegistrationOptionsPage()
/trunk/main/dbaccess/source/ui/misc/
H A DWNameMatch.cxx405 SetSelectionMode( SINGLE_SELECTION ); in OColumnTreeBox()
/trunk/main/cui/source/tabpages/
H A Dmacroass.cxx396 rListBox.SetSelectionMode( SINGLE_SELECTION ); in InitAndSetHandler()
/trunk/main/sfx2/source/dialog/
H A Dversdlg.cxx239 aVersionBox.SetSelectionMode( SINGLE_SELECTION ); in SfxVersionDialog()
/trunk/main/sc/source/ui/dbgui/
H A Dtpsubt.cxx79 aLbColumns.SetSelectionMode( SINGLE_SELECTION ); in ScTpSubTotalGroup()

Completed in 139 milliseconds

123