Searched refs:Replace (Results 151 - 175 of 197) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk/
H A Dmenu.cpp423 wxMenu *wxMenuBar::Replace(size_t pos, wxMenu *menu, const wxString& title) function in class:wxMenuBar
835 oldLabel.Replace(wxT("_"), wxT(""));
H A Dcombobox.cpp1113 void wxComboBox::Replace( long from, long to, const wxString& value ) function in class:wxComboBox
H A Dtextctrl.cpp1506 void wxTextCtrl::Replace( long from, long to, const wxString &value ) function in class:wxTextCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/gtk1/
H A Dmenu.cpp406 wxMenu *wxMenuBar::Replace(size_t pos, wxMenu *menu, const wxString& title) function in class:wxMenuBar
819 oldLabel.Replace(wxT("_"), wxEmptyString);
H A Dcombobox.cpp788 void wxComboBox::Replace( long from, long to, const wxString& value ) function in class:wxComboBox
H A Dtextctrl.cpp872 void wxTextCtrl::Replace( long from, long to, const wxString &value ) function in class:wxTextCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dsizer.tex499 \membersection{wxSizer::Replace}\label{wxsizerreplace}
501 \func{bool}{Replace}{\param{wxWindow* }{oldwin}, \param{wxWindow* }{newwin}, \param{bool }{recursive = false}}
503 \func{bool}{Replace}{\param{wxSizer* }{oldsz}, \param{wxSizer* }{newsz}, \param{bool }{recursive = false}}
H A Dmenu.tex1125 \helpref{wxMenuBar::Replace}{wxmenubarreplace}
1128 \membersection{wxMenuBar::Replace}\label{wxmenubarreplace}
1130 \func{wxMenu *}{Replace}{\param{size\_t }{pos}, \param{wxMenu *}{menu}, \param{const wxString\& }{title}}
H A Dwxstring.tex170 \helpref{Replace}{wxstringreplace}
1079 \membersection{wxString::Replace}\label{wxstringreplace}
1081 \func{size\_t}{Replace}{\param{const wxChar*}{ szOld}, \param{const wxChar*}{ szNew}, \param{bool}{ replaceAll = true}}
1083 Replace first (or all) occurrences of substring with another one.
H A Dcomboctrl.tex533 \membersection{wxComboCtrl::Replace}\label{wxcomboctrlreplace}
535 \func{void}{Replace}{\param{long }{from}, \param{long }{to}, \param{const wxString\& }{value}}
H A Dporting.tex352 Replace the arguments with one wxActivateEvent\& argument, make sure the function isn't virtual,
406 Replace the arguments with one wxSizeEvent\& argument, make it non-virtual, and add to your
H A Dtext.tex812 \membersection{wxTextCtrl::Replace}\label{wxtextctrlreplace}
814 \func{virtual void}{Replace}{\param{long}{ from}, \param{long}{ to}, \param{const wxString\& }{value}}
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dapp.cpp883 theResPath.Replace(wxT("_core"), wxEmptyString);
885 theResPath.Replace(wxT(".dylib"), wxT(".rsrc"));
H A Dtextctrl.cpp1189 void wxTextCtrl::Replace(long from, long to, const wxString& str) function in class:wxTextCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dtextctrl.cpp1485 void wxTextCtrl::Replace(long from, long to, const wxString& value) function in class:wxTextCtrl
1495 Replace(from, to, wxEmptyString);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dtextctrl.cpp605 void wxTextCtrl::Replace( long lFrom, function in class:wxTextCtrl
640 wxFAIL_MSG("wxTextCtrl::Replace not implemented if wxUSE_CLIPBOARD is 0.");
642 } // end of wxTextCtrl::Replace
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dmenucmn.cpp968 wxMenu *wxMenuBarBase::Replace(size_t pos, wxMenu *menu, function in class:wxMenuBarBase
974 wxCHECK_MSG( node, NULL, wxT("bad index in wxMenuBar::Replace()") );
H A Ddb.cpp4109 value.Replace(wxT("'"), wxT("''"));
4115 value.Replace(wxT("\\"), wxT("\\\\"));
4116 value.Replace(wxT("'"), wxT("\\'"));
4404 // Replace the separator from above with the '\0' separator needed
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/generic/
H A Dlogg.cpp738 msg.Replace(wxT("\n"), wxT(" "));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/utils/convertrc/
H A Dwxr2xml.cpp646 phrase.Replace(_T("&"), _T("$"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/richtext/
H A Drichtextctrl.h173 virtual void Replace(long from, long to, const wxString& value);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/menu/
H A Dmenu.cpp878 label.Replace( _T("\\t"), _T("\t") );
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/unix/
H A Dthreadpsx.cpp1010 // (ab)use Replace() to find the number of "processor: num" strings
1011 size_t count = s.Replace(_T("processor\t:"), _T(""));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/x11/
H A Dtextctrl.cpp412 void wxTextCtrl::Replace(long from, long to, const wxString& value) function in class:wxTextCtrl
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/console/
H A Dconsole.cpp117 (void)str.Replace(_T("\t"), _T("\\t"));
118 (void)str.Replace(_T("\n"), _T("\\n"));
119 (void)str.Replace(_T("\r"), _T("\\r"));

Completed in 253 milliseconds

12345678