Home
last modified time | relevance | path

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

/AOO42X/main/svx/source/dialog/
H A Dsrchdlg.cxx330 aNotesBtn ( this, SVX_RES( CB_NOTES ) ), \
594 &aNotesBtn, in Construct_Impl()
647 aOpt.SetNotes ( aNotesBtn .IsChecked() ); in Close()
742 aNotesBtn.SetClickHdl( aLink ); in InitControls_Impl()
811 pMoreBtn->AddWindow( &aNotesBtn ); in CalculateDelta_Impl()
814 aNotesBtn.Hide(); in CalculateDelta_Impl()
975 aNotesBtn.Check( pSearchItem->GetNotes() ); in Init_Impl()
982 if (aNotesBtn.IsChecked()) in Init_Impl()
1218 if (!bWriter || (bWriter && !aNotesBtn.IsChecked())) in Init_Impl()
1350 if (!aNotesBtn.IsChecked()) in IMPL_LINK()
[all …]
/AOO42X/main/svx/inc/svx/
H A Dsrchdlg.hxx202 CheckBox aNotesBtn; member in SvxSearchDialog