Home
last modified time | relevance | path

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

/dports/editors/xmlcopyeditor/xmlcopyeditor/src/
H A Dfindreplacepanel.cpp188 wxFindDialogEvent replaceAllEvent ( wxEVT_COMMAND_FIND_REPLACE_ALL, 0 ); in OnReplaceAll() local
189 replaceAllEvent.SetFlags ( wxFR_DOWN ); in OnReplaceAll()
190 replaceAllEvent.SetFindString ( findEdit->GetValue() ); in OnReplaceAll()
191 replaceAllEvent.SetReplaceString ( replaceEdit->GetValue() ); in OnReplaceAll()
193 parent->ProcessWindowEvent( replaceAllEvent ); in OnReplaceAll()
195 parent->ProcessEvent ( replaceAllEvent ); in OnReplaceAll()