Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Dww8scan.cxx6719 sal_uInt32 a32Bit; in WW8Dop() local
6833 a32Bit = Get_ULong( pData ); // 84 0x54 in WW8Dop()
6834 SetCompatabilityOptions(a32Bit); in WW8Dop()
6888 a32Bit = Get_Long( pData ); // 508 0x1fc in WW8Dop()
6889 SetCompatabilityOptions(a32Bit); in WW8Dop()
6890 a32Bit = Get_Long( pData ); // 512 0x200 in WW8Dop()
6894 SetCompatabilityOptions2(a32Bit); in WW8Dop()
6977 void WW8Dop::SetCompatabilityOptions(sal_uInt32 a32Bit) in SetCompatabilityOptions() argument
6979 fNoTabForInd = ( a32Bit & 0x00000001 ) ; in SetCompatabilityOptions()
6980 fNoSpaceRaiseLower = ( a32Bit & 0x00000002 ) >> 1 ; in SetCompatabilityOptions()
[all …]
H A Dww8scan.hxx1762 void SetCompatabilityOptions(sal_uInt32 a32Bit);
1765 void SetCompatabilityOptions2(sal_uInt32 a32Bit);
/trunk/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx6008 sal_uInt32 a32Bit; in WW8Dop() local
6121 a32Bit = Get_ULong( pData ); in WW8Dop()
6122 fNoTabForInd = ( a32Bit & 0x00000001 ) ; in WW8Dop()
6123 fNoSpaceRaiseLower = ( a32Bit & 0x00000002 ) >> 1 ; in WW8Dop()
6124 fSupressSpbfAfterPageBreak = ( a32Bit & 0x00000004 ) >> 2 ; in WW8Dop()
6125 fWrapTrailSpaces = ( a32Bit & 0x00000008 ) >> 3 ; in WW8Dop()
6126 fMapPrintTextColor = ( a32Bit & 0x00000010 ) >> 4 ; in WW8Dop()
6127 fNoColumnBalance = ( a32Bit & 0x00000020 ) >> 5 ; in WW8Dop()
6128 fConvMailMergeEsc = ( a32Bit & 0x00000040 ) >> 6 ; in WW8Dop()
6129 fSupressTopSpacing = ( a32Bit & 0x00000080 ) >> 7 ; in WW8Dop()
[all …]