Searched refs:fNoLeading (Results 1 – 7 of 7) sorted by relevance
1392 sal_uInt32 fNoLeading :1; // Don't add extra spacebetween rows of text member in WW8Dop
6138 fNoLeading = ( a32Bit & 0x00080000 ) >> 19 ; in WW8Dop()6211 fNoLeading = 1; in WW8Dop()6260 if (fNoLeading) a32Bit |= 0x00080000; in GetCompatabilityOptions()
1124 *pOut << indent2 << "fNoLeading : " << pD->fNoLeading << endl1; in DumpDop()
1720 if (!pWDop->fNoLeading) in ImportDop()1726 rDoc.set(IDocumentSettingAccess::ADD_EXT_LEADING, !pWDop->fNoLeading); in ImportDop()1761 if (!pWDop->fNoLeading) in ImportDop()
1648 …sal_uInt32 fNoLeading :1; // Don't add extra spacebetween rows o… member in WW8Dop
6948 fNoLeading = 1; in WW8Dop()7000 fNoLeading = ( a32Bit & 0x00080000 ) >> 19 ; in SetCompatabilityOptions()7038 if (fNoLeading) a32Bit |= 0x00080000; in GetCompatabilityOptions()
356 rDop.fNoLeading = !rWrt.pDoc->get(IDocumentSettingAccess::ADD_EXT_LEADING); in SV_IMPL_PTRARR()
Completed in 346 milliseconds