LibreOffice Module sw (master) 1
|
#include <wrtww8.hxx>
Public Member Functions | |
WW8_SepInfo (const SwPageDesc *pPD, const SwSectionFormat *pFormat, sal_uLong nLnRestart, ::std::optional< sal_uInt16 > oPgRestart=std::nullopt, const SwNode *pNd=nullptr, bool bIsFirstPara=false) | |
bool | IsProtected () const |
Public Attributes | |
const SwPageDesc * | pPageDesc |
const SwSectionFormat * | pSectionFormat |
const SwNode * | pPDNd |
sal_uLong | nLnNumRestartNo |
::std::optional< sal_uInt16 > | oPgRestartNo |
bool | bIsFirstParagraph |
Definition at line 173 of file wrtww8.hxx.
|
inline |
Definition at line 182 of file wrtww8.hxx.
bool WW8_SepInfo::IsProtected | ( | ) | const |
Definition at line 1292 of file wrtw8sty.cxx.
References SwSectionFormat::GetSection(), SwSection::IsProtect(), and pSectionFormat.
Referenced by MSWordSections::NeedsDocumentProtected(), and MSWordExportBase::SectionProperties().
bool WW8_SepInfo::bIsFirstParagraph |
Definition at line 180 of file wrtww8.hxx.
Referenced by MSWordExportBase::SectionProperties().
sal_uLong WW8_SepInfo::nLnNumRestartNo |
Definition at line 178 of file wrtww8.hxx.
Referenced by MSWordExportBase::SectionProperties().
::std::optional<sal_uInt16> WW8_SepInfo::oPgRestartNo |
Definition at line 179 of file wrtww8.hxx.
Referenced by MSWordExportBase::SectionProperties().
const SwPageDesc* WW8_SepInfo::pPageDesc |
Definition at line 175 of file wrtww8.hxx.
Referenced by MSWordSections::GetFormatCol(), and MSWordExportBase::SectionProperties().
const SwNode* WW8_SepInfo::pPDNd |
Definition at line 177 of file wrtww8.hxx.
Referenced by MSWordExportBase::SectionProperties().
const SwSectionFormat* WW8_SepInfo::pSectionFormat |
Definition at line 176 of file wrtww8.hxx.
Referenced by MSWordSections::GetFormatCol(), IsProtected(), DocxAttributeOutput::SectionBreak(), and MSWordExportBase::SectionProperties().