Lines Matching refs:bSelect
463 void SvxIconChoiceCtrl_Impl::SelectEntry( SvxIconChoiceCtrlEntry* pEntry, sal_Bool bSelect, in SelectEntry() argument
478 if( pEntry->IsSelected() != bSelect ) in SelectEntry()
482 if( bSelect ) in SelectEntry()
498 EntrySelected( pEntry, bSelect, bSyncPaint ); in SelectEntry()
502 void SvxIconChoiceCtrl_Impl::EntrySelected( SvxIconChoiceCtrlEntry* pEntry, sal_Bool bSelect, in EntrySelected() argument
508 if( bSelect && pCursor && in EntrySelected()
524 if( pView->IsTracking() && (bSelect || !pView->HasBackground()) ) // beim Tracken immer synchron in EntrySelected()
538 if ( bSelect ) in EntrySelected()
3865 void SvxIconChoiceCtrl_Impl::SelectAll( sal_Bool bSelect, sal_Bool bPaint ) in SelectAll() argument
3870 for( sal_uLong nCur = 0; nCur < nCount && (bSelect || GetSelectionCount() ); nCur++ ) in SelectAll()
3873 SelectEntry( pEntry, bSelect, sal_True, sal_True, bPaint ); in SelectAll()