Searched refs:fWrapTrailSpaces (Results 1 – 5 of 5) sorted by relevance
1378 sal_uInt32 fWrapTrailSpaces :1; // see above member in WW8Dop
6126 fWrapTrailSpaces = ( a32Bit & 0x00000008 ) >> 3 ; in WW8Dop()6248 if (fWrapTrailSpaces) a32Bit |= 0x00000008; in GetCompatabilityOptions()
1112 *pOut << indent2 << "fWrapTrailSpaces : " << pD->fWrapTrailSpaces << endl1; in DumpDop()
1631 sal_uInt32 fWrapTrailSpaces :1; // see above member in WW8Dop
6983 fWrapTrailSpaces = ( a32Bit & 0x00000008 ) >> 3 ; in SetCompatabilityOptions()7021 if (fWrapTrailSpaces) a32Bit |= 0x00000008; in GetCompatabilityOptions()
Completed in 95 milliseconds