Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/dialog/
H A Dsrchdlg.cxx327 aSelectionBtn ( this, SVX_RES( CB_SELECTIONS ) ), \
591 &aSelectionBtn, in Construct_Impl()
741 aSelectionBtn.SetClickHdl( aLink ); in InitControls_Impl()
825 pMoreBtn->AddWindow( &aSelectionBtn ); in CalculateDelta_Impl()
980 aSelectionBtn.Check( pSearchItem->GetSelection() ); in Init_Impl()
1106 EnableControl_Impl( &aSelectionBtn ); in Init_Impl()
1109 aSelectionBtn.Check( sal_False ); in Init_Impl()
1110 aSelectionBtn.Disable(); in Init_Impl()
1488 pSearchItem->SetSelection( GetCheckBoxValue( aSelectionBtn ) ); in IMPL_LINK()
1923 aSelectionBtn.Enable(); in EnableControls_Impl()
[all …]
/AOO41X/main/svx/inc/svx/
H A Dsrchdlg.hxx196 CheckBox aSelectionBtn; member in SvxSearchDialog