Searched refs:SetItemText (Results 1 - 3 of 3) sorted by relevance
/third_party/lzma/CPP/7zip/UI/FileManager/ |
H A D | ProgressDialog2.cpp | 643 SetItemText(id, s);
in ShowSize() 752 SetItemText(IDT_PROGRESS_ELAPSED_VAL, s);
in UpdateStatInfo() 763 SetItemText(IDT_PROGRESS_ERRORS_VAL, s);
in UpdateStatInfo() 779 SetItemText(IDT_PROGRESS_REMAINING_VAL, L"");
in UpdateStatInfo() 793 SetItemText(IDT_PROGRESS_REMAINING_VAL, s);
in UpdateStatInfo() 819 SetItemText(IDT_PROGRESS_SPEED_VAL, s);
in UpdateStatInfo() 848 SetItemText(IDT_PROGRESS_FILES_VAL, s);
in UpdateStatInfo() 860 SetItemText(IDT_PROGRESS_FILES_TOTAL, s);
in UpdateStatInfo() 889 SetItemText(IDT_PROGRESS_RATIO_VAL, s);
in UpdateStatInfo() 902 SetItemText(IDT_PROGRESS_STATU in UpdateStatInfo() [all...] |
H A D | BrowseDialog.cpp | 602 SetItemText(IDT_BROWSE_FOLDER, DirPrefix);
in Reload()
|
/third_party/lzma/CPP/Windows/Control/ |
H A D | Dialog.h | 32 bool SetItemText(unsigned itemID, LPCTSTR s)
in SetItemText() function in NWindows::NControl::CDialog 39 { return SetItemText(itemID, TEXT("")); }
in SetItemText_Empty() 42 bool SetItemText(unsigned itemID, LPCWSTR s)
in SetItemText() function in NWindows::NControl::CDialog
|
Completed in 4 milliseconds