Searched refs:fAutoHyphen (Results 1 – 7 of 7) sorted by relevance
1297 sal_uInt16 fAutoHyphen : 1; // when 1, Word will hyphenate newly typed text as a background task member in WW8Dop
6033 fAutoHyphen = 0 != ( a8Bit & 0x10 ); in WW8Dop()6306 if( fAutoHyphen ) a8Bit |= 0x10; in Write()
1046 *pOut << indent2 << "fAutoHyphen : " << pD->fAutoHyphen << endl1; in DumpDop()
1547 …sal_uInt16 fAutoHyphen : 1; // when 1, Word will hyphenate newly typed text as a background … member in WW8Dop
6744 fAutoHyphen = 0 != ( a8Bit & 0x10 ); in WW8Dop()7173 if( fAutoHyphen ) a8Bit |= 0x10; in Write()
4738 if (pIo->pWDop->fAutoHyphen in Import()
3319 pDop->fAutoHyphen = ((const SvxHyphenZoneItem*)pItem)->IsHyphen(); in ExportDocument_Impl()
Completed in 159 milliseconds