Home
last modified time | relevance | path

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

/AOO42X/main/sw/source/filter/ww8/
H A Dwrtw8nds.cxx1559 int nDCS = ( nDropLines << 3 ) | 0x01; in FormatDrop() local
1560 m_rWW8Export.InsUInt16( static_cast< sal_uInt16 >( nDCS ) ); in FormatDrop()
1581 int nDCS = ( nDropLines << 3 ) | 0x01; in FormatDrop() local
1582 m_rWW8Export.InsUInt16( static_cast< sal_uInt16 >( nDCS ) ); in FormatDrop()
H A Dww8par6.cxx2470 short nDCS = SVBT16ToShort( pDCS ); in IsDropCap() local
2471 if((nDCS | 7) != 0) in IsDropCap()