#include <stdlib.h>#include "ut_string.h"#include "ut_assert.h"#include "ut_debugmsg.h"#include "xap_UnixDialogHelper.h"#include "xap_App.h"#include "xap_UnixApp.h"#include "xap_Frame.h"#include "ap_Strings.h"#include "ap_Dialog_Id.h"#include "ap_Dialog_Replace.h"#include "ap_UnixDialog_Replace.h"Functions | |
| static void | s_find_entry_activate (GtkWidget *widget, AP_UnixDialog_Replace *dlg) |
| static void | s_find_entry_change (GtkWidget *widget, AP_UnixDialog_Replace *dlg) |
| static void | s_replace_entry_activate (GtkWidget *widget, AP_UnixDialog_Replace *dlg) |
| static void | s_match_case_toggled (GtkWidget *widget, AP_UnixDialog_Replace *dlg) |
| static void | s_whole_word_toggled (GtkWidget *widget, AP_UnixDialog_Replace *dlg) |
| static void | s_reverse_find_toggled (GtkWidget *widget, AP_UnixDialog_Replace *dlg) |
| static void | s_destroy_clicked (GtkWidget *, AP_UnixDialog_Replace *dlg) |
| static void | s_find_clicked (GtkWidget *, GtkWidget *dlg) |
| static void | s_findreplace_clicked (GtkWidget *, GtkWidget *dlg) |
| static void | s_replaceall_clicked (GtkWidget *, GtkWidget *dlg) |
| static void | s_delete_clicked (GtkWidget *widget, gpointer, gpointer *) |
| static UT_UCS4String | get_combobox_text (GtkWidget *combo) |
| static void | append_string_to_model (const UT_UCSChar *str, GtkWidget *combo, AP_UnixDialog_Replace *pThis) |
| static void append_string_to_model | ( | const UT_UCSChar * | str, | |
| GtkWidget * | combo, | |||
| AP_UnixDialog_Replace * | pThis | |||
| ) | [static] |
References UT_UCS4String::utf8_str().
Referenced by AP_UnixDialog_Replace::_populateWindowData(), and AP_UnixDialog_Replace::_updateList().
| static UT_UCS4String get_combobox_text | ( | GtkWidget * | combo | ) | [static] |
References abiDestroyWidget().
Referenced by AP_UnixDialog_Replace::_constructWindow().
| static void s_destroy_clicked | ( | GtkWidget * | , | |
| AP_UnixDialog_Replace * | dlg | |||
| ) | [static] |
References AP_UnixDialog_Replace::event_Cancel(), and UT_ASSERT.
Referenced by AP_UnixDialog_Replace::_constructWindow().
| static void s_find_clicked | ( | GtkWidget * | , | |
| GtkWidget * | dlg | |||
| ) | [static] |
References AP_UnixDialog_Replace::BUTTON_FIND.
Referenced by AP_UnixDialog_Replace::_constructWindow().
| static void s_find_entry_activate | ( | GtkWidget * | widget, | |
| AP_UnixDialog_Replace * | dlg | |||
| ) | [static] |
References AP_UnixDialog_Replace::event_Find(), UT_ASSERT, and UT_UNUSED.
Referenced by AP_UnixDialog_Replace::_constructWindow().
| static void s_find_entry_change | ( | GtkWidget * | widget, | |
| AP_UnixDialog_Replace * | dlg | |||
| ) | [static] |
References AP_UnixDialog_Replace::event_FindEntryChange(), UT_ASSERT, and UT_UNUSED.
Referenced by AP_UnixDialog_Replace::_constructWindow().
| static void s_findreplace_clicked | ( | GtkWidget * | , | |
| GtkWidget * | dlg | |||
| ) | [static] |
References AP_UnixDialog_Replace::BUTTON_REPLACE.
Referenced by AP_UnixDialog_Replace::_constructWindow().
| static void s_match_case_toggled | ( | GtkWidget * | widget, | |
| AP_UnixDialog_Replace * | dlg | |||
| ) | [static] |
References AP_UnixDialog_Replace::event_MatchCaseToggled(), UT_ASSERT, and UT_UNUSED.
Referenced by AP_UnixDialog_Replace::_constructWindow().
| static void s_replace_entry_activate | ( | GtkWidget * | widget, | |
| AP_UnixDialog_Replace * | dlg | |||
| ) | [static] |
References AP_UnixDialog_Replace::event_Replace(), UT_ASSERT, and UT_UNUSED.
Referenced by AP_UnixDialog_Replace::_constructWindow().
| static void s_replaceall_clicked | ( | GtkWidget * | , | |
| GtkWidget * | dlg | |||
| ) | [static] |
References AP_UnixDialog_Replace::BUTTON_REPLACE_ALL.
Referenced by AP_UnixDialog_Replace::_constructWindow().
| static void s_reverse_find_toggled | ( | GtkWidget * | widget, | |
| AP_UnixDialog_Replace * | dlg | |||
| ) | [static] |
References AP_UnixDialog_Replace::event_ReverseFindToggled(), UT_ASSERT, and UT_UNUSED.
Referenced by AP_UnixDialog_Replace::_constructWindow().
| static void s_whole_word_toggled | ( | GtkWidget * | widget, | |
| AP_UnixDialog_Replace * | dlg | |||
| ) | [static] |
References AP_UnixDialog_Replace::event_WholeWordToggled(), UT_ASSERT, and UT_UNUSED.
Referenced by AP_UnixDialog_Replace::_constructWindow().
1.7.1