Searched refs:lIndex (Results 1 - 20 of 20) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/palmos/
H A Dprefconf.cpp105 bool wxPrefConfig::GetFirstGroup(wxString& str, long& lIndex) const
109 bool wxPrefConfig::GetNextGroup(wxString& str, long& lIndex) const
115 bool wxPrefConfig::GetFirstEntry(wxString& str, long& lIndex) const
121 bool wxPrefConfig::GetNextEntry(wxString& str, long& lIndex) const
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/msw/
H A Diniconf.h58 virtual bool GetFirstGroup(wxString& str, long& lIndex) const;
59 virtual bool GetNextGroup (wxString& str, long& lIndex) const;
60 virtual bool GetFirstEntry(wxString& str, long& lIndex) const;
61 virtual bool GetNextEntry (wxString& str, long& lIndex) const;
H A Dregconf.h53 virtual bool GetFirstGroup(wxString& str, long& lIndex) const;
54 virtual bool GetNextGroup (wxString& str, long& lIndex) const;
55 virtual bool GetFirstEntry(wxString& str, long& lIndex) const;
56 virtual bool GetNextEntry (wxString& str, long& lIndex) const;
H A Dregistry.h196 bool GetFirstValue(wxString& strValueName, long& lIndex);
197 bool GetNextValue (wxString& strValueName, long& lIndex) const;
199 bool GetFirstKey (wxString& strKeyName , long& lIndex);
200 bool GetNextKey (wxString& strKeyName , long& lIndex) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/palmos/
H A Dprefconf.h44 virtual bool GetFirstGroup(wxString& str, long& lIndex) const;
45 virtual bool GetNextGroup (wxString& str, long& lIndex) const;
46 virtual bool GetFirstEntry(wxString& str, long& lIndex) const;
47 virtual bool GetNextEntry (wxString& str, long& lIndex) const;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/msw/
H A Dregconf.cpp396 We use the 15th bit of lIndex for distinction between global and local.
402 bool wxRegConfig::GetFirstGroup(wxString& str, long& lIndex) const
404 lIndex = 0;
405 return GetNextGroup(str, lIndex);
408 bool wxRegConfig::GetNextGroup(wxString& str, long& lIndex) const
411 if ( m_keyGlobal.IsOpened() && !IS_LOCAL_INDEX(lIndex) ) {
413 while ( m_keyGlobal.GetNextKey(str, lIndex) ) {
421 lIndex |= LOCAL_MASK;
430 lIndex &= ~LOCAL_MASK;
431 bool bOk = LocalKey().GetNextKey(str, lIndex);
[all...]
H A Dregistry.cpp608 long lIndex;
609 bool bCont = GetFirstKey(strKey, lIndex);
617 bCont = GetNextKey(strKey, lIndex);
626 bCont = GetFirstValue(strVal, lIndex);
636 bCont = GetNextValue(strVal, lIndex);
678 long lIndex;
679 bool bCont = GetFirstKey(strKey, lIndex);
683 bCont = GetNextKey(strKey, lIndex);
1002 bool wxRegKey::GetFirstValue(wxString& strValueName, long& lIndex)
1007 lIndex
[all...]
H A Diniconf.cpp195 bool wxIniConfig::GetFirstGroup(wxString& WXUNUSED(str), long& WXUNUSED(lIndex)) const
202 bool wxIniConfig::GetNextGroup (wxString& WXUNUSED(str), long& WXUNUSED(lIndex)) const
209 bool wxIniConfig::GetFirstEntry(wxString& WXUNUSED(str), long& WXUNUSED(lIndex)) const
216 bool wxIniConfig::GetNextEntry (wxString& WXUNUSED(str), long& WXUNUSED(lIndex)) const
H A Dmediactrl_wmp10.cpp203 /* [in] */ long lIndex,
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/
H A Dfileconf.h147 virtual bool GetFirstGroup(wxString& str, long& lIndex) const;
148 virtual bool GetNextGroup (wxString& str, long& lIndex) const;
149 virtual bool GetFirstEntry(wxString& str, long& lIndex) const;
150 virtual bool GetNextEntry (wxString& str, long& lIndex) const;
H A Dconfbase.h128 // you must pass the same lIndex to GetNext and GetFirst (don't modify it)
130 virtual bool GetFirstGroup(wxString& str, long& lIndex) const = 0;
131 virtual bool GetNextGroup (wxString& str, long& lIndex) const = 0;
133 virtual bool GetFirstEntry(wxString& str, long& lIndex) const = 0;
134 virtual bool GetNextEntry (wxString& str, long& lIndex) const = 0;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/os2/
H A Diniconf.h53 virtual bool GetFirstGroup(wxString& str, long& lIndex) const;
54 virtual bool GetNextGroup (wxString& str, long& lIndex) const;
55 virtual bool GetFirstEntry(wxString& str, long& lIndex) const;
56 virtual bool GetNextEntry (wxString& str, long& lIndex) const;
H A Dlistctrl.h112 long SetItem( long lIndex
368 long InsertItem( long lIndex
375 long InsertItem( long lIndex
382 long InsertItem( long lIndex
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/include/wx/mac/carbon/
H A Dmimetype.h102 void Init(wxMimeTypesManagerImpl *manager, long lIndex) argument
103 { m_manager=(manager); m_lIndex=(lIndex); }
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/os2/
H A Diniconf.cpp190 bool wxIniConfig::GetFirstGroup(wxString& WXUNUSED(str), long& WXUNUSED(lIndex)) const
197 bool wxIniConfig::GetNextGroup(wxString& WXUNUSED(str), long& WXUNUSED(lIndex)) const
204 bool wxIniConfig::GetFirstEntry(wxString& WXUNUSED(str), long& WXUNUSED(lIndex)) const
211 bool wxIniConfig::GetNextEntry(wxString& WXUNUSED(str), long& WXUNUSED(lIndex)) const
H A Dlistbox.cpp276 long lIndex = 0; local
284 lIndex = (long)::WinSendMsg(GetHwnd(), LM_INSERTITEM, (MPARAM)lIndexType, (MPARAM)rsItem.c_str());
290 wxOwnerDrawn* pNewItem = CreateItem(lIndex); // dummy argument
295 m_aItems.Insert(pNewItem, lIndex);
296 ::WinSendMsg(GetHwnd(), LM_SETITEMHANDLE, (MPARAM)lIndex, MPFROMP(pNewItem));
300 return (int)lIndex;
H A Dtextctrl.cpp903 long lIndex; local
908 lIndex = lLen * lLineNo;
910 ::WinSendMsg(GetHwnd(), MLM_SETSEL, (MPARAM)lIndex, (MPARAM)lIndex);
912 lBuflen = (long)::WinSendMsg(GetHwnd(), MLM_QUERYFORMATTEXTLENGTH, MPFROMLONG(lIndex), MPFROMLONG(-1));
913 lCopied = (long)::WinSendMsg(GetHwnd(), MLM_EXPORT, MPFROMP(&lIndex), MPFROMP(&lBuflen));
H A Dlistctrl.cpp191 // lIndex -- index to set
199 , long lIndex
228 if (i == (ULONG)lIndex)
1363 long lIndex
1373 vInfo.m_itemId = lIndex;
2309 long lIndex
2318 vInfo.m_itemId = lIndex;
2324 long lIndex
2332 vInfo.m_itemId = lIndex;
2338 long lIndex
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/src/common/
H A Dfileconf.cpp813 bool wxFileConfig::GetFirstGroup(wxString& str, long& lIndex) const
815 lIndex = 0;
816 return GetNextGroup(str, lIndex);
819 bool wxFileConfig::GetNextGroup (wxString& str, long& lIndex) const
821 if ( size_t(lIndex) < m_pCurrentGroup->Groups().Count() ) {
822 str = m_pCurrentGroup->Groups()[(size_t)lIndex++]->Name();
829 bool wxFileConfig::GetFirstEntry(wxString& str, long& lIndex) const
831 lIndex = 0;
832 return GetNextEntry(str, lIndex);
835 bool wxFileConfig::GetNextEntry (wxString& str, long& lIndex) cons
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/wxWidgets-2.8.12/docs/latex/wx/
H A Dregkey.tex147 \func{bool}{GetFirstKey}{\param{wxString\&}{ strKeyName}, \param{long\&}{ lIndex}}
154 \func{bool}{GetFirstValue}{\param{wxString\&}{ strValueName}, \param{long\&}{ lIndex}}
176 \constfunc{bool}{GetNextKey}{\param{wxString\&}{ strKeyName}, \param{long\&}{ lIndex}}
183 \constfunc{bool}{GetNextValue}{\param{wxString\&}{ strValueName}, \param{long\&}{ lIndex}}

Completed in 103 milliseconds