ReactOS 0.4.16-dev-715-ga1a169f
|
char tagME_OutStream::buffer[STREAMOUT_BUFFER_SIZE] |
Definition at line 35 of file writer.c.
Referenced by ME_StreamOutFlush(), and ME_StreamOutMove().
COLORREF tagME_OutStream::colortbl[STREAMOUT_COLORTBL_SIZE] |
Definition at line 41 of file writer.c.
Referenced by ME_StreamOutRTFFontAndColorTbl().
CHARFORMAT2W tagME_OutStream::cur_fmt |
Definition at line 47 of file writer.c.
Referenced by ME_StreamOutInit(), and ME_StreamOutRTFCharProps().
ME_FontTableItem tagME_OutStream::fonttbl[STREAMOUT_FONTTBL_SIZE] |
Definition at line 39 of file writer.c.
Referenced by ME_StreamOutRTFCharProps(), and ME_StreamOutRTFFontAndColorTbl().
UINT tagME_OutStream::nCodePage |
Definition at line 37 of file writer.c.
Referenced by ME_StreamOutRTFCharProps(), and ME_StreamOutRTFText().
UINT tagME_OutStream::nColorTblLen |
Definition at line 40 of file writer.c.
Referenced by ME_StreamOutInit(), and ME_StreamOutRTFFontAndColorTbl().
UINT tagME_OutStream::nDefaultCodePage |
Definition at line 43 of file writer.c.
Referenced by ME_StreamOutRTFCharProps(), ME_StreamOutRTFHeader(), and ME_StreamOutRTFText().
UINT tagME_OutStream::nDefaultFont |
Definition at line 42 of file writer.c.
Referenced by ME_StreamOutRTFHeader().
UINT tagME_OutStream::nFontTblLen |
Definition at line 38 of file writer.c.
Referenced by ME_StreamOutRTFFontAndColorTbl().
UINT tagME_OutStream::nNestingLevel |
Definition at line 46 of file writer.c.
Referenced by ME_StreamOutRTF(), and ME_StreamOutRTFParaProps().
UINT tagME_OutStream::pos |
Definition at line 36 of file writer.c.
Referenced by ME_StreamOutFlush(), and ME_StreamOutMove().
EDITSTREAM* tagME_OutStream::stream |
Definition at line 34 of file writer.c.
Referenced by ME_StreamOutFlush(), ME_StreamOutInit(), and ME_StreamOutRange().
UINT tagME_OutStream::written |
Definition at line 36 of file writer.c.
Referenced by ME_StreamOutFlush(), and ME_StreamOutFree().