Home
last modified time | relevance | path

Searched refs:SVBT8 (Results 1 – 11 of 11) sorted by relevance

/AOO41X/main/sw/source/filter/ww8/dump/
H A Dww8struc.hxx36 { sal_uInt8 n = SVBT8ToByte( *(SVBT8*)p ); p += 1; return n; } in Get_Byte()
49 { ByteToSVBT8( n, *(SVBT8*)p ); p+= 1; } in Set_UInt8()
396 SVBT8 rcWinMF[14]; // 0xe rc (rectangle - 8 bytes) rect for window origin
406 SVBT8 aBits1; //0x2c
407 SVBT8 aBits2;
421 SVBT8 aBits1;
455 SVBT8 aBits1Ver6;
456 SVBT8 aBits2Ver6;
509SVBT8 nfc; // 0 number format code, 0=Arabic, 1=Upper case Roman, 2=Lower case Rom…
511 SVBT8 cbTextBefore; // 1 offset into anld.rgch limit of prefix text
[all …]
H A Ddump8a.cxx103 SVBT8 nData; in WW8ReadBYTE()
H A Dww8scan.cxx754 sal_uInt8 n = SVBT8ToByte( *(SVBT8*)p ); in Get_Byte()
/AOO41X/main/sw/source/filter/ww8/
H A Dww8struc.hxx45 ByteToSVBT8( n, *(SVBT8*)p ); in Set_UInt8()
423 SVBT8 rcWinMF[14]; // 0xe rc (rectangle - 8 bytes) rect for window origin
433 SVBT8 aBits1; //0x2c
434 SVBT8 aBits2;
448 SVBT8 aBits1;
482 SVBT8 aBits1Ver6;
483 SVBT8 aBits2Ver6;
554SVBT8 nfc; // 0 number format code, 0=Arabic, 1=Upper case Roman, 2=Lower case Rom…
556 SVBT8 cbTextBefore; // 1 offset into anld.rgch limit of prefix text
557 SVBT8 cbTextAfter; // 2
[all …]
H A Dwrtw8num.cxx840 sal_uInt16& rCharLen, SVBT8& r8Len ) in SwWw8_InsertAnlText()
H A Dww8scan.cxx846 sal_uInt8 n = SVBT8ToByte( *(SVBT8*)p ); in Get_Byte()
/AOO41X/main/sw/source/filter/ww1/
H A Dw1struct.hxx508 SVBT8 hps;// Font size in half points
509 SVBT8 hpsPos;// Sub/Superscript ( signed number, 0 = normal )
512 SVBT8 fnPic;// internal
586 SVBT8 cbFfnM1;// 0x0 total length of FFN - 1.
589 SVBT8 fFlags;
638 SVBT8 stc;
697 SVBT8 ch; // boundary-type (begin(19), separator (20), end (21))
700 SVBT8 flt; // field type / flags
741SVBT8 bm[14];// 0xe BITMAP(14 bytes) Window's bitmap structure when PIC describes a BITMAP.
742SVBT8 rcWinMF[14];// 0xe rc (rectangle - 8 bytes) rect for window origin and extents when metaf…
[all …]
H A Dw1class.cxx452 SVBT8 x; in Ww1Sprm()
480 sal_uInt16 nRet = sizeof(SVBT8); in Size()
500 nRet += sizeof(SVBT8); // var. l. byte-size in Size()
995 nOffset += sizeof(SVBT8); in Fill()
1023 nOffset += sizeof(SVBT8); in Fill()
H A Dw1filter.cxx1820 SVBT8 tmpByte; in WriteBmp()
1829 if ((rOut.Write(tmpByte, sizeof(SVBT8))) != sizeof(SVBT8)) goto error; in WriteBmp()
/AOO41X/main/tools/inc/tools/
H A Dsolar.h80 typedef sal_uInt8 SVBT8[1]; typedef
87 inline sal_uInt8 SVBT8ToByte ( const SVBT8 p ) { return p[0]; } in SVBT8ToByte()
118 inline void ByteToSVBT8 ( sal_uInt8 n, SVBT8 p ) { p[0] = n; } in ByteToSVBT8()
/AOO41X/main/vcl/source/gdi/
H A Dgdimtf.cxx2796 SVBT8 aSVBT8; in GetChecksum()