29 #include "../../idlib/precompiled.h"
50 static char THIS_FILE[] = __FILE__;
57 CString* p_strFindValue,
58 CString* p_strReplaceKey,
59 CString* p_strReplaceValue,
60 bool* p_bWholeStringMatchOnly,
61 bool* p_bSelectAllMatchingEnts,
85 CDialog::DoDataExchange(pDX);
121 ErrorBox(
"Empty FIND <key>!\n\n(This is only permitted for FIND, not replace, for safety reasons)");
CString * m_pStrReplaceValue
bool * m_pbSelectAllMatchingEnts
BOOL m_bWholeStringMatchOnly
#define IDC_EDIT_REPLACE_VALUE
CString * m_pStrReplaceKey
#define IDC_EDIT_FIND_VALUE
#define IDC_EDIT_REPLACE_KEY
afx_msg void OnValuecopy()
BOOL m_bSelectAllMatchingEnts
#define IDC_CHECK_FIND_WHOLESTRINGMATCHONLY
virtual void DoDataExchange(CDataExchange *pDX)
CEntKeyFindReplace(CString *p_strFindKey, CString *p_strFindValue, CString *p_strReplaceKey, CString *p_strReplaceValue, bool *p_bWholeStringMatchOnly, bool *p_bSelectAllMatchingEnts, CWnd *pParent=NULL)
CString * m_pStrFindValue
CString m_strReplaceValue
#define IDC_EDIT_FIND_KEY
char * va(const char *fmt,...)
#define IDC_CHECK_SELECTALLMATCHING
bool * m_pbWholeStringMatchOnly
void ErrorBox(const char *sString)
bool GetYesNo(const char *psQuery)