Lines Matching refs:sal_uInt8

40 #define SFX_REC_PRETAG_EXT				sal_uInt8(0x00)	// Pre-Tag f"ur Extended-Records
41 #define SFX_REC_PRETAG_EOR sal_uInt8(0xFF) // Pre-Tag f"ur End-Of-Records
43 #define SFX_REC_TYPE_NONE sal_uInt8(0x00) // unbekannter Record-Typ
44 #define SFX_REC_TYPE_FIRST sal_uInt8(0x01)
45 #define SFX_REC_TYPE_SINGLE sal_uInt8(0x01) // Single-Content-Record
46 #define SFX_REC_TYPE_FIXSIZE sal_uInt8(0x02) // Fix-Size-Multi-Content-Record
47 #define SFX_REC_TYPE_VARSIZE_RELOC sal_uInt8(0x03) // variable Rec-Size
48 #define SFX_REC_TYPE_VARSIZE sal_uInt8(0x04) // alt (nicht verschiebbar)
49 #define SFX_REC_TYPE_MIXTAGS_RELOC sal_uInt8(0x07) // Mixed Tag Content-Record
50 #define SFX_REC_TYPE_MIXTAGS sal_uInt8(0x08) // alt (nicht verschiebbar)
51 #define SFX_REC_TYPE_LAST sal_uInt8(0x08)
226 sal_uInt8 _nPreTag; // in den Header zu schreibendes 'Pre-Tag'
230 sal_uInt8 nTag );
231 inline SfxMiniRecordWriter( SvStream *pStream, sal_uInt8 nTag,
281 sal_uInt8 _nPreTag; // aus dem Header gelesenes Pre-Tag
285 void Construct_Impl( SvStream *pStream, sal_uInt8 nTag ) in Construct_Impl()
304 SfxMiniRecordReader( SvStream *pStream, sal_uInt8 nTag );
307 inline sal_uInt8 GetTag() const;
360 SfxSingleRecordWriter( sal_uInt8 nRecordType,
362 sal_uInt16 nTag, sal_uInt8 nCurVer );
366 sal_uInt16 nTag, sal_uInt8 nCurVer );
368 sal_uInt16 nTag, sal_uInt8 nCurVer,
409 sal_uInt8 _nRecordVer; // Version des Gesamt-Inhalts
410 sal_uInt8 _nRecordType; // Record Type aus dem Header
428 inline sal_uInt8 GetVersion() const;
489 SfxMultiFixRecordWriter( sal_uInt8 nRecordType,
491 sal_uInt16 nTag, sal_uInt8 nCurVer,
496 sal_uInt16 nTag, sal_uInt8 nCurVer,
560 SfxMultiVarRecordWriter( sal_uInt8 nRecordType,
563 sal_uInt8 nRecordVer );
570 sal_uInt8 nRecordVer );
618 sal_uInt8 nRecordVer );
620 void NewContent( sal_uInt16 nTag, sal_uInt8 nVersion );
673 sal_uInt8 _nContentVer; // Versions-Kennung des akt. Contents
684 inline sal_uInt8 GetContentVersion() const;
695 sal_uInt8 nTag // Record-Tag zwischen 0x01 und 0xFE in SfxMiniRecordWriter()
721 sal_uInt8 nTag, // Record-Tag zwischen 0x01 und 0xFE in SfxMiniRecordWriter()
817 inline sal_uInt8 SfxMiniRecordReader::GetTag() const in GetTag()
917 inline sal_uInt8 SfxSingleRecordReader::GetVersion() const in GetVersion()
998 sal_uInt8 nRecordVer // Gesamt-Record-Versions-Kennung in SfxMultiMixRecordWriter()
1039 inline sal_uInt8 SfxMultiRecordReader::GetContentVersion() const in GetContentVersion()