Searched refs:fTruncDxaExpand (Results 1 – 5 of 5) sorted by relevance
1390 sal_uInt32 fTruncDxaExpand :1; // Expand/Condense by whole number of points member in WW8Dop
6136 fTruncDxaExpand = ( a32Bit & 0x00020000 ) >> 17 ; in WW8Dop()6258 if (fTruncDxaExpand) a32Bit |= 0x00020000; in GetCompatabilityOptions()
1122 *pOut << indent2 << "fTruncDxaExpand : " << pD->fTruncDxaExpand << endl1; in DumpDop()
1646 sal_uInt32 fTruncDxaExpand :1; // Expand/Condense by whole number of points member in WW8Dop
6997 fTruncDxaExpand = ( a32Bit & 0x00020000 ) >> 17 ; in SetCompatabilityOptions()7035 if (fTruncDxaExpand) a32Bit |= 0x00020000; in GetCompatabilityOptions()
Completed in 290 milliseconds