ReactOS 0.4.16-dev-1059-gb1cf981
|
#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 |
typedef struct tagRTFState RTFState |
typedef struct RTFStyleElt RTFStyleElt |
Definition at line 2335 of file reader.c.
Referenced by ME_StreamIn().
Definition at line 2210 of file reader.c.
Referenced by DllMain().
Definition at line 2191 of file reader.c.
Referenced by DllMain().
Definition at line 493 of file reader.c.
Referenced by ME_StreamOutRTFCharProps(), and ReadFontTbl().
Definition at line 2297 of file reader.c.
Referenced by _RTFGetToken2(), and read_hex_data().
Definition at line 2276 of file reader.c.
Referenced by ME_RTFReadObjectGroup(), ME_RTFReadParnumGroup(), ME_RTFReadPictGroup(), ME_RTFReadShpPictGroup(), ReadColorTbl(), ReadFontTbl(), ReadStyleSheet(), RTFRouteToken(), and RTFUngetToken().
Definition at line 2282 of file reader.c.
Referenced by ME_RTFReadObjectGroup(), ME_RTFReadParnumGroup(), and ReadFontTbl().
Definition at line 2288 of file reader.c.
Referenced by ME_RTFReadPictGroup(), and ReadStyleSheet().
Definition at line 161 of file reader.c.
Referenced by ME_StreamIn().
Definition at line 2626 of file reader.c.
Referenced by CharAttr(), ME_RTFCharAttrHook(), ME_RTFParAttrHook(), ME_RTFReadHook(), ME_RTFSpecialCharHook(), ME_StreamIn(), and SpecialChar().
Definition at line 1237 of file reader.c.
Referenced by ME_RTFCharAttrHook().
Definition at line 1222 of file reader.c.
Referenced by CharAttr(), and ME_RTFCharAttrHook().
Definition at line 406 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 212 of file reader.c.
Referenced by ME_StreamIn().
Definition at line 321 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 116 of file reader.c.
Referenced by ME_StreamIn().
void RTFSetReadHook | ( | RTF_Info * | info, |
RTFFuncPtr | f | ||
) |
Definition at line 354 of file reader.c.
Referenced by Destination(), ME_RTFReadObjectGroup(), ME_RTFReadPictGroup(), ME_StreamIn(), ReadFontTbl(), ReadInfoGroup(), ReadObjGroup(), ReadPictGroup(), ReadStyleSheet(), and SpecialChar().