| /GUIX-v6.2.1/guix_studio/ |
| D | studio_source_writer.cpp | 62 line = copy.Left(newline); in FileWrite() 79 formatted = line.Left(index); in FileWrite() 96 formatted = line.Left(index); in FileWrite() 149 one_header = str.Left(index); in WriteAdditionalHeaders() 159 one_header = one_header.Left(one_header.GetLength() - 1); in WriteAdditionalHeaders()
|
| D | CommandInfo.cpp | 79 argument = argument.Left(index); in ReadArgument() 124 CString pathname = cmd.Left(index + 4); in ReadCommandLineInfo() 148 option = cmd.Left(index); in ReadCommandLineInfo() 158 argument = cmd.Left(index); in ReadCommandLineInfo() 355 path = name.Left(index); in ReadPathName()
|
| D | studiox_screen_driver.c | 90 INT Left; in guix_canvas_flush() local 131 Left = Copy.gx_rectangle_left; in guix_canvas_flush() 140 Left = Left * scale / 100; in guix_canvas_flush() 158 StretchDIBits(hdcMem, Left + xpos, Top + ypos, copy_width, copy_height, in guix_canvas_flush() 243 …BitBlt(win_device, Left + xpos, Top + ypos, copy_width, copy_height, hdcMem, Left + xpos, Top + yp… in guix_canvas_flush() 253 StretchDIBits(win_device, Left + xpos, Top + ypos, copy_width, copy_height, in guix_canvas_flush()
|
| D | splash_screen.cpp | 47 CString month = date.Left(3); in ScreenReaderMessage() 176 CString month = date.Left(3); in OnPaint()
|
| D | message_dialog.cpp | 110 string_process = string_left.Left(index_count); in AddCStaticControl() 117 temp_string = string_process.Left(index); in AddCStaticControl()
|
| D | studiox_util.cpp | 279 base = base.Left(base.ReverseFind('\\')); in ConcatPathNames() 374 pathname = pathname.Left(index); in CheckOutputFileSecurity() 383 pathname = pathname.Left(index); in CheckOutputFileSecurity() 457 return filename.Left(pos); in RemoveFileExtension() 1057 root_path = root_path.Left(root_path.Find(_T("\\Debug"), 0)); in GetStudioInstallFolder() 1062 root_path = root_path.Left(root_path.Find(_T("\\studiox"), 0)); in GetStudioInstallFolder() 1067 root_path = root_path.Left(root_path.Find(_T("\\Release"), 0)); in GetStudioInstallFolder() 1832 … if ((name.Left(size) == child_name) && (name_suffix.SpanIncluding(L"0123456789") == name_suffix)) in NameExists() 1896 list->Add(str.Left(index)); in SplitString()
|
| D | string_table.cpp | 819 out.Append(val.Left(index + 1)); in UpdateRichTextResourceName() 827 tag = val.Left(index); in UpdateRichTextResourceName() 834 out.Append(val.Left(index + 1)); in UpdateRichTextResourceName() 841 id_name = val.Left(index); in UpdateRichTextResourceName()
|
| D | project_view.cpp | 1020 CString path = pathname.Left(pathname.GetLength() - name.GetLength() - 1); in OpenProject() 1042 CString path = pathname.Left(pathname.GetLength() - name.GetLength() - 1); in MergeProject() 1083 path = path.Left(path.GetLength() - name.GetLength() - 1); in OpenHistoryProject() 2146 seed = seed.Left(underscore); in CreateUniqeFolderName() 3015 pathname = pathname.Left(pathname.GetLength() - filename.GetLength() - 1); in OnTestMessage() 3026 pathname = pathname.Left(pathname.GetLength() - filename.GetLength() - 1); in OnTestMessage()
|
| D | resource_tree.cpp | 256 seed = seed.Left(underscore); in CreateUniqueFolderName()
|
| D | trigger_edit_dlg.cpp | 548 string = string.Left(index); in SaveEventType()
|
| D | screen_flow.cpp | 464 trigger_name = trigger->trigger_name.Left(pos + 1); in UpdateIdName()
|
| D | MainFrm.cpp | 1505 str = str.Left(index + 1); in MacroPlayThread() 1524 str = str.Left(index + 1); in MacroPlayThread()
|
| D | resource_gen.cpp | 1833 out.Append(val.Left(index + 1)); in RichTextResIdName2ResId() 1841 tag = val.Left(index); in RichTextResIdName2ResId() 1858 out.Append(val.Left(index + 1)); in RichTextResIdName2ResId() 1865 id_name = val.Left(index); in RichTextResIdName2ResId()
|
| D | studiox.rc | 471 MENUITEM "Align &Left", ID_ALIGN_LEFT 1985 ID_ALIGN_LEFT "Left-align selected widgets\nAlign-Left"
|
| D | StudioXProject.cpp | 3356 new_path = new_path.Left(new_path.GetLength() - new_name.GetLength()); in SaveAs() 3360 new_name = new_name.Left(new_name.GetLength() - 4); in SaveAs() 3654 put->name = put->name.Left(40); in ReadOneResource() 4838 temp_name = temp_name.Left(symbol_index - 1); in ReadProjectHeader() 4953 mHeader.project_name = mHeader.project_name.Left(index); in Read()
|
| D | widget_factory.cpp | 790 seed = seed.Left(underscore); in CreateUniqueAppNames()
|
| D | resource_view.cpp | 2715 filename = filename.Left(index); in OnGenerateXML()
|
| D | screen_generator.cpp | 4787 scope_name = prefix.Left(prefix.GetLength() - app_name.GetLength()); in WriteWidgetProperties()
|
| /GUIX-v6.2.1/ports/win32/src/ |
| D | gx_win32_display_driver.c | 1283 INT Left; in gx_win32_display_buffer_toggle() local 1335 Left = Copy.gx_rectangle_left; in gx_win32_display_buffer_toggle() 1339 StretchDIBits(win_device, Left, Top, Width, Height, in gx_win32_display_buffer_toggle()
|