Searched refs:SetItemText (Results 1 – 5 of 5) sorted by relevance
/external/lzma/CPP/7zip/UI/FileManager/ |
D | ProgressDialog2.cpp | 632 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 …]
|
D | BrowseDialog.cpp | 586 SetItemText(IDT_BROWSE_FOLDER, DirPrefix); in Reload()
|
/external/lzma/CPP/Windows/Control/ |
D | Dialog.h | 31 bool SetItemText(int itemID, LPCTSTR s) in SetItemText() function 35 bool SetItemText(int itemID, LPCWSTR s) in SetItemText() function
|
/external/mdnsresponder/mDNSWindows/ControlPanel/ |
D | BrowsingPage.cpp | 157 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/ |
D | ChooserDialog.cpp | 792 mServiceList.SetItemText( n, 1, desc ); in PopulateServicesList() 839 mChooserList.SetItemText( selectedItem, 1, s ); in UpdateInfoDisplay() 1113 mChooserList.SetItemText( n, 1, s ); in OnResolve()
|