Searched refs:bMultiSel (Results 1 – 3 of 3) sorted by relevance
530 const bool bMultiSel = pWrtShell->GetCrsr() != pWrtShell->GetCrsr()->GetNext(); in IsValidSelectionForThesaurus() local532 return !bMultiSel && (!bSelection || pWrtShell->IsSelOnePara() ); in IsValidSelectionForThesaurus()
1693 sal_Bool bMultiSel = (mnWinStyle & (WB_RANGESELECT | WB_MULTISELECT)) != 0; in KeyInput() local1736 if ( bMultiSel && !(mnWinStyle & WB_RANGESELECT) ) in KeyInput()1760 if ( bMultiSel && bExpand ) in KeyInput()
2674 bool bMultiSel = nSelType != EXC_OBJ_LISTBOX_SINGLE; in DoProcessControl() local2675 rPropSet.SetBoolProperty( CREATE_OUSTRING( "MultiSelection" ), bMultiSel ); in DoProcessControl()2683 if( bMultiSel ) in DoProcessControl()
Completed in 47 milliseconds