Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/ww8/dump/
H A Dww8scan.hxx1392 sal_uInt32 fNoLeading :1; // Don't add extra spacebetween rows of text member in WW8Dop
H A Dww8scan.cxx6138 fNoLeading = ( a32Bit & 0x00080000 ) >> 19 ; in WW8Dop()
6211 fNoLeading = 1; in WW8Dop()
6260 if (fNoLeading) a32Bit |= 0x00080000; in GetCompatabilityOptions()
H A Ddump8a.cxx1124 *pOut << indent2 << "fNoLeading : " << pD->fNoLeading << endl1; in DumpDop()
/aoo41x/main/sw/source/filter/ww8/
H A Dww8par.cxx1720 if (!pWDop->fNoLeading) in ImportDop()
1726 rDoc.set(IDocumentSettingAccess::ADD_EXT_LEADING, !pWDop->fNoLeading); in ImportDop()
1761 if (!pWDop->fNoLeading) in ImportDop()
H A Dww8scan.hxx1648 …sal_uInt32 fNoLeading :1; // Don't add extra spacebetween rows o… member in WW8Dop
H A Dww8scan.cxx6948 fNoLeading = 1; in WW8Dop()
7000 fNoLeading = ( a32Bit & 0x00080000 ) >> 19 ; in SetCompatabilityOptions()
7038 if (fNoLeading) a32Bit |= 0x00080000; in GetCompatabilityOptions()
H A Dwrtww8.cxx356 rDop.fNoLeading = !rWrt.pDoc->get(IDocumentSettingAccess::ADD_EXT_LEADING); in SV_IMPL_PTRARR()

Completed in 298 milliseconds