Home
last modified time | relevance | path

Searched refs:fNoLeading (Results 1 – 7 of 7) sorted by relevance

/AOO42X/main/sw/source/filter/ww8/dump/
H A Dww8scan.cxx6137 fNoLeading = ( a32Bit & 0x00080000 ) >> 19 ; in WW8Dop()
6210 fNoLeading = 1; in WW8Dop()
6259 if (fNoLeading) a32Bit |= 0x00080000; in GetCompatabilityOptions()
H A Dww8scan.hxx1392 …sal_uInt32 fNoLeading :1; // Don't add extra spacebetween rows o… member in WW8Dop
H A Ddump8a.cxx1124 *pOut << indent2 << "fNoLeading : " << pD->fNoLeading << endl1; in DumpDop()
/AOO42X/main/sw/source/filter/ww8/
H A Dww8par.cxx1719 if (!pWDop->fNoLeading) in ImportDop()
1725 rDoc.set(IDocumentSettingAccess::ADD_EXT_LEADING, !pWDop->fNoLeading); in ImportDop()
1760 if (!pWDop->fNoLeading) in ImportDop()
H A Dww8scan.hxx1647 …sal_uInt32 fNoLeading :1; // Don't add extra spacebetween rows o… member in WW8Dop
H A Dww8scan.cxx6946 fNoLeading = 1; in WW8Dop()
6998 fNoLeading = ( a32Bit & 0x00080000 ) >> 19 ; in SetCompatabilityOptions()
7036 if (fNoLeading) a32Bit |= 0x00080000; in GetCompatabilityOptions()
H A Dwrtww8.cxx341 rDop.fNoLeading = !rWrt.pDoc->get(IDocumentSettingAccess::ADD_EXT_LEADING); in SV_IMPL_PTRARR()