|
ReactOS 0.4.16-dev-1946-g52006dd
|
#include <stdarg.h>#include <stdio.h>#include "windef.h"#include "winbase.h"#include "wingdi.h"#include "winuser.h"#include "richedit.h"

Go to the source code of this file.
Classes | |
| struct | RTFFont |
| struct | RTFColor |
| struct | RTFStyle |
| struct | RTFStyleElt |
| struct | RTFBorder |
| struct | RTFCell |
| struct | RTFTable |
| struct | tagRTFState |
| struct | _RTF_Info |
Typedefs | |
| typedef struct RTFFont | RTFFont |
| typedef struct RTFColor | RTFColor |
| typedef struct RTFStyle | RTFStyle |
| typedef struct RTFStyleElt | RTFStyleElt |
| typedef struct RTFBorder | RTFBorder |
| typedef struct RTFCell | RTFCell |
| typedef struct RTFTable | RTFTable |
| typedef struct _RTF_Info | RTF_Info |
| typedef void(* | RTFFuncPtr) (RTF_Info *) |
| typedef struct tagRTFState | RTFState |
Functions | |
| void | RTFInit (RTF_Info *) |
| void | RTFDestroy (RTF_Info *info) |
| void | RTFSetDestinationCallback (RTF_Info *, int, RTFFuncPtr) |
| void | RTFRead (RTF_Info *) |
| int | RTFGetToken (RTF_Info *) |
| void | RTFSetReadHook (RTF_Info *, RTFFuncPtr) |
| void | RTFRouteToken (RTF_Info *) |
| void | RTFSkipGroup (RTF_Info *) |
| void | RTFReadGroup (RTF_Info *) |
| int | RTFCheckCM (const RTF_Info *, int, int) |
| int | RTFCheckCMM (const RTF_Info *, int, int, int) |
| int | RTFCheckMM (const RTF_Info *, int, int) |
| RTFFont * | RTFGetFont (const RTF_Info *, int) |
| RTFColor * | RTFGetColor (const RTF_Info *, int) |
| int | RTFCharToHex (char) |
| void | RTFFlushOutputBuffer (RTF_Info *info) |
| void | RTFSetEditStream (RTF_Info *info, ME_InStream *stream) |
| void | WriterInit (RTF_Info *) |
| int | BeginFile (RTF_Info *) |
| int | RTFCharSetToCodePage (RTF_Info *info, int charset) |
| void | LookupInit (void) |
| void | LookupCleanup (void) |
| typedef struct tagRTFState RTFState |
| typedef struct RTFStyleElt RTFStyleElt |
Definition at line 2315 of file reader.c.
Referenced by ME_StreamIn().
Definition at line 2190 of file reader.c.
Referenced by DllMain().
Definition at line 2174 of file reader.c.
Referenced by DllMain().
Definition at line 476 of file reader.c.
Referenced by ME_StreamOutRTFCharProps(), and ReadFontTbl().
Definition at line 2277 of file reader.c.
Referenced by _RTFGetToken2(), and read_hex_data().
Definition at line 2256 of file reader.c.
Referenced by ME_RTFReadObjectGroup(), ME_RTFReadParnumGroup(), ME_RTFReadPictGroup(), ME_RTFReadShpPictGroup(), ReadColorTbl(), ReadFontTbl(), ReadStyleSheet(), RTFRouteToken(), and RTFUngetToken().
Definition at line 2262 of file reader.c.
Referenced by ME_RTFReadObjectGroup(), ME_RTFReadParnumGroup(), and ReadFontTbl().
Definition at line 2268 of file reader.c.
Referenced by ME_RTFReadPictGroup(), and ReadStyleSheet().
Definition at line 144 of file reader.c.
Referenced by ME_StreamIn().
Definition at line 2606 of file reader.c.
Referenced by CharAttr(), ME_RTFCharAttrHook(), ME_RTFParAttrHook(), ME_RTFReadHook(), ME_RTFSpecialCharHook(), ME_StreamIn(), and SpecialChar().
Definition at line 1220 of file reader.c.
Referenced by ME_RTFCharAttrHook().
Definition at line 1205 of file reader.c.
Referenced by CharAttr(), and ME_RTFCharAttrHook().
Definition at line 389 of file reader.c.
Referenced by ME_RTFReadObjectGroup(), ME_RTFReadParnumGroup(), ME_RTFReadPictGroup(), ME_RTFReadShpPictGroup(), read_hex_data(), ReadColorTbl(), ReadFontTbl(), ReadStyleSheet(), RTFRead(), RTFSkipGroup(), and SpecialChar().
Definition at line 195 of file reader.c.
Referenced by ME_StreamIn().
Definition at line 304 of file reader.c.
Referenced by ME_RTFReadObjectGroup(), ME_RTFReadParnumGroup(), ME_RTFReadPictGroup(), ME_RTFReadShpPictGroup(), ReadColorTbl(), ReadFontTbl(), ReadInfoGroup(), ReadObjGroup(), ReadPictGroup(), ReadStyleSheet(), RTFRead(), and SpecialChar().
| void RTFSetDestinationCallback | ( | RTF_Info * | info, |
| int | dest, | ||
| RTFFuncPtr | callback | ||
| ) |
| void RTFSetEditStream | ( | RTF_Info * | info, |
| ME_InStream * | stream | ||
| ) |
Definition at line 99 of file reader.c.
Referenced by ME_StreamIn().
| void RTFSetReadHook | ( | RTF_Info * | info, |
| RTFFuncPtr | f | ||
| ) |
Definition at line 337 of file reader.c.
Referenced by Destination(), ME_RTFReadObjectGroup(), ME_RTFReadPictGroup(), ME_StreamIn(), ReadFontTbl(), ReadInfoGroup(), ReadObjGroup(), ReadPictGroup(), ReadStyleSheet(), and SpecialChar().