Home
last modified time | relevance | path

Searched refs:iRowIndex (Results 1 – 12 of 12) sorted by relevance

/dports/net/boinc-client/boinc-client_release-7.8-7.8.6/clientgui/
H A DViewTransfers.cpp310 wxString CViewTransfers::GetKeyValue1(int iRowIndex) { in GetKeyValue1() argument
313 if (GetTransferCacheAtIndex(transfer, m_iSortedIndexes[iRowIndex])) { in GetKeyValue1()
326 wxString CViewTransfers::GetKeyValue2(int iRowIndex) { in GetKeyValue2() argument
329 if (GetTransferCacheAtIndex(transfer, m_iSortedIndexes[iRowIndex])) { in GetKeyValue2()
344 unsigned int iRowIndex, n = GetCacheCount(); in FindRowIndexByKeyValues() local
345 for(iRowIndex=0; iRowIndex < n; iRowIndex++) { in FindRowIndexByKeyValues()
350 if((transfer->m_strProjectURL).IsSameAs(key2)) return iRowIndex; in FindRowIndexByKeyValues()
608 GetDocProgress(m_iSortedIndexes[iRowIndex], x); in SynchronizeCacheItem()
628 GetDocTime(m_iSortedIndexes[iRowIndex], fDocumentDouble); in SynchronizeCacheItem()
636 GetDocSpeed(m_iSortedIndexes[iRowIndex], fDocumentDouble); in SynchronizeCacheItem()
[all …]
H A DViewWork.cpp366 wxString CViewWork::GetKeyValue1(int iRowIndex) { in GetKeyValue1() argument
369 if (GetWorkCacheAtIndex(work, m_iSortedIndexes[iRowIndex])) { in GetKeyValue1()
375 GetDocName(m_iSortedIndexes[iRowIndex], work->m_strName); in GetKeyValue1()
382 wxString CViewWork::GetKeyValue2(int iRowIndex) { in GetKeyValue2() argument
385 if (GetWorkCacheAtIndex(work, m_iSortedIndexes[iRowIndex])) { in GetKeyValue2()
400 unsigned int iRowIndex, n = GetCacheCount(); in FindRowIndexByKeyValues() local
401 for(iRowIndex=0; iRowIndex < n; iRowIndex++) { in FindRowIndexByKeyValues()
976 if (GetWorkCacheAtIndex(work, m_iSortedIndexes[iRowIndex])) { in SynchronizeCacheItem()
1007 GetDocCPUTime(m_iSortedIndexes[iRowIndex], x); in SynchronizeCacheItem()
1015 GetDocProgress(m_iSortedIndexes[iRowIndex], x); in SynchronizeCacheItem()
[all …]
H A DViewProjects.cpp351 wxString CViewProjects::GetKeyValue1(int iRowIndex) { in GetKeyValue1() argument
354 if (GetProjectCacheAtIndex(project, m_iSortedIndexes[iRowIndex])) { in GetKeyValue1()
369 unsigned int iRowIndex, n = GetCacheCount(); in FindRowIndexByKeyValues() local
370 for(iRowIndex=0; iRowIndex < n; iRowIndex++) { in FindRowIndexByKeyValues()
374 if((project->m_strProjectURL).IsSameAs(key1)) return iRowIndex; in FindRowIndexByKeyValues()
861 if (GetProjectCacheAtIndex(project, m_iSortedIndexes[iRowIndex])) { in SynchronizeCacheItem()
887 GetDocTeamName(m_iSortedIndexes[iRowIndex], strDocumentText); in SynchronizeCacheItem()
894 GetDocTotalCredit(m_iSortedIndexes[iRowIndex], x); in SynchronizeCacheItem()
902 GetDocAVGCredit(m_iSortedIndexes[iRowIndex], x); in SynchronizeCacheItem()
910 GetDocResourceShare(m_iSortedIndexes[iRowIndex], x); in SynchronizeCacheItem()
[all …]
H A DViewTransfers.h65 virtual wxString GetKeyValue1(int iRowIndex);
66 virtual wxString GetKeyValue2(int iRowIndex);
84 virtual bool SynchronizeCacheItem(wxInt32 iRowIndex, wxInt32 iColumnIndex);
H A DViewWork.h67 virtual wxString GetKeyValue1(int iRowIndex);
68 virtual wxString GetKeyValue2(int iRowIndex);
96 virtual bool SynchronizeCacheItem(wxInt32 iRowIndex, wxInt32 iColumnIndex);
H A DBOINCBaseView.h102 virtual wxString GetKeyValue1(int iRowIndex);
103 virtual wxString GetKeyValue2(int iRowIndex);
178 virtual bool SynchronizeCacheItem(wxInt32 iRowIndex, wxInt32 iColumnIndex);
H A DViewProjects.h66 virtual wxString GetKeyValue1(int iRowIndex);
89 virtual bool SynchronizeCacheItem(wxInt32 iRowIndex, wxInt32 iColumnIndex);
H A DBOINCBaseView.cpp457 int iRowIndex = 0; in SynchronizeCache() local
466 for (iRowIndex = 0; iRowIndex < iRowTotal; iRowIndex++) { in SynchronizeCache()
470 if (SynchronizeCacheItem(iRowIndex, iColumnIndex)) { in SynchronizeCache()
475 m_pListPane->RefreshCell(iRowIndex, iColumnIndex); in SynchronizeCache()
487 m_pListPane->RefreshItem(iRowIndex); in SynchronizeCache()
500 bool CBOINCBaseView::SynchronizeCacheItem(wxInt32 WXUNUSED(iRowIndex), wxInt32 WXUNUSED(iColumnInde… in SynchronizeCacheItem() argument
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/base/
H A Dbulk.h119 integer iRowIndex = SD.pNode->iGetFirstRowIndex()+1; in AssJac() local
121 WM.PutRowIndex(1, iRowIndex); in AssJac()
141 integer iRowIndex = SD.pNode->iGetFirstRowIndex()+1; in AssRes() local
143 WorkVec.PutItem(1, iRowIndex, -dGet()*dVal); in AssRes()
/dports/science/mbdyn/mbdyn-1.7.3/mbdyn/elec/
H A Dgenel_.cc126 integer iRowIndex = SD.pNode->iGetFirstRowIndex() + 1; in AssJac() local
130 WM.PutItem(1, iRowIndex, iFirstReactionIndex, 1.); in AssJac()
147 integer iRowIndex = SD.pNode->iGetFirstRowIndex() + 1; in AssRes() local
153 WorkVec.PutItem(1, iRowIndex, -dRct); in AssRes()
1082 integer iRowIndex = SD.pNode->iGetFirstRowIndex() + 1; in AssJac() local
1086 WM.PutItem(1, iRowIndex, iDerivativeIndex, dGet()); in AssJac()
1104 integer iRowIndex = SD.pNode->iGetFirstRowIndex()+1; in AssRes() local
1111 WorkVec.PutItem(1, iRowIndex, -dGet()*dDerPrime); in AssRes()
H A Drottrim.cc129 integer iRowIndex = pvNodes[iIdx]->iGetFirstRowIndex() + 1; in AssJac() local
131 WM.PutItem(iIdx + 1, iRowIndex, iColIndex, d[iIdx]); in AssJac()
/dports/math/scilab/scilab-6.1.1/scilab/modules/ui_data/src/java/org/scilab/modules/ui_data/rowheader/
H A DRowHeader.java67 public boolean isCellEditable(int iRowIndex, int iColumnIndex) { in RowHeader()