Home
last modified time | relevance | path

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

/GUIX-v6.2.1/guix_studio/
Dmessage_dialog.cpp77 CString string_process; in AddCStaticControl() local
106 string_process = string_left; in AddCStaticControl()
110 string_process = string_left.Left(index_count); in AddCStaticControl()
116 index = string_process.Find(' '); in AddCStaticControl()
117 temp_string = string_process.Left(index); in AddCStaticControl()
118 string_process = string_process.Mid(index + 1); in AddCStaticControl()
141 temp_size = pDC->GetTextExtent(string_process); in AddCStaticControl()