Home
last modified time | relevance | path

Searched refs:SendMessageW (Results 1 – 25 of 502) sorted by relevance

12345678910>>...21

/dports/editors/abiword/abiword-3.0.5/src/wp/ap/win/
H A Dap_Win32Dialog_Spell.cpp158 SendMessageW(m_hwndSentence, WM_SETTEXT, 0, 0); in _showMisspelledWord()
159 SendMessageW(m_hwndChangeTo, WM_SETTEXT, 0, 0); in _showMisspelledWord()
160 SendMessageW(m_hwndSuggest, LB_RESETCONTENT, 0, 0); in _showMisspelledWord()
187 SendMessageW(m_hwndSentence, WM_SETTEXT, 0, (LPARAM)str.c_str()); in _showMisspelledWord()
244 SendMessageW(m_hwndSuggest, LB_ADDSTRING, 0, (LPARAM)str.c_str()); in _showMisspelledWord()
269 SendMessageW(m_hwndSuggest, LB_SETCURSEL, m_iSelectedRow, 0); in _showMisspelledWord()
289 SendMessageW(m_hwndSuggest, LB_SETCURSEL, -1, 0); in _suggestChange()
298 SendMessageW(m_hwndChangeTo, WM_SETTEXT, 0, (LPARAM)buf); in _suggestChange()
301 SendMessageW(m_hwndSuggest, LB_SETCURSEL, m_iSelectedRow, 0); in _suggestChange()
423 SendMessageW(m_hwndSentence, EM_SCROLLCARET, 0, 0); in _onCommand()
[all …]
H A Dap_Win32Dialog_Goto.cpp152SendMessageW( GetDlgItem(hWnd,AP_RID_DIALOG_GOTO_LIST_WHAT), LB_ADDSTRING, 0, (LPARAM)str.c_str()); in _onInitDialog()
155 SendMessageW(GetDlgItem(hWnd,AP_RID_DIALOG_GOTO_LIST_WHAT), LB_SETCURSEL, m_iRow, 0); in _onInitDialog()
171 SendMessageW( GetDlgItem(hWnd,AP_RID_DIALOG_GOTO_LIST_BOOKMARKS), in _onInitDialog()
210 m_iRow = (short) SendMessageW(GetDlgItem(hWnd,AP_RID_DIALOG_GOTO_LIST_WHAT), LB_GETCURSEL, 0, 0); in _onCommand()
237 int nIndex = SendMessageW( hWndCtrl, LB_GETCURSEL, 0, 0); in _onCommand()
241 SendMessageW( hWndCtrl, LB_GETTEXT, (WPARAM) nIndex, (LPARAM) &value); in _onCommand()
261 …int nIndex = SendMessageW( GetDlgItem(hWnd, AP_RID_DIALOG_GOTO_LIST_BOOKMARKS), LB_GETCURSEL, 0, 0… in _onCommand()
265SendMessageW( GetDlgItem(hWnd, AP_RID_DIALOG_GOTO_LIST_BOOKMARKS), LB_SETCURSEL, (WPARAM) nIndex, … in _onCommand()
292 …int nCount = SendMessageW( GetDlgItem(hWnd, AP_RID_DIALOG_GOTO_LIST_BOOKMARKS), LB_GETCOUNT, 0, 0); in _onCommand()
293 …int nIndex = SendMessageW( GetDlgItem(hWnd, AP_RID_DIALOG_GOTO_LIST_BOOKMARKS), LB_GETCURSEL, 0, 0… in _onCommand()
[all …]
H A Dap_Win32Dialog_Field.cpp71 SendMessageW(m_hwndTypes, LB_ADDSTRING, (WPARAM)0, (LPARAM)str.c_str()); in SetTypesList()
73 SendMessageW(m_hwndTypes, LB_SETCURSEL, (WPARAM)0, (LPARAM)0); in SetTypesList()
81 SendMessageW(m_hwndFormats, LB_RESETCONTENT, 0, 0); in SetFieldsList()
99 UT_sint32 index = SendMessageW(m_hwndFormats, LB_ADDSTRING, 0, (LPARAM)str.c_str()); in SetFieldsList()
102 SendMessageW(m_hwndFormats, LB_SETITEMDATA, (WPARAM)index, (LPARAM)i); in SetFieldsList()
106 SendMessageW(m_hwndFormats, LB_SETCURSEL, 0, 0); in SetFieldsList()
191 m_iTypeIndex = SendMessageW(m_hwndTypes, LB_GETCURSEL, 0, 0); in _FormatListBoxChange()
193 UT_sint32 index = SendMessageW(m_hwndFormats, LB_GETCURSEL, 0, 0); in _FormatListBoxChange()
194 UT_sint32 tag = SendMessageW(m_hwndFormats, LB_GETITEMDATA, index, 0); in _FormatListBoxChange()
H A Dap_Win32Dialog_MailMerge.cpp107 … int nItem = SendMessageW(GetDlgItem(m_hDlg, AP_RID_DIALOG_MAILMERGE_LISTBOX), LB_GETCURSEL, 0, 0); in _onCommand()
113 UT_sint32 len = SendMessageW(lBox, LB_GETTEXTLEN, nItem, (LPARAM)0); in _onCommand()
115 SendMessageW(lBox, LB_GETTEXT, nItem, (LPARAM)szBuff); in _onCommand()
140 … int nItem = SendMessageW(GetDlgItem(m_hDlg, AP_RID_DIALOG_MAILMERGE_LISTBOX), LB_GETCURSEL, 0, 0); in _onCommand()
146 UT_sint32 len = SendMessageW(lBox, LB_GETTEXTLEN, nItem, (LPARAM)0); in _onCommand()
148 SendMessageW(lBox, LB_GETTEXT, nItem, (LPARAM)szBuff); in _onCommand()
196 SendMessageW(GetDlgItem(m_hDlg, AP_RID_DIALOG_MAILMERGE_LISTBOX), LB_ADDSTRING, in setFieldList()
H A Dap_Win32Dialog_Options.cpp384 int nSel = SendMessageW(hwndAlign, CB_GETCURSEL, 0, 0); in _gatherViewRulerUnits()
401 SendMessageW(hwndAlign, CB_SETCURSEL, (WPARAM)n1, 0); in _setViewRulerUnits()
419 int nIndex = SendMessageW(hCtrlDocLang, CB_GETCURSEL , 0,0); in _gatherUILanguage()
442 if (SendMessageW(hCtrlDocLang, CB_GETITEMDATA , i,0)==id) in _setUILanguage()
444 SendMessageW(hCtrlDocLang, CB_SETCURSEL, i, 0); in _setUILanguage()
462 int nCount = SendMessageW(hCombo, CB_GETCOUNT, 0, 0); in _setOuterQuoteStyle()
465 SendMessageW(hCombo, CB_SETCURSEL, index, 0); in _setOuterQuoteStyle()
473 int nCount = SendMessageW(hCombo, CB_GETCOUNT, 0, 0); in _setInnerQuoteStyle()
476 SendMessageW(hCombo, CB_SETCURSEL, index, 0); in _setInnerQuoteStyle()
483 int nIndex = SendMessageW(hCombo, CB_GETCURSEL, 0, 0); in _gatherOuterQuoteStyle()
[all …]
H A Dap_Win32Dialog_InsertTable.cpp101SendMessageW(GetDlgItem(hWnd,AP_RID_DIALOG_INSERTTABLE_SPIN_COLUMN),UDM_SETRANGE,(WPARAM)0,(LPARAM… in _onInitDialog()
102SendMessageW(GetDlgItem(hWnd,AP_RID_DIALOG_INSERTTABLE_SPIN_ROW),UDM_SETRANGE,(WPARAM)0,(LPARAM)MA… in _onInitDialog()
103SendMessageW(GetDlgItem(hWnd,AP_RID_DIALOG_INSERTTABLE_SPIN_SIZE),UDM_SETRANGE,(WPARAM)0,(LPARAM)M… in _onInitDialog()
106SendMessageW(GetDlgItem(hWnd,AP_RID_DIALOG_INSERTTABLE_TEXT_COLUMN),EM_LIMITTEXT,(WPARAM)5,(WPARAM… in _onInitDialog()
107 SendMessageW(GetDlgItem(hWnd,AP_RID_DIALOG_INSERTTABLE_TEXT_ROW),EM_LIMITTEXT,(WPARAM)5,(WPARAM)0); in _onInitDialog()
108SendMessageW(GetDlgItem(hWnd,AP_RID_DIALOG_INSERTTABLE_TEXT_SIZE),EM_LIMITTEXT,(WPARAM)5,(WPARAM)0… in _onInitDialog()
H A Dap_Win32Dialog_ListRevisions.cpp106 SendMessageW(h, LVM_INSERTCOLUMNW, i, (LPARAM)&col); in _onInitDialog()
128 SendMessageW(h, LVM_INSERTITEMW, 0, (LPARAM)&item); in _onInitDialog()
139 SendMessageW(h, LVM_SETITEMW, 0, (LPARAM)&item); in _onInitDialog()
145 SendMessageW(h, LVM_SETITEMW, 0, (LPARAM)&item); in _onInitDialog()
148SendMessageW(h, LVM_SETEXTENDEDLISTVIEWSTYLE, LVS_EX_FULLROWSELECT, LVS_EX_FULLROWSELECT); … in _onInitDialog()
H A Dap_Win32Dialog_Paragraph.cpp269 SendMessageW(m_hwndTab, TCM_INSERTITEMW, 0, (LPARAM)&tie); in _onInitDialog()
273 SendMessageW(m_hwndTab, TCM_INSERTITEMW, 1, (LPARAM)&tie); in _onInitDialog()
304 SendMessageW(w, CB_ADDSTRING, 0, (LPARAM)str.c_str())
355 SendMessageW(hwndAlign, CB_ADDSTRING, 0, (LPARAM) L""); in _onInitTab()
360 SendMessageW(hwndAlign, CB_SETCURSEL, (WPARAM) _getMenuItemValue(id_MENU_ALIGNMENT), 0); in _onInitTab()
363 SendMessageW(hwndHang, CB_ADDSTRING, 0, (LPARAM) L""); in _onInitTab()
367 SendMessageW(hwndHang, CB_SETCURSEL, (WPARAM) _getMenuItemValue(id_MENU_SPECIAL_INDENT), 0); in _onInitTab()
370 SendMessageW(hwndLead, CB_ADDSTRING, 0, (LPARAM) L""); in _onInitTab()
473 _setMenuItemValue(i,SendMessageW(hWndCtrl,CB_GETCURSEL,0,0)); \
626 SendMessageW(h, CB_SETCURSEL, (WPARAM) _getMenuItemValue(id_MENU_SPECIAL_INDENT), 0); in _syncControls()
[all …]
/dports/cad/opencascade/opencascade-7.6.0/src/Draw/
H A DDraw_WNTCommandWindow.cxx68 SendMessageW (hWndEdit, EM_REPLACESEL, 0, (LPARAM )THE_PROMPT); in CommandProc()
84 LRESULT index = SendMessageW (hWnd, WM_GETTEXTLENGTH, 0l, 0l); in CommandProc()
85 SendMessageW (hWnd, EM_SETSEL, index, index); in CommandProc()
135 int aNbLine = (int )SendMessageW (hWnd, EM_GETLINECOUNT, 0l, 0l); in GetCommand()
186 SendMessageW (hWnd, EM_REPLACESEL, 0, (LPARAM )THE_PROMPT); in EditProc()
196 nbline = SendMessageW (hWnd, EM_GETLINECOUNT, 0l, 0l); in EditProc()
202 SendMessageW (hWnd, EM_SETSEL, 0, index); in EditProc()
203 SendMessageW (hWnd, WM_CUT, 0, 0); in EditProc()
205 index = SendMessageW (hWnd, WM_GETTEXTLENGTH, 0l, 0l); in EditProc()
206 SendMessageW (hWnd, EM_SETSEL, index, index); in EditProc()
[all …]
H A DDraw_WNTMainWindow.cxx100 HWND hWndActive = (HWND )SendMessageW (hWndClient, WM_MDIGETACTIVE, 0, 0l); in CmdProc()
101 SendMessageW (hWndClient, WM_MDINEXT, (WPARAM )hWndActive, 0l); in CmdProc()
109 SendMessageW (hWndClient, WM_MDICASCADE, 0, 0l); in CmdProc()
117 SendMessageW (hWndClient, WM_MDITILE, MDITILE_HORIZONTAL, 0l); in CmdProc()
125 SendMessageW (hWndClient, WM_MDITILE, MDITILE_VERTICAL, 0l); in CmdProc()
/dports/lang/racket/racket-8.3/share/pkgs/gui-lib/mred/private/wx/win32/
H A Dlist-box.rkt221 (SendMessageW/str hwnd LB_ADDSTRING 0 s)))
256 (SendMessageW hwnd LVM_SETEXTENDEDLISTVIEWSTYLE 0
407 (SendMessageW hwnd LVM_DELETECOLUMN col 0)
412 (void (SendMessageW hwnd LB_SETTOPINDEX i 0))
430 (SendMessageW hwnd LVM_GETCOUNTPERPAGE 0 0)))
436 (void (SendMessageW hwnd (if single-column?
447 (SendMessageW/str hwnd LB_ADDSTRING 0 s))
470 (SendMessageW/str hwnd LB_ADDSTRING 0 s)
476 (SendMessageW/ptr hwnd LVM_INSERTITEMW 0 lv)
485 (void (SendMessageW hwnd (if single-column?
[all …]
H A Dchoice.rkt45 (SendMessageW/str hwnd CB_INSERTSTRING i s))
47 (SendMessageW hwnd CB_SETCURSEL 0 0)
94 (void (SendMessageW hwnd CB_SETCURSEL i 0)))
97 (SendMessageW hwnd CB_GETCURSEL 0 0))
103 (SendMessageW hwnd CB_RESETCONTENT 0 0)
109 (SendMessageW/str hwnd CB_ADDSTRING 0 str)
115 (void (SendMessageW hwnd CB_DELETESTRING i 0)))))
H A Dtab-panel.rkt100 (SendMessageW hwnd TCM_SETUNICODEFORMAT 1 0)
109 (SendMessageW hwnd msg w (cast item _pointer _LPARAM))))
158 (SendMessageW hwnd TCM_SETCURSEL pos 0)
162 (SendMessageW hwnd TCM_GETCURSEL 0 0))
165 (SendMessageW hwnd TCM_GETITEMCOUNT 0 0))
168 (SendMessageW hwnd TCM_DELETEITEM pos 0)
182 (SendMessageW hwnd TCM_DELETEALLITEMS 0 0)
197 (SendMessageW hwnd TCM_GETCURFOCUS 0 0)
198 (SendMessageW hwnd TCM_SETCURFOCUS i 0)))
H A Dgauge.rkt62 (SendMessageW hwnd PBM_GETPOS 0 0))
64 (void (SendMessageW hwnd PBM_SETPOS v 0)))
66 (SendMessageW hwnd PBM_GETRANGE 0 0))
68 (void (SendMessageW hwnd PBM_SETRANGE32 0 v)))))
/dports/editors/abiword/abiword-3.0.5/src/af/ev/win/
H A Dev_Win32Toolbar.cpp397 SendMessageW(hWndTT, TTM_RELAYEVENT, 0, (LPARAM)(LPMSG)&msg); in _ComboWndProc()
594 SendMessageW(m_hwnd, TB_SETBITMAPSIZE, 0, in synthesize()
723 SendMessageW(hwndCombo, WM_SETREDRAW, FALSE,0); in synthesize()
738 SendMessageW(hwndCombo, WM_SETREDRAW, TRUE,0); in synthesize()
872 SendMessageW(m_hwnd, TB_AUTOSIZE, 0, 0); in synthesize()
1110 SendMessageW(hwndCombo, CB_SETCURSEL, idx, 0); in _refreshItem()
1236 SendMessageW(hRebar, RB_DELETEBAND, (WPARAM)iBand, 0); in hide()
1364 SendMessageW(hwndCombo, WM_SETREDRAW, FALSE, 0); in repopulateStyles()
1365 SendMessageW(hwndCombo, CB_RESETCONTENT, 0 , 0); in repopulateStyles()
1367 SendMessageW(hwndCombo, CB_SETDROPPEDWIDTH, in repopulateStyles()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/af/xap/win/
H A Dxap_Win32Dlg_Language.cpp123 hItem = (HTREEITEM)SendMessageW(hTV, TVM_INSERTITEMW, 0, (LPARAM)&tvins); in _fillTreeview()
129 ::SendMessageW(hTV, TVM_SELECTITEM, TVGN_CARET, (LONG_PTR)hSel); in _fillTreeview()
147 tvi.hItem = (HTREEITEM)::SendMessageW(hWnd, TVM_GETNEXTITEM, TVGN_CARET, 0); in s_treeProc()
153 SendMessageW(hWnd, TVM_GETITEMW, 0, (LPARAM)&tvi); in s_treeProc()
200 SendMessageW(hTree, TVM_SETIMAGELIST, TVSIL_NORMAL, (LPARAM)m_hNormIml); in _onInitDialog()
201 SendMessageW(hTree, TVM_SETIMAGELIST, TVSIL_STATE, (LPARAM)m_hNormIml); in _onInitDialog()
241 tvi.hItem = (HTREEITEM)::SendMessageW(hWndTree, TVM_GETNEXTITEM, TVGN_CARET, 0); in _onCommand()
247 SendMessageW(hWndTree, TVM_GETITEMW, 0, (LPARAM)&tvi); in _onCommand()
H A Dxap_Win32Dlg_History.cpp113 SendMessageW(h, LVM_INSERTCOLUMNW, i, (LPARAM)&col); in _onInitDialog()
144 SendMessageW(h, LVM_INSERTITEMW, 0, (LPARAM)&item); in _onInitDialog()
148 SendMessageW(h, LVM_SETITEMW, 0, (LPARAM)&item); in _onInitDialog()
155SendMessageW(h, LVM_SETEXTENDEDLISTVIEWSTYLE, LVS_EX_FULLROWSELECT, LVS_EX_FULLROWSELECT); … in _onInitDialog()
187 SendMessageW(h, LVM_GETITEMW, 0, (LPARAM)&item); in _onCommand()
/dports/editors/lazarus/lazarus/lcl/interfaces/win32/
H A Dwin32memostrings.inc40 …Result := Integer(SendMessageW(FHandle, EM_LINELENGTH, SendMessageW(FHandle, EM_LINEINDEX, Index, …
45 Result := Integer(SendMessageW(FHandle, EM_LINEINDEX, Index, 0));
77 len := SendMessageW(FHandle, EM_GETLINE, Index, lparam(PWideChar(WideBuffer)));
130 SendMessageW(FHandle, EM_SETSEL, LineStart, LineEnd);
131 SendMessageW(FHandle, EM_REPLACESEL,0 , lparam(PWChar('')));
145 SendMessageW(FHandle, EM_SETSEL, LineStart, LineStart);
146 SendMessageW(FHandle, EM_REPLACESEL, 0, lparam(PWideChar(UTF8ToUTF16(NewLine))));
152 SendMessageW(FHandle, EM_SETSEL, LineStart, LineStart);
158 SendMessageW(FHandle, EM_REPLACESEL, 0, lparam(PWideChar(UTF8ToUTF16(NewLine))));
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32memostrings.inc40 …Result := Integer(SendMessageW(FHandle, EM_LINELENGTH, SendMessageW(FHandle, EM_LINEINDEX, Index, …
45 Result := Integer(SendMessageW(FHandle, EM_LINEINDEX, Index, 0));
77 len := SendMessageW(FHandle, EM_GETLINE, Index, lparam(PWideChar(WideBuffer)));
130 SendMessageW(FHandle, EM_SETSEL, LineStart, LineEnd);
131 SendMessageW(FHandle, EM_REPLACESEL,0 , lparam(PWChar('')));
145 SendMessageW(FHandle, EM_SETSEL, LineStart, LineStart);
146 SendMessageW(FHandle, EM_REPLACESEL, 0, lparam(PWideChar(UTF8ToUTF16(NewLine))));
152 SendMessageW(FHandle, EM_SETSEL, LineStart, LineStart);
158 SendMessageW(FHandle, EM_REPLACESEL, 0, lparam(PWideChar(UTF8ToUTF16(NewLine))));
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/win32/
H A Dwin32memostrings.inc40 …Result := Integer(SendMessageW(FHandle, EM_LINELENGTH, SendMessageW(FHandle, EM_LINEINDEX, Index, …
45 Result := Integer(SendMessageW(FHandle, EM_LINEINDEX, Index, 0));
77 len := SendMessageW(FHandle, EM_GETLINE, Index, lparam(PWideChar(WideBuffer)));
130 SendMessageW(FHandle, EM_SETSEL, LineStart, LineEnd);
131 SendMessageW(FHandle, EM_REPLACESEL,0 , lparam(PWChar('')));
145 SendMessageW(FHandle, EM_SETSEL, LineStart, LineStart);
146 SendMessageW(FHandle, EM_REPLACESEL, 0, lparam(PWideChar(UTF8ToUTF16(NewLine))));
152 SendMessageW(FHandle, EM_SETSEL, LineStart, LineStart);
158 SendMessageW(FHandle, EM_REPLACESEL, 0, lparam(PWideChar(UTF8ToUTF16(NewLine))));
/dports/editors/lazarus-qt5-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/win32/
H A Dwin32memostrings.inc40 …Result := Integer(SendMessageW(FHandle, EM_LINELENGTH, SendMessageW(FHandle, EM_LINEINDEX, Index, …
45 Result := Integer(SendMessageW(FHandle, EM_LINEINDEX, Index, 0));
77 len := SendMessageW(FHandle, EM_GETLINE, Index, lparam(PWideChar(WideBuffer)));
130 SendMessageW(FHandle, EM_SETSEL, LineStart, LineEnd);
131 SendMessageW(FHandle, EM_REPLACESEL,0 , lparam(PWChar('')));
145 SendMessageW(FHandle, EM_SETSEL, LineStart, LineStart);
146 SendMessageW(FHandle, EM_REPLACESEL, 0, lparam(PWideChar(UTF8ToUTF16(NewLine))));
152 SendMessageW(FHandle, EM_SETSEL, LineStart, LineStart);
158 SendMessageW(FHandle, EM_REPLACESEL, 0, lparam(PWideChar(UTF8ToUTF16(NewLine))));
/dports/graphics/libprojectm/projectm-3.1.12/src/MilkDrop2/vis_milk2/
H A Dconfig2.cpp65 SendMessageW( fontbox, CB_GETLBTEXT, t, (LPARAM)fi->szFace); in SaveFont2()
100 int nPos = SendMessageW( fontbox, CB_FINDSTRINGEXACT, -1, (LPARAM)fi->szFace); in InitFont2()
113 SendMessageW(sizebox, CB_ADDSTRING, i, (LPARAM)buf); in InitFont2()
287 SendMessageW( ctrl, CB_ADDSTRING, 0, (LPARAM)WASABI_API_LNGSTRINGW(IDS_5_6_5_TEXTURE)); in PluginShellDesktopOptionsDialogProc()
288 SendMessageW( ctrl, CB_ADDSTRING, 1, (LPARAM)WASABI_API_LNGSTRINGW(IDS_5_5_5_TEXTURE)); in PluginShellDesktopOptionsDialogProc()
289 SendMessageW( ctrl, CB_ADDSTRING, 2, (LPARAM)WASABI_API_LNGSTRINGW(IDS_8_8_8_TEXTURE)); in PluginShellDesktopOptionsDialogProc()
290 SendMessageW( ctrl, CB_SETCURSEL, m_desktop_555_fix, 0 ); in PluginShellDesktopOptionsDialogProc()
392SendMessageW( ctrl, CB_ADDSTRING, 0, (LPARAM)WASABI_API_LNGSTRINGW(IDS_SPAN_BOTH_SCREENS)); in PluginShellDualheadDialogProc()
393SendMessageW( ctrl, CB_ADDSTRING, 1, (LPARAM)WASABI_API_LNGSTRINGW(IDS_USE_LEFT_SCREEN_ONLY)); in PluginShellDualheadDialogProc()
398SendMessageW( ctrl, CB_ADDSTRING, 0, (LPARAM)WASABI_API_LNGSTRINGW(IDS_SPAN_BOTH_SCREENS)); in PluginShellDualheadDialogProc()
[all …]
/dports/editors/lazarus/lazarus/lcl/interfaces/wince/
H A Dwincememostrings.inc41 Result := SendMessageW(fHandle, EM_LINELENGTH, SendMessage(fHandle, EM_LINEINDEX, Index, 0),0);
46 Result := SendMessageW(fHandle, EM_LINEINDEX, Index, 0);
56 Result := SendMessageW(fHandle, EM_GETLINECOUNT, 0, 0);
79 len := SendMessageW(FHandle, EM_GETLINE, Index, lparam(PWideChar(WideBuffer)));
155 SendMessageW(fHandle, EM_SETSEL, LineStart, LineStart);
156 SendMessageW(fHandle, EM_REPLACESEL, 0, lparam(PWideChar(Utf8Decode(NewLine))))
166 SendMessageW(fHandle, EM_REPLACESEL, 0, lparam(PWideChar(Utf8Decode(NewLine))))
/dports/editors/lazarus-devel/lazarus-6df7e8756882f7d7f28f662011ee72f21746c580/lcl/interfaces/wince/
H A Dwincememostrings.inc41 Result := SendMessageW(fHandle, EM_LINELENGTH, SendMessage(fHandle, EM_LINEINDEX, Index, 0),0);
46 Result := SendMessageW(fHandle, EM_LINEINDEX, Index, 0);
56 Result := SendMessageW(fHandle, EM_GETLINECOUNT, 0, 0);
79 len := SendMessageW(FHandle, EM_GETLINE, Index, lparam(PWideChar(WideBuffer)));
155 SendMessageW(fHandle, EM_SETSEL, LineStart, LineStart);
156 SendMessageW(fHandle, EM_REPLACESEL, 0, lparam(PWideChar(Utf8Decode(NewLine))))
166 SendMessageW(fHandle, EM_REPLACESEL, 0, lparam(PWideChar(Utf8Decode(NewLine))))
/dports/editors/lazarus-qt5/lazarus/lcl/interfaces/wince/
H A Dwincememostrings.inc41 Result := SendMessageW(fHandle, EM_LINELENGTH, SendMessage(fHandle, EM_LINEINDEX, Index, 0),0);
46 Result := SendMessageW(fHandle, EM_LINEINDEX, Index, 0);
56 Result := SendMessageW(fHandle, EM_GETLINECOUNT, 0, 0);
79 len := SendMessageW(FHandle, EM_GETLINE, Index, lparam(PWideChar(WideBuffer)));
155 SendMessageW(fHandle, EM_SETSEL, LineStart, LineStart);
156 SendMessageW(fHandle, EM_REPLACESEL, 0, lparam(PWideChar(Utf8Decode(NewLine))))
166 SendMessageW(fHandle, EM_REPLACESEL, 0, lparam(PWideChar(Utf8Decode(NewLine))))

12345678910>>...21