Home
last modified time | relevance | path

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

/aoo4110/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx317 sal_uInt16 nBit16 = 0x1000; // fInvalHeight in StartStyle() local
318 nBit16 |= (ww::stiNil & nWwId); in StartStyle()
319 Set_UInt16( pData, nBit16 ); in StartStyle()
321 nBit16 = nWwBase << 4; // istdBase in StartStyle()
322 nBit16 |= bPapFmt ? 1 : 2; // sgc in StartStyle()
323 Set_UInt16( pData, nBit16 ); in StartStyle()
325 nBit16 = nWwNext << 4; // istdNext in StartStyle()
326 nBit16 |= bPapFmt ? 2 : 1; // cupx in StartStyle()
327 Set_UInt16( pData, nBit16 ); in StartStyle()

Completed in 21 milliseconds