Searched defs:W1_CHP (Results 1 – 1 of 1) sorted by relevance
515 W1_CHP() { memset( this, 0, sizeof( *this)); } in W1_CHP() argument517 sal_uInt16 fCharGet() { return SVBT16ToShort(fChar); } in fCharGet()518 void fCharSet(sal_uInt16 n) { ShortToSVBT16(n, fChar); } in fCharSet()557 sal_uInt16 ftcGet() { return SVBT16ToShort(ftc); } in ftcGet()558 void ftcSet(sal_uInt16 n) { ShortToSVBT16(n, ftc); } in ftcSet()559 void hpsSet(sal_uInt8 n) { ByteToSVBT8(n, hps); } in hpsSet()560 sal_uInt8 hpsGet() { return SVBT8ToByte(hps); } in hpsGet()562 sal_uInt8 hpsPosGet() { return SVBT8ToByte(hpsPos); } in hpsPosGet()563 sal_uInt16 fTextGet() { return SVBT16ToShort(fText); } in fTextGet()564 void fTextSet(sal_uInt16 n) { ShortToSVBT16(n, fText); } in fTextSet()[all …]
Completed in 22 milliseconds