Lines Matching refs:sal_uInt8

43 inline void Set_UInt8( sal_uInt8 *& p, sal_uInt8 n )  in Set_UInt8()
49 inline void Set_UInt16( sal_uInt8 *& p, sal_uInt16 n ) in Set_UInt16()
55 inline void Set_UInt32( sal_uInt8 *& p, sal_uInt32 n ) in Set_UInt32()
93 sal_uInt8 qpsSpace:6;
94 sal_uInt8 fSysVanish:1;
95 sal_uInt8 fNumRun:1;
96 sal_uInt8 ico:5;
97 sal_uInt8 kul:3;
98 sal_uInt8 hpsPos;
99 sal_uInt8 icoBi;
206 sal_uInt8 cbFfnM1; // 0x0 total length of FFN - 1.
208 sal_uInt8 prg: 2; // 0x1:03 pitch request
209 sal_uInt8 fTrueType : 1; // 0x1:04 when 1, font is a TrueType font
211 sal_uInt8 ff : 3; // 0x1:70 font family id
215 sal_uInt8 chs; // 0x4 character set identifier
216 sal_uInt8 ibszAlt; // 0x5 index into ffn.szFfn to the name of the alternate font
269 sal_uInt8 *pCol=0, short *pIdx=0) const;
306 void ReadFromMem(sal_uInt8 *&pData);
307 void WriteToMem(sal_uInt8 *&pData) const;
386 sal_uInt8 rcWinMF[14]; // 0xe rc (rectangle - 8 bytes) rect for window origin
457sal_uInt8 bFirstMerged : 1;// 0001 set to 1 when cell is first cell of a range of cells that hav…
458 sal_uInt8 bMerged : 1;// 0002 set to 1 when cell has been merged with preceding cell.
459 sal_uInt8 bVertical : 1;// set to 1 when cell has vertical text flow
460sal_uInt8 bBackward : 1;// for a vertical table cell, text flow is bottom to top when 1 and i…
461 sal_uInt8 bRotateFont : 1;// set to 1 when cell has rotated characters (i.e. uses @font)
462sal_uInt8 bVertMerge : 1;// set to 1 when cell is vertically merged with the cell(s) above and…
463sal_uInt8 bVertRestart : 1;// set to 1 when the cell is the first of a set of vertically merged …
464sal_uInt8 nVertAlign : 2;// specifies the alignment of the cell contents relative to text flow…
517 sal_uInt8 GetFore() const { return (sal_uInt8)( maBits & 0x1f); } in GetFore()
518 sal_uInt8 GetBack() const { return (sal_uInt8)((maBits >> 5 ) & 0x1f); } in GetBack()
519 sal_uInt8 GetStyle(bool bVer67) const in GetStyle()
520 { return (sal_uInt8)((maBits >> 10) & ( bVer67 ? 0x1f : 0x3f ) ); } in GetStyle()
527 void SetFore(sal_uInt8 nVal) in SetFore()
532 void SetBack(sal_uInt8 nVal) in SetBack()
537 void SetStyle(bool bVer67, sal_uInt8 nVal) in SetStyle()
593 sal_uInt8 rgchAnld[32]; // 0x14 characters displayed before/after autonumber
603 sal_uInt8 rgch[64]; // 0x94 array of 64 chars text before/after number
611 void ReadFromMem(const sal_uInt8 *&pData);
612 sal_uInt8 nfc;
613 sal_uInt8 cbTextBefore;
614 sal_uInt8 cbTextAfter;
615 sal_uInt8 jc : 2;
616 sal_uInt8 fPrev : 1;
617 sal_uInt8 fHang : 1;
618 sal_uInt8 fSetBold : 1;
619 sal_uInt8 fSetItalic : 1;
620 sal_uInt8 fSetSmallCaps : 1;
621 sal_uInt8 fSetCaps : 1;
622 sal_uInt8 fSetStrike : 1;
623 sal_uInt8 fSetKul : 1;
624 sal_uInt8 fPrevSpace : 1;
625 sal_uInt8 fBold : 1;
626 sal_uInt8 fItalic : 1;
627 sal_uInt8 fSmallCaps : 1;
628 sal_uInt8 fCaps : 1;
629 sal_uInt8 fStrike : 1;
630 sal_uInt8 kul : 3;
631 sal_uInt8 ico : 5;
642 void ReadFromMem(const sal_uInt8 *&pData, bool bVer67)
644 sal_uInt8 fRestartHdr; // when ==1, restart heading on section break
645 sal_uInt8 fSpareOlst2; // reserved
646 sal_uInt8 fSpareOlst3; // reserved
647 sal_uInt8 fSpareOlst4; // reserved
651 sal_uInt8 rgch[64]; // array of 64 chars text before/after number
866 sal_uInt8 nSp29;
867 sal_uInt8 nSp37;
971 static const sal_uInt8 MAX_NO_OF_SEP_COLUMNS = 44;
976 sal_uInt8 bkc;
977 sal_uInt8 fTitlePage;
979 sal_uInt8 nfcPgn;
980 sal_uInt8 fUnlocked;
981 sal_uInt8 cnsPgn;
982 sal_uInt8 fPgnRestart;
983 sal_uInt8 fEndNote;
1011 sal_uInt8 dmOrientPage;
1012 sal_uInt8 iHeadingPgn;
1035 sal_uInt8 fBiDi;
1036 sal_uInt8 fFacingCol;
1037 sal_uInt8 fRTLGutter;
1038 sal_uInt8 fRTLAlignment;
1048 sal_uInt8 dmOrientFirst;
1049 sal_uInt8 fLayout;