Home
last modified time | relevance | path

Searched refs:nCharFlags (Results 1 – 1 of 1) sorted by last modified time

/trunk/main/sd/source/filter/eppt/
H A Deppt.cxx2052 sal_uInt32 nCharFlags = 0xefffff; in Write() local
2054 nCharFlags = 0x7ffff; in Write()
2056 rSt << nCharFlags in Write()
2446 sal_uInt32 nCharFlags = rCharStyle.mnFlags; in WriteTxCFStyleAtom() local
2447 nCharFlags &= CharAttr_Italic | CharAttr_Bold | CharAttr_Underline | CharAttr_Shadow; in WriteTxCFStyleAtom()
2451 << (sal_uInt16)( 0x80 | nCharFlags ) in WriteTxCFStyleAtom()
2453 << (sal_uInt16)nCharFlags in WriteTxCFStyleAtom()

Completed in 22 milliseconds