Searched refs:Replace (Results 101 - 125 of 197) sorted by relevance

12345678

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/mac/classic/
H A Dmenu.cpp679 wxMenu *wxMenuBar::Replace(size_t pos, wxMenu *menu, const wxString& title)
681 wxMenu *menuOld = wxMenuBarBase::Replace(pos, menu, title);
H A Dcombobox.cpp405 void wxComboBox::Replace(long from, long to, const wxString& value) function in class:wxComboBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/motif/
H A Dmenu.cpp306 wxMenu *wxMenuBar::Replace(size_t pos, wxMenu *menu, const wxString& title) function in class:wxMenuBar
308 if ( !wxMenuBarBase::Replace(pos, menu, title) )
H A Dcombobox.cpp290 void wxComboBox::Replace(long from, long to, const wxString& value) function in class:wxComboBox
H A Dcombobox_native.cpp345 void wxComboBox::Replace(long from, long to, const wxString& value) function in class:wxComboBox
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/wince/
H A Dtextctrlce.cpp641 void wxTextCtrl::Replace(long from, long to, const wxString& value) function in class:wxTextCtrl
651 Replace(from, to, wxEmptyString);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Dmenu.cpp227 // Replace old with new or just remove the old one if no new
912 wxMenu* wxMenuBar::Replace(
920 wxMenu* pMenuOld = wxMenuBarBase::Replace( nPos
952 } // end of wxMenuBar::Replace
H A Downerdrw.cpp344 sFullString.Replace(sTgt.c_str(), wxEmptyString, true);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Ddatetime.cpp2529 bool wasReplaced = fmt2.Replace(strYear, replacement) > 0;
2531 wasReplaced = (fmt2.Replace(strYear2, replacement2) > 0) || wasReplaced;
2563 str.Replace(strYear, replacement3);
2564 str.Replace(strYear2,replacement4);
2565 str.Replace(replacement3, strYearReal);
2566 str.Replace(replacement4, strYearReal2);
2571 str.Replace(replacement2, strYear2);
2572 str.Replace(replacement, strYear);
H A Dgdicmn.cpp386 if ( !colNameAlt.Replace(_T("GRAY"), _T("GREY")) )
414 if ( !colNameAlt.Replace(_T("GRAY"), _T("GREY")) )
H A Ddlgcmn.cpp234 text.Replace(_T("&"), _T("&&"));
H A Dsizer.cpp705 bool wxSizer::Replace( wxWindow *oldwin, wxWindow *newwin, bool recursive ) function in class:wxSizer
724 if (item->GetSizer()->Replace( oldwin, newwin, true ))
734 bool wxSizer::Replace( wxSizer *oldsz, wxSizer *newsz, bool recursive ) function in class:wxSizer
753 if (item->GetSizer()->Replace( oldsz, newsz, true ))
763 bool wxSizer::Replace( size_t old, wxSizerItem *newitem ) function in class:wxSizer
765 wxCHECK_MSG( old < m_children.GetCount(), false, _T("Replace index is out of range") );
H A Dftp.cpp655 addrIP.Replace(_T("."), _T(","));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/samples/access/
H A Daccesstest.cpp484 text2.Replace(wxT("\n"), wxT(" "));
485 text2.Replace(wxT("\r"), wxT(" "));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dtextctrl.cpp350 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/gtk/
H A Dminifram.cpp349 img.Replace(0,0,0,123,123,123);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/univ/
H A Dtextctrl.h124 virtual void Replace(wxTextPos from, wxTextPos to, const wxString& value);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dcombo.h213 virtual void Replace(long from, long to, const wxString& value);
H A Dimage.h268 void Replace( unsigned char r1, unsigned char g1, unsigned char b1,
H A Dsizer.h523 virtual bool Replace( wxWindow *oldwin, wxWindow *newwin, bool recursive = false );
524 virtual bool Replace( wxSizer *oldsz, wxSizer *newsz, bool recursive = false );
525 virtual bool Replace( size_t index, wxSizerItem *newitem );
H A Dtextctrl.h331 virtual void Replace(long from, long to, const wxString& value) = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-runtime/intl-csharp/
H A Dintl.cs184 Type clazz = satelliteAssembly.GetType(ConstructClassName(resourceName)+"_"+culture.Name.Replace('-','_'));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/aui/
H A Dframemanager.cpp1387 pane_part.Replace(wxT("\\|"), wxT("\a"));
1388 pane_part.Replace(wxT("\\;"), wxT("\b"));
1448 pane.name.Replace(wxT("\a"), wxT("|"));
1449 pane.name.Replace(wxT("\b"), wxT(";"));
1450 pane.caption.Replace(wxT("\a"), wxT("|"));
1451 pane.caption.Replace(wxT("\b"), wxT(";"));
1452 pane_part.Replace(wxT("\a"), wxT("|"));
1453 pane_part.Replace(wxT("\b"), wxT(";"));
1518 input.Replace(wxT("\\|"), wxT("\a"));
1519 input.Replace(wx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dutilsexc.cpp979 arg.Replace(_T("\""), _T("\\\""), true /* replace all */);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DMuleTrayIcon.cpp82 label.Replace(_("kB/s"),wxT(""),TRUE);

Completed in 168 milliseconds

12345678