/* This file is part of * ====================================================== * * LyX, The Document Processor * * Copyright (C) 1995 Matthias Ettrich, * Copyright (C) 1995-1998 The LyX Team. *
*======================================================*/
#include"LString.h" #include"lyx_main.h" #include FORMS_H_LOCATION #include"form1.h" #include"lyxfr0.h" #include"lyxfr1.h" #include"lyxfunc.h" #include"lyxscreen.h" #include"error.h" #include"lyxtext.h" #include"gettext.h" #include"LyXView.h"// only because of form_main
//--------------------------------------------------------------- // I hate global variables, but the same search object must be used everywhere, // and the form is also global, so...
LyXFindReplace1 _FR;
// This one should be a protected member of LyXFindReplace1 // Form creation/destruction must also be done in LyXFindReplace1 extern FD_form_search *fd_form_search;
// Returns the value of the replace string in the form
LString const LyXFindReplace0::ReplaceString()
{ return LString(fl_get_input(fd_form_search->input_replace));
}
//--------------------------------------------------------------- //HB??: Maybe _FR.StartSearch should be called in lyxfunc.C instead of MenuSearch() ?
void MenuSearch()
{
_FR.StartSearch();
}
¤ Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.0.1Bemerkung:
(vorverarbeitet)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung ist noch experimentell.