|
ReactOS 0.4.16-dev-1946-g52006dd
|

| char tagME_OutStream::buffer[STREAMOUT_BUFFER_SIZE] |
Definition at line 33 of file writer.c.
Referenced by ME_StreamOutFlush(), and ME_StreamOutMove().
| COLORREF tagME_OutStream::colortbl[STREAMOUT_COLORTBL_SIZE] |
Definition at line 39 of file writer.c.
Referenced by stream_out_font_and_colour_tbls().
| CHARFORMAT2W tagME_OutStream::cur_fmt |
Definition at line 45 of file writer.c.
Referenced by ME_StreamOutInit(), and ME_StreamOutRTFCharProps().
| ME_FontTableItem tagME_OutStream::fonttbl[STREAMOUT_FONTTBL_SIZE] |
Definition at line 37 of file writer.c.
Referenced by ME_StreamOutRTFCharProps(), and stream_out_font_and_colour_tbls().
| UINT tagME_OutStream::nCodePage |
Definition at line 35 of file writer.c.
Referenced by ME_StreamOutRTFCharProps(), and ME_StreamOutRTFText().
| UINT tagME_OutStream::nColorTblLen |
Definition at line 38 of file writer.c.
Referenced by ME_StreamOutInit(), and stream_out_font_and_colour_tbls().
| UINT tagME_OutStream::nDefaultCodePage |
Definition at line 41 of file writer.c.
Referenced by ME_StreamOutRTFCharProps(), ME_StreamOutRTFHeader(), and ME_StreamOutRTFText().
| UINT tagME_OutStream::nDefaultFont |
Definition at line 40 of file writer.c.
Referenced by ME_StreamOutRTFHeader().
| UINT tagME_OutStream::nFontTblLen |
Definition at line 36 of file writer.c.
Referenced by stream_out_font_and_colour_tbls().
| UINT tagME_OutStream::nNestingLevel |
Definition at line 44 of file writer.c.
Referenced by ME_StreamOutRTF(), and stream_out_para_props().
| UINT tagME_OutStream::pos |
Definition at line 34 of file writer.c.
Referenced by ME_StreamOutFlush(), and ME_StreamOutMove().
| EDITSTREAM* tagME_OutStream::stream |
Definition at line 32 of file writer.c.
Referenced by ME_StreamOutFlush(), ME_StreamOutInit(), and ME_StreamOutRange().
| UINT tagME_OutStream::written |
Definition at line 34 of file writer.c.
Referenced by ME_StreamOutFlush(), and ME_StreamOutFree().