Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Dww8scan.cxx6721 sal_uInt32 a32Bit; in WW8Dop() local
6835 a32Bit = Get_ULong( pData ); // 84 0x54 in WW8Dop()
6836 SetCompatabilityOptions(a32Bit); in WW8Dop()
6890 a32Bit = Get_Long( pData ); // 508 0x1fc in WW8Dop()
6891 SetCompatabilityOptions(a32Bit); in WW8Dop()
6892 a32Bit = Get_Long( pData ); // 512 0x200 in WW8Dop()
6896 SetCompatabilityOptions2(a32Bit); in WW8Dop()
6979 void WW8Dop::SetCompatabilityOptions(sal_uInt32 a32Bit) in SetCompatabilityOptions() argument
6981 fNoTabForInd = ( a32Bit & 0x00000001 ) ; in SetCompatabilityOptions()
6982 fNoSpaceRaiseLower = ( a32Bit & 0x00000002 ) >> 1 ; in SetCompatabilityOptions()
[all …]
H A Dww8scan.hxx1763 void SetCompatabilityOptions(sal_uInt32 a32Bit);
1766 void SetCompatabilityOptions2(sal_uInt32 a32Bit);
/AOO41X/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx6009 sal_uInt32 a32Bit; in WW8Dop() local
6122 a32Bit = Get_ULong( pData ); in WW8Dop()
6123 fNoTabForInd = ( a32Bit & 0x00000001 ) ; in WW8Dop()
6124 fNoSpaceRaiseLower = ( a32Bit & 0x00000002 ) >> 1 ; in WW8Dop()
6125 fSupressSpbfAfterPageBreak = ( a32Bit & 0x00000004 ) >> 2 ; in WW8Dop()
6126 fWrapTrailSpaces = ( a32Bit & 0x00000008 ) >> 3 ; in WW8Dop()
6127 fMapPrintTextColor = ( a32Bit & 0x00000010 ) >> 4 ; in WW8Dop()
6128 fNoColumnBalance = ( a32Bit & 0x00000020 ) >> 5 ; in WW8Dop()
6129 fConvMailMergeEsc = ( a32Bit & 0x00000040 ) >> 6 ; in WW8Dop()
6130 fSupressTopSpacing = ( a32Bit & 0x00000080 ) >> 7 ; in WW8Dop()
[all …]