ReactOS 0.4.15-dev-7842-g558ab78
tagME_OutStream Struct Reference
Collaboration diagram for tagME_OutStream:

Public Attributes

EDITSTREAMstream
 
char buffer [STREAMOUT_BUFFER_SIZE]
 
UINT pos
 
UINT written
 
UINT nCodePage
 
UINT nFontTblLen
 
ME_FontTableItem fonttbl [STREAMOUT_FONTTBL_SIZE]
 
UINT nColorTblLen
 
COLORREF colortbl [STREAMOUT_COLORTBL_SIZE]
 
UINT nDefaultFont
 
UINT nDefaultCodePage
 
UINT nNestingLevel
 
CHARFORMAT2W cur_fmt
 

Detailed Description

Definition at line 32 of file writer.c.

Member Data Documentation

◆ buffer

char tagME_OutStream::buffer[STREAMOUT_BUFFER_SIZE]

Definition at line 35 of file writer.c.

Referenced by ME_StreamOutFlush(), and ME_StreamOutMove().

◆ colortbl

COLORREF tagME_OutStream::colortbl[STREAMOUT_COLORTBL_SIZE]

Definition at line 41 of file writer.c.

Referenced by ME_StreamOutRTFFontAndColorTbl().

◆ cur_fmt

CHARFORMAT2W tagME_OutStream::cur_fmt

Definition at line 47 of file writer.c.

Referenced by ME_StreamOutInit(), and ME_StreamOutRTFCharProps().

◆ fonttbl

ME_FontTableItem tagME_OutStream::fonttbl[STREAMOUT_FONTTBL_SIZE]

Definition at line 39 of file writer.c.

Referenced by ME_StreamOutRTFCharProps(), and ME_StreamOutRTFFontAndColorTbl().

◆ nCodePage

UINT tagME_OutStream::nCodePage

Definition at line 37 of file writer.c.

Referenced by ME_StreamOutRTFCharProps(), and ME_StreamOutRTFText().

◆ nColorTblLen

UINT tagME_OutStream::nColorTblLen

Definition at line 40 of file writer.c.

Referenced by ME_StreamOutInit(), and ME_StreamOutRTFFontAndColorTbl().

◆ nDefaultCodePage

UINT tagME_OutStream::nDefaultCodePage

Definition at line 43 of file writer.c.

Referenced by ME_StreamOutRTFCharProps(), ME_StreamOutRTFHeader(), and ME_StreamOutRTFText().

◆ nDefaultFont

UINT tagME_OutStream::nDefaultFont

Definition at line 42 of file writer.c.

Referenced by ME_StreamOutRTFHeader().

◆ nFontTblLen

UINT tagME_OutStream::nFontTblLen

Definition at line 38 of file writer.c.

Referenced by ME_StreamOutRTFFontAndColorTbl().

◆ nNestingLevel

UINT tagME_OutStream::nNestingLevel

Definition at line 46 of file writer.c.

Referenced by ME_StreamOutRTF(), and ME_StreamOutRTFParaProps().

◆ pos

UINT tagME_OutStream::pos

Definition at line 36 of file writer.c.

Referenced by ME_StreamOutFlush(), and ME_StreamOutMove().

◆ stream

EDITSTREAM* tagME_OutStream::stream

Definition at line 34 of file writer.c.

Referenced by ME_StreamOutFlush(), ME_StreamOutInit(), and ME_StreamOutRange().

◆ written

UINT tagME_OutStream::written

Definition at line 36 of file writer.c.

Referenced by ME_StreamOutFlush(), and ME_StreamOutFree().


The documentation for this struct was generated from the following file: