Searched refs:stringList (Results 1 - 7 of 7) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/deprecated/
H A Dresource.cpp458 wxStringList& stringList = childResource->GetStringValues(); local
461 if (stringList.GetCount() > 0)
463 noStrings = stringList.GetCount();
465 wxStringListNode *node = stringList.GetFirst();
482 wxStringList& stringList = childResource->GetStringValues(); local
485 if (stringList.GetCount() > 0)
487 noStrings = stringList.GetCount();
489 wxStringListNode *node = stringList.GetFirst();
507 wxStringList& stringList = childResource->GetStringValues(); local
510 if (stringList
532 wxStringList& stringList = childResource->GetStringValues(); local
1093 wxStringList stringList; local
1135 wxStringList stringList; local
1170 wxStringList stringList; local
1199 wxStringList stringList; local
[all...]
H A Dproplist.cpp1544 wxStringList *stringList = new wxStringList; local
1551 stringList->Add(s);
1558 if (EditStringList(parentWindow, stringList, title.GetData()))
1562 wxStringList::Node *node = stringList->GetFirst();
1575 delete stringList;
1647 bool wxListOfStringsListValidator::EditStringList(wxWindow *parent, wxStringList *stringList, const wxChar *title) argument
1656 dialog->m_stringList = stringList;
1690 wxStringList::Node *node = stringList->GetFirst();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dvaltext.tex98 \func{void}{SetExcludes}{\param{const wxArrayString\&}{ stringList}}
104 \func{void}{SetIncludes}{\param{const wxArrayString\&}{ stringList}}
/netgear-R7000-V1.0.7.12_1.2.5/src/router/busybox-1.x/scripts/kconfig/
H A Dqconf.cc84 QStringList stringList; local
88 stringList.push_back(QString::number(*it));
89 return writeEntry(key, stringList);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/scripts/kconfig/
H A Dqconf.cc74 QStringList stringList; local
78 stringList.push_back(QString::number(*it));
79 return writeEntry(key, stringList);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/include/wx/deprecated/
H A Dproplist.h580 bool EditStringList(wxWindow *parent, wxStringList *stringList, const wxChar *title = wxT("String List Editor"));
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/contrib/src/ogl/
H A Dbasic.cpp602 wxStringList *stringList = oglFormatText(dc, s, (w-2*m_textMarginX), (h-2*m_textMarginY), region->GetFormatMode()); local
603 node = (wxNode*)stringList->GetFirst();
611 delete stringList;

Completed in 191 milliseconds