Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww1/
H A Dw1struct.hxx518 void fCharSet(sal_uInt16 n) { ShortToSVBT16(n, fChar); } in fCharSet() function
520 void fBoldSet(sal_Bool b) { fCharSet( ( fCharGet() & 0xfffe ) | ( b << 0 ) ); } in fBoldSet()
522 void fItalicSet(sal_Bool b) { fCharSet( ( fCharGet() & 0xfffd ) | ( b << 1 ) ); } in fItalicSet()
533 void fsFtcSet(sal_Bool b) { fCharSet( ( fCharGet() & 0xf7ff ) | ( b << 11 ) ); } in fsFtcSet()
535 void fsHpsSet(sal_Bool b) { fCharSet( ( fCharGet() & 0xefff ) | ( b << 12 ) ); } in fsHpsSet()
537 void fsKulSet(sal_Bool b) { fCharSet( ( fCharGet() & 0xdfff ) | ( b << 13 ) ); } in fsKulSet()

Completed in 30 milliseconds