Searched refs:pDop (Results 1 – 4 of 4) sorted by relevance
1121 rWrt.pDop->grpfIhdt = nInfoFlags; in WriteFtnEndTxt()1128 WW8Dop& rDop = *rWrt.pDop; in WriteFtnEndTxt()1243 rWrt.pDop->fFacingPages = rWrt.pDop->fMirrorMargins = true; in CheckForFacinPg()1250 rWrt.pDop->fFacingPages = true; in CheckForFacinPg()1256 rWrt.pDop->fSwapBordersFacingPgs = in CheckForFacinPg()1257 rWrt.pDop->fMirrorMargins = true; in CheckForFacinPg()1428 if ( m_rWW8Export.pDop->fFacingPages ) in SectionWW6HeaderFooterFlags()1469 if ( !(nHeadFootFlags & WW8_HEADER_EVEN) && pDop->fFacingPages ) in WriteHeadersFooters()1477 if ( !(nHeadFootFlags & WW8_FOOTER_EVEN) && pDop->fFacingPages ) in WriteHeadersFooters()
335 WW8Dop& rDop = *rWrt.pDop; in SV_IMPL_PTRARR()2900 ExportDopTypography(pDop->doptypography); in WriteFkpPlcUsw()3304 pDop = new WW8Dop; in ExportDocument_Impl()3307 pDop->fRevMarking = 0 != ( nsRedlineMode_t::REDLINE_ON & mnRedlineMode ); in ExportDocument_Impl()3308 pDop->fRMView = 0 != ( nsRedlineMode_t::REDLINE_SHOW_DELETE & mnRedlineMode ); in ExportDocument_Impl()3309 pDop->fRMPrint = pDop->fRMView; in ExportDocument_Impl()3318 pDop->fAutoHyphen = ((const SvxHyphenZoneItem*)pItem)->IsHyphen(); in ExportDocument_Impl()3398 delete pDop; in ExportDocument_Impl()
927 WW8Dop* pDop; ///< DOcument Properties member in WW8Export
963 m_rWW8Export.pDop->bUseThaiLineBreakingRules = true; in RTLAndCJKState()