Lines Matching refs:bEnable
136 sal_Bool bEnable = aSelection.getLength() > 0; in selectionChanged() local
137 rParent.aMarkedRB.Enable(bEnable); in selectionChanged()
138 if(bEnable) in selectionChanged()
423 const sal_Bool bEnable = m_aSelection.getLength() != 0; in SwMailMergeDlg() local
424 aMarkedRB.Enable(bEnable); in SwMailMergeDlg()
425 if (bEnable) in SwMailMergeDlg()
683 sal_Bool bEnable = pBox->IsChecked(); in IMPL_LINK() local
684 aColumnFT.Enable( bEnable ); in IMPL_LINK()
685 aColumnLB.Enable(bEnable); in IMPL_LINK()
686 aPathFT.Enable( bEnable ); in IMPL_LINK()
687 aPathED.Enable(bEnable); in IMPL_LINK()
688 aPathPB.Enable( bEnable ); in IMPL_LINK()
689 aFilterFT.Enable( bEnable ); in IMPL_LINK()
690 aFilterLB.Enable( bEnable ); in IMPL_LINK()