Searched refs:m_findReplace (Results 1 - 2 of 2) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dfdrepdlg.cpp75 FINDREPLACE *GetPtrFindReplace() { return &m_findReplace; }
91 FINDREPLACE m_findReplace; member in class:wxFindReplaceDialogImpl
131 wxZeroMemory(m_findReplace);
154 m_findReplace.lStructSize = sizeof(FINDREPLACE);
155 m_findReplace.hwndOwner = GetHwndOf(dialog->GetParent());
156 m_findReplace.Flags = flags;
158 m_findReplace.lCustData = (LPARAM)dialog;
159 m_findReplace.lpfnHook = wxFindReplaceDialogHookProc;
179 InitString(str, &m_findReplace.lpstrFindWhat, &m_findReplace
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dfdrepdlg.cpp66 FINDREPLACE *GetPtrFindReplace() { return &m_findReplace; }
82 FINDREPLACE m_findReplace; member in class:wxFindReplaceDialogImpl

Completed in 108 milliseconds