1 /*
2 * RichEdit - functions dealing with editor object
3 *
4 * Copyright 2004 by Krzysztof Foltman
5 * Copyright 2005 by Cihan Altinay
6 * Copyright 2005 by Phil Krylov
7 * Copyright 2008 Eric Pouech
8 *
9 * This library is free software; you can redistribute it and/or
10 * modify it under the terms of the GNU Lesser General Public
11 * License as published by the Free Software Foundation; either
12 * version 2.1 of the License, or (at your option) any later version.
13 *
14 * This library is distributed in the hope that it will be useful,
15 * but WITHOUT ANY WARRANTY; without even the implied warranty of
16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
17 * Lesser General Public License for more details.
18 *
19 * You should have received a copy of the GNU Lesser General Public
20 * License along with this library; if not, write to the Free Software
21 * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301, USA
22 */
23
24 /*
25 API implementation status:
26
27 Messages (ANSI versions not done yet)
28 + EM_AUTOURLDETECT 2.0
29 + EM_CANPASTE
30 + EM_CANREDO 2.0
31 + EM_CANUNDO
32 + EM_CHARFROMPOS
33 - EM_DISPLAYBAND
34 + EM_EMPTYUNDOBUFFER
35 + EM_EXGETSEL
36 + EM_EXLIMITTEXT
37 + EM_EXLINEFROMCHAR
38 + EM_EXSETSEL
39 + EM_FINDTEXT (only FR_DOWN flag implemented)
40 + EM_FINDTEXTEX (only FR_DOWN flag implemented)
41 - EM_FINDWORDBREAK
42 - EM_FMTLINES
43 - EM_FORMATRANGE
44 + EM_GETAUTOURLDETECT 2.0
45 - EM_GETBIDIOPTIONS 3.0
46 - EM_GETCHARFORMAT (partly done)
47 - EM_GETEDITSTYLE
48 + EM_GETEVENTMASK
49 + EM_GETFIRSTVISIBLELINE (can be optimized if needed)
50 - EM_GETIMECOLOR 1.0asian
51 - EM_GETIMECOMPMODE 2.0
52 - EM_GETIMEOPTIONS 1.0asian
53 - EM_GETIMESTATUS
54 - EM_GETLANGOPTIONS 2.0
55 + EM_GETLIMITTEXT
56 + EM_GETLINE
57 + EM_GETLINECOUNT returns number of rows, not of paragraphs
58 + EM_GETMODIFY
59 + EM_GETOLEINTERFACE
60 + EM_GETOPTIONS
61 + EM_GETPARAFORMAT
62 + EM_GETPASSWORDCHAR 2.0
63 - EM_GETPUNCTUATION 1.0asian
64 + EM_GETRECT
65 - EM_GETREDONAME 2.0
66 + EM_GETSEL
67 + EM_GETSELTEXT (ANSI&Unicode)
68 + EM_GETSCROLLPOS 3.0
69 ! - EM_GETTHUMB
70 + EM_GETTEXTEX 2.0
71 + EM_GETTEXTLENGTHEX (GTL_PRECISE unimplemented)
72 + EM_GETTEXTMODE 2.0
73 ? + EM_GETTEXTRANGE (ANSI&Unicode)
74 - EM_GETTYPOGRAPHYOPTIONS 3.0
75 - EM_GETUNDONAME
76 + EM_GETWORDBREAKPROC
77 - EM_GETWORDBREAKPROCEX
78 - EM_GETWORDWRAPMODE 1.0asian
79 + EM_GETZOOM 3.0
80 + EM_HIDESELECTION
81 + EM_LIMITTEXT (Also called EM_SETLIMITTEXT)
82 + EM_LINEFROMCHAR
83 + EM_LINEINDEX
84 + EM_LINELENGTH
85 + EM_LINESCROLL
86 - EM_PASTESPECIAL
87 + EM_POSFROMCHAR
88 + EM_REDO 2.0
89 + EM_REQUESTRESIZE
90 + EM_REPLACESEL (proper style?) ANSI&Unicode
91 + EM_SCROLL
92 + EM_SCROLLCARET
93 - EM_SELECTIONTYPE
94 - EM_SETBIDIOPTIONS 3.0
95 + EM_SETBKGNDCOLOR
96 + EM_SETCHARFORMAT (partly done, no ANSI)
97 - EM_SETEDITSTYLE
98 + EM_SETEVENTMASK (few notifications supported)
99 - EM_SETFONTSIZE
100 - EM_SETIMECOLOR 1.0asian
101 - EM_SETIMEOPTIONS 1.0asian
102 - EM_SETIMESTATUS
103 - EM_SETLANGOPTIONS 2.0
104 - EM_SETLIMITTEXT
105 - EM_SETMARGINS
106 + EM_SETMODIFY (not sure if implementation is correct)
107 - EM_SETOLECALLBACK
108 + EM_SETOPTIONS (partially implemented)
109 - EM_SETPALETTE 2.0
110 + EM_SETPARAFORMAT
111 + EM_SETPASSWORDCHAR 2.0
112 - EM_SETPUNCTUATION 1.0asian
113 + EM_SETREADONLY no beep on modification attempt
114 + EM_SETRECT
115 + EM_SETRECTNP (EM_SETRECT without repainting)
116 + EM_SETSEL
117 + EM_SETSCROLLPOS 3.0
118 - EM_SETTABSTOPS 3.0
119 - EM_SETTARGETDEVICE (partial)
120 + EM_SETTEXTEX 3.0 (proper style?)
121 - EM_SETTEXTMODE 2.0
122 - EM_SETTYPOGRAPHYOPTIONS 3.0
123 + EM_SETUNDOLIMIT 2.0
124 + EM_SETWORDBREAKPROC (used only for word movement at the moment)
125 - EM_SETWORDBREAKPROCEX
126 - EM_SETWORDWRAPMODE 1.0asian
127 + EM_SETZOOM 3.0
128 + EM_SHOWSCROLLBAR 2.0
129 + EM_STOPGROUPTYPING 2.0
130 + EM_STREAMIN
131 + EM_STREAMOUT
132 + EM_UNDO
133 + WM_CHAR
134 + WM_CLEAR
135 + WM_COPY
136 + WM_CUT
137 + WM_GETDLGCODE (the current implementation is incomplete)
138 + WM_GETTEXT (ANSI&Unicode)
139 + WM_GETTEXTLENGTH (ANSI version sucks)
140 + WM_HSCROLL
141 + WM_PASTE
142 + WM_SETFONT
143 + WM_SETTEXT (resets undo stack !) (proper style?) ANSI&Unicode
144 - WM_STYLECHANGING
145 - WM_STYLECHANGED (things like read-only flag)
146 + WM_UNICHAR
147 + WM_VSCROLL
148
149 Notifications
150
151 * EN_CHANGE (sent from the wrong place)
152 - EN_CORRECTTEXT
153 - EN_DROPFILES
154 - EN_ERRSPACE
155 - EN_HSCROLL
156 - EN_IMECHANGE
157 + EN_KILLFOCUS
158 - EN_LINK
159 - EN_MAXTEXT
160 - EN_MSGFILTER
161 - EN_OLEOPFAILED
162 - EN_PROTECTED
163 + EN_REQUESTRESIZE
164 - EN_SAVECLIPBOARD
165 + EN_SELCHANGE
166 + EN_SETFOCUS
167 - EN_STOPNOUNDO
168 * EN_UPDATE (sent from the wrong place)
169 - EN_VSCROLL
170
171 Styles
172
173 - ES_AUTOHSCROLL
174 - ES_AUTOVSCROLL
175 - ES_CENTER
176 + ES_DISABLENOSCROLL (scrollbar is always visible)
177 - ES_EX_NOCALLOLEINIT
178 - ES_LEFT
179 - ES_MULTILINE (currently single line controls aren't supported)
180 - ES_NOIME
181 - ES_READONLY (I'm not sure if beeping is the proper behaviour)
182 - ES_RIGHT
183 - ES_SAVESEL
184 - ES_SELFIME
185 - ES_SUNKEN
186 - ES_VERTICAL
187 - ES_WANTRETURN (don't know how to do WM_GETDLGCODE part)
188 - WS_SETFONT
189 + WS_HSCROLL
190 + WS_VSCROLL
191 */
192
193 /*
194 * RICHED20 TODO (incomplete):
195 *
196 * - messages/styles/notifications listed above
197 * - add remaining CHARFORMAT/PARAFORMAT fields
198 * - right/center align should strip spaces from the beginning
199 * - pictures/OLE objects (not just smiling faces that lack API support ;-) )
200 * - COM interface (looks like a major pain in the TODO list)
201 * - calculate heights of pictures (half-done)
202 * - hysteresis during wrapping (related to scrollbars appearing/disappearing)
203 * - find/replace
204 * - how to implement EM_FORMATRANGE and EM_DISPLAYBAND ? (Mission Impossible)
205 * - italic caret with italic fonts
206 * - IME
207 * - most notifications aren't sent at all (the most important ones are)
208 * - when should EN_SELCHANGE be sent after text change ? (before/after EN_UPDATE?)
209 * - WM_SETTEXT may use wrong style (but I'm 80% sure it's OK)
210 * - EM_GETCHARFORMAT with SCF_SELECTION may not behave 100% like in original (but very close)
211 * - full justification
212 * - hyphenation
213 * - tables
214 * - ListBox & ComboBox not implemented
215 *
216 * Bugs that are probably fixed, but not so easy to verify:
217 * - EN_UPDATE/EN_CHANGE are handled very incorrectly (should be OK now)
218 * - undo for ME_JoinParagraphs doesn't store paragraph format ? (it does)
219 * - check/fix artificial EOL logic (bCursorAtEnd, hardly logical)
220 * - caret shouldn't be displayed when selection isn't empty
221 * - check refcounting in style management functions (looks perfect now, but no bugs is suspicious)
222 * - undo for setting default format (done, might be buggy)
223 * - styles might be not released properly (looks like they work like charm, but who knows?
224 *
225 */
226
227 #include "editor.h"
228 #include "commdlg.h"
229 #include "winreg.h"
230 #define NO_SHLWAPI_STREAM
231 #include "shlwapi.h"
232 #include "rtf.h"
233 #include "imm.h"
234 #include "res.h"
235
236 #define STACK_SIZE_DEFAULT 100
237 #define STACK_SIZE_MAX 1000
238
239 #define TEXT_LIMIT_DEFAULT 32767
240
241 WINE_DEFAULT_DEBUG_CHANNEL(richedit);
242
243 static BOOL ME_RegisterEditorClass(HINSTANCE);
244 static BOOL ME_UpdateLinkAttribute(ME_TextEditor *editor, int sel_min, int sel_max);
245
246 static const WCHAR RichEdit20W[] = {'R', 'i', 'c', 'h', 'E', 'd', 'i', 't', '2', '', 'W', 0};
247 static const WCHAR RichEdit50W[] = {'R', 'i', 'c', 'h', 'E', 'd', 'i', 't', '5', '', 'W', 0};
248 static const WCHAR REListBox20W[] = {'R','E','L','i','s','t','B','o','x','2','','W', 0};
249 static const WCHAR REComboBox20W[] = {'R','E','C','o','m','b','o','B','o','x','2','','W', 0};
250 static HCURSOR hLeft;
251
252 int me_debug = 0;
253 HANDLE me_heap = NULL;
254
255 static BOOL ME_ListBoxRegistered = FALSE;
256 static BOOL ME_ComboBoxRegistered = FALSE;
257
258 static inline int is_version_nt(void)
259 {
260 return !(GetVersion() & 0x80000000);
261 }
262
263 static ME_TextBuffer *ME_MakeText(void) {
264
265 ME_TextBuffer *buf = ALLOC_OBJ(ME_TextBuffer);
266
267 ME_DisplayItem *p1 = ME_MakeDI(diTextStart);
268 ME_DisplayItem *p2 = ME_MakeDI(diTextEnd);
269
270 p1->prev = NULL;
271 p1->next = p2;
272 p2->prev = p1;
273 p2->next = NULL;
274 p1->member.para.next_para = p2;
275 p2->member.para.prev_para = p1;
276 p2->member.para.nCharOfs = 0;
277
278 buf->pFirst = p1;
279 buf->pLast = p2;
280 buf->pCharStyle = NULL;
281
282 return buf;
283 }
284
285
286 static LRESULT ME_StreamInText(ME_TextEditor *editor, DWORD dwFormat, ME_InStream *stream, ME_Style *style)
287 {
288 WCHAR wszText[STREAMIN_BUFFER_SIZE+1];
289 WCHAR *pText;
290
291 TRACE("%08x %p\n", dwFormat, stream);
292
293 do {
294 long nWideChars = 0;
295
296 if (!stream->dwSize)
297 {
298 ME_StreamInFill(stream);
299 if (stream->editstream->dwError)
300 break;
301 if (!stream->dwSize)
302 break;
303 }
304
305 if (!(dwFormat & SF_UNICODE))
306 {
307 /* FIXME? this is doomed to fail on true MBCS like UTF-8, luckily they're unlikely to be used as CP_ACP */
308 nWideChars = MultiByteToWideChar(CP_ACP, 0, stream->buffer, stream->dwSize, wszText, STREAMIN_BUFFER_SIZE);
309 pText = wszText;
310 }
311 else
312 {
313 nWideChars = stream->dwSize >> 1;
314 pText = (WCHAR *)stream->buffer;
315 }
316
317 ME_InsertTextFromCursor(editor, 0, pText, nWideChars, style);
318 if (stream->dwSize == 0)
319 break;
320 stream->dwSize = 0;
321 } while(1);
322 ME_CommitUndo(editor);
323 ME_UpdateRepaint(editor);
324 return 0;
325 }
326
327 static void ME_ApplyBorderProperties(RTF_Info *info,
328 ME_BorderRect *borderRect,
329 RTFBorder *borderDef)
330 {
331 int i, colorNum;
332 ME_Border *pBorders[] = {&borderRect->top,
333 &borderRect->left,
334 &borderRect->bottom,
335 &borderRect->right};
336 for (i = 0; i < 4; i++)
337 {
338 RTFColor *colorDef = info->colorList;
339 pBorders[i]->width = borderDef[i].width;
340 colorNum = borderDef[i].color;
341 while (colorDef && colorDef->rtfCNum != colorNum)
342 colorDef = colorDef->rtfNextColor;
343 if (colorDef)
344 pBorders[i]->colorRef = RGB(
345 colorDef->rtfCRed >= 0 ? colorDef->rtfCRed : 0,
346 colorDef->rtfCGreen >= 0 ? colorDef->rtfCGreen : 0,
347 colorDef->rtfCBlue >= 0 ? colorDef->rtfCBlue : 0);
348 else
349 pBorders[i]->colorRef = RGB(0, 0, 0);
350 }
351 }
352
353 void ME_RTFCharAttrHook(RTF_Info *info)
354 {
355 CHARFORMAT2W fmt;
356 fmt.cbSize = sizeof(fmt);
357 fmt.dwMask = 0;
358 fmt.dwEffects = 0;
359
360 switch(info->rtfMinor)
361 {
362 case rtfPlain:
363 /* FIXME add more flags once they're implemented */
364 fmt.dwMask = CFM_BOLD | CFM_ITALIC | CFM_UNDERLINETYPE | CFM_STRIKEOUT | CFM_COLOR | CFM_BACKCOLOR | CFM_SIZE | CFM_WEIGHT;
365 fmt.dwEffects = CFE_AUTOCOLOR | CFE_AUTOBACKCOLOR;
366 fmt.yHeight = 12*20; /* 12pt */
367 fmt.wWeight = FW_NORMAL;
368 fmt.bUnderlineType = CFU_UNDERLINENONE;
369 break;
370 case rtfBold:
371 fmt.dwMask = CFM_BOLD | CFM_WEIGHT;
372 fmt.dwEffects = info->rtfParam ? CFE_BOLD : 0;
373 fmt.wWeight = info->rtfParam ? FW_BOLD : FW_NORMAL;
374 break;
375 case rtfItalic:
376 fmt.dwMask = CFM_ITALIC;
377 fmt.dwEffects = info->rtfParam ? fmt.dwMask : 0;
378 break;
379 case rtfUnderline:
380 fmt.dwMask = CFM_UNDERLINETYPE;
381 fmt.bUnderlineType = info->rtfParam ? CFU_CF1UNDERLINE : CFU_UNDERLINENONE;
382 break;
383 case rtfDotUnderline:
384 fmt.dwMask = CFM_UNDERLINETYPE;
385 fmt.bUnderlineType = info->rtfParam ? CFU_UNDERLINEDOTTED : CFU_UNDERLINENONE;
386 break;
387 case rtfDbUnderline:
388 fmt.dwMask = CFM_UNDERLINETYPE;
389 fmt.bUnderlineType = info->rtfParam ? CFU_UNDERLINEDOUBLE : CFU_UNDERLINENONE;
390 break;
391 case rtfWordUnderline:
392 fmt.dwMask = CFM_UNDERLINETYPE;
393 fmt.bUnderlineType = info->rtfParam ? CFU_UNDERLINEWORD : CFU_UNDERLINENONE;
394 break;
395 case rtfNoUnderline:
396 fmt.dwMask = CFM_UNDERLINETYPE;
397 fmt.bUnderlineType = CFU_UNDERLINENONE;
398 break;
399 case rtfStrikeThru:
400 fmt.dwMask = CFM_STRIKEOUT;
401 fmt.dwEffects = info->rtfParam ? fmt.dwMask : 0;
402 break;
403 case rtfSubScript:
404 case rtfSuperScript:
405 case rtfSubScrShrink:
406 case rtfSuperScrShrink:
407 case rtfNoSuperSub:
408 fmt.dwMask = CFM_SUBSCRIPT|CFM_SUPERSCRIPT;
409 if (info->rtfMinor == rtfSubScrShrink) fmt.dwEffects = CFE_SUBSCRIPT;
410 if (info->rtfMinor == rtfSuperScrShrink) fmt.dwEffects = CFE_SUPERSCRIPT;
411 if (info->rtfMinor == rtfNoSuperSub) fmt.dwEffects = 0;
412 break;
413 case rtfInvisible:
414 fmt.dwMask = CFM_HIDDEN;
415 fmt.dwEffects = info->rtfParam ? fmt.dwMask : 0;
416 break;
417 case rtfBackColor:
418 fmt.dwMask = CFM_BACKCOLOR;
419 fmt.dwEffects = 0;
420 if (info->rtfParam == 0)
421 fmt.dwEffects = CFE_AUTOBACKCOLOR;
422 else if (info->rtfParam != rtfNoParam)
423 {
424 RTFColor *c = RTFGetColor(info, info->rtfParam);
425 if (c && c->rtfCBlue >= 0)
426 fmt.crTextColor = (c->rtfCBlue<<16)|(c->rtfCGreen<<8)|(c->rtfCRed);
427 else
428 fmt.dwEffects = CFE_AUTOBACKCOLOR;
429 }
430 break;
431 case rtfForeColor:
432 fmt.dwMask = CFM_COLOR;
433 fmt.dwEffects = 0;
434 if (info->rtfParam == 0)
435 fmt.dwEffects = CFE_AUTOCOLOR;
436 else if (info->rtfParam != rtfNoParam)
437 {
438 RTFColor *c = RTFGetColor(info, info->rtfParam);
439 if (c && c->rtfCBlue >= 0)
440 fmt.crTextColor = (c->rtfCBlue<<16)|(c->rtfCGreen<<8)|(c->rtfCRed);
441 else {
442 fmt.dwEffects = CFE_AUTOCOLOR;
443 }
444 }
445 break;
446 case rtfFontNum:
447 if (info->rtfParam != rtfNoParam)
448 {
449 RTFFont *f = RTFGetFont(info, info->rtfParam);
450 if (f)
451 {
452 MultiByteToWideChar(CP_ACP, 0, f->rtfFName, -1, fmt.szFaceName, sizeof(fmt.szFaceName)/sizeof(WCHAR));
453 fmt.szFaceName[sizeof(fmt.szFaceName)/sizeof(WCHAR)-1] = '\0';
454 fmt.bCharSet = f->rtfFCharSet;
455 fmt.dwMask = CFM_FACE | CFM_CHARSET;
456 fmt.bPitchAndFamily = f->rtfFPitch | (f->rtfFFamily << 4);
457 }
458 }
459 break;
460 case rtfFontSize:
461 fmt.dwMask = CFM_SIZE;
462 if (info->rtfParam != rtfNoParam)
463 fmt.yHeight = info->rtfParam*10;
464 break;
465 }
466 if (fmt.dwMask) {
467 ME_Style *style2;
468 RTFFlushOutputBuffer(info);
469 /* FIXME too slow ? how come ? */
470 style2 = ME_ApplyStyle(info->style, &fmt);
471 ME_ReleaseStyle(info->style);
472 info->style = style2;
473 info->styleChanged = TRUE;
474 }
475 }
476
477 /* FIXME this function doesn't get any information about context of the RTF tag, which is very bad,
478 the same tags mean different things in different contexts */
479 void ME_RTFParAttrHook(RTF_Info *info)
480 {
481 PARAFORMAT2 fmt;
482 fmt.cbSize = sizeof(fmt);
483 fmt.dwMask = 0;
484
485 switch(info->rtfMinor)
486 {
487 case rtfParDef: /* restores default paragraph attributes */
488 if (!info->editor->bEmulateVersion10) /* v4.1 */
489 info->borderType = RTFBorderParaLeft;
490 else /* v1.0 - 3.0 */
491 info->borderType = RTFBorderParaTop;
492 fmt.dwMask = PFM_ALIGNMENT | PFM_BORDER | PFM_LINESPACING | PFM_TABSTOPS |
493 PFM_OFFSET | PFM_RIGHTINDENT | PFM_SPACEAFTER | PFM_SPACEBEFORE |
494 PFM_STARTINDENT;
495 /* TODO: numbering, shading */
496 fmt.wAlignment = PFA_LEFT;
497 fmt.cTabCount = 0;
498 fmt.dxOffset = fmt.dxStartIndent = fmt.dxRightIndent = 0;
499 fmt.wBorderWidth = fmt.wBorders = 0;
500 fmt.wBorderSpace = 0;
501 fmt.bLineSpacingRule = 0;
502 fmt.dySpaceBefore = fmt.dySpaceAfter = 0;
503 fmt.dyLineSpacing = 0;
504 if (!info->editor->bEmulateVersion10) /* v4.1 */
505 {
506 if (info->tableDef && info->tableDef->tableRowStart &&
507 info->tableDef->tableRowStart->member.para.nFlags & MEPF_ROWEND)
508 {
509 ME_Cursor cursor;
510 ME_DisplayItem *para;
511 /* We are just after a table row. */
512 RTFFlushOutputBuffer(info);
513 cursor = info->editor->pCursors[0];
514 para = cursor.pPara;
515 if (para == info->tableDef->tableRowStart->member.para.next_para
516 && !cursor.nOffset && !cursor.pRun->member.run.nCharOfs)
517 {
518 /* Since the table row end, no text has been inserted, and the \intbl
519 * control word has not be used. We can confirm that we are not in a
520 * table anymore.
521 */
522 info->tableDef->tableRowStart = NULL;
523 info->canInheritInTbl = FALSE;
524 }
525 }
526 } else { /* v1.0 - v3.0 */
527 fmt.dwMask |= PFM_TABLE;
528 fmt.wEffects &= ~PFE_TABLE;
529 }
530 break;
531 case rtfNestLevel:
532 if (!info->editor->bEmulateVersion10) /* v4.1 */
533 {
534 while (info->rtfParam > info->nestingLevel) {
535 RTFTable *tableDef = ALLOC_OBJ(RTFTable);
536 ZeroMemory(tableDef, sizeof(RTFTable));
537 tableDef->parent = info->tableDef;
538 info->tableDef = tableDef;
539
540 RTFFlushOutputBuffer(info);
541 if (tableDef->tableRowStart &&
542 tableDef->tableRowStart->member.para.nFlags & MEPF_ROWEND)
543 {
544 ME_DisplayItem *para = tableDef->tableRowStart;
545 para = para->member.para.next_para;
546 para = ME_InsertTableRowStartAtParagraph(info->editor, para);
547 tableDef->tableRowStart = para;
548 } else {
549 ME_Cursor cursor;
550 WCHAR endl = '\r';
551 cursor = info->editor->pCursors[0];
552 if (cursor.nOffset || cursor.pRun->member.run.nCharOfs)
553 ME_InsertTextFromCursor(info->editor, 0, &endl, 1, info->style);
554 tableDef->tableRowStart = ME_InsertTableRowStartFromCursor(info->editor);
555 }
556
557 info->nestingLevel++;
558 }
559 info->canInheritInTbl = FALSE;
560 }
561 break;
562 case rtfInTable:
563 {
564 if (!info->editor->bEmulateVersion10) /* v4.1 */
565 {
566 if (info->nestingLevel < 1)
567 {
568 RTFTable *tableDef;
569 if (!info->tableDef)
570 {
571 info->tableDef = ALLOC_OBJ(RTFTable);
572 ZeroMemory(info->tableDef, sizeof(RTFTable));
573 }
574 tableDef = info->tableDef;
575 RTFFlushOutputBuffer(info);
576 if (tableDef->tableRowStart &&
577 tableDef->tableRowStart->member.para.nFlags & MEPF_ROWEND)
578 {
579 ME_DisplayItem *para = tableDef->tableRowStart;
580 para = para->member.para.next_para;
581 para = ME_InsertTableRowStartAtParagraph(info->editor, para);
582 tableDef->tableRowStart = para;
583 } else {
584 ME_Cursor cursor;
585 WCHAR endl = '\r';
586 cursor = info->editor->pCursors[0];
587 if (cursor.nOffset || cursor.pRun->member.run.nCharOfs)
588 ME_InsertTextFromCursor(info->editor, 0, &endl, 1, info->style);
589 tableDef->tableRowStart = ME_InsertTableRowStartFromCursor(info->editor);
590 }
591 info->nestingLevel = 1;
592 info->canInheritInTbl = TRUE;
593 }
594 return;
595 } else { /* v1.0 - v3.0 */
596 fmt.dwMask |= PFM_TABLE;
597 fmt.wEffects |= PFE_TABLE;
598 }
599 break;
600 }
601 case rtfFirstIndent:
602 ME_GetSelectionParaFormat(info->editor, &fmt);
603 fmt.dwMask = PFM_STARTINDENT | PFM_OFFSET;
604 fmt.dxStartIndent += fmt.dxOffset + info->rtfParam;
605 fmt.dxOffset = -info->rtfParam;
606 break;
607 case rtfLeftIndent:
608 ME_GetSelectionParaFormat(info->editor, &fmt);
609 fmt.dwMask = PFM_STARTINDENT;
610 fmt.dxStartIndent = info->rtfParam - fmt.dxOffset;
611 break;
612 case rtfRightIndent:
613 fmt.dwMask = PFM_RIGHTINDENT;
614 fmt.dxRightIndent = info->rtfParam;
615 break;
616 case rtfQuadLeft:
617 case rtfQuadJust:
618 fmt.dwMask = PFM_ALIGNMENT;
619 fmt.wAlignment = PFA_LEFT;
620 break;
621 case rtfQuadRight:
622 fmt.dwMask = PFM_ALIGNMENT;
623 fmt.wAlignment = PFA_RIGHT;
624 break;
625 case rtfQuadCenter:
626 fmt.dwMask = PFM_ALIGNMENT;
627 fmt.wAlignment = PFA_CENTER;
628 break;
629 case rtfTabPos:
630 ME_GetSelectionParaFormat(info->editor, &fmt);
631 if (!(fmt.dwMask & PFM_TABSTOPS))
632 {
633 fmt.cTabCount = 0;
634 }
635 if (fmt.cTabCount < MAX_TAB_STOPS && info->rtfParam < 0x1000000)
636 fmt.rgxTabs[fmt.cTabCount++] = info->rtfParam;
637 fmt.dwMask = PFM_TABSTOPS;
638 break;
639 case rtfKeep:
640 fmt.dwMask = PFM_KEEP;
641 fmt.wEffects = PFE_KEEP;
642 break;
643 case rtfNoWidowControl:
644 fmt.dwMask = PFM_NOWIDOWCONTROL;
645 fmt.wEffects = PFE_NOWIDOWCONTROL;
646 break;
647 case rtfKeepNext:
648 fmt.dwMask = PFM_KEEPNEXT;
649 fmt.wEffects = PFE_KEEPNEXT;
650 break;
651 case rtfSpaceAfter:
652 fmt.dwMask = PFM_SPACEAFTER;
653 fmt.dySpaceAfter = info->rtfParam;
654 break;
655 case rtfSpaceBefore:
656 fmt.dwMask = PFM_SPACEBEFORE;
657 fmt.dySpaceBefore = info->rtfParam;
658 break;
659 case rtfSpaceBetween:
660 fmt.dwMask = PFM_LINESPACING;
661 if ((int)info->rtfParam > 0)
662 {
663 fmt.dyLineSpacing = info->rtfParam;
664 fmt.bLineSpacingRule = 3;
665 }
666 else
667 {
668 fmt.dyLineSpacing = info->rtfParam;
669 fmt.bLineSpacingRule = 4;
670 }
671 case rtfSpaceMultiply:
672 fmt.dwMask = PFM_LINESPACING;
673 fmt.dyLineSpacing = info->rtfParam * 20;
674 fmt.bLineSpacingRule = 5;
675 break;
676 case rtfParBullet:
677 fmt.dwMask = PFM_NUMBERING;
678 fmt.wNumbering = PFN_BULLET;
679 break;
680 case rtfParSimple:
681 fmt.dwMask = PFM_NUMBERING;
682 fmt.wNumbering = 2; /* FIXME: MSDN says it's not used ?? */
683 break;
684 case rtfParNumDecimal:
685 fmt.dwMask = PFM_NUMBERING;
686 fmt.wNumbering = 2; /* FIXME: MSDN says it's not used ?? */
687 break;
688 case rtfParNumIndent:
689 fmt.dwMask = PFM_NUMBERINGTAB;
690 fmt.wNumberingTab = info->rtfParam;
691 break;
692 case rtfParNumStartAt:
693 fmt.dwMask = PFM_NUMBERINGSTART;
694 fmt.wNumberingStart = info->rtfParam;
695 break;
696 case rtfBorderLeft:
697 info->borderType = RTFBorderParaLeft;
698 ME_GetSelectionParaFormat(info->editor, &fmt);
699 if (!(fmt.dwMask & PFM_BORDER))
700 {
701 fmt.wBorderSpace = 0;
702 fmt.wBorderWidth = 1;
703 fmt.wBorders = 0;
704 }
705 fmt.wBorders |= 1;
706 fmt.dwMask = PFM_BORDER;
707 break;
708 case rtfBorderRight:
709 info->borderType = RTFBorderParaRight;
710 ME_GetSelectionParaFormat(info->editor, &fmt);
711 if (!(fmt.dwMask & PFM_BORDER))
712 {
713 fmt.wBorderSpace = 0;
714 fmt.wBorderWidth = 1;
715 fmt.wBorders = 0;
716 }
717 fmt.wBorders |= 2;
718 fmt.dwMask = PFM_BORDER;
719 break;
720 case rtfBorderTop:
721 info->borderType = RTFBorderParaTop;
722 ME_GetSelectionParaFormat(info->editor, &fmt);
723 if (!(fmt.dwMask & PFM_BORDER))
724 {
725 fmt.wBorderSpace = 0;
726 fmt.wBorderWidth = 1;
727 fmt.wBorders = 0;
728 }
729 fmt.wBorders |= 4;
730 fmt.dwMask = PFM_BORDER;
731 break;
732 case rtfBorderBottom:
733 info->borderType = RTFBorderParaBottom;
734 ME_GetSelectionParaFormat(info->editor, &fmt);
735 if (!(fmt.dwMask & PFM_BORDER))
736 {
737 fmt.wBorderSpace = 0;
738 fmt.wBorderWidth = 1;
739 fmt.wBorders = 0;
740 }
741 fmt.wBorders |= 8;
742 fmt.dwMask = PFM_BORDER;
743 break;
744 case rtfBorderSingle:
745 ME_GetSelectionParaFormat(info->editor, &fmt);
746 /* we assume that borders have been created before (RTF spec) */
747 fmt.wBorders &= ~0x700;
748 fmt.wBorders |= 1 << 8;
749 fmt.dwMask = PFM_BORDER;
750 break;
751 case rtfBorderThick:
752 ME_GetSelectionParaFormat(info->editor, &fmt);
753 /* we assume that borders have been created before (RTF spec) */
754 fmt.wBorders &= ~0x700;
755 fmt.wBorders |= 2 << 8;
756 fmt.dwMask = PFM_BORDER;
757 break;
758 case rtfBorderShadow:
759 ME_GetSelectionParaFormat(info->editor, &fmt);
760 /* we assume that borders have been created before (RTF spec) */
761 fmt.wBorders &= ~0x700;
762 fmt.wBorders |= 10 << 8;
763 fmt.dwMask = PFM_BORDER;
764 break;
765 case rtfBorderDouble:
766 ME_GetSelectionParaFormat(info->editor, &fmt);
767 /* we assume that borders have been created before (RTF spec) */
768 fmt.wBorders &= ~0x700;
769 fmt.wBorders |= 7 << 8;
770 fmt.dwMask = PFM_BORDER;
771 break;
772 case rtfBorderDot:
773 ME_GetSelectionParaFormat(info->editor, &fmt);
774 /* we assume that borders have been created before (RTF spec) */
775 fmt.wBorders &= ~0x700;
776 fmt.wBorders |= 11 << 8;
777 fmt.dwMask = PFM_BORDER;
778 break;
779 case rtfBorderWidth:
780 {
781 int borderSide = info->borderType & RTFBorderSideMask;
782 RTFTable *tableDef = info->tableDef;
783 ME_GetSelectionParaFormat(info->editor, &fmt);
784 /* we assume that borders have been created before (RTF spec) */
785 fmt.wBorderWidth |= ((info->rtfParam / 15) & 7) << 8;
786 if ((info->borderType & RTFBorderTypeMask) == RTFBorderTypeCell)
787 {
788 RTFBorder *border;
789 if (!tableDef || tableDef->numCellsDefined >= MAX_TABLE_CELLS)
790 break;
791 border = &tableDef->cells[tableDef->numCellsDefined].border[borderSide];
792 border->width = info->rtfParam;
793 break;
794 }
795 fmt.dwMask = PFM_BORDER;
796 break;
797 }
798 case rtfBorderSpace:
799 ME_GetSelectionParaFormat(info->editor, &fmt);
800 /* we assume that borders have been created before (RTF spec) */
801 fmt.wBorderSpace = info->rtfParam;
802 fmt.dwMask = PFM_BORDER;
803 break;
804 case rtfBorderColor:
805 {
806 RTFTable *tableDef = info->tableDef;
807 int borderSide = info->borderType & RTFBorderSideMask;
808 int borderType = info->borderType & RTFBorderTypeMask;
809 switch(borderType)
810 {
811 case RTFBorderTypePara:
812 if (!info->editor->bEmulateVersion10) /* v4.1 */
813 break;
814 /* v1.0 - 3.0 treat paragraph and row borders the same. */
815 case RTFBorderTypeRow:
816 if (tableDef) {
817 tableDef->border[borderSide].color = info->rtfParam;
818 }
819 break;
820 case RTFBorderTypeCell:
821 if (tableDef && tableDef->numCellsDefined < MAX_TABLE_CELLS) {
822 tableDef->cells[tableDef->numCellsDefined].border[borderSide].color = info->rtfParam;
823 }
824 break;
825 }
826 break;
827 }
828 }
829 if (fmt.dwMask) {
830 RTFFlushOutputBuffer(info);
831 /* FIXME too slow ? how come ?*/
832 ME_SetSelectionParaFormat(info->editor, &fmt);
833 }
834 }
835
836 void ME_RTFTblAttrHook(RTF_Info *info)
837 {
838 switch (info->rtfMinor)
839 {
840 case rtfRowDef:
841 {
842 if (!info->editor->bEmulateVersion10) /* v4.1 */
843 info->borderType = 0; /* Not sure */
844 else /* v1.0 - 3.0 */
845 info->borderType = RTFBorderRowTop;
846 if (!info->tableDef) {
847 info->tableDef = ME_MakeTableDef(info->editor);
848 } else {
849 ME_InitTableDef(info->editor, info->tableDef);
850 }
851 break;
852 }
853 case rtfCellPos:
854 {
855 int cellNum;
856 if (!info->tableDef)
857 {
858 info->tableDef = ME_MakeTableDef(info->editor);
859 }
860 cellNum = info->tableDef->numCellsDefined;
861 if (cellNum >= MAX_TABLE_CELLS)
862 break;
863 info->tableDef->cells[cellNum].rightBoundary = info->rtfParam;
864 if (cellNum < MAX_TAB_STOPS) {
865 /* Tab stops were used to store cell positions before v4.1 but v4.1
866 * still seems to set the tabstops without using them. */
867 ME_DisplayItem *para = info->editor->pCursors[0].pPara;
868 PARAFORMAT2 *pFmt = para->member.para.pFmt;
869 pFmt->rgxTabs[cellNum] &= ~0x00FFFFFF;
870 pFmt->rgxTabs[cellNum] = 0x00FFFFFF & info->rtfParam;
871 }
872 info->tableDef->numCellsDefined++;
873 break;
874 }
875 case rtfRowBordTop:
876 info->borderType = RTFBorderRowTop;
877 break;
878 case rtfRowBordLeft:
879 info->borderType = RTFBorderRowLeft;
880 break;
881 case rtfRowBordBottom:
882 info->borderType = RTFBorderRowBottom;
883 break;
884 case rtfRowBordRight:
885 info->borderType = RTFBorderRowRight;
886 break;
887 case rtfCellBordTop:
888 info->borderType = RTFBorderCellTop;
889 break;
890 case rtfCellBordLeft:
891 info->borderType = RTFBorderCellLeft;
892 break;
893 case rtfCellBordBottom:
894 info->borderType = RTFBorderCellBottom;
895 break;
896 case rtfCellBordRight:
897 info->borderType = RTFBorderCellRight;
898 break;
899 case rtfRowGapH:
900 if (info->tableDef)
901 info->tableDef->gapH = info->rtfParam;
902 break;
903 case rtfRowLeftEdge:
904 if (info->tableDef)
905 info->tableDef->leftEdge = info->rtfParam;
906 break;
907 }
908 }
909
910 void ME_RTFSpecialCharHook(RTF_Info *info)
911 {
912 RTFTable *tableDef = info->tableDef;
913 switch (info->rtfMinor)
914 {
915 case rtfNestCell:
916 if (info->editor->bEmulateVersion10) /* v1.0 - v3.0 */
917 break;
918 /* else fall through since v4.1 treats rtfNestCell and rtfCell the same */
919 case rtfCell:
920 if (!tableDef)
921 break;
922 RTFFlushOutputBuffer(info);
923 if (!info->editor->bEmulateVersion10) { /* v4.1 */
924 if (tableDef->tableRowStart)
925 {
926 if (!info->nestingLevel &&
927 tableDef->tableRowStart->member.para.nFlags & MEPF_ROWEND)
928 {
929 ME_DisplayItem *para = tableDef->tableRowStart;
930 para = para->member.para.next_para;
931 para = ME_InsertTableRowStartAtParagraph(info->editor, para);
932 tableDef->tableRowStart = para;
933 info->nestingLevel = 1;
934 }
935 ME_InsertTableCellFromCursor(info->editor);
936 }
937 } else { /* v1.0 - v3.0 */
938 ME_DisplayItem *para = info->editor->pCursors[0].pPara;
939 PARAFORMAT2 *pFmt = para->member.para.pFmt;
940 if (pFmt->dwMask & PFM_TABLE && pFmt->wEffects & PFE_TABLE &&
941 tableDef->numCellsInserted < tableDef->numCellsDefined)
942 {
943 WCHAR tab = '\t';
944 ME_InsertTextFromCursor(info->editor, 0, &tab, 1, info->style);
945 tableDef->numCellsInserted++;
946 }
947 }
948 break;
949 case rtfNestRow:
950 if (info->editor->bEmulateVersion10) /* v1.0 - v3.0 */
951 break;
952 /* else fall through since v4.1 treats rtfNestRow and rtfRow the same */
953 case rtfRow:
954 {
955 ME_DisplayItem *para, *cell, *run;
956 int i;
957
958 if (!tableDef)
959 break;
960 RTFFlushOutputBuffer(info);
961 if (!info->editor->bEmulateVersion10) { /* v4.1 */
962 if (!tableDef->tableRowStart)
963 break;
964 if (!info->nestingLevel &&
965 tableDef->tableRowStart->member.para.nFlags & MEPF_ROWEND)
966 {
967 para = tableDef->tableRowStart;
968 para = para->member.para.next_para;
969 para = ME_InsertTableRowStartAtParagraph(info->editor, para);
970 tableDef->tableRowStart = para;
971 info->nestingLevel++;
972 }
973 para = tableDef->tableRowStart;
974 cell = ME_FindItemFwd(para, diCell);
975 assert(cell && !cell->member.cell.prev_cell);
976 if (tableDef->numCellsDefined < 1)
977 {
978 /* 2000 twips appears to be the cell size that native richedit uses
979 * when no cell sizes are specified. */
980 const int defaultCellSize = 2000;
981 int nRightBoundary = defaultCellSize;
982 cell->member.cell.nRightBoundary = nRightBoundary;
983 while (cell->member.cell.next_cell) {
984 cell = cell->member.cell.next_cell;
985 nRightBoundary += defaultCellSize;
986 cell->member.cell.nRightBoundary = nRightBoundary;
987 }
988 para = ME_InsertTableCellFromCursor(info->editor);
989 cell = para->member.para.pCell;
990 cell->member.cell.nRightBoundary = nRightBoundary;
991 } else {
992 for (i = 0; i < tableDef->numCellsDefined; i++)
993 {
994 RTFCell *cellDef = &tableDef->cells[i];
995 cell->member.cell.nRightBoundary = cellDef->rightBoundary;
996 ME_ApplyBorderProperties(info, &cell->member.cell.border,
997 cellDef->border);
998 cell = cell->member.cell.next_cell;
999 if (!cell)
1000 {
1001 para = ME_InsertTableCellFromCursor(info->editor);
1002 cell = para->member.para.pCell;
1003 }
1004 }
1005 /* Cell for table row delimiter is empty */
1006 cell->member.cell.nRightBoundary = tableDef->cells[i-1].rightBoundary;
1007 }
1008
1009 run = ME_FindItemFwd(cell, diRun);
1010 if (info->editor->pCursors[0].pRun != run ||
1011 info->editor->pCursors[0].nOffset)
1012 {
1013 int nOfs, nChars;
1014 /* Delete inserted cells that aren't defined. */
1015 info->editor->pCursors[1].pRun = run;
1016 info->editor->pCursors[1].pPara = ME_GetParagraph(run);
1017 info->editor->pCursors[1].nOffset = 0;
1018 nOfs = ME_GetCursorOfs(info->editor, 1);
1019 nChars = ME_GetCursorOfs(info->editor, 0) - nOfs;
1020 ME_InternalDeleteText(info->editor, nOfs, nChars, TRUE);
1021 }
1022
1023 para = ME_InsertTableRowEndFromCursor(info->editor);
1024 para->member.para.pFmt->dxOffset = abs(info->tableDef->gapH);
1025 para->member.para.pFmt->dxStartIndent = info->tableDef->leftEdge;
1026 ME_ApplyBorderProperties(info, ¶->member.para.border,
1027 tableDef->border);
1028 info->nestingLevel--;
1029 if (!info->nestingLevel)
1030 {
1031 if (info->canInheritInTbl) {
1032 tableDef->tableRowStart = para;
1033 } else {
1034 while (info->tableDef) {
1035 tableDef = info->tableDef;
1036 info->tableDef = tableDef->parent;
1037 heap_free(tableDef);
1038 }
1039 }
1040 } else {
1041 info->tableDef = tableDef->parent;
1042 heap_free(tableDef);
1043 }
1044 } else { /* v1.0 - v3.0 */
1045 WCHAR endl = '\r';
1046 ME_DisplayItem *para = info->editor->pCursors[0].pPara;
1047 PARAFORMAT2 *pFmt = para->member.para.pFmt;
1048 pFmt->dxOffset = info->tableDef->gapH;
1049 pFmt->dxStartIndent = info->tableDef->leftEdge;
1050
1051 ME_ApplyBorderProperties(info, ¶->member.para.border,
1052 tableDef->border);
1053 while (tableDef->numCellsInserted < tableDef->numCellsDefined)
1054 {
1055 WCHAR tab = '\t';
1056 ME_InsertTextFromCursor(info->editor, 0, &tab, 1, info->style);
1057 tableDef->numCellsInserted++;
1058 }
1059 pFmt->cTabCount = min(tableDef->numCellsDefined, MAX_TAB_STOPS);
1060 if (!tableDef->numCellsDefined)
1061 pFmt->wEffects &= ~PFE_TABLE;
1062 ME_InsertTextFromCursor(info->editor, 0, &endl, 1, info->style);
1063 tableDef->numCellsInserted = 0;
1064 }
1065 break;
1066 }
1067 case rtfTab:
1068 case rtfPar:
1069 if (info->editor->bEmulateVersion10) { /* v1.0 - 3.0 */
1070 ME_DisplayItem *para;
1071 PARAFORMAT2 *pFmt;
1072 RTFFlushOutputBuffer(info);
1073 para = info->editor->pCursors[0].pPara;
1074 pFmt = para->member.para.pFmt;
1075 if (pFmt->dwMask & PFM_TABLE && pFmt->wEffects & PFE_TABLE)
1076 {
1077 /* rtfPar is treated like a space within a table. */
1078 info->rtfClass = rtfText;
1079 info->rtfMajor = ' ';
1080 }
1081 else if (info->rtfMinor == rtfPar && tableDef)
1082 tableDef->numCellsInserted = 0;
1083 }
1084 break;
1085 }
1086 }
1087
1088 static BOOL ME_RTFInsertOleObject(RTF_Info *info, HENHMETAFILE hemf, HBITMAP hbmp,
1089 const SIZEL* sz)
1090 {
1091 LPOLEOBJECT lpObject = NULL;
1092 LPSTORAGE lpStorage = NULL;
1093 LPOLECLIENTSITE lpClientSite = NULL;
1094 LPDATAOBJECT lpDataObject = NULL;
1095 LPOLECACHE lpOleCache = NULL;
1096 STGMEDIUM stgm;
1097 FORMATETC fm;
1098 CLSID clsid;
1099 BOOL ret = FALSE;
1100 DWORD conn;
1101
1102 if (hemf)
1103 {
1104 stgm.tymed = TYMED_ENHMF;
1105 stgm.u.hEnhMetaFile = hemf;
1106 fm.cfFormat = CF_ENHMETAFILE;
1107 }
1108 else if (hbmp)
1109 {
1110 stgm.tymed = TYMED_GDI;
1111 stgm.u.hBitmap = hbmp;
1112 fm.cfFormat = CF_BITMAP;
1113 }
1114 stgm.pUnkForRelease = NULL;
1115
1116 fm.ptd = NULL;
1117 fm.dwAspect = DVASPECT_CONTENT;
1118 fm.lindex = -1;
1119 fm.tymed = stgm.tymed;
1120
1121 if (!info->lpRichEditOle)
1122 {
1123 CreateIRichEditOle(info->editor, (VOID**)&info->lpRichEditOle);
1124 }
1125
1126 if (OleCreateDefaultHandler(&CLSID_NULL, NULL, &IID_IOleObject, (void**)&lpObject) == S_OK &&
1127 #if 0
1128 /* FIXME: enable it when rich-edit properly implements this method */
1129 IRichEditOle_GetClientSite(info->lpRichEditOle, &lpClientSite) == S_OK &&
1130 IOleObject_SetClientSite(lpObject, lpClientSite) == S_OK &&
1131 #endif
1132 IOleObject_GetUserClassID(lpObject, &clsid) == S_OK &&
1133 IOleObject_QueryInterface(lpObject, &IID_IOleCache, (void**)&lpOleCache) == S_OK &&
1134 IOleCache_Cache(lpOleCache, &fm, 0, &conn) == S_OK &&
1135 IOleObject_QueryInterface(lpObject, &IID_IDataObject, (void**)&lpDataObject) == S_OK &&
1136 IDataObject_SetData(lpDataObject, &fm, &stgm, TRUE) == S_OK)
1137 {
1138 REOBJECT reobject;
1139
1140 reobject.cbStruct = sizeof(reobject);
1141 reobject.cp = REO_CP_SELECTION;
1142 reobject.clsid = clsid;
1143 reobject.poleobj = lpObject;
1144 reobject.pstg = lpStorage;
1145 reobject.polesite = lpClientSite;
1146 /* convert from twips to .01 mm */
1147 reobject.sizel.cx = MulDiv(sz->cx, 254, 144);
1148 reobject.sizel.cy = MulDiv(sz->cy, 254, 144);
1149 reobject.dvaspect = DVASPECT_CONTENT;
1150 reobject.dwFlags = 0; /* FIXME */
1151 reobject.dwUser = 0;
1152
1153 /* FIXME: could be simpler */
1154 ret = IRichEditOle_InsertObject(info->lpRichEditOle, &reobject) == S_OK;
1155 }
1156
1157 if (lpObject) IOleObject_Release(lpObject);
1158 if (lpClientSite) IOleClientSite_Release(lpClientSite);
1159 if (lpStorage) IStorage_Release(lpStorage);
1160 if (lpDataObject) IDataObject_Release(lpDataObject);
1161 if (lpOleCache) IOleCache_Release(lpOleCache);
1162
1163 return ret;
1164 }
1165
1166 static void ME_RTFReadPictGroup(RTF_Info *info)
1167 {
1168 SIZEL sz;
1169 BYTE* buffer = NULL;
1170 unsigned bufsz, bufidx;
1171 BOOL flip;
1172 BYTE val;
1173 METAFILEPICT mfp;
1174 HENHMETAFILE hemf;
1175 HBITMAP hbmp;
1176 enum gfxkind {gfx_unknown = 0, gfx_enhmetafile, gfx_metafile, gfx_dib} gfx = gfx_unknown;
1177
1178 RTFGetToken (info);
1179 if (info->rtfClass == rtfEOF)
1180 return;
1181 mfp.mm = MM_TEXT;
1182 /* fetch picture type */
1183 if (RTFCheckMM (info, rtfPictAttr, rtfWinMetafile))
1184 {
1185 mfp.mm = info->rtfParam;
1186 gfx = gfx_metafile;
1187 }
1188 else if (RTFCheckMM (info, rtfPictAttr, rtfDevIndBitmap))
1189 {
1190 if (info->rtfParam != 0) FIXME("dibitmap should be 0 (%d)\n", info->rtfParam);
1191 gfx = gfx_dib;
1192 }
1193 else if (RTFCheckMM (info, rtfPictAttr, rtfEmfBlip))
1194 {
1195 gfx = gfx_enhmetafile;
1196 }
1197 else
1198 {
1199 FIXME("%d %d\n", info->rtfMajor, info->rtfMinor);
1200 goto skip_group;
1201 }
1202 sz.cx = sz.cy = 0;
1203 /* fetch picture attributes */
1204 for (;;)
1205 {
1206 RTFGetToken (info);
1207 if (info->rtfClass == rtfEOF)
1208 return;
1209 if (info->rtfClass == rtfText)
1210 break;
1211 if (!RTFCheckCM (info, rtfControl, rtfPictAttr))
1212 {
1213 ERR("Expected picture attribute (%d %d)\n",
1214 info->rtfClass, info->rtfMajor);
1215 goto skip_group;
1216 }
1217 else if (RTFCheckMM (info, rtfPictAttr, rtfPicWid))
1218 {
1219 if (gfx == gfx_metafile) mfp.xExt = info->rtfParam;
1220 }
1221 else if (RTFCheckMM (info, rtfPictAttr, rtfPicHt))
1222 {
1223 if (gfx == gfx_metafile) mfp.yExt = info->rtfParam;
1224 }
1225 else if (RTFCheckMM (info, rtfPictAttr, rtfPicGoalWid))
1226 sz.cx = info->rtfParam;
1227 else if (RTFCheckMM (info, rtfPictAttr, rtfPicGoalHt))
1228 sz.cy = info->rtfParam;
1229 else
1230 FIXME("Non supported attribute: %d %d %d\n", info->rtfClass, info->rtfMajor, info->rtfMinor);
1231 }
1232 /* fetch picture data */
1233 bufsz = 1024;
1234 bufidx = 0;
1235 buffer = HeapAlloc(GetProcessHeap(), 0, bufsz);
1236 val = info->rtfMajor;
1237 for (flip = TRUE;; flip = !flip)
1238 {
1239 RTFGetToken (info);
1240 if (info->rtfClass == rtfEOF)
1241 {
1242 HeapFree(GetProcessHeap(), 0, buffer);
1243 return; /* Warn ?? */
1244 }
1245 if (RTFCheckCM(info, rtfGroup, rtfEndGroup))
1246 break;
1247 if (info->rtfClass != rtfText) goto skip_group;
1248 if (flip)
1249 {
1250 if (bufidx >= bufsz &&
1251 !(buffer = HeapReAlloc(GetProcessHeap(), 0, buffer, bufsz += 1024)))
1252 goto skip_group;
1253 buffer[bufidx++] = RTFCharToHex(val) * 16 + RTFCharToHex(info->rtfMajor);
1254 }
1255 else
1256 val = info->rtfMajor;
1257 }
1258 if (flip) FIXME("wrong hex string\n");
1259
1260 switch (gfx)
1261 {
1262 case gfx_enhmetafile:
1263 if ((hemf = SetEnhMetaFileBits(bufidx, buffer)))
1264 ME_RTFInsertOleObject(info, hemf, NULL, &sz);
1265 break;
1266 case gfx_metafile:
1267 if ((hemf = SetWinMetaFileBits(bufidx, buffer, NULL, &mfp)))
1268 ME_RTFInsertOleObject(info, hemf, NULL, &sz);
1269 break;
1270 case gfx_dib:
1271 {
1272 BITMAPINFO* bi = (BITMAPINFO*)buffer;
1273 HDC hdc = GetDC(0);
1274 unsigned nc = bi->bmiHeader.biClrUsed;
1275
1276 /* not quite right, especially for bitfields type of compression */
1277 if (!nc && bi->bmiHeader.biBitCount <= 8)
1278 nc = 1 << bi->bmiHeader.biBitCount;
1279 if ((hbmp = CreateDIBitmap(hdc, &bi->bmiHeader,
1280 CBM_INIT, (char*)(bi + 1) + nc * sizeof(RGBQUAD),
1281 bi, DIB_RGB_COLORS)))
1282 ME_RTFInsertOleObject(info, NULL, hbmp, &sz);
1283 ReleaseDC(0, hdc);
1284 }
1285 break;
1286 default:
1287 break;
1288 }
1289 HeapFree(GetProcessHeap(), 0, buffer);
1290 RTFRouteToken (info); /* feed "}" back to router */
1291 return;
1292 skip_group:
1293 HeapFree(GetProcessHeap(), 0, buffer);
1294 RTFSkipGroup(info);
1295 RTFRouteToken(info); /* feed "}" back to router */
1296 }
1297
1298 /* for now, lookup the \result part and use it, whatever the object */
1299 static void ME_RTFReadObjectGroup(RTF_Info *info)
1300 {
1301 for (;;)
1302 {
1303 RTFGetToken (info);
1304 if (info->rtfClass == rtfEOF)
1305 return;
1306 if (RTFCheckCM(info, rtfGroup, rtfEndGroup))
1307 break;
1308 if (RTFCheckCM(info, rtfGroup, rtfBeginGroup))
1309 {
1310 RTFGetToken (info);
1311 if (info->rtfClass == rtfEOF)
1312 return;
1313 if (RTFCheckCMM(info, rtfControl, rtfDestination, rtfObjResult))
1314 {
1315 int level = 1;
1316
1317 while (RTFGetToken (info) != rtfEOF)
1318 {
1319 if (info->rtfClass == rtfGroup)
1320 {
1321 if (info->rtfMajor == rtfBeginGroup) level++;
1322 else if (info->rtfMajor == rtfEndGroup && --level < 0) break;
1323 }
1324 RTFRouteToken(info);
1325 }
1326 }
1327 else RTFSkipGroup(info);
1328 continue;
1329 }
1330 if (!RTFCheckCM (info, rtfControl, rtfObjAttr))
1331 {
1332 FIXME("Non supported attribute: %d %d %d\n", info->rtfClass, info->rtfMajor, info->rtfMinor);
1333 return;
1334 }
1335 }
1336 RTFRouteToken(info); /* feed "}" back to router */
1337 }
1338
1339 static void ME_RTFReadHook(RTF_Info *info)
1340 {
1341 switch(info->rtfClass)
1342 {
1343 case rtfGroup:
1344 switch(info->rtfMajor)
1345 {
1346 case rtfBeginGroup:
1347 if (info->stackTop < maxStack) {
1348 info->stack[info->stackTop].style = info->style;
1349 ME_AddRefStyle(info->style);
1350 info->stack[info->stackTop].codePage = info->codePage;
1351 info->stack[info->stackTop].unicodeLength = info->unicodeLength;
1352 }
1353 info->stackTop++;
1354 info->styleChanged = FALSE;
1355 break;
1356 case rtfEndGroup:
1357 {
1358 RTFFlushOutputBuffer(info);
1359 info->stackTop--;
1360 if (info->stackTop<=0) {
1361 info->rtfClass = rtfEOF;
1362 return;
1363 }
1364 assert(info->stackTop >= 0);
1365
1366 ME_ReleaseStyle(info->style);
1367 info->style = info->stack[info->stackTop].style;
1368 ME_AddRefStyle(info->style);
1369 info->codePage = info->stack[info->stackTop].codePage;
1370 info->unicodeLength = info->stack[info->stackTop].unicodeLength;
1371 break;
1372 }
1373 }
1374 break;
1375 }
1376 }
1377
1378 void
1379 ME_StreamInFill(ME_InStream *stream)
1380 {
1381 stream->editstream->dwError = stream->editstream->pfnCallback(stream->editstream->dwCookie,
1382 (BYTE *)stream->buffer,
1383 sizeof(stream->buffer),
1384 (LONG *)&stream->dwSize);
1385 stream->dwUsed = 0;
1386 }
1387
1388 static LRESULT ME_StreamIn(ME_TextEditor *editor, DWORD format, EDITSTREAM *stream, BOOL stripLastCR)
1389 {
1390 RTF_Info parser;
1391 ME_Style *style;
1392 int from, to, to2, nUndoMode;
1393 int nEventMask = editor->nEventMask;
1394 ME_InStream inStream;
1395 BOOL invalidRTF = FALSE;
1396
1397 TRACE("stream==%p editor==%p format==0x%X\n", stream, editor, format);
1398 editor->nEventMask = 0;
1399
1400 ME_GetSelection(editor, &from, &to);
1401 if ((format & SFF_SELECTION) && (editor->mode & TM_RICHTEXT)) {
1402 style = ME_GetSelectionInsertStyle(editor);
1403
1404 ME_InternalDeleteText(editor, from, to-from, FALSE);
1405
1406 /* Don't insert text at the end of the table row */
1407 if (!editor->bEmulateVersion10) { /* v4.1 */
1408 ME_DisplayItem *para = editor->pCursors->pPara;
1409 if (para->member.para.nFlags & MEPF_ROWEND)
1410 {
1411 para = para->member.para.next_para;
1412 editor->pCursors[0].pPara = para;
1413 editor->pCursors[0].pRun = ME_FindItemFwd(para, diRun);
1414 editor->pCursors[0].nOffset = 0;
1415 }
1416 if (para->member.para.nFlags & MEPF_ROWSTART)
1417 {
1418 para = para->member.para.next_para;
1419 editor->pCursors[0].pPara = para;
1420 editor->pCursors[0].pRun = ME_FindItemFwd(para, diRun);
1421 editor->pCursors[0].nOffset = 0;
1422 }
1423 editor->pCursors[1] = editor->pCursors[0];
1424 } else { /* v1.0 - 3.0 */
1425 if (editor->pCursors[0].pRun->member.run.nFlags & MERF_ENDPARA &&
1426 ME_IsInTable(editor->pCursors[0].pRun))
1427 return 0;
1428 }
1429 }
1430 else {
1431 style = editor->pBuffer->pDefaultStyle;
1432 ME_AddRefStyle(style);
1433 ME_SetSelection(editor, 0, 0);
1434 ME_InternalDeleteText(editor, 0, ME_GetTextLength(editor), FALSE);
1435 from = to = 0;
1436 ME_ClearTempStyle(editor);
1437 ME_SetDefaultParaFormat(editor->pCursors[0].pPara->member.para.pFmt);
1438 }
1439
1440
1441 /* Back up undo mode to a local variable */
1442 nUndoMode = editor->nUndoMode;
1443
1444 /* Only create an undo if SFF_SELECTION is set */
1445 if (!(format & SFF_SELECTION))
1446 editor->nUndoMode = umIgnore;
1447
1448 inStream.editstream = stream;
1449 inStream.editstream->dwError = 0;
1450 inStream.dwSize = 0;
1451 inStream.dwUsed = 0;
1452
1453 if (format & SF_RTF)
1454 {
1455 /* Check if it's really RTF, and if it is not, use plain text */
1456 ME_StreamInFill(&inStream);
1457 if (!inStream.editstream->dwError)
1458 {
1459 if ((!editor->bEmulateVersion10 && strncmp(inStream.buffer, "{\\rtf", 5) && strncmp(inStream.buffer, "{\\urtf", 6))
1460 || (editor->bEmulateVersion10 && *inStream.buffer != '{'))
1461 {
1462 invalidRTF = TRUE;
1463 inStream.editstream->dwError = -16;
1464 }
1465 }
1466 }
1467
1468 if (!invalidRTF && !inStream.editstream->dwError)
1469 {
1470 if (format & SF_RTF) {
1471 /* setup the RTF parser */
1472 memset(&parser, 0, sizeof parser);
1473 RTFSetEditStream(&parser, &inStream);
1474 parser.rtfFormat = format&(SF_TEXT|SF_RTF);
1475 parser.editor = editor;
1476 parser.style = style;
1477 WriterInit(&parser);
1478 RTFInit(&parser);
1479 RTFSetReadHook(&parser, ME_RTFReadHook);
1480 RTFSetDestinationCallback(&parser, rtfPict, ME_RTFReadPictGroup);
1481 RTFSetDestinationCallback(&parser, rtfObject, ME_RTFReadObjectGroup);
1482 if (!parser.editor->bEmulateVersion10) /* v4.1 */
1483 {
1484 RTFSetDestinationCallback(&parser, rtfNoNestTables, RTFSkipGroup);
1485 RTFSetDestinationCallback(&parser, rtfNestTableProps, RTFReadGroup);
1486 }
1487 BeginFile(&parser);
1488
1489 /* do the parsing */
1490 RTFRead(&parser);
1491 RTFFlushOutputBuffer(&parser);
1492 if (!editor->bEmulateVersion10) { /* v4.1 */
1493 if (parser.tableDef && parser.tableDef->tableRowStart &&
1494 (parser.nestingLevel > 0 || parser.canInheritInTbl))
1495 {
1496 /* Delete any incomplete table row at the end of the rich text. */
1497 int nOfs, nChars;
1498 ME_DisplayItem *pCell;
1499 ME_DisplayItem *para;
1500
1501 parser.rtfMinor = rtfRow;
1502 /* Complete the table row before deleting it.
1503 * By doing it this way we will have the current paragraph format set
1504 * properly to reflect that is not in the complete table, and undo items
1505 * will be added for this change to the current paragraph format. */
1506 if (parser.nestingLevel > 0)
1507 {
1508 while (parser.nestingLevel > 1)
1509 ME_RTFSpecialCharHook(&parser); /* Decrements nestingLevel */
1510 para = parser.tableDef->tableRowStart;
1511 ME_RTFSpecialCharHook(&parser);
1512 } else {
1513 para = parser.tableDef->tableRowStart;
1514 ME_RTFSpecialCharHook(&parser);
1515 assert(para->member.para.nFlags & MEPF_ROWEND);
1516 para = para->member.para.next_para;
1517 }
1518 pCell = para->member.para.pCell;
1519
1520 editor->pCursors[1].pPara = para;
1521 editor->pCursors[1].pRun = ME_FindItemFwd(para, diRun);
1522 editor->pCursors[1].nOffset = 0;
1523 nOfs = ME_GetCursorOfs(editor, 1);
1524 nChars = ME_GetCursorOfs(editor, 0) - nOfs;
1525 ME_InternalDeleteText(editor, nOfs, nChars, TRUE);
1526 if (parser.tableDef)
1527 parser.tableDef->tableRowStart = NULL;
1528 }
1529 }
1530 ME_CheckTablesForCorruption(editor);
1531 RTFDestroy(&parser);
1532 if (parser.lpRichEditOle)
1533 IRichEditOle_Release(parser.lpRichEditOle);
1534
1535 if (!inStream.editstream->dwError && parser.stackTop > 0)
1536 inStream.editstream->dwError = HRESULT_FROM_WIN32(ERROR_HANDLE_EOF);
1537
1538 /* Remove last line break, as mandated by tests. This is not affected by
1539 CR/LF counters, since RTF streaming presents only \para tokens, which
1540 are converted according to the standard rules: \r for 2.0, \r\n for 1.0
1541 */
1542 if (stripLastCR) {
1543 int newfrom, newto;
1544 ME_GetSelection(editor, &newfrom, &newto);
1545 if (newto > to + (editor->bEmulateVersion10 ? 1 : 0)) {
1546 WCHAR lastchar[3] = {'\0', '\0'};
1547 int linebreakSize = editor->bEmulateVersion10 ? 2 : 1;
1548
1549 ME_GetTextW(editor, lastchar, newto - linebreakSize, linebreakSize, 0);
1550 if (lastchar[0] == '\r' && (lastchar[1] == '\n' || lastchar[1] == '\0')) {
1551 ME_InternalDeleteText(editor, newto - linebreakSize, linebreakSize, FALSE);
1552 }
1553 }
1554 }
1555
1556 style = parser.style;
1557 }
1558 else if (format & SF_TEXT)
1559 ME_StreamInText(editor, format, &inStream, style);
1560 else
1561 ERR("EM_STREAMIN without SF_TEXT or SF_RTF\n");
1562 ME_GetSelection(editor, &to, &to2);
1563 /* put the cursor at the top */
1564 if (!(format & SFF_SELECTION))
1565 ME_SetSelection(editor, 0, 0);
1566 }
1567
1568 /* Restore saved undo mode */
1569 editor->nUndoMode = nUndoMode;
1570
1571 /* even if we didn't add an undo, we need to commit anything on the stack */
1572 ME_CommitUndo(editor);
1573
1574 /* If SFF_SELECTION isn't set, delete any undos from before we started too */
1575 if (!(format & SFF_SELECTION))
1576 ME_EmptyUndoStack(editor);
1577
1578 ME_ReleaseStyle(style);
1579 editor->nEventMask = nEventMask;
1580 ME_UpdateRepaint(editor);
1581 if (!(format & SFF_SELECTION)) {
1582 ME_ClearTempStyle(editor);
1583 }
1584 ITextHost_TxShowCaret(editor->texthost, FALSE);
1585 ME_MoveCaret(editor);
1586 ITextHost_TxShowCaret(editor->texthost, TRUE);
1587 ME_SendSelChange(editor);
1588 ME_SendRequestResize(editor, FALSE);
1589
1590 return 0;
1591 }
1592
1593
1594 typedef struct tagME_RTFStringStreamStruct
1595 {
1596 char *string;
1597 int pos;
1598 int length;
1599 } ME_RTFStringStreamStruct;
1600
1601 static DWORD CALLBACK ME_ReadFromRTFString(DWORD_PTR dwCookie, LPBYTE lpBuff, LONG cb, LONG *pcb)
1602 {
1603 ME_RTFStringStreamStruct *pStruct = (ME_RTFStringStreamStruct *)dwCookie;
1604 int count;
1605
1606 count = min(cb, pStruct->length - pStruct->pos);
1607 memmove(lpBuff, pStruct->string + pStruct->pos, count);
1608 pStruct->pos += count;
1609 *pcb = count;
1610 return 0;
1611 }
1612
1613 static void
1614 ME_StreamInRTFString(ME_TextEditor *editor, BOOL selection, char *string)
1615 {
1616 EDITSTREAM es;
1617 ME_RTFStringStreamStruct data;
1618
1619 data.string = string;
1620 data.length = strlen(string);
1621 data.pos = 0;
1622 es.dwCookie = (DWORD_PTR)&data;
1623 es.pfnCallback = ME_ReadFromRTFString;
1624 ME_StreamIn(editor, SF_RTF | (selection ? SFF_SELECTION : 0), &es, FALSE);
1625 }
1626
1627
1628 static int
1629 ME_FindText(ME_TextEditor *editor, DWORD flags, const CHARRANGE *chrg, const WCHAR *text, CHARRANGE *chrgText)
1630 {
1631 const int nLen = lstrlenW(text);
1632 const int nTextLen = ME_GetTextLength(editor);
1633 int nStart, nEnd;
1634 int nMin, nMax;
1635 ME_DisplayItem *item;
1636 ME_DisplayItem *para;
1637 WCHAR wLastChar = ' ';
1638
1639 TRACE("flags==0x%08x, chrg->cpMin==%d, chrg->cpMax==%d text==%s\n",
1640 flags, chrg->cpMin, chrg->cpMax, debugstr_w(text));
1641
1642 if (flags & ~(FR_DOWN | FR_MATCHCASE | FR_WHOLEWORD))
1643 FIXME("Flags 0x%08x not implemented\n",
1644 flags & ~(FR_DOWN | FR_MATCHCASE | FR_WHOLEWORD));
1645
1646 nMin = chrg->cpMin;
1647 if (chrg->cpMax == -1)
1648 nMax = nTextLen;
1649 else
1650 nMax = chrg->cpMax > nTextLen ? nTextLen : chrg->cpMax;
1651
1652 /* In 1.0 emulation, if cpMax reaches end of text, add the FR_DOWN flag */
1653 if (editor->bEmulateVersion10 && nMax == nTextLen)
1654 {
1655 flags |= FR_DOWN;
1656 }
1657
1658 /* In 1.0 emulation, cpMin must always be no greater than cpMax */
1659 if (editor->bEmulateVersion10 && nMax < nMin)
1660 {
1661 if (chrgText)
1662 {
1663 chrgText->cpMin = -1;
1664 chrgText->cpMax = -1;
1665 }
1666 return -1;
1667 }
1668
1669 /* when searching up, if cpMin < cpMax, then instead of searching
1670 * on [cpMin,cpMax], we search on [0,cpMin], otherwise, search on
1671 * [cpMax, cpMin]. The exception is when cpMax is -1, in which
1672 * case, it is always bigger than cpMin.
1673 */
1674 if (!editor->bEmulateVersion10 && !(flags & FR_DOWN))
1675 {
1676 int nSwap = nMax;
1677
1678 nMax = nMin > nTextLen ? nTextLen : nMin;
1679 if (nMin < nSwap || chrg->cpMax == -1)
1680 nMin = 0;
1681 else
1682 nMin = nSwap;
1683 }
1684
1685 if (!nLen || nMin < 0 || nMax < 0 || nMax < nMin)
1686 {
1687 if (chrgText)
1688 chrgText->cpMin = chrgText->cpMax = -1;
1689 return -1;
1690 }
1691
1692 if (flags & FR_DOWN) /* Forward search */
1693 {
1694 /* If possible, find the character before where the search starts */
1695 if ((flags & FR_WHOLEWORD) && nMin)
1696 {
1697 ME_RunOfsFromCharOfs(editor, nMin - 1, NULL, &item, &nStart);
1698 wLastChar = item->member.run.strText->szData[nStart];
1699 }
1700
1701 ME_RunOfsFromCharOfs(editor, nMin, ¶, &item, &nStart);
1702
1703 while (item
1704 && para->member.para.nCharOfs + item->member.run.nCharOfs + nStart + nLen <= nMax)
1705 {
1706 ME_DisplayItem *pCurItem = item;
1707 int nCurStart = nStart;
1708 int nMatched = 0;
1709
1710 while (pCurItem && ME_CharCompare(pCurItem->member.run.strText->szData[nCurStart + nMatched], text[nMatched], (flags & FR_MATCHCASE)))
1711 {
1712 if ((flags & FR_WHOLEWORD) && isalnumW(wLastChar))
1713 break;
1714
1715 nMatched++;
1716 if (nMatched == nLen)
1717 {
1718 ME_DisplayItem *pNextItem = pCurItem;
1719 int nNextStart = nCurStart;
1720 WCHAR wNextChar;
1721
1722 /* Check to see if next character is a whitespace */
1723 if (flags & FR_WHOLEWORD)
1724 {
1725 if (nCurStart + nMatched == pCurItem->member.run.strText->nLen)
1726 {
1727 pNextItem = ME_FindItemFwd(pCurItem, diRun);
1728 nNextStart = -nMatched;
1729 }
1730
1731 if (pNextItem)
1732 wNextChar = pNextItem->member.run.strText->szData[nNextStart + nMatched];
1733 else
1734 wNextChar = ' ';
1735
1736 if (isalnumW(wNextChar))
1737 break;
1738 }
1739
1740 nStart += para->member.para.nCharOfs + item->member.run.nCharOfs;
1741 if (chrgText)
1742 {
1743 chrgText->cpMin = nStart;
1744 chrgText->cpMax = nStart + nLen;
1745 }
1746 TRACE("found at %d-%d\n", nStart, nStart + nLen);
1747 return nStart;
1748 }
1749 if (nCurStart + nMatched == pCurItem->member.run.strText->nLen)
1750 {
1751 pCurItem = ME_FindItemFwd(pCurItem, diRun);
1752 nCurStart = -nMatched;
1753 }
1754 }
1755 if (pCurItem)
1756 wLastChar = pCurItem->member.run.strText->szData[nCurStart + nMatched];
1757 else
1758 wLastChar = ' ';
1759
1760 nStart++;
1761 if (nStart == item->member.run.strText->nLen)
1762 {
1763 item = ME_FindItemFwd(item, diRun);
1764 para = ME_GetParagraph(item);
1765 nStart = 0;
1766 }
1767 }
1768 }
1769 else /* Backward search */
1770 {
1771 /* If possible, find the character after where the search ends */
1772 if ((flags & FR_WHOLEWORD) && nMax < nTextLen - 1)
1773 {
1774 ME_RunOfsFromCharOfs(editor, nMax + 1, NULL, &item, &nEnd);
1775 wLastChar = item->member.run.strText->szData[nEnd];
1776 }
1777
1778 ME_RunOfsFromCharOfs(editor, nMax, ¶, &item, &nEnd);
1779
1780 while (item
1781 && para->member.para.nCharOfs + item->member.run.nCharOfs + nEnd - nLen >= nMin)
1782 {
1783 ME_DisplayItem *pCurItem = item;
1784 int nCurEnd = nEnd;
1785 int nMatched = 0;
1786
1787 if (nCurEnd == 0)
1788 {
1789 pCurItem = ME_FindItemBack(pCurItem, diRun);
1790 nCurEnd = pCurItem->member.run.strText->nLen + nMatched;
1791 }
1792
1793 while (pCurItem && ME_CharCompare(pCurItem->member.run.strText->szData[nCurEnd - nMatched - 1], text[nLen - nMatched - 1], (flags & FR_MATCHCASE)))
1794 {
1795 if ((flags & FR_WHOLEWORD) && isalnumW(wLastChar))
1796 break;
1797
1798 nMatched++;
1799 if (nMatched == nLen)
1800 {
1801 ME_DisplayItem *pPrevItem = pCurItem;
1802 int nPrevEnd = nCurEnd;
1803 WCHAR wPrevChar;
1804
1805 /* Check to see if previous character is a whitespace */
1806 if (flags & FR_WHOLEWORD)
1807 {
1808 if (nPrevEnd - nMatched == 0)
1809 {
1810 pPrevItem = ME_FindItemBack(pCurItem, diRun);
1811 if (pPrevItem)
1812 nPrevEnd = pPrevItem->member.run.strText->nLen + nMatched;
1813 }
1814
1815 if (pPrevItem)
1816 wPrevChar = pPrevItem->member.run.strText->szData[nPrevEnd - nMatched - 1];
1817 else
1818 wPrevChar = ' ';
1819
1820 if (isalnumW(wPrevChar))
1821 break;
1822 }
1823
1824 nStart = ME_GetParagraph(pCurItem)->member.para.nCharOfs
1825 + pCurItem->member.run.nCharOfs + nCurEnd - nMatched;
1826 if (chrgText)
1827 {
1828 chrgText->cpMin = nStart;
1829 chrgText->cpMax = nStart + nLen;
1830 }
1831 TRACE("found at %d-%d\n", nStart, nStart + nLen);
1832 return nStart;
1833 }
1834 if (nCurEnd - nMatched == 0)
1835 {
1836 pCurItem = ME_FindItemBack(pCurItem, diRun);
1837 /* Don't care about pCurItem becoming NULL here; it's already taken
1838 * care of in the exterior loop condition */
1839 nCurEnd = pCurItem->member.run.strText->nLen + nMatched;
1840 }
1841 }
1842 if (pCurItem)
1843 wLastChar = pCurItem->member.run.strText->szData[nCurEnd - nMatched - 1];
1844 else
1845 wLastChar = ' ';
1846
1847 nEnd--;
1848 if (nEnd < 0)
1849 {
1850 item = ME_FindItemBack(item, diRun);
1851 para = ME_GetParagraph(item);
1852 nEnd = item->member.run.strText->nLen;
1853 }
1854 }
1855 }
1856 TRACE("not found\n");
1857 if (chrgText)
1858 chrgText->cpMin = chrgText->cpMax = -1;
1859 return -1;
1860 }
1861
1862 static int ME_GetTextEx(ME_TextEditor *editor, GETTEXTEX *ex, LPARAM pText)
1863 {
1864 int nStart, nCount; /* in chars */
1865
1866 if (!ex->cb || !pText) return 0;
1867
1868 if (ex->flags & ~(GT_SELECTION | GT_USECRLF))
1869 FIXME("GETTEXTEX flags 0x%08x not supported\n", ex->flags & ~(GT_SELECTION | GT_USECRLF));
1870
1871 if (ex->flags & GT_SELECTION)
1872 {
1873 ME_GetSelection(editor, &nStart, &nCount);
1874 nCount -= nStart;
1875 }
1876 else
1877 {
1878 nStart = 0;
1879 nCount = 0x7fffffff;
1880 }
1881 if (ex->codepage == 1200)
1882 {
1883 nCount = min(nCount, ex->cb / sizeof(WCHAR) - 1);
1884 return ME_GetTextW(editor, (LPWSTR)pText, nStart, nCount, ex->flags & GT_USECRLF);
1885 }
1886 else
1887 {
1888 /* potentially each char may be a CR, why calculate the exact value with O(N) when
1889 we can just take a bigger buffer? :)
1890 The above assumption still holds with CR/LF counters, since CR->CRLF expansion
1891 occurs only in richedit 2.0 mode, in which line breaks have only one CR
1892 */
1893 int crlfmul = (ex->flags & GT_USECRLF) ? 2 : 1;
1894 LPWSTR buffer;
1895 DWORD buflen = ex->cb;
1896 LRESULT rc;
1897 DWORD flags = 0;
1898
1899 nCount = min(nCount, ex->cb - 1);
1900 buffer = heap_alloc((crlfmul*nCount + 1) * sizeof(WCHAR));
1901
1902 buflen = ME_GetTextW(editor, buffer, nStart, nCount, ex->flags & GT_USECRLF);
1903 rc = WideCharToMultiByte(ex->codepage, flags, buffer, buflen+1,
1904 (LPSTR)pText, ex->cb, ex->lpDefaultChar, ex->lpUsedDefChar);
1905 if (rc) rc--; /* do not count 0 terminator */
1906
1907 heap_free(buffer);
1908 return rc;
1909 }
1910 }
1911
1912 static int ME_GetTextRange(ME_TextEditor *editor, WCHAR *strText,
1913 int start, int nLen, BOOL unicode)
1914 {
1915 if (unicode) {
1916 return ME_GetTextW(editor, strText, start, nLen, 0);
1917 } else {
1918 WCHAR *p = ALLOC_N_OBJ(WCHAR, nLen+1);
1919 int nChars = ME_GetTextW(editor, p, start, nLen, 0);
1920 WideCharToMultiByte(CP_ACP, 0, p, nChars+1, (char *)strText,
1921 nLen+1, NULL, NULL);
1922 FREE_OBJ(p);
1923 return nChars;
1924 }
1925 }
1926
1927 typedef struct tagME_GlobalDestStruct
1928 {
1929 HGLOBAL hData;
1930 int nLength;
1931 } ME_GlobalDestStruct;
1932
1933 static DWORD CALLBACK ME_ReadFromHGLOBALUnicode(DWORD_PTR dwCookie, LPBYTE lpBuff, LONG cb, LONG *pcb)
1934 {
1935 ME_GlobalDestStruct *pData = (ME_GlobalDestStruct *)dwCookie;
1936 int i;
1937 WORD *pSrc, *pDest;
1938
1939 cb = cb >> 1;
1940 pDest = (WORD *)lpBuff;
1941 pSrc = GlobalLock(pData->hData);
1942 for (i = 0; i<cb && pSrc[pData->nLength+i]; i++) {
1943 pDest[i] = pSrc[pData->nLength+i];
1944 }
1945 pData->nLength += i;
1946 *pcb = 2*i;
1947 GlobalUnlock(pData->hData);
1948 return 0;
1949 }
1950
1951 static DWORD CALLBACK ME_ReadFromHGLOBALRTF(DWORD_PTR dwCookie, LPBYTE lpBuff, LONG cb, LONG *pcb)
1952 {
1953 ME_GlobalDestStruct *pData = (ME_GlobalDestStruct *)dwCookie;
1954 int i;
1955 BYTE *pSrc, *pDest;
1956
1957 pDest = lpBuff;
1958 pSrc = GlobalLock(pData->hData);
1959 for (i = 0; i<cb && pSrc[pData->nLength+i]; i++) {
1960 pDest[i] = pSrc[pData->nLength+i];
1961 }
1962 pData->nLength += i;
1963 *pcb = i;
1964 GlobalUnlock(pData->hData);
1965 return 0;
1966 }
1967
1968 static BOOL ME_Paste(ME_TextEditor *editor)
1969 {
1970 DWORD dwFormat = 0;
1971 EDITSTREAM es;
1972 ME_GlobalDestStruct gds;
1973 UINT nRTFFormat = RegisterClipboardFormatA("Rich Text Format");
1974 UINT cf = 0;
1975
1976 if (IsClipboardFormatAvailable(nRTFFormat))
1977 cf = nRTFFormat, dwFormat = SF_RTF;
1978 else if (IsClipboardFormatAvailable(CF_UNICODETEXT))
1979 cf = CF_UNICODETEXT, dwFormat = SF_TEXT|SF_UNICODE;
1980 else
1981 return FALSE;
1982
1983 if (!OpenClipboard(editor->hWnd))
1984 return FALSE;
1985 gds.hData = GetClipboardData(cf);
1986 gds.nLength = 0;
1987 es.dwCookie = (DWORD_PTR)&gds;
1988 es.pfnCallback = dwFormat == SF_RTF ? ME_ReadFromHGLOBALRTF : ME_ReadFromHGLOBALUnicode;
1989 ME_StreamIn(editor, dwFormat|SFF_SELECTION, &es, FALSE);
1990
1991 CloseClipboard();
1992 return TRUE;
1993 }
1994
1995 static BOOL ME_Copy(ME_TextEditor *editor, CHARRANGE *range)
1996 {
1997 LPDATAOBJECT dataObj = NULL;
1998 HRESULT hr = S_OK;
1999
2000 if (editor->cPasswordMask)
2001 return FALSE; /* Copying or Cutting masked text isn't allowed */
2002
2003 if(editor->lpOleCallback)
2004 hr = IRichEditOleCallback_GetClipboardData(editor->lpOleCallback, range, RECO_COPY, &dataObj);
2005 if(FAILED(hr) || !dataObj)
2006 hr = ME_GetDataObject(editor, range, &dataObj);
2007 if(SUCCEEDED(hr)) {
2008 hr = OleSetClipboard(dataObj);
2009 IDataObject_Release(dataObj);
2010 }
2011 return SUCCEEDED(hr) != 0;
2012 }
2013
2014 /* helper to send a msg filter notification */
2015 static BOOL
2016 ME_FilterEvent(ME_TextEditor *editor, UINT msg, WPARAM* wParam, LPARAM* lParam)
2017 {
2018 MSGFILTER msgf;
2019
2020 if (!editor->hWnd) return FALSE;
2021 msgf.nmhdr.hwndFrom = editor->hWnd;
2022 msgf.nmhdr.idFrom = GetWindowLongW(editor->hWnd, GWLP_ID);
2023 msgf.nmhdr.code = EN_MSGFILTER;
2024 msgf.msg = msg;
2025 msgf.wParam = *wParam;
2026 msgf.lParam = *lParam;
2027 if (SendMessageW(GetParent(editor->hWnd), WM_NOTIFY, msgf.nmhdr.idFrom, (LPARAM)&msgf))
2028 return FALSE;
2029 *wParam = msgf.wParam;
2030 *lParam = msgf.lParam;
2031 msgf.wParam = *wParam;
2032
2033 return TRUE;
2034 }
2035
2036 static void ME_UpdateSelectionLinkAttribute(ME_TextEditor *editor)
2037 {
2038 ME_DisplayItem *startPara, *endPara;
2039 ME_DisplayItem *prev_para;
2040 int from, to;
2041
2042 if (!editor->AutoURLDetect_bEnable) return;
2043
2044 ME_GetSelection(editor, &from, &to);
2045
2046 /* Find paragraph previous to the one that contains start cursor */
2047 ME_RunOfsFromCharOfs(editor, from, &startPara, NULL, NULL);
2048 prev_para = startPara->member.para.prev_para;
2049 if (prev_para->type == diParagraph) startPara = prev_para;
2050
2051 /* Find paragraph that contains end cursor */
2052 ME_RunOfsFromCharOfs(editor, to, &endPara, NULL, NULL);
2053 endPara = endPara->member.para.next_para;
2054
2055 ME_UpdateLinkAttribute(editor,
2056 startPara->member.para.nCharOfs,
2057 endPara->member.para.nCharOfs);
2058 }
2059
2060 static BOOL
2061 ME_KeyDown(ME_TextEditor *editor, WORD nKey)
2062 {
2063 BOOL ctrl_is_down = GetKeyState(VK_CONTROL) & 0x8000;
2064 BOOL shift_is_down = GetKeyState(VK_SHIFT) & 0x8000;
2065
2066 if (editor->bMouseCaptured)
2067 return FALSE;
2068 if (nKey != VK_SHIFT && nKey != VK_CONTROL && nKey != VK_MENU)
2069 editor->nSelectionType = stPosition;
2070
2071 switch (nKey)
2072 {
2073 case VK_LEFT:
2074 case VK_RIGHT:
2075 case VK_HOME:
2076 case VK_END:
2077 editor->nUDArrowX = -1;
2078 /* fall through */
2079 case VK_UP:
2080 case VK_DOWN:
2081 case VK_PRIOR:
2082 case VK_NEXT:
2083 ME_CommitUndo(editor); /* End coalesced undos for typed characters */
2084 ME_ArrowKey(editor, nKey, shift_is_down, ctrl_is_down);
2085 return TRUE;
2086 case VK_BACK:
2087 case VK_DELETE:
2088 editor->nUDArrowX = -1;
2089 /* FIXME backspace and delete aren't the same, they act different wrt paragraph style of the merged paragraph */
2090 if (editor->styleFlags & ES_READONLY)
2091 return FALSE;
2092 if (ME_IsSelection(editor))
2093 {
2094 ME_DeleteSelection(editor);
2095 ME_CommitUndo(editor);
2096 }
2097 else if (nKey == VK_DELETE)
2098 {
2099 /* Delete stops group typing.
2100 * (See MSDN remarks on EM_STOPGROUPTYPING message) */
2101 ME_DeleteTextAtCursor(editor, 1, 1);
2102 ME_CommitUndo(editor);
2103 }
2104 else if (ME_ArrowKey(editor, VK_LEFT, FALSE, FALSE))
2105 {
2106 BOOL bDeletionSucceeded;
2107 /* Backspace can be grouped for a single undo */
2108 ME_ContinueCoalescingTransaction(editor);
2109 bDeletionSucceeded = ME_DeleteTextAtCursor(editor, 1, 1);
2110 if (!bDeletionSucceeded && !editor->bEmulateVersion10) { /* v4.1 */
2111 /* Deletion was prevented so the cursor is moved back to where it was.
2112 * (e.g. this happens when trying to delete cell boundaries)
2113 */
2114 ME_ArrowKey(editor, VK_RIGHT, FALSE, FALSE);
2115 }
2116 ME_CommitCoalescingUndo(editor);
2117 }
2118 else
2119 return TRUE;
2120 ME_MoveCursorFromTableRowStartParagraph(editor);
2121 ME_UpdateSelectionLinkAttribute(editor);
2122 ME_UpdateRepaint(editor);
2123 ME_SendRequestResize(editor, FALSE);
2124 return TRUE;
2125 case VK_RETURN:
2126 if (editor->styleFlags & ES_MULTILINE)
2127 {
2128 ME_Cursor cursor = editor->pCursors[0];
2129 ME_DisplayItem *para = cursor.pPara;
2130 int from, to;
2131 const WCHAR endl = '\r';
2132 ME_Style *style;
2133
2134 if (editor->styleFlags & ES_READONLY) {
2135 MessageBeep(MB_ICONERROR);
2136 return TRUE;
2137 }
2138
2139 ME_GetSelection(editor, &from, &to);
2140 if (editor->nTextLimit > ME_GetTextLength(editor) - (to-from))
2141 {
2142 if (!editor->bEmulateVersion10) { /* v4.1 */
2143 if (para->member.para.nFlags & MEPF_ROWEND) {
2144 /* Add a new table row after this row. */
2145 para = ME_AppendTableRow(editor, para);
2146 para = para->member.para.next_para;
2147 editor->pCursors[0].pPara = para;
2148 editor->pCursors[0].pRun = ME_FindItemFwd(para, diRun);
2149 editor->pCursors[0].nOffset = 0;
2150 editor->pCursors[1] = editor->pCursors[0];
2151 ME_CommitUndo(editor);
2152 ME_CheckTablesForCorruption(editor);
2153 ME_UpdateRepaint(editor);
2154 return TRUE;
2155 }
2156 else if (para == editor->pCursors[1].pPara &&
2157 cursor.nOffset + cursor.pRun->member.run.nCharOfs == 0 &&
2158 para->member.para.prev_para->member.para.nFlags & MEPF_ROWSTART &&
2159 !para->member.para.prev_para->member.para.nCharOfs)
2160 {
2161 /* Insert a newline before the table. */
2162 para = para->member.para.prev_para;
2163 para->member.para.nFlags &= ~MEPF_ROWSTART;
2164 editor->pCursors[0].pPara = para;
2165 editor->pCursors[0].pRun = ME_FindItemFwd(para, diRun);
2166 editor->pCursors[1] = editor->pCursors[0];
2167 ME_InsertTextFromCursor(editor, 0, &endl, 1,
2168 editor->pCursors[0].pRun->member.run.style);
2169 para = editor->pBuffer->pFirst->member.para.next_para;
2170 ME_SetDefaultParaFormat(para->member.para.pFmt);
2171 para->member.para.nFlags = MEPF_REWRAP;
2172 editor->pCursors[0].pPara = para;
2173 editor->pCursors[0].pRun = ME_FindItemFwd(para, diRun);
2174 editor->pCursors[1] = editor->pCursors[0];
2175 para->member.para.next_para->member.para.nFlags |= MEPF_ROWSTART;
2176 ME_CommitCoalescingUndo(editor);
2177 ME_CheckTablesForCorruption(editor);
2178 ME_UpdateRepaint(editor);
2179 return TRUE;
2180 }
2181 } else { /* v1.0 - 3.0 */
2182 ME_DisplayItem *para = cursor.pPara;
2183 if (ME_IsInTable(para))
2184 {
2185 if (cursor.pRun->member.run.nFlags & MERF_ENDPARA)
2186 {
2187 if (from == to) {
2188 ME_ContinueCoalescingTransaction(editor);
2189 para = ME_AppendTableRow(editor, para);
2190 editor->pCursors[0].pPara = para;
2191 editor->pCursors[0].pRun = ME_FindItemFwd(para, diRun);
2192 editor->pCursors[0].nOffset = 0;
2193 editor->pCursors[1] = editor->pCursors[0];
2194 ME_CommitCoalescingUndo(editor);
2195 ME_UpdateRepaint(editor);
2196 return TRUE;
2197 }
2198 } else {
2199 ME_ContinueCoalescingTransaction(editor);
2200 if (cursor.pRun->member.run.nCharOfs + cursor.nOffset == 0 &&
2201 !ME_IsInTable(para->member.para.prev_para))
2202 {
2203 /* Insert newline before table */
2204 cursor.pRun = ME_FindItemBack(para, diRun);
2205 if (cursor.pRun) {
2206 editor->pCursors[0].pRun = cursor.pRun;
2207 editor->pCursors[0].pPara = para->member.para.prev_para;
2208 }
2209 editor->pCursors[0].nOffset = 0;
2210 editor->pCursors[1] = editor->pCursors[0];
2211 ME_InsertTextFromCursor(editor, 0, &endl, 1,
2212 editor->pCursors[0].pRun->member.run.style);
2213 } else {
2214 editor->pCursors[1] = editor->pCursors[0];
2215 para = ME_AppendTableRow(editor, para);
2216 editor->pCursors[0].pPara = para;
2217 editor->pCursors[0].pRun = ME_FindItemFwd(para, diRun);
2218 editor->pCursors[0].nOffset = 0;
2219 editor->pCursors[1] = editor->pCursors[0];
2220 }
2221 ME_CommitCoalescingUndo(editor);
2222 ME_UpdateRepaint(editor);
2223 return TRUE;
2224 }
2225 }
2226 }
2227
2228 style = ME_GetInsertStyle(editor, 0);
2229 ME_SaveTempStyle(editor);
2230 ME_ContinueCoalescingTransaction(editor);
2231 if (shift_is_down)
2232 ME_InsertEndRowFromCursor(editor, 0);
2233 else
2234 ME_InsertTextFromCursor(editor, 0, &endl, 1, style);
2235 ME_ReleaseStyle(style);
2236 ME_CommitCoalescingUndo(editor);
2237 SetCursor(NULL);
2238
2239 ME_UpdateSelectionLinkAttribute(editor);
2240 ME_UpdateRepaint(editor);
2241 }
2242 return TRUE;
2243 }
2244 break;
2245 case 'A':
2246 if (ctrl_is_down)
2247 {
2248 ME_SetSelection(editor, 0, -1);
2249 return TRUE;
2250 }
2251 break;
2252 case 'V':
2253 if (ctrl_is_down)
2254 return ME_Paste(editor);
2255 break;
2256 case 'C':
2257 case 'X':
2258 if (ctrl_is_down)
2259 {
2260 CHARRANGE range;
2261 BOOL result;
2262
2263 ME_GetSelection(editor, &range.cpMin, &range.cpMax);
2264 result = ME_Copy(editor, &range);
2265 if (result && nKey == 'X')
2266 {
2267 ME_InternalDeleteText(editor, range.cpMin, range.cpMax-range.cpMin, FALSE);
2268 ME_CommitUndo(editor);
2269 ME_UpdateRepaint(editor);
2270 }
2271 return result;
2272 }
2273 break;
2274 case 'Z':
2275 if (ctrl_is_down)
2276 {
2277 ME_Undo(editor);
2278 return TRUE;
2279 }
2280 break;
2281 case 'Y':
2282 if (ctrl_is_down)
2283 {
2284 ME_Redo(editor);
2285 return TRUE;
2286 }
2287 break;
2288
2289 default:
2290 if (nKey != VK_SHIFT && nKey != VK_CONTROL && nKey && nKey != VK_MENU)
2291 editor->nUDArrowX = -1;
2292 if (ctrl_is_down)
2293 {
2294 if (nKey == 'W')
2295 {
2296 CHARFORMAT2W chf;
2297 char buf[2048];
2298 chf.cbSize = sizeof(chf);
2299
2300 ME_GetSelectionCharFormat(editor, &chf);
2301 ME_DumpStyleToBuf(&chf, buf);
2302 MessageBoxA(NULL, buf, "Style dump", MB_OK);
2303 }
2304 if (nKey == 'Q')
2305 {
2306 ME_CheckCharOffsets(editor);
2307 }
2308 }
2309 }
2310 return FALSE;
2311 }
2312
2313 static LRESULT ME_Char(ME_TextEditor *editor, WPARAM charCode,
2314 LPARAM flags, BOOL unicode)
2315 {
2316 WCHAR wstr;
2317
2318 if (editor->bMouseCaptured)
2319 return 0;
2320
2321 if (unicode)
2322 wstr = (WCHAR)charCode;
2323 else
2324 {
2325 CHAR charA = charCode;
2326 MultiByteToWideChar(CP_ACP, 0, &charA, 1, &wstr, 1);
2327 }
2328
2329 if (editor->styleFlags & ES_READONLY) {
2330 MessageBeep(MB_ICONERROR);
2331 return 0; /* FIXME really 0 ? */
2332 }
2333
2334 if ((unsigned)wstr >= ' ' || wstr == '\t')
2335 {
2336 ME_Cursor cursor = editor->pCursors[0];
2337 ME_DisplayItem *para = cursor.pPara;
2338 int from, to;
2339 BOOL ctrl_is_down = GetKeyState(VK_CONTROL) & 0x8000;
2340 ME_GetSelection(editor, &from, &to);
2341 if (wstr == '\t' &&
2342 /* v4.1 allows tabs to be inserted with ctrl key down */
2343 !(ctrl_is_down && !editor->bEmulateVersion10))
2344 {
2345 ME_DisplayItem *para;
2346 BOOL bSelectedRow = FALSE;
2347
2348 para = cursor.pPara;
2349 if (ME_IsSelection(editor) &&
2350 cursor.pRun->member.run.nCharOfs + cursor.nOffset == 0 &&
2351 to == ME_GetCursorOfs(editor, 0) &&
2352 para->member.para.prev_para->type == diParagraph)
2353 {
2354 para = para->member.para.prev_para;
2355 bSelectedRow = TRUE;
2356 }
2357 if (ME_IsInTable(para))
2358 {
2359 ME_TabPressedInTable(editor, bSelectedRow);
2360 ME_CommitUndo(editor);
2361 return 0;
2362 }
2363 } else if (!editor->bEmulateVersion10) { /* v4.1 */
2364 if (para->member.para.nFlags & MEPF_ROWEND) {
2365 if (from == to) {
2366 para = para->member.para.next_para;
2367 if (para->member.para.nFlags & MEPF_ROWSTART)
2368 para = para->member.para.next_para;
2369 editor->pCursors[0].pPara = para;
2370 editor->pCursors[0].pRun = ME_FindItemFwd(para, diRun);
2371 editor->pCursors[0].nOffset = 0;
2372 editor->pCursors[1] = editor->pCursors[0];
2373 }
2374 }
2375 } else { /* v1.0 - 3.0 */
2376 if (ME_IsInTable(cursor.pRun) &&
2377 cursor.pRun->member.run.nFlags & MERF_ENDPARA &&
2378 from == to)
2379 {
2380 /* Text should not be inserted at the end of the table. */
2381 MessageBeep(-1);
2382 return 0;
2383 }
2384 }
2385 /* FIXME maybe it would make sense to call EM_REPLACESEL instead ? */
2386 /* WM_CHAR is restricted to nTextLimit */
2387 if(editor->nTextLimit > ME_GetTextLength(editor) - (to-from))
2388 {
2389 ME_Style *style = ME_GetInsertStyle(editor, 0);
2390 ME_SaveTempStyle(editor);
2391 ME_ContinueCoalescingTransaction(editor);
2392 ME_InsertTextFromCursor(editor, 0, &wstr, 1, style);
2393 ME_ReleaseStyle(style);
2394 ME_CommitCoalescingUndo(editor);
2395 ITextHost_TxSetCursor(editor->texthost, NULL, FALSE);
2396 }
2397
2398 ME_UpdateSelectionLinkAttribute(editor);
2399 ME_UpdateRepaint(editor);
2400 }
2401 return 0;
2402 }
2403
2404 /* Process the message and calculate the new click count.
2405 *
2406 * returns: The click count if it is mouse down event, else returns 0. */
2407 static int ME_CalculateClickCount(ME_TextEditor *editor, UINT msg, WPARAM wParam,
2408 LPARAM lParam)
2409 {
2410 static int clickNum = 0;
2411 if (msg < WM_MOUSEFIRST || msg > WM_MOUSELAST)
2412 return 0;
2413
2414 if ((msg == WM_LBUTTONDBLCLK) ||
2415 (msg == WM_RBUTTONDBLCLK) ||
2416 (msg == WM_MBUTTONDBLCLK) ||
2417 (msg == WM_XBUTTONDBLCLK))
2418 {
2419 msg -= (WM_LBUTTONDBLCLK - WM_LBUTTONDOWN);
2420 }
2421
2422 if ((msg == WM_LBUTTONDOWN) ||
2423 (msg == WM_RBUTTONDOWN) ||
2424 (msg == WM_MBUTTONDOWN) ||
2425 (msg == WM_XBUTTONDOWN))
2426 {
2427 static MSG prevClickMsg;
2428 MSG clickMsg;
2429 /* Compare the editor instead of the hwnd so that the this
2430 * can still be done for windowless richedit controls. */
2431 clickMsg.hwnd = (HWND)editor;
2432 clickMsg.message = msg;
2433 clickMsg.wParam = wParam;
2434 clickMsg.lParam = lParam;
2435 clickMsg.time = GetMessageTime();
2436 clickMsg.pt.x = (short)LOWORD(lParam);
2437 clickMsg.pt.y = (short)HIWORD(lParam);
2438 if ((clickNum != 0) &&
2439 (clickMsg.message == prevClickMsg.message) &&
2440 (clickMsg.hwnd == prevClickMsg.hwnd) &&
2441 (clickMsg.wParam == prevClickMsg.wParam) &&
2442 (clickMsg.time - prevClickMsg.time < GetDoubleClickTime()) &&
2443 (abs(clickMsg.pt.x - prevClickMsg.pt.x) < GetSystemMetrics(SM_CXDOUBLECLK)/2) &&
2444 (abs(clickMsg.pt.y - prevClickMsg.pt.y) < GetSystemMetrics(SM_CYDOUBLECLK)/2))
2445 {
2446 clickNum++;
2447 } else {
2448 clickNum = 1;
2449 }
2450 prevClickMsg = clickMsg;
2451 } else {
2452 return 0;
2453 }
2454 return clickNum;
2455 }
2456
2457 static BOOL ME_SetCursor(ME_TextEditor *editor)
2458 {
2459 POINT pt;
2460 BOOL isExact;
2461 int offset;
2462 SCROLLBARINFO sbi;
2463 DWORD messagePos = GetMessagePos();
2464 pt.x = (short)LOWORD(messagePos);
2465 pt.y = (short)HIWORD(messagePos);
2466
2467 if (editor->hWnd)
2468 {
2469 sbi.cbSize = sizeof(sbi);
2470 GetScrollBarInfo(editor->hWnd, OBJID_HSCROLL, &sbi);
2471 if (!(sbi.rgstate[0] & (STATE_SYSTEM_INVISIBLE|STATE_SYSTEM_OFFSCREEN)) &&
2472 PtInRect(&sbi.rcScrollBar, pt))
2473 {
2474 ITextHost_TxSetCursor(editor->texthost,
2475 LoadCursorW(NULL, (WCHAR*)IDC_ARROW), FALSE);
2476 return TRUE;
2477 }
2478 sbi.cbSize = sizeof(sbi);
2479 GetScrollBarInfo(editor->hWnd, OBJID_VSCROLL, &sbi);
2480 if (!(sbi.rgstate[0] & (STATE_SYSTEM_INVISIBLE|STATE_SYSTEM_OFFSCREEN)) &&
2481 PtInRect(&sbi.rcScrollBar, pt))
2482 {
2483 ITextHost_TxSetCursor(editor->texthost,
2484 LoadCursorW(NULL, (WCHAR*)IDC_ARROW), FALSE);
2485 return TRUE;
2486 }
2487 }
2488 ITextHost_TxScreenToClient(editor->texthost, &pt);
2489
2490 if (editor->nSelectionType == stLine && editor->bMouseCaptured) {
2491 ITextHost_TxSetCursor(editor->texthost, hLeft, FALSE);
2492 return TRUE;
2493 }
2494 if (!editor->bEmulateVersion10 /* v4.1 */ &&
2495 pt.y < editor->rcFormat.top &&
2496 pt.x < editor->rcFormat.left)
2497 {
2498 ITextHost_TxSetCursor(editor->texthost, hLeft, FALSE);
2499 return TRUE;
2500 }
2501 if (pt.y < editor->rcFormat.top || pt.y > editor->rcFormat.bottom)
2502 {
2503 if (editor->bEmulateVersion10) /* v1.0 - 3.0 */
2504 ITextHost_TxSetCursor(editor->texthost,
2505 LoadCursorW(NULL, (WCHAR*)IDC_ARROW), FALSE);
2506 else /* v4.1 */
2507 ITextHost_TxSetCursor(editor->texthost,
2508 LoadCursorW(NULL, (WCHAR*)IDC_IBEAM), TRUE);
2509 return TRUE;
2510 }
2511 if (pt.x < editor->rcFormat.left)
2512 {
2513 ITextHost_TxSetCursor(editor->texthost, hLeft, FALSE);
2514 return TRUE;
2515 }
2516 offset = ME_CharFromPos(editor, pt.x, pt.y, &isExact);
2517 if (isExact)
2518 {
2519 ME_Cursor cursor;
2520 ME_Run *run;
2521
2522 ME_CursorFromCharOfs(editor, offset, &cursor);
2523 run = &cursor.pRun->member.run;
2524 if (run->style->fmt.dwMask & CFM_LINK &&
2525 run->style->fmt.dwEffects & CFE_LINK)
2526 {
2527 ITextHost_TxSetCursor(editor->texthost,
2528 LoadCursorW(NULL, (WCHAR*)IDC_HAND),
2529 FALSE);
2530 return TRUE;
2531 }
2532
2533 if (ME_IsSelection(editor))
2534 {
2535 int selStart, selEnd;
2536 ME_GetSelection(editor, &selStart, &selEnd);
2537 if (selStart <= offset && selEnd >= offset) {
2538 ITextHost_TxSetCursor(editor->texthost,
2539 LoadCursorW(NULL, (WCHAR*)IDC_ARROW),
2540 FALSE);
2541 return TRUE;
2542 }
2543 }
2544 }
2545 ITextHost_TxSetCursor(editor->texthost,
2546 LoadCursorW(NULL, (WCHAR*)IDC_IBEAM), TRUE);
2547 return TRUE;
2548 }
2549
2550 static void ME_SetDefaultFormatRect(ME_TextEditor *editor)
2551 {
2552 ITextHost_TxGetClientRect(editor->texthost, &editor->rcFormat);
2553 editor->rcFormat.top += editor->exStyleFlags & WS_EX_CLIENTEDGE ? 1 : 0;
2554 editor->rcFormat.left += 1 + editor->selofs;
2555 editor->rcFormat.right -= 1;
2556 }
2557
2558 static BOOL ME_ShowContextMenu(ME_TextEditor *editor, int x, int y)
2559 {
2560 CHARRANGE selrange;
2561 HMENU menu;
2562 int seltype = 0;
2563 if(!editor->lpOleCallback || !editor->hWnd)
2564 return FALSE;
2565 ME_GetSelection(editor, &selrange.cpMin, &selrange.cpMax);
2566 if(selrange.cpMin == selrange.cpMax)
2567 seltype |= SEL_EMPTY;
2568 else
2569 {
2570 /* FIXME: Handle objects */
2571 seltype |= SEL_TEXT;
2572 if(selrange.cpMax-selrange.cpMin > 1)
2573 seltype |= SEL_MULTICHAR;
2574 }
2575 if(SUCCEEDED(IRichEditOleCallback_GetContextMenu(editor->lpOleCallback, seltype, NULL, &selrange, &menu)))
2576 {
2577 TrackPopupMenu(menu, TPM_LEFTALIGN | TPM_RIGHTBUTTON, x, y, 0, GetParent(editor->hWnd), NULL);
2578 DestroyMenu(menu);
2579 }
2580 return TRUE;
2581 }
2582
2583 ME_TextEditor *ME_MakeEditor(ITextHost *texthost, BOOL bEmulateVersion10)
2584 {
2585 ME_TextEditor *ed = ALLOC_OBJ(ME_TextEditor);
2586 int i;
2587 DWORD props;
2588 LONG selbarwidth;
2589
2590 ed->hWnd = NULL;
2591 ed->texthost = texthost;
2592 ed->bEmulateVersion10 = bEmulateVersion10;
2593 ITextHost_TxGetPropertyBits(texthost,
2594 (TXTBIT_RICHTEXT|TXTBIT_MULTILINE|
2595 TXTBIT_READONLY|TXTBIT_USEPASSWORD|
2596 TXTBIT_HIDESELECTION|TXTBIT_SAVESELECTION|
2597 TXTBIT_AUTOWORDSEL|TXTBIT_VERTICAL|
2598 TXTBIT_WORDWRAP|TXTBIT_DISABLEDRAG),
2599 &props);
2600 ITextHost_TxGetScrollBars(texthost, &ed->styleFlags);
2601 ed->styleFlags &= (WS_VSCROLL|WS_HSCROLL|ES_AUTOVSCROLL|
2602 ES_AUTOHSCROLL|ES_DISABLENOSCROLL);
2603 ed->pBuffer = ME_MakeText();
2604 ed->nZoomNumerator = ed->nZoomDenominator = 0;
2605 ed->nAvailWidth = 0; /* wrap to client area */
2606 ME_MakeFirstParagraph(ed);
2607 /* The four cursors are for:
2608 * 0 - The position where the caret is shown
2609 * 1 - The anchored end of the selection (for normal selection)
2610 * 2 & 3 - The anchored start and end respectively for word, line,
2611 * or paragraph selection.
2612 */
2613 ed->nCursors = 4;
2614 ed->pCursors = ALLOC_N_OBJ(ME_Cursor, ed->nCursors);
2615 ed->pCursors[0].pPara = ed->pBuffer->pFirst->member.para.next_para;
2616 ed->pCursors[0].pRun = ME_FindItemFwd(ed->pCursors[0].pPara, diRun);
2617 ed->pCursors[0].nOffset = 0;
2618 ed->pCursors[1] = ed->pCursors[0];
2619 ed->pCursors[2] = ed->pCursors[0];
2620 ed->pCursors[3] = ed->pCursors[1];
2621 ed->nLastTotalLength = ed->nTotalLength = 0;
2622 ed->nLastTotalWidth = ed->nTotalWidth = 0;
2623 ed->nUDArrowX = -1;
2624 ed->nSequence = 0;
2625 ed->rgbBackColor = -1;
2626 ed->hbrBackground = GetSysColorBrush(COLOR_WINDOW);
2627 ed->bCaretAtEnd = FALSE;
2628 ed->nEventMask = 0;
2629 ed->nModifyStep = 0;
2630 ed->nTextLimit = TEXT_LIMIT_DEFAULT;
2631 ed->pUndoStack = ed->pRedoStack = ed->pUndoStackBottom = NULL;
2632 ed->nUndoStackSize = 0;
2633 ed->nUndoLimit = STACK_SIZE_DEFAULT;
2634 ed->nUndoMode = umAddToUndo;
2635 ed->nParagraphs = 1;
2636 ed->nLastSelStart = ed->nLastSelEnd = 0;
2637 ed->pLastSelStartPara = ed->pLastSelEndPara = ME_FindItemFwd(ed->pBuffer->pFirst, diParagraph);
2638 ed->bHideSelection = FALSE;
2639 ed->pfnWordBreak = NULL;
2640 ed->lpOleCallback = NULL;
2641 ed->mode = TM_MULTILEVELUNDO | TM_MULTICODEPAGE;
2642 ed->mode |= (props & TXTBIT_RICHTEXT) ? TM_RICHTEXT : TM_PLAINTEXT;
2643 ed->AutoURLDetect_bEnable = FALSE;
2644 ed->bHaveFocus = FALSE;
2645 ed->bMouseCaptured = FALSE;
2646 for (i=0; i<HFONT_CACHE_SIZE; i++)
2647 {
2648 ed->pFontCache[i].nRefs = 0;
2649 ed->pFontCache[i].nAge = 0;
2650 ed->pFontCache[i].hFont = NULL;
2651 }
2652
2653 ME_CheckCharOffsets(ed);
2654 ed->bDefaultFormatRect = TRUE;
2655 ITextHost_TxGetSelectionBarWidth(ed->texthost, &selbarwidth);
2656 if (selbarwidth) {
2657 /* FIXME: Convert selbarwidth from HIMETRIC to pixels */
2658 ed->selofs = SELECTIONBAR_WIDTH;
2659 ed->styleFlags |= ES_SELECTIONBAR;
2660 } else {
2661 ed->selofs = 0;
2662 }
2663 ed->nSelectionType = stPosition;
2664
2665 ed->cPasswordMask = 0;
2666 if (props & TXTBIT_USEPASSWORD)
2667 ITextHost_TxGetPasswordChar(texthost, &ed->cPasswordMask);
2668
2669 if (props & TXTBIT_AUTOWORDSEL)
2670 ed->styleFlags |= ECO_AUTOWORDSELECTION;
2671 if (props & TXTBIT_MULTILINE) {
2672 ed->styleFlags |= ES_MULTILINE;
2673 ed->bWordWrap = (props & TXTBIT_WORDWRAP) != 0;
2674 } else {
2675 ed->bWordWrap = FALSE;
2676 }
2677 if (props & TXTBIT_READONLY)
2678 ed->styleFlags |= ES_READONLY;
2679 if (!(props & TXTBIT_HIDESELECTION))
2680 ed->styleFlags |= ES_NOHIDESEL;
2681 if (props & TXTBIT_SAVESELECTION)
2682 ed->styleFlags |= ES_SAVESEL;
2683 if (props & TXTBIT_VERTICAL)
2684 ed->styleFlags |= ES_VERTICAL;
2685 if (props & TXTBIT_DISABLEDRAG)
2686 ed->styleFlags |= ES_NOOLEDRAGDROP;
2687
2688 ed->notified_cr.cpMin = ed->notified_cr.cpMax = 0;
2689
2690 /* Default scrollbar information */
2691 ed->vert_si.cbSize = sizeof(SCROLLINFO);
2692 ed->vert_si.nMin = 0;
2693 ed->vert_si.nMax = 0;
2694 ed->vert_si.nPage = 0;
2695 ed->vert_si.nPos = 0;
2696
2697 ed->horz_si.cbSize = sizeof(SCROLLINFO);
2698 ed->horz_si.nMin = 0;
2699 ed->horz_si.nMax = 0;
2700 ed->horz_si.nPage = 0;
2701 ed->horz_si.nPos = 0;
2702
2703 OleInitialize(NULL);
2704
2705 return ed;
2706 }
2707
2708 static void ME_DestroyEditor(ME_TextEditor *editor)
2709 {
2710 ME_DisplayItem *pFirst = editor->pBuffer->pFirst;
2711 ME_DisplayItem *p = pFirst, *pNext = NULL;
2712 int i;
2713
2714 ME_ClearTempStyle(editor);
2715 ME_EmptyUndoStack(editor);
2716 while(p) {
2717 pNext = p->next;
2718 ME_DestroyDisplayItem(p);
2719 p = pNext;
2720 }
2721 ME_ReleaseStyle(editor->pBuffer->pDefaultStyle);
2722 for (i=0; i<HFONT_CACHE_SIZE; i++)
2723 {
2724 if (editor->pFontCache[i].hFont)
2725 DeleteObject(editor->pFontCache[i].hFont);
2726 }
2727 if (editor->rgbBackColor != -1)
2728 DeleteObject(editor->hbrBackground);
2729 if(editor->lpOleCallback)
2730 IUnknown_Release(editor->lpOleCallback);
2731 IUnknown_Release(editor->texthost);
2732 OleUninitialize();
2733
2734 FREE_OBJ(editor->pBuffer);
2735 FREE_OBJ(editor->pCursors);
2736
2737 FREE_OBJ(editor);
2738 }
2739
2740 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
2741 {
2742 TRACE("\n");
2743 switch (fdwReason)
2744 {
2745 case DLL_PROCESS_ATTACH:
2746 DisableThreadLibraryCalls(hinstDLL);
2747 me_heap = HeapCreate (0, 0x10000, 0);
2748 if (!ME_RegisterEditorClass(hinstDLL)) return FALSE;
2749 hLeft = LoadCursorW(hinstDLL, MAKEINTRESOURCEW(OCR_REVERSE));
2750 LookupInit();
2751 break;
2752
2753 case DLL_PROCESS_DETACH:
2754 UnregisterClassW(RichEdit20W, 0);
2755 UnregisterClassW(RichEdit50W, 0);
2756 UnregisterClassA("RichEdit20A", 0);
2757 UnregisterClassA("RichEdit50A", 0);
2758 if (ME_ListBoxRegistered)
2759 UnregisterClassW(REListBox20W, 0);
2760 if (ME_ComboBoxRegistered)
2761 UnregisterClassW(REComboBox20W, 0);
2762 LookupCleanup();
2763 HeapDestroy (me_heap);
2764 me_heap = NULL;
2765 break;
2766 }
2767 return TRUE;
2768 }
2769
2770
2771 static const char * const edit_messages[] = {
2772 "EM_GETSEL",
2773 "EM_SETSEL",
2774 "EM_GETRECT",
2775 "EM_SETRECT",
2776 "EM_SETRECTNP",
2777 "EM_SCROLL",
2778 "EM_LINESCROLL",
2779 "EM_SCROLLCARET",
2780 "EM_GETMODIFY",
2781 "EM_SETMODIFY",
2782 "EM_GETLINECOUNT",
2783 "EM_LINEINDEX",
2784 "EM_SETHANDLE",
2785 "EM_GETHANDLE",
2786 "EM_GETTHUMB",
2787 "EM_UNKNOWN_BF",
2788 "EM_UNKNOWN_C0",
2789 "EM_LINELENGTH",
2790 "EM_REPLACESEL",
2791 "EM_UNKNOWN_C3",
2792 "EM_GETLINE",
2793 "EM_LIMITTEXT",
2794 "EM_CANUNDO",
2795 "EM_UNDO",
2796 "EM_FMTLINES",
2797 "EM_LINEFROMCHAR",
2798 "EM_UNKNOWN_CA",
2799 "EM_SETTABSTOPS",
2800 "EM_SETPASSWORDCHAR",
2801 "EM_EMPTYUNDOBUFFER",
2802 "EM_GETFIRSTVISIBLELINE",
2803 "EM_SETREADONLY",
2804 "EM_SETWORDBREAKPROC",
2805 "EM_GETWORDBREAKPROC",
2806 "EM_GETPASSWORDCHAR",
2807 "EM_SETMARGINS",
2808 "EM_GETMARGINS",
2809 "EM_GETLIMITTEXT",
2810 "EM_POSFROMCHAR",
2811 "EM_CHARFROMPOS",
2812 "EM_SETIMESTATUS",
2813 "EM_GETIMESTATUS"
2814 };
2815
2816 static const char * const richedit_messages[] = {
2817 "EM_CANPASTE",
2818 "EM_DISPLAYBAND",
2819 "EM_EXGETSEL",
2820 "EM_EXLIMITTEXT",
2821 "EM_EXLINEFROMCHAR",
2822 "EM_EXSETSEL",
2823 "EM_FINDTEXT",
2824 "EM_FORMATRANGE",
2825 "EM_GETCHARFORMAT",
2826 "EM_GETEVENTMASK",
2827 "EM_GETOLEINTERFACE",
2828 "EM_GETPARAFORMAT",
2829 "EM_GETSELTEXT",
2830 "EM_HIDESELECTION",
2831 "EM_PASTESPECIAL",
2832 "EM_REQUESTRESIZE",
2833 "EM_SELECTIONTYPE",
2834 "EM_SETBKGNDCOLOR",
2835 "EM_SETCHARFORMAT",
2836 "EM_SETEVENTMASK",
2837 "EM_SETOLECALLBACK",
2838 "EM_SETPARAFORMAT",
2839 "EM_SETTARGETDEVICE",
2840 "EM_STREAMIN",
2841 "EM_STREAMOUT",
2842 "EM_GETTEXTRANGE",
2843 "EM_FINDWORDBREAK",
2844 "EM_SETOPTIONS",
2845 "EM_GETOPTIONS",
2846 "EM_FINDTEXTEX",
2847 "EM_GETWORDBREAKPROCEX",
2848 "EM_SETWORDBREAKPROCEX",
2849 "EM_SETUNDOLIMIT",
2850 "EM_UNKNOWN_USER_83",
2851 "EM_REDO",
2852 "EM_CANREDO",
2853 "EM_GETUNDONAME",
2854 "EM_GETREDONAME",
2855 "EM_STOPGROUPTYPING",
2856 "EM_SETTEXTMODE",
2857 "EM_GETTEXTMODE",
2858 "EM_AUTOURLDETECT",
2859 "EM_GETAUTOURLDETECT",
2860 "EM_SETPALETTE",
2861 "EM_GETTEXTEX",
2862 "EM_GETTEXTLENGTHEX",
2863 "EM_SHOWSCROLLBAR",
2864 "EM_SETTEXTEX",
2865 "EM_UNKNOWN_USER_98",
2866 "EM_UNKNOWN_USER_99",
2867 "EM_SETPUNCTUATION",
2868 "EM_GETPUNCTUATION",
2869 "EM_SETWORDWRAPMODE",
2870 "EM_GETWORDWRAPMODE",
2871 "EM_SETIMECOLOR",
2872 "EM_GETIMECOLOR",
2873 "EM_SETIMEOPTIONS",
2874 "EM_GETIMEOPTIONS",
2875 "EM_CONVPOSITION",
2876 "EM_UNKNOWN_USER_109",
2877 "EM_UNKNOWN_USER_110",
2878 "EM_UNKNOWN_USER_111",
2879 "EM_UNKNOWN_USER_112",
2880 "EM_UNKNOWN_USER_113",
2881 "EM_UNKNOWN_USER_114",
2882 "EM_UNKNOWN_USER_115",
2883 "EM_UNKNOWN_USER_116",
2884 "EM_UNKNOWN_USER_117",
2885 "EM_UNKNOWN_USER_118",
2886 "EM_UNKNOWN_USER_119",
2887 "EM_SETLANGOPTIONS",
2888 "EM_GETLANGOPTIONS",
2889 "EM_GETIMECOMPMODE",
2890 "EM_FINDTEXTW",
2891 "EM_FINDTEXTEXW",
2892 "EM_RECONVERSION",
2893 "EM_SETIMEMODEBIAS",
2894 "EM_GETIMEMODEBIAS"
2895 };
2896
2897 static const char *
2898 get_msg_name(UINT msg)
2899 {
2900 if (msg >= EM_GETSEL && msg <= EM_CHARFROMPOS)
2901 return edit_messages[msg - EM_GETSEL];
2902 if (msg >= EM_CANPASTE && msg <= EM_GETIMEMODEBIAS)
2903 return richedit_messages[msg - EM_CANPASTE];
2904 return "";
2905 }
2906
2907 static void ME_LinkNotify(ME_TextEditor *editor, UINT msg, WPARAM wParam, LPARAM lParam)
2908 {
2909 int x,y;
2910 ME_DisplayItem *para, *run;
2911 BOOL isExact;
2912 int nCharOfs; /* The start of the clicked text. Absolute character offset */
2913
2914 ENLINK info;
2915 x = (short)LOWORD(lParam);
2916 y = (short)HIWORD(lParam);
2917 nCharOfs = ME_CharFromPos(editor, x, y, &isExact);
2918 if (!isExact) return;
2919
2920 ME_RunOfsFromCharOfs(editor, nCharOfs, ¶, &run, NULL);
2921
2922 if ((run->member.run.style->fmt.dwMask & CFM_LINK)
2923 && (run->member.run.style->fmt.dwEffects & CFE_LINK))
2924 { /* The clicked run has CFE_LINK set */
2925 info.nmhdr.hwndFrom = editor->hWnd;
2926 info.nmhdr.idFrom = GetWindowLongW(editor->hWnd, GWLP_ID);
2927 info.nmhdr.code = EN_LINK;
2928 info.msg = msg;
2929 info.wParam = wParam;
2930 info.lParam = lParam;
2931 info.chrg.cpMin = ME_CharOfsFromRunOfs(editor, para, run, 0);
2932 info.chrg.cpMax = info.chrg.cpMin + run->member.run.strText->nLen;
2933 SendMessageW(GetParent(editor->hWnd), WM_NOTIFY,info.nmhdr.idFrom, (LPARAM)&info);
2934 }
2935 }
2936
2937 #define UNSUPPORTED_MSG(e) \
2938 case e: \
2939 FIXME(#e ": stub\n"); \
2940 *phresult = S_FALSE; \
2941 return 0;
2942
2943 /* Handle messages for windowless and windoweded richedit controls.
2944 *
2945 * The LRESULT that is returned is a return value for window procs,
2946 * and the phresult parameter is the COM return code needed by the
2947 * text services interface. */
2948 LRESULT ME_HandleMessage(ME_TextEditor *editor, UINT msg, WPARAM wParam,
2949 LPARAM lParam, BOOL unicode, HRESULT* phresult)
2950 {
2951 *phresult = S_OK;
2952
2953 switch(msg) {
2954
2955 UNSUPPORTED_MSG(EM_DISPLAYBAND)
2956 UNSUPPORTED_MSG(EM_FINDWORDBREAK)
2957 UNSUPPORTED_MSG(EM_FMTLINES)
2958 UNSUPPORTED_MSG(EM_FORMATRANGE)
2959 UNSUPPORTED_MSG(EM_GETBIDIOPTIONS)
2960 UNSUPPORTED_MSG(EM_GETEDITSTYLE)
2961 UNSUPPORTED_MSG(EM_GETIMECOMPMODE)
2962 UNSUPPORTED_MSG(EM_GETIMESTATUS)
2963 UNSUPPORTED_MSG(EM_SETIMESTATUS)
2964 UNSUPPORTED_MSG(EM_GETLANGOPTIONS)
2965 UNSUPPORTED_MSG(EM_GETREDONAME)
2966 UNSUPPORTED_MSG(EM_GETTYPOGRAPHYOPTIONS)
2967 UNSUPPORTED_MSG(EM_GETUNDONAME)
2968 UNSUPPORTED_MSG(EM_GETWORDBREAKPROCEX)
2969 UNSUPPORTED_MSG(EM_PASTESPECIAL)
2970 UNSUPPORTED_MSG(EM_SELECTIONTYPE)
2971 UNSUPPORTED_MSG(EM_SETBIDIOPTIONS)
2972 UNSUPPORTED_MSG(EM_SETEDITSTYLE)
2973 UNSUPPORTED_MSG(EM_SETFONTSIZE)
2974 UNSUPPORTED_MSG(EM_SETLANGOPTIONS)
2975 UNSUPPORTED_MSG(EM_SETMARGINS)
2976 UNSUPPORTED_MSG(EM_SETPALETTE)
2977 UNSUPPORTED_MSG(EM_SETTABSTOPS)
2978 UNSUPPORTED_MSG(EM_SETTYPOGRAPHYOPTIONS)
2979 UNSUPPORTED_MSG(EM_SETWORDBREAKPROCEX)
2980 UNSUPPORTED_MSG(WM_STYLECHANGING)
2981 UNSUPPORTED_MSG(WM_STYLECHANGED)
2982
2983 /* Messages specific to Richedit controls */
2984
2985 case EM_STREAMIN:
2986 return ME_StreamIn(editor, wParam, (EDITSTREAM*)lParam, TRUE);
2987 case EM_STREAMOUT:
2988 return ME_StreamOut(editor, wParam, (EDITSTREAM *)lParam);
2989 case WM_GETDLGCODE:
2990 {
2991 UINT code = DLGC_WANTCHARS|DLGC_WANTTAB|DLGC_WANTARROWS|DLGC_HASSETSEL;
2992 if (editor->styleFlags & ES_MULTILINE)
2993 code |= DLGC_WANTMESSAGE;
2994 return code;
2995 }
2996 case EM_EMPTYUNDOBUFFER:
2997 ME_EmptyUndoStack(editor);
2998 return 0;
2999 case EM_GETSEL:
3000 {
3001 /* Note: wParam/lParam can be NULL */
3002 UINT from, to;
3003 PUINT pfrom = wParam ? (PUINT)wParam : &from;
3004 PUINT pto = lParam ? (PUINT)lParam : &to;
3005 ME_GetSelection(editor, (int *)pfrom, (int *)pto);
3006 if ((*pfrom|*pto) & 0xFFFF0000)
3007 return -1;
3008 return MAKELONG(*pfrom,*pto);
3009 }
3010 case EM_EXGETSEL:
3011 {
3012 CHARRANGE *pRange = (CHARRANGE *)lParam;
3013 ME_GetSelection(editor, &pRange->cpMin, &pRange->cpMax);
3014 TRACE("EM_EXGETSEL = (%d,%d)\n", pRange->cpMin, pRange->cpMax);
3015 return 0;
3016 }
3017 case EM_SETUNDOLIMIT:
3018 {
3019 if ((int)wParam < 0)
3020 editor->nUndoLimit = STACK_SIZE_DEFAULT;
3021 else
3022 editor->nUndoLimit = min(wParam, STACK_SIZE_MAX);
3023 /* Setting a max stack size keeps wine from getting killed
3024 for hogging memory. Windows allocates all this memory at once, so
3025 no program would realistically set a value above our maximum. */
3026 return editor->nUndoLimit;
3027 }
3028 case EM_CANUNDO:
3029 return editor->pUndoStack != NULL;
3030 case EM_CANREDO:
3031 return editor->pRedoStack != NULL;
3032 case WM_UNDO: /* FIXME: actually not the same */
3033 case EM_UNDO:
3034 return ME_Undo(editor);
3035 case EM_REDO:
3036 return ME_Redo(editor);
3037 case EM_GETOPTIONS:
3038 {
3039 /* these flags are equivalent to the ES_* counterparts */
3040 DWORD mask = ECO_VERTICAL | ECO_AUTOHSCROLL | ECO_AUTOVSCROLL |
3041 ECO_NOHIDESEL | ECO_READONLY | ECO_WANTRETURN | ECO_SELECTIONBAR;
3042 DWORD settings = editor->styleFlags & mask;
3043
3044 return settings;
3045 }
3046 case EM_SETOPTIONS:
3047 {
3048 /* these flags are equivalent to ES_* counterparts, except for
3049 * ECO_AUTOWORDSELECTION that doesn't have an ES_* counterpart,
3050 * but is still stored in editor->styleFlags. */
3051 const DWORD mask = ECO_VERTICAL | ECO_AUTOHSCROLL | ECO_AUTOVSCROLL |
3052 ECO_NOHIDESEL | ECO_READONLY | ECO_WANTRETURN |
3053 ECO_SELECTIONBAR | ECO_AUTOWORDSELECTION;
3054 DWORD settings = mask & editor->styleFlags;
3055 DWORD oldSettings = settings;
3056 DWORD changedSettings;
3057
3058 switch(wParam)
3059 {
3060 case ECOOP_SET:
3061 settings = lParam;
3062 break;
3063 case ECOOP_OR:
3064 settings |= lParam;
3065 break;
3066 case ECOOP_AND:
3067 settings &= lParam;
3068 break;
3069 case ECOOP_XOR:
3070 settings ^= lParam;
3071 }
3072 changedSettings = oldSettings ^ settings;
3073
3074 if (changedSettings) {
3075 editor->styleFlags = (editor->styleFlags & ~mask) | (settings & mask);
3076
3077 if (changedSettings & ECO_SELECTIONBAR)
3078 {
3079 ITextHost_TxInvalidateRect(editor->texthost, &editor->rcFormat, TRUE);
3080 if (settings & ECO_SELECTIONBAR) {
3081 assert(!editor->selofs);
3082 editor->selofs = SELECTIONBAR_WIDTH;
3083 editor->rcFormat.left += editor->selofs;
3084 } else {
3085 editor->rcFormat.left -= editor->selofs;
3086 editor->selofs = 0;
3087 }
3088 ME_RewrapRepaint(editor);
3089 }
3090
3091 if (changedSettings & settings & ECO_VERTICAL)
3092 FIXME("ECO_VERTICAL not implemented yet!\n");
3093 if (changedSettings & settings & ECO_AUTOHSCROLL)
3094 FIXME("ECO_AUTOHSCROLL not implemented yet!\n");
3095 if (changedSettings & settings & ECO_AUTOVSCROLL)
3096 FIXME("ECO_AUTOVSCROLL not implemented yet!\n");
3097 if (changedSettings & settings & ECO_NOHIDESEL)
3098 FIXME("ECO_NOHIDESEL not implemented yet!\n");
3099 if (changedSettings & settings & ECO_WANTRETURN)
3100 FIXME("ECO_WANTRETURN not implemented yet!\n");
3101 if (changedSettings & settings & ECO_AUTOWORDSELECTION)
3102 FIXME("ECO_AUTOWORDSELECTION not implemented yet!\n");
3103 }
3104
3105 return settings;
3106 }
3107 case EM_SETSEL:
3108 {
3109 ME_InvalidateSelection(editor);
3110 ME_SetSelection(editor, wParam, lParam);
3111 ME_InvalidateSelection(editor);
3112 ITextHost_TxShowCaret(editor->texthost, FALSE);
3113 ME_ShowCaret(editor);
3114 ME_SendSelChange(editor);
3115 return 0;
3116 }
3117 case EM_SETSCROLLPOS:
3118 {
3119 POINT *point = (POINT *)lParam;
3120 ME_ScrollAbs(editor, point->x, point->y);
3121 return 0;
3122 }
3123 case EM_AUTOURLDETECT:
3124 {
3125 if (wParam==1 || wParam ==0)
3126 {
3127 editor->AutoURLDetect_bEnable = (BOOL)wParam;
3128 return 0;
3129 }
3130 return E_INVALIDARG;
3131 }
3132 case EM_GETAUTOURLDETECT:
3133 {
3134 return editor->AutoURLDetect_bEnable;
3135 }
3136 case EM_EXSETSEL:
3137 {
3138 int end;
3139 CHARRANGE