- added missing CFM_ constants to make RichEdit 2.0 implementation
[wine] / include / richedit.h
1 /*
2  * Copyright (C) 2000 Jean-Claude Batista
3  * Copyright (C) 2002 Andriy Palamarchuk
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Lesser General Public
7  * License as published by the Free Software Foundation; either
8  * version 2.1 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
13  * Lesser General Public License for more details.
14  *
15  * You should have received a copy of the GNU Lesser General Public
16  * License along with this library; if not, write to the Free Software
17  * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
18  */
19
20 #ifndef __WINE_RICHEDIT_H
21 #define __WINE_RICHEDIT_H
22
23 #include <pshpack4.h>
24
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
28
29 #ifndef _RICHEDIT_VER
30 #define _RICHEDIT_VER   0x0210
31 #endif /* _RICHEDIT_VER */
32
33 #define cchTextLimitDefault 0x7fff
34
35 #define RICHEDIT_CLASS20A       "RichEdit20A"
36 #if defined(__GNUC__)
37 # define RICHEDIT_CLASS20W (const WCHAR []){ 'R','i','c','h','E','d','i','t','2','0','W',0 }
38 #elif defined(_MSC_VER)
39 # define RICHEDIT_CLASS20W      L"RichEdit20W"
40 #else
41 static const WCHAR RICHEDIT_CLASS20W[] = { 'R','i','c','h','E','d','i','t','2','0','W',0 };
42 #endif
43 #define RICHEDIT_CLASS10A       "RICHEDIT"
44
45 #if (_RICHEDIT_VER >= 0x0200 )
46 #define RICHEDIT_CLASS          WINELIB_NAME_AW(RICHEDIT_CLASS20)
47 #else
48 #define RICHEDIT_CLASS          RICHEDIT_CLASS10A
49 #endif
50
51 #ifndef EM_SCROLLCARET
52 #define EM_SCROLLCARET          (WM_USER + 49)
53 #endif
54 #define EM_CANPASTE             (WM_USER + 50)
55 #define EM_DISPLAYBAND          (WM_USER + 51)
56 #define EM_EXGETSEL             (WM_USER + 52)
57 #define EM_EXLIMITTEXT          (WM_USER + 53)
58 #define EM_EXLINEFROMCHAR       (WM_USER + 54)
59 #define EM_EXSETSEL             (WM_USER + 55)
60 #define EM_FINDTEXT             (WM_USER + 56)
61 #define EM_FORMATRANGE          (WM_USER + 57)
62 #define EM_GETCHARFORMAT        (WM_USER + 58)
63 #define EM_GETEVENTMASK         (WM_USER + 59)
64 #define EM_GETOLEINTERFACE      (WM_USER + 60)
65 #define EM_GETPARAFORMAT        (WM_USER + 61)
66 #define EM_GETSELTEXT           (WM_USER + 62)
67 #define EM_HIDESELECTION        (WM_USER + 63)
68 #define EM_PASTESPECIAL         (WM_USER + 64)
69 #define EM_REQUESTRESIZE        (WM_USER + 65)
70 #define EM_SELECTIONTYPE        (WM_USER + 66)
71 #define EM_SETBKGNDCOLOR        (WM_USER + 67)
72 #define EM_SETCHARFORMAT        (WM_USER + 68)
73 #define EM_SETEVENTMASK         (WM_USER + 69)
74 #define EM_SETOLECALLBACK       (WM_USER + 70)
75 #define EM_SETPARAFORMAT        (WM_USER + 71)
76 #define EM_SETTARGETDEVICE      (WM_USER + 72)
77 #define EM_STREAMIN             (WM_USER + 73)
78 #define EM_STREAMOUT            (WM_USER + 74)
79 #define EM_GETTEXTRANGE         (WM_USER + 75)
80 #define EM_FINDWORDBREAK        (WM_USER + 76)
81 #define EM_SETOPTIONS           (WM_USER + 77)
82 #define EM_GETOPTIONS           (WM_USER + 78)
83 #define EM_FINDTEXTEX           (WM_USER + 79)
84 #define EM_GETWORDBREAKPROCEX   (WM_USER + 80)
85 #define EM_SETWORDBREAKPROCEX   (WM_USER + 81)
86
87 #define EM_SETUNDOLIMIT         (WM_USER + 82)
88 #define EM_REDO                 (WM_USER + 84)
89 #define EM_CANREDO              (WM_USER + 85)
90 #define EM_GETUNDONAME          (WM_USER + 86)
91 #define EM_GETREDONAME          (WM_USER + 87)
92 #define EM_STOPGROUPTYPING      (WM_USER + 88)
93
94 #define EM_SETTEXTMODE          (WM_USER + 89)
95 #define EM_GETTEXTMODE          (WM_USER + 90)
96 #define EM_AUTOURLDETECT        (WM_USER + 91)
97 #define EM_GETAUTOURLDETECT     (WM_USER + 92)
98 #define EM_SETPALETTE           (WM_USER + 93)
99 #define EM_GETTEXTEX            (WM_USER + 94)
100 #define EM_GETTEXTLENGTHEX      (WM_USER + 95)
101 #define EM_SHOWSCROLLBAR        (WM_USER + 96)
102 #define EM_SETTEXTEX            (WM_USER + 97)
103
104 #define EM_SETPUNCTUATION       (WM_USER + 100)
105 #define EM_GETPUNCTUATION       (WM_USER + 101)
106 #define EM_SETWORDWRAPMODE      (WM_USER + 102)
107 #define EM_GETWORDWRAPMODE      (WM_USER + 103)
108 #define EM_SETIMECOLOR          (WM_USER + 104)
109 #define EM_GETIMECOLOR          (WM_USER + 105)
110 #define EM_SETIMEOPTIONS        (WM_USER + 106)
111 #define EM_GETIMEOPTIONS        (WM_USER + 107)
112 #define EM_CONVPOSITION         (WM_USER + 108)
113
114 #define EM_SETLANGOPTIONS       (WM_USER + 120)
115 #define EM_GETLANGOPTIONS       (WM_USER + 121)
116 #define EM_GETIMECOMPMODE       (WM_USER + 122)
117
118 #define EM_SETLANGOPTIONS       (WM_USER + 120)
119 #define EM_GETLANGOPTIONS       (WM_USER + 121)
120 #define EM_GETIMECOMPMODE       (WM_USER + 122)
121
122 #define EM_FINDTEXTW            (WM_USER + 123)
123 #define EM_FINDTEXTEXW          (WM_USER + 124)
124
125 #define EM_RECONVERSION         (WM_USER + 125)
126 #define EM_SETIMEMODEBIAS       (WM_USER + 126)
127 #define EM_GETIMEMODEBIAS       (WM_USER + 127)
128
129 #define EM_SETBIDIOPTIONS       (WM_USER + 200)
130 #define EM_GETBIDIOPTIONS       (WM_USER + 201)
131
132 #define EM_SETTYPOGRAPHYOPTIONS (WM_USER + 202)
133 #define EM_GETTYPOGRAPHYOPTIONS (WM_USER + 203)
134
135 #define EM_SETEDITSTYLE         (WM_USER + 204)
136 #define EM_GETEDITSTYLE         (WM_USER + 205)
137
138 #define EM_OUTLINE              (WM_USER + 220)
139
140 #define EM_GETSCROLLPOS         (WM_USER + 221)
141 #define EM_SETSCROLLPOS         (WM_USER + 222)
142
143 #define EM_SETFONTSIZE          (WM_USER + 223)
144 #define EM_GETZOOM              (WM_USER + 224)
145 #define EM_SETZOOM              (WM_USER + 225)
146
147 /* New notifications */
148 #define EN_MSGFILTER                    0x0700
149 #define EN_REQUESTRESIZE                0x0701
150 #define EN_SELCHANGE                    0x0702
151 #define EN_DROPFILES                    0x0703
152 #define EN_PROTECTED                    0x0704
153 #define EN_CORRECTTEXT                  0x0705
154 #define EN_STOPNOUNDO                   0x0706
155 #define EN_IMECHANGE                    0x0707
156 #define EN_SAVECLIPBOARD                0x0708
157 #define EN_OLEOPFAILED                  0x0709
158 #define EN_OBJECTPOSITIONS              0x070a
159 #define EN_LINK                         0x070b
160 #define EN_DRAGDROPDONE                 0x070c
161 #define EN_PARAGRAPHEXPANDED            0x070d
162 #define EN_ALIGNLTR                     0x0710
163 #define EN_ALIGNRTL                     0x0711
164
165
166 typedef DWORD (CALLBACK * EDITSTREAMCALLBACK)( DWORD, LPBYTE, LONG, LONG * );
167
168 /* tab stops number limit */
169 #define MAX_TAB_STOPS         0x00000020
170
171 /* Rich edit control styles */
172 #define ES_DISABLENOSCROLL    0x00002000
173 #define ES_SUNKEN             0x00004000
174 #define ES_SAVESEL            0x00008000
175 #define ES_SELFIME            0x00040000
176 #define ES_NOIME              0x00080000
177 #define ES_VERTICAL           0x00400000
178 #define ES_SELECTIONBAR       0x01000000
179 #define ES_EX_NOCALLOLEINIT   0x01000000
180
181 /* the character formatting options */
182 #define SCF_DEFAULT           0x00000000
183 #define SCF_SELECTION         0x00000001
184 #define SCF_WORD              0x00000002
185 #define SCF_ALL               0x00000004
186 #define SCF_USEUIRULES        0x00000008
187
188 /* CHARFORMAT structure */
189 typedef struct _charformat
190 {
191     UINT       cbSize;
192     DWORD      dwMask;
193     DWORD      dwEffects;
194     LONG       yHeight;
195     LONG       yOffset;
196     COLORREF   crTextColor;
197     BYTE       bCharSet;
198     BYTE       bPitchAndFamily;
199     char       szFaceName[LF_FACESIZE];
200 } CHARFORMATA;
201
202 typedef struct _charformatw
203 {
204     UINT       cbSize;
205     DWORD      dwMask;
206     DWORD      dwEffects;
207     LONG       yHeight;
208     LONG       yOffset;
209     COLORREF   crTextColor;
210     BYTE       bCharSet;
211     BYTE       bPitchAndFamily;
212     WCHAR      szFaceName[LF_FACESIZE];
213 } CHARFORMATW;
214
215 DECL_WINELIB_TYPE_AW(CHARFORMAT)
216
217 typedef struct _charformat2a {
218     UINT       cbSize;
219     DWORD      dwMask;
220     DWORD      dwEffects;
221     LONG       yHeight;
222     LONG       yOffset;
223     COLORREF   crTextColor;
224     BYTE       bCharSet;
225     BYTE       bPitchAndFamily;
226     char       szFaceName[LF_FACESIZE];
227     WORD       wWeight;
228     SHORT      sSpacing;
229     COLORREF   crBackColor;
230     LCID       lcid;
231     DWORD      dwReserved;
232     SHORT      sStyle;
233     WORD       wKerning;
234     BYTE       bUnderlineType;
235     BYTE       bAnimation;
236     BYTE       bRevAuthor;
237 } CHARFORMAT2A;
238
239 typedef struct _charformat2w {
240     UINT       cbSize;
241     DWORD      dwMask;
242     DWORD      dwEffects;
243     LONG       yHeight;
244     LONG       yOffset;
245     COLORREF   crTextColor;
246     BYTE       bCharSet;
247     BYTE       bPitchAndFamily;
248     WCHAR      szFaceName[LF_FACESIZE];
249     WORD       wWeight;
250     SHORT      sSpacing;
251     COLORREF   crBackColor;
252     LCID       lcid;
253     DWORD      dwReserved;
254     SHORT      sStyle;
255     WORD       wKerning;
256     BYTE       bUnderlineType;
257     BYTE       bAnimation;
258     BYTE       bRevAuthor;
259 } CHARFORMAT2W;
260
261 DECL_WINELIB_TYPE_AW(CHARFORMAT2)
262
263 /* CHARFORMAT masks */
264 #define CFM_BOLD              0x00000001
265 #define CFM_ITALIC            0x00000002
266 #define CFM_UNDERLINE         0x00000004
267 #define CFM_STRIKEOUT         0x00000008
268 #define CFM_PROTECTED         0x00000010
269 #define CFM_LINK              0x00000020
270 #define CFM_SMALLCAPS         0x00000040
271 #define CFM_ALLCAPS           0x00000080
272 #define CFM_HIDDEN            0x00000100
273 #define CFM_OUTLINE           0x00000200
274 #define CFM_SHADOW            0x00000400
275 #define CFM_EMBOSS            0x00000800
276 #define CFM_IMPRINT           0x00001000
277 #define CFM_DISABLED          0x00002000
278 #define CFM_REVISED           0x00004000
279 #define CFM_REVAUTHOR         0x00008000
280 #define CFM_SUBSCRIPT         0x00030000
281 #define CFM_SUPERSCRIPT       0x00030000
282 #define CFM_ANIMATION         0x00040000
283 #define CFM_STYLE             0x00080000
284 #define CFM_KERNING           0x00100000
285 #define CFM_SPACING           0x00200000
286 #define CFM_WEIGHT            0x00400000
287 #define CFM_UNDERLINETYPE     0x00800000
288 #define CFM_LCID              0x02000000
289 #define CFM_BACKCOLOR         0x04000000
290 #define CFM_CHARSET           0x08000000
291 #define CFM_OFFSET            0x10000000
292 #define CFM_FACE              0x20000000
293 #define CFM_COLOR             0x40000000
294 #define CFM_SIZE              0x80000000
295 #define CFM_EFFECTS           (CFM_BOLD | CFM_ITALIC | CFM_UNDERLINE | CFM_COLOR | CFM_STRIKEOUT | CFE_PROTECTED | CFM_LINK)
296
297 /* CHARFORMAT effects */
298 #define CFE_BOLD              0x00000001
299 #define CFE_ITALIC            0x00000002
300 #define CFE_UNDERLINE         0x00000004
301 #define CFE_STRIKEOUT         0x00000008
302 #define CFE_PROTECTED         0x00000010
303 #define CFE_LINK              0x00000020
304 #define CFE_SUBSCRIPT         0x00010000
305 #define CFE_SUPERSCRIPT       0x00020000
306 #define CFE_AUTOCOLOR         0x40000000
307
308 #define CFE_SMALLCAPS         CFM_SMALLCAPS
309 #define CFE_ALLCAPS           CFM_ALLCAPS
310 #define CFE_HIDDEN            CFM_HIDDEN
311 #define CFE_OUTLINE           CFM_OUTLINE
312 #define CFE_SHADOW            CFM_SHADOW
313 #define CFE_EMBOSS            CFM_EMBOSS
314 #define CFE_IMPRINT           CFM_IMPRINT
315 #define CFE_DISABLED          CFM_DISABLED
316 #define CFE_REVISED           CFM_REVISED
317 #define CFE_AUTOBACKCOLOR     CFM_BACKCOLOR
318
319 #define CFU_CF1UNDERLINE      0xFF
320 #define CFU_INVERT            0xFE
321 #define CFU_UNDERLINEDOTTED   0x04
322 #define CFU_UNDERLINEDOUBLE   0x03
323 #define CFU_UNDERLINEWORD     0x02
324 #define CFU_UNDERLINE         0x01
325 #define CFU_UNDERLINENONE     0x00
326
327 /* ECO operations */
328 #define ECOOP_SET             0x0001
329 #define ECOOP_OR              0x0002
330 #define ECOOP_AND             0x0003
331 #define ECOOP_XOR             0x0004
332
333 /* edit control options */
334 #define ECO_AUTOWORDSELECTION 0x00000001
335 #define ECO_AUTOVSCROLL       0x00000040
336 #define ECO_AUTOHSCROLL       0x00000080
337 #define ECO_NOHIDESEL         0x00000100
338 #define ECO_READONLY          0x00000800
339 #define ECO_WANTRETURN        0x00001000
340 #define ECO_SAVESEL           0x00008000
341 #define ECO_SELECTIONBAR      0x01000000
342 #define ECO_VERTICAL          0x00400000
343
344 /* Event notification masks */
345 #define ENM_NONE              0x00000000
346 #define ENM_CHANGE            0x00000001
347 #define ENM_UPDATE            0x00000002
348 #define ENM_SCROLL            0x00000004
349 #define ENM_KEYEVENTS         0x00010000
350 #define ENM_MOUSEEVENTS       0x00020000
351 #define ENM_REQUESTRESIZE     0x00040000
352 #define ENM_SELCHANGE         0x00080000
353 #define ENM_DROPFILES         0x00100000
354 #define ENM_PROTECTED         0x00200000
355 #define ENM_CORRECTTEXT       0x00400000
356 #define ENM_IMECHANGE         0x00800000
357 #define ENM_LINK              0x04000000
358
359 #ifndef __RICHEDIT_CHARRANGE_DEFINED
360 #define __RICHEDIT_CHARRANGE_DEFINED
361
362 typedef struct _charrange
363 {
364     LONG    cpMin;
365     LONG    cpMax;
366 } CHARRANGE;
367
368 #endif /* __RICHEDIT_CHARRANGE_DEFINED */
369
370 typedef struct _textrange
371 {
372     CHARRANGE chrg;
373     LPSTR     lpstrText;
374 } TEXTRANGEA;
375
376 typedef struct _textrangew
377 {
378     CHARRANGE chrg;
379     LPWSTR     lpstrText;
380 } TEXTRANGEW;
381
382 DECL_WINELIB_TYPE_AW(TEXTRANGE)
383
384 typedef struct _editstream
385 {
386     DWORD               dwCookie;
387     DWORD               dwError;
388     EDITSTREAMCALLBACK  pfnCallback;
389 } EDITSTREAM;
390
391 typedef struct _compcolor {
392     COLORREF   crText;
393     COLORREF   crBackground;
394     DWORD      dwEffects;
395 } COMPCOLOR;
396
397 typedef struct _encorrecttext {
398     NMHDR      nmhdr;
399     CHARRANGE  chrg;
400     WORD       seltyp;
401 } ENCORRECTTEXT;
402
403 typedef struct _endropfiles {
404     NMHDR      nmhdr;
405     HANDLE     hDrop;
406     LONG       cp;
407     BOOL       fProtected;
408 } ENDROPFILES;
409
410 typedef struct _enlink {
411     NMHDR      nmhdr;
412     UINT       msg;
413     WPARAM     wParam;
414     LPARAM     lParam;
415     CHARRANGE  chrg;
416 } ENLINK;
417
418 typedef struct {
419     NMHDR      nmhdr;
420     LONG       iob;
421     LONG       lOper;
422     HRESULT    hr;
423 } ENOLEOPFAILED;
424
425 typedef struct _enprotected {
426     NMHDR      nmhdr;
427     UINT       msg;
428     WPARAM     wParam;
429     LPARAM     lParam;
430     CHARRANGE  chrg;
431 } ENPROTECTED, *LPENPROTECTED;
432
433 typedef struct _ensaveclipboard {
434     NMHDR      nmhdr;
435     LONG       cObjectCount;
436     LONG       cch;
437 } ENSAVECLIPBOARD;
438
439 typedef struct _findtextA {
440     CHARRANGE  chrg;
441     LPSTR      lpstrText;
442 } FINDTEXTA;
443
444 typedef struct _findtextW {
445     CHARRANGE  chrg;
446     LPWSTR     lpstrText;
447 } FINDTEXTW;
448
449 DECL_WINELIB_TYPE_AW(FINDTEXT)
450
451 typedef struct _findtextexA {
452     CHARRANGE  chrg;
453     LPSTR      lpstrText;
454     CHARRANGE  chrgText;
455 } FINDTEXTEXA;
456
457 typedef struct _findtextexW {
458     CHARRANGE  chrg;
459     LPWSTR     lpstrText;
460     CHARRANGE  chrgText;
461 } FINDTEXTEXW;
462
463 DECL_WINELIB_TYPE_AW(FINDTEXTEX)
464
465 typedef struct _formatrange {
466     HDC        hdc;
467     HDC        hdcTarget;
468     RECT       rc;
469     RECT       rcPage;
470     CHARRANGE  chrg;
471 } FORMATRANGE;
472
473 typedef struct _msgfilter {
474     NMHDR      nmhdr;
475     UINT       msg;
476     WPARAM     wParam;
477     LPARAM     lParam;
478 } MSGFILTER;
479
480 typedef struct _paraformat {
481     UINT       cbSize;
482     DWORD      dwMask;
483     WORD       wNumbering;
484     WORD       wReserved;
485     LONG       dxStartIndent;
486     LONG       dxRightIndent;
487     LONG       dxOffset;
488     WORD       wAlignment;
489     SHORT      cTabCount;
490     LONG       rgxTabs[MAX_TAB_STOPS];
491 } PARAFORMAT;
492
493 typedef struct _paraformat2 {
494     UINT       cbSize;
495     DWORD      dwMask;
496     WORD       wNumbering;
497     WORD       wEffects;
498     LONG       dxStartIndent;
499     LONG       dxRightIndent;
500     LONG       dxOffset;
501     WORD       wAlignment;
502     SHORT      cTabCount;
503     LONG       rgxTabs[MAX_TAB_STOPS];
504     LONG       dySpaceBefore, dySpaceAfter, dyLineSpacing;
505     SHORT      sStyle;
506     BYTE       bLineSpacingRule, bOutlineLevel;
507     WORD       wShadingWeight, wShadingStyle;
508     WORD       wNumberingStart, wNumberingStyle, wNumberingTab;
509     WORD       wBorderSpace, wBorderWidth, wBorders;
510 } PARAFORMAT2;
511
512 typedef struct _selchange {
513     NMHDR      nmhdr;
514     CHARRANGE  chrg;
515     WORD       seltyp;
516 } SELCHANGE;
517
518 typedef struct _reqresize {
519     NMHDR      nmhdr;
520     RECT       rc;
521 } REQRESIZE;
522
523 typedef struct _repastespecial {
524     DWORD      dwAspect;
525     DWORD      dwParam;
526 } REPASTESPECIAL;
527
528 typedef struct _punctuation {
529     UINT       iSize;
530     LPSTR      szPunctuation;
531 } PUNCTUATION;
532
533 typedef struct _gettextex {
534     DWORD      cb;
535     DWORD      flags;
536     UINT       codepage;
537     LPCSTR     lpDefaultChar;
538     LPBOOL     lpUsedDefaultChar;
539 } GETTEXTEX;
540
541 #define SF_TEXT               0x00000001
542 #define SF_RTF                0x00000002
543 #define SF_RTFNOOBJS          0x00000003
544 #define SF_TEXTIZED           0x00000004
545 #define SF_UNICODE            0x00000010
546 #define SF_USECODEPAGE        0x00000020
547 #define SF_NCRFORNONASCII     0x00000040
548 #define SF_RTFVAL             0x00000700
549
550 /* Clipboard formats */
551 #define CF_RTF          TEXT("Rich Text Format")
552 #define CF_RTFNOOBJS    TEXT("Rich Text Format Without Objects")
553 #define CF_RETEXTOBJ    TEXT("RichEdit Text and Objects")
554
555
556 /* Parameters of the EM_SETIMEOPTIONS message */
557 #define IMF_FORCENONE         0x00000001
558 #define IMF_FORCEENABLE       0x00000002
559 #define IMF_FORCEDISABLE      0x00000004
560 #define IMF_CLOSESTATUSWINDOW 0x00000008
561 #define IMF_VERTICAL          0x00000020
562 #define IMF_FORCEACTIVE       0x00000040
563 #define IMF_FORCEINACTIVE     0x00000080
564 #define IMF_FORCEREMEMBER     0x00000100
565
566 /* return values of the EM_SELECTION_TYPE message */
567 #define SEL_EMPTY             0x00000000
568 #define SEL_TEXT              0x00000001
569 #define SEL_OBJECT            0x00000002
570 #define SEL_MULTICHAR         0x00000004
571 #define SEL_MULTIOBJECT       0x00000008
572
573 /* mask values in the PARAFORMAT structure */
574 #define PFM_STARTINDENT       0x00000001
575 #define PFM_RIGHTINDENT       0x00000002
576 #define PFM_OFFSET            0x00000004
577 #define PFM_ALIGNMENT         0x00000008
578 #define PFM_TABSTOPS          0x00000010
579 #define PFM_NUMBERING         0x00000020
580 #define PFM_OFFSETINDENT      0x80000000
581
582 /* mask values in the PARAFORMAT2 structure */
583 #define PFM_SPACEBEFORE       0x00000040
584 #define PFM_SPACEAFTER        0x00000080
585 #define PFM_LINESPACING       0x00000100
586 #define PFM_STYLE             0x00000400
587 #define PFM_BORDER            0x00000800
588 #define PFM_SHADING           0x00001000
589
590 #define PFM_NUMBERINGSTYLE    0x00002000
591 #define PFM_NUMBERINGTAB      0x00004000
592 #define PFM_NUMBERINGSTART    0x00008000
593 #define PFM_RTLPARA           0x00010000
594 #define PFM_KEEP              0x00020000
595 #define PFM_KEEPNEXT          0x00040000
596 #define PFM_PAGEBREAKBEFORE   0x00080000
597 #define PFM_NOLINENUMBER      0x00100000
598 #define PFM_NOWIDOWCONTROL    0x00200000
599 #define PFM_DONOTHYPHEN       0x00400000
600 #define PFM_SIDEBYSIDE        0x00800000
601 #define PFM_TABLE             0x40000000
602
603 /* numbering option */
604 #define PFN_BULLET            0x00000001
605
606 /* paragraph alignment */
607 #define PFA_LEFT              0x00000001
608 #define PFA_RIGHT             0x00000002
609 #define PFA_CENTER            0x00000003
610
611 /* streaming flags */
612 #define SFF_PWD               0x00000800
613 #define SFF_KEEPDOCINFO       0x00001000
614 #define SFF_PERSISTVIEWSCALE  0x00002000
615 #define SFF_PLAINRTF          0x00004000
616 #define SFF_SELECTION         0x00008000
617
618 typedef LONG (*EDITWORDBREAKPROCEX)(char*,LONG,BYTE,INT);
619
620 /* options of the EM_FINDWORDBREAK message */
621 #define WB_CLASSIFY           0x00000003
622 #define WB_MOVEWORDLEFT       0x00000004
623 #define WB_MOVEWORDPREV       0x00000004
624 #define WB_MOVEWORDRIGHT      0x00000005
625 #define WB_MOVEWORDNEXT       0x00000005
626 #define WB_LEFTBREAK          0x00000006
627 #define WB_PREVBREAK          0x00000006
628 #define WB_RIGHTBREAK         0x00000007
629 #define WB_NEXTBREAK          0x00000007
630
631 /* options of the EM_SETWORDWRAPMODE message */
632 #define WBF_WORDWRAP          0x00000010
633 #define WBF_WORDBREAK         0x00000020
634 #define WBF_OVERFLOW          0x00000040
635 #define WBF_LEVEL1            0x00000080
636 #define WBF_LEVEL2            0x00000100
637 #define WBF_CUSTOM            0x00000200
638
639 /* options of the EM_SETTEXTMODE message */
640 #define TM_PLAINTEXT          0x00000001
641 #define TM_RICHTEXT           0x00000002
642 #define TM_SINGLELEVELUNDO    0x00000004
643 #define TM_MULTILEVELUNDO     0x00000008
644 #define TM_SINGLECODEPAGE     0x00000010
645 #define TM_MULTICODEPAGE      0x00000020
646
647 /* GETTEXT structure flags */
648 #define GT_DEFAULT            0x00000000
649 #define GT_USECRLF            0x00000001
650
651 /* Options of the EM_SETTYPOGRAPHYOPTIONS message */
652 #define TO_ADVANCEDTYPOGRAPHY 0x00000001
653 #define TO_SIMPLELINEBREAK    0x00000002
654
655 typedef struct _gettextlengthex {
656     DWORD      flags;
657     UINT       codepage;
658 } GETTEXTLENGTHEX;
659
660 /* Flags of the GETTEXTLENGTHEX structure */
661 #define GTL_DEFAULT           0x00000000
662 #define GTL_USECRLF           0x00000001
663 #define GTL_PRECISE           0x00000002
664 #define GTL_CLOSE             0x00000004
665 #define GTL_NUMCHARS          0x00000008
666 #define GTL_NUMBYTES          0x00000010
667
668 #ifdef __cplusplus
669 }
670 #endif
671
672 #include <poppack.h>
673
674 #endif /* __WINE_RICHEDIT_H */