Home
last modified time | relevance | path

Searched refs:SetItemText (Results 1 – 5 of 5) sorted by relevance

/external/lzma/CPP/7zip/UI/FileManager/
DProgressDialog2.cpp632 SetItemText(id, s); in ShowSize()
741 SetItemText(IDT_PROGRESS_ELAPSED_VAL, s); in UpdateStatInfo()
752 SetItemText(IDT_PROGRESS_ERRORS_VAL, s); in UpdateStatInfo()
768 SetItemText(IDT_PROGRESS_REMAINING_VAL, L""); in UpdateStatInfo()
782 SetItemText(IDT_PROGRESS_REMAINING_VAL, s); in UpdateStatInfo()
807 SetItemText(IDT_PROGRESS_SPEED_VAL, s); in UpdateStatInfo()
840 SetItemText(IDT_PROGRESS_FILES_VAL, s); in UpdateStatInfo()
869 SetItemText(IDT_PROGRESS_RATIO_VAL, s); in UpdateStatInfo()
882 SetItemText(IDT_PROGRESS_STATUS, _status); in UpdateStatInfo()
905 SetItemText(IDT_PROGRESS_FILE_NAME, s1); in UpdateStatInfo()
[all …]
DBrowseDialog.cpp586 SetItemText(IDT_BROWSE_FOLDER, DirPrefix); in Reload()
/external/lzma/CPP/Windows/Control/
DDialog.h31 bool SetItemText(int itemID, LPCTSTR s) in SetItemText() function
35 bool SetItemText(int itemID, LPCWSTR s) in SetItemText() function
/external/mdnsresponder/mDNSWindows/ControlPanel/
DBrowsingPage.cpp157 m_browseListCtrl.SetItemText( nIndex, 1, subKeyName ); in OnSetActive()
285 m_browseListCtrl.SetItemText( nIndex, 1, dlg.m_text ); in OnBnClickedAddBrowseDomain()
/external/mdnsresponder/mDNSWindows/DNSServiceBrowser/Windows/Sources/
DChooserDialog.cpp792 mServiceList.SetItemText( n, 1, desc ); in PopulateServicesList()
839 mChooserList.SetItemText( selectedItem, 1, s ); in UpdateInfoDisplay()
1113 mChooserList.SetItemText( n, 1, s ); in OnResolve()