Home
last modified time | relevance | path

Searched defs:W1_FIB (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/filter/ww1/
H A Dw1struct.hxx40 sal_uInt16 nFibGet() { in nFibGet()
48 SVBT16 pnNext;// 0x8
51 SVBT16 fFlags;
55 sal_Bool fDotGet() { in fDotGet()
58 sal_Bool fGlsyGet() { in fGlsyGet()
70 sal_uInt16 u1Get() { in u1Get()
72 SVBT16 nFibBack;// 0xc
77 sal_uLong fcMinGet() { in fcMinGet()
80 sal_uLong fcMacGet() { in fcMacGet()
83 sal_uLong cbMacGet() { in cbMacGet()
[all …]
/trunk/main/sw/source/filter/basflt/
H A Diodetect.cxx56 struct W1_FIB in IsReader() struct
58 SVBT16 wIdent; // 0x0 int magic number in IsReader()
59 SVBT16 nFib; // 0x2 FIB version written in IsReader()
60 SVBT16 nProduct; // 0x4 product version written by in IsReader()
61 SVBT16 nlocale; // 0x6 language stamp---localized version; in IsReader()
62 SVBT16 pnNext; // 0x8 in IsReader()
63 SVBT16 fFlags; in IsReader()
65 sal_uInt16 nFibGet() { return SVBT16ToShort(nFib); } in IsReader()
66 sal_uInt16 wIdentGet() { return SVBT16ToShort(wIdent); } in IsReader()
67 sal_uInt16 fFlagsGet() { return SVBT16ToShort(fFlags); } in IsReader()
[all …]

Completed in 37 milliseconds