/MusicPlayer2/MusicPlayer2/ |
H A D | MessageDlg.h | 18 void SetWindowTitle(const wstring& str) { m_title = str; }; in SetWindowTitle() 20 void SetInfoText(const wstring& str) { m_info = str; }; in SetInfoText() 22 void SetMessageText(const wstring& str) { m_message = str; }; in SetMessageText()
|
H A D | CHotKey.cpp | 30 wstring str; in ToString() local 55 void CHotKey::FromString(const wstring & str) in FromString() 94 wstring str; in GetHotkeyName() local
|
H A D | TinyXml2Helper.cpp | 38 const char* str = ele->Attribute(attr); in ElementAttribute() local 49 const char* str = ele->Name(); in ElementName() local 60 const char* str = ele->GetText(); in ElementText() local 67 bool CTinyXml2Helper::StringToBool(const char* str) in StringToBool()
|
H A D | AppearanceSettingDlg.cpp | 368 CString str; in BEGIN_MESSAGE_MAP() local 529 CString str; in OnHScroll() local 539 CString str; in OnHScroll() local 547 CString str; in OnHScroll() local 554 CString str; in OnHScroll() local 806 CString str; in OnEditBrowseChanged() local 832 CString str; in OnEditBrowseChanged() local
|
H A D | Common.cpp | 139 void CCommon::DeleteStringBom(string& str) in DeleteStringBom() 149 bool CCommon::StringCsvNormalize(CString& str) in StringCsvNormalize() 208 bool CCommon::StrIsNumber(const wstring& str) in StrIsNumber() 225 int CCommon::StringToInt(const wstring& str) in StringToInt() 284 static void _StringSplit(const T& str, wchar_t div_ch, vector<T>& results, bool skip_empty, bool tr… in _StringSplit() 304 void _StringSplit(const T& str, const T& div_str, vector<T>& results, bool skip_empty /*= true*/, b… in _StringSplit() 323 void CCommon::StringSplit(const wstring& str, wchar_t div_ch, vector<wstring>& results, bool skip_e… in StringSplit() 328 void CCommon::StringSplit(const wstring& str, const wstring& div_str, vector<wstring>& results, boo… in StringSplit() 333 void CCommon::StringSplit(const string& str, char div_ch, vector<string>& result, bool skip_empty, … in StringSplit() 338 void CCommon::StringSplit(const string& str, const string& div_str, vector<string>& results, bool s… in StringSplit() [all …]
|
H A D | Common.h | 471 inline bool CCommon::StringNormalize(T& str) in StringNormalize() 493 inline bool CCommon::DeleteEndSpace(T& str) in DeleteEndSpace() 502 inline bool CCommon::StringTransform(T& str, bool upper) in StringTransform() 540 inline size_t CCommon::StringFindNoCase(const T& str, const T& find_str, size_t index) in StringFindNoCase() 551 inline size_t CCommon::StringNatchWholeWord(const T& str, const T& find_str) in StringNatchWholeWord()
|
H A D | StaticEx.cpp | 35 CString str; in GetWindowText() local 61 CString str; in BEGIN_MESSAGE_MAP() local
|
H A D | TagSelBaseDlg.cpp | 198 CString str; in OnTagBtnClicked() local 393 CString str; in OnCbnSelchangeCombo1() local 419 CString str; in OnDestroy() local 433 CString str; in OnOK() local
|
H A D | AddToPlaylistDlg.cpp | 124 CString str; in OnEnChangeSearchEdit() local 151 for (const auto& str : m_list) in QuickSearch() local
|
H A D | IniHelper.cpp | 41 void CIniHelper::WriteString(const wchar_t* AppName, const wchar_t* KeyName, const wstring& str) in WriteString() 115 CString str, tmp; in WriteIntArray() local 128 wstring str; in GetIntArray() local 228 for (wstring str : line) in GetAllKeyValues() local 262 void CIniHelper::UnEscapeString(wstring& str) in UnEscapeString() 294 void CIniHelper::_WriteString(const wchar_t* AppName, const wchar_t* KeyName, const wstring& str) in _WriteString()
|
H A D | CortanaLyric.cpp | 285 void CCortanaLyric::DrawCortanaTextSimple(LPCTSTR str, Alignment align) in DrawCortanaTextSimple() 294 void CCortanaLyric::DrawCortanaText(LPCTSTR str, bool reset, double scroll_pixel) in DrawCortanaText() 304 void CCortanaLyric::DrawCortanaText(LPCTSTR str, int progress) in DrawCortanaText() 404 CString str; in ResetCortanaText() local
|
H A D | FolderBrowserDlg.cpp | 19 CString str; in DoModal() local
|
H A D | LyricSettingsDlg.cpp | 292 CString str; in BEGIN_MESSAGE_MAP() local 433 wstring str = font_info.name + L", " + std::to_wstring(font_info.size) + L"pt"; in GetFontInfoString() local 651 CString str; in OnHScroll() local 810 CString str; in OnEditBrowseChanged() local
|
H A D | Lyric.cpp | 122 for (const auto& str : m_lyrics_str) in DisposeLrc() local 304 wstring str = m_lyrics_str[i].substr(0, index); in DisposeKsc() local 393 { in DisposeWebVTT() 420 { in DisposeWebVTT() 781 for (auto& str : m_lyrics_str) in GetLyricsString() local 853 for (const wstring& str : m_lyrics_str) // 不清楚规则故暂不修改非歌词行 in GetLyricsString2() local 899 { in GetLyricsString2()
|
H A D | PlaySettingsDlg.cpp | 375 CString str; in OnEnChangeSf2PathEdit() local 385 CString str; in OnEditBrowseChanged() local
|
H A D | ScintillaEditView.cpp | 67 char* str = new char[size + 1]; in SetTextW() local 174 const char* str = GetText(size); in GetSel() local 406 CScintillaEditView::eEolMode CScintillaEditView::JudgeEolMode(const wstring& str) in JudgeEolMode() 424 int CScintillaEditView::CharactorPosToBytePos(int pos, const wchar_t * str, size_t size) in CharactorPosToBytePos() 432 int CScintillaEditView::BytePosToCharactorPos(int pos, const char * str, size_t size) in BytePosToCharactorPos()
|
H A D | CFloatPlaylistDlg.cpp | 126 CString str; in GetPlaylistItemSelected() local 322 CString str; in OnNMRClickPlaylistList() local 353 CString str; in OnNMDblclkPlaylistList() local
|
H A D | AcceleratorRes.cpp | 126 wstring str; in ToString() local
|
H A D | EditStringListDlg.cpp | 78 for (const auto& str : m_items) in BEGIN_MESSAGE_MAP() local
|
H A D | FilterHelper.cpp | 75 wstring str{ L"|" }; in BulidExtFilter() local
|
H A D | PlayListCtrl.cpp | 96 CString str; in GetItemSelectedSearched() local 175 CString str = GetItemText(m_nItem, 0); in OnMouseMove() local
|
H A D | EditEx.cpp | 31 CString str; in GetText() local
|
H A D | SelectItemDlg.cpp | 83 for (const auto& str : m_items) in BEGIN_MESSAGE_MAP() local
|
H A D | CHotkeyManager.cpp | 99 wstring str; in SaveToTni() local
|
H A D | CVariant.cpp | 47 CString str; in ToString() local
|