Searched refs:itemnr (Results 1 - 19 of 19) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/amule/aMule-2.3.1/src/
H A DPartFileConvertDlg.cpp156 long itemnr = s_convertgui->m_joblist->FindItem(-1, info.id); local
158 if (itemnr == -1) {
159 itemnr = s_convertgui->m_joblist->InsertItem(s_convertgui->m_joblist->GetItemCount(), info.folder.GetPrintable());
160 if (itemnr != -1) {
161 s_convertgui->m_joblist->SetItemData(itemnr, info.id);
165 if (itemnr != -1) {
166 s_convertgui->m_joblist->SetItem(itemnr, 0, info.filename.IsOk() ? info.folder.GetPrintable() : info.filename.GetPrintable() );
167 s_convertgui->m_joblist->SetItem(itemnr, 1, GetConversionState(info.state) );
169 s_convertgui->m_joblist->SetItem(itemnr, 2, CFormat(_("%s (Disk: %s)")) % CastItoXBytes(info.size) % CastItoXBytes(info.spaceneeded));
171 s_convertgui->m_joblist->SetItem(itemnr,
181 long itemnr = s_convertgui->m_joblist->FindItem(-1, id); local
222 long itemnr = m_joblist->GetNextItem(-1, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED); local
233 long itemnr = m_joblist->GetNextItem(-1, wxLIST_NEXT_ALL, wxLIST_STATE_SELECTED); local
[all...]
H A DServerListCtrl.cpp180 long itemnr = FindItem( -1, ptr ); local
181 if ( itemnr == -1 ) {
183 itemnr = InsertItem( GetInsertPos( ptr ), server->GetListName() );
184 SetItemPtrData( itemnr, ptr );
187 item.SetId( itemnr );
202 SetItem(itemnr, COLUMN_SERVER_NAME, serverName);
203 SetItem(itemnr, COLUMN_SERVER_ADDR, server->GetAddress());
205 SetItem( itemnr, COLUMN_SERVER_PORT,
208 SetItem( itemnr, COLUMN_SERVER_PORT,
211 SetItem( itemnr, COLUMN_SERVER_DES
320 long itemnr = FindItem( -1, reinterpret_cast<wxUIntPtr>(server) ); local
[all...]
H A DFriendListCtrl.cpp74 sint32 itemnr = FindItem(-1, reinterpret_cast<wxUIntPtr>(toremove)); local
76 if ( itemnr == -1 )
79 DeleteItem(itemnr);
89 sint32 itemnr = FindItem(-1, reinterpret_cast<wxUIntPtr>(toupdate)); local
90 if (itemnr == -1) {
91 itemnr = InsertItem(GetItemCount(), wxEmptyString);
92 SetItemPtrData(itemnr, reinterpret_cast<wxUIntPtr>(toupdate));
95 SetItem(itemnr, 0, toupdate->GetName());
96 SetItemTextColour(itemnr, toupdate->GetLinkedClient().IsLinked() ? *wxBLUE : *wxBLACK);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libcroco/
H A Dcr-stylesheet.h92 CRStatement * cr_stylesheet_statement_get_from_list (CRStyleSheet *a_this, int itemnr) ;
H A Dcr-stylesheet.c129 *@param itemnr the index into the rules.
130 *@return CRStatement at position itemnr, if itemnr > number of rules - 1,
134 cr_stylesheet_statement_get_from_list (CRStyleSheet * a_this, int itemnr) argument
138 return cr_statement_get_from_list (a_this->statements, itemnr);
H A Dcr-declaration.h113 int itemnr) ;
H A Dcr-term.h180 CRTerm * cr_term_get_from_list (CRTerm *a_this, int itemnr) ;
H A Dcr-statement.h356 cr_statement_at_media_get_from_list (CRStatement *a_this, int itemnr) ;
433 cr_statement_get_from_list (CRStatement *a_this, int itemnr) ;
H A Dcr-declaration.c666 *@itemnr: the index into the declaration list.
670 *Returns #CRDeclaration at position itemnr,
671 *if itemnr > number of declarations - 1,
675 cr_declaration_get_from_list (CRDeclaration * a_this, int itemnr) argument
683 if (nr++ == itemnr)
H A Dcr-term.c716 *@param itemnr the index into the expression.
717 *@return CRTerm at position itemnr, if itemnr > number of terms - 1,
721 cr_term_get_from_list (CRTerm *a_this, int itemnr) argument
729 if (nr++ == itemnr)
H A Dcr-statement.c1949 *@itemnr: the index into the statement list.
1953 *Returns CRStatement at position itemnr, if itemnr > number of statements - 1,
1957 cr_statement_get_from_list (CRStatement * a_this, int itemnr) argument
1965 if (nr++ == itemnr)
2259 *@itemnr: the index into the media rule list of rules.
2263 *Returns CRStatement at position itemnr, if itemnr > number of rules - 1,
2267 cr_statement_at_media_get_from_list (CRStatement * a_this, int itemnr) argument
2274 itemnr);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libcroco/
H A Dcr-stylesheet.h92 CRStatement * cr_stylesheet_statement_get_from_list (CRStyleSheet *a_this, int itemnr) ;
H A Dcr-stylesheet.c129 *@param itemnr the index into the rules.
130 *@return CRStatement at position itemnr, if itemnr > number of rules - 1,
134 cr_stylesheet_statement_get_from_list (CRStyleSheet * a_this, int itemnr) argument
138 return cr_statement_get_from_list (a_this->statements, itemnr);
H A Dcr-declaration.h113 int itemnr) ;
H A Dcr-term.h180 CRTerm * cr_term_get_from_list (CRTerm *a_this, int itemnr) ;
H A Dcr-statement.h356 cr_statement_at_media_get_from_list (CRStatement *a_this, int itemnr) ;
433 cr_statement_get_from_list (CRStatement *a_this, int itemnr) ;
H A Dcr-declaration.c666 *@itemnr: the index into the declaration list.
670 *Returns #CRDeclaration at position itemnr,
671 *if itemnr > number of declarations - 1,
675 cr_declaration_get_from_list (CRDeclaration * a_this, int itemnr) argument
683 if (nr++ == itemnr)
H A Dcr-term.c716 *@param itemnr the index into the expression.
717 *@return CRTerm at position itemnr, if itemnr > number of terms - 1,
721 cr_term_get_from_list (CRTerm *a_this, int itemnr) argument
729 if (nr++ == itemnr)
H A Dcr-statement.c1949 *@itemnr: the index into the statement list.
1953 *Returns CRStatement at position itemnr, if itemnr > number of statements - 1,
1957 cr_statement_get_from_list (CRStatement * a_this, int itemnr) argument
1965 if (nr++ == itemnr)
2259 *@itemnr: the index into the media rule list of rules.
2263 *Returns CRStatement at position itemnr, if itemnr > number of rules - 1,
2267 cr_statement_at_media_get_from_list (CRStatement * a_this, int itemnr) argument
2274 itemnr);
[all...]

Completed in 195 milliseconds