Home
last modified time | relevance | path

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

/AOO41X/main/svx/source/dialog/
H A Dsrchdlg.cxx333 aNotesBtn ( this, SVX_RES( CB_NOTES ) ), \
597 &aNotesBtn, in Construct_Impl()
650 aOpt.SetNotes ( aNotesBtn .IsChecked() ); in Close()
745 aNotesBtn.SetClickHdl( aLink ); in InitControls_Impl()
814 pMoreBtn->AddWindow( &aNotesBtn ); in CalculateDelta_Impl()
817 aNotesBtn.Hide(); in CalculateDelta_Impl()
978 aNotesBtn.Check( pSearchItem->GetNotes() ); in Init_Impl()
985 if (aNotesBtn.IsChecked()) in Init_Impl()
1221 if (!bWriter || (bWriter && !aNotesBtn.IsChecked())) in Init_Impl()
1353 if (!aNotesBtn.IsChecked()) in IMPL_LINK()
[all …]
/AOO41X/main/svx/inc/svx/
H A Dsrchdlg.hxx202 CheckBox aNotesBtn; member in SvxSearchDialog