Searched refs:fNoLeading (Results 1 – 7 of 7) sorted by relevance
6137 fNoLeading = ( a32Bit & 0x00080000 ) >> 19 ; in WW8Dop()6210 fNoLeading = 1; in WW8Dop()6259 if (fNoLeading) a32Bit |= 0x00080000; in GetCompatabilityOptions()
1392 …sal_uInt32 fNoLeading :1; // Don't add extra spacebetween rows o… member in WW8Dop
1124 *pOut << indent2 << "fNoLeading : " << pD->fNoLeading << endl1; in DumpDop()
1719 if (!pWDop->fNoLeading) in ImportDop()1725 rDoc.set(IDocumentSettingAccess::ADD_EXT_LEADING, !pWDop->fNoLeading); in ImportDop()1760 if (!pWDop->fNoLeading) in ImportDop()
1647 …sal_uInt32 fNoLeading :1; // Don't add extra spacebetween rows o… member in WW8Dop
6946 fNoLeading = 1; in WW8Dop()6998 fNoLeading = ( a32Bit & 0x00080000 ) >> 19 ; in SetCompatabilityOptions()7036 if (fNoLeading) a32Bit |= 0x00080000; in GetCompatabilityOptions()
341 rDop.fNoLeading = !rWrt.pDoc->get(IDocumentSettingAccess::ADD_EXT_LEADING); in SV_IMPL_PTRARR()