Home
last modified time | relevance | path

Searched refs:aSelectionBtn (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/svx/source/dialog/
H A Dsrchdlg.cxx324 aSelectionBtn ( this, SVX_RES( CB_SELECTIONS ) ), \
588 &aSelectionBtn, in Construct_Impl()
738 aSelectionBtn.SetClickHdl( aLink ); in InitControls_Impl()
822 pMoreBtn->AddWindow( &aSelectionBtn ); in CalculateDelta_Impl()
977 aSelectionBtn.Check( pSearchItem->GetSelection() ); in Init_Impl()
1103 EnableControl_Impl( &aSelectionBtn ); in Init_Impl()
1106 aSelectionBtn.Check( sal_False ); in Init_Impl()
1107 aSelectionBtn.Disable(); in Init_Impl()
1485 pSearchItem->SetSelection( GetCheckBoxValue( aSelectionBtn ) ); in IMPL_LINK()
1920 aSelectionBtn.Enable(); in EnableControls_Impl()
[all …]
/AOO42X/main/svx/inc/svx/
H A Dsrchdlg.hxx196 CheckBox aSelectionBtn; member in SvxSearchDialog