Searched refs:fHyphCapitals (Results 1 – 5 of 5) sorted by relevance
1296 …sal_uInt16 fHyphCapitals : 1; // when 1, Word is allowed to hyphenate words that are capitalized.… member in WW8Dop
6032 fHyphCapitals = 0 != ( a8Bit & 0x08 ); in WW8Dop()6200 fHyphCapitals = 1; in WW8Dop()6305 if( fHyphCapitals ) a8Bit |= 0x08; in Write()
1045 *pOut << indent2 << "fHyphCapitals : " << pD->fHyphCapitals << endl1; in DumpDop()
1546 …sal_uInt16 fHyphCapitals : 1; // when 1, Word is allowed to hyphenate words that are capitaliz… member in WW8Dop
6744 fHyphCapitals = 0 != ( a8Bit & 0x08 ); in WW8Dop()6937 fHyphCapitals = 1; in WW8Dop()7173 if( fHyphCapitals ) a8Bit |= 0x08; in Write()
Completed in 182 milliseconds