Lines Matching refs:rSection

2133     const SwPageDesc *pPrev, const wwSection &rSection)  in Read_HdFt()  argument
2140 rSection.maSep.grpfIhdt & ~(WW8_HEADER_FIRST | WW8_FOOTER_FIRST); in Read_HdFt()
2141 pPD = rSection.mpPage; in Read_HdFt()
2147 pPD = rSection.mpTitlePage; in Read_HdFt()
2150 sal_uInt8 grpfIhdt = rSection.maSep.grpfIhdt; in Read_HdFt()
2204 if (bIsHeader && rSection.IsFixedHeightHeader()) in Read_HdFt()
2206 else if (bIsFooter && rSection.IsFixedHeightFooter()) in Read_HdFt()
2212 static_cast< sal_uInt16 >(rSection.GetTextAreaWidth()) ); in Read_HdFt()
2227 bool wwSectionManager::SectionIsProtected(const wwSection &rSection) const in SectionIsProtected()
2229 return (mrReader.pWwFib->fReadOnlyRecommended && !rSection.IsNotProtected()); in SectionIsProtected()
2232 void wwSectionManager::SetHdFt(wwSection &rSection, int nSect, in SetHdFt() argument
2236 if (!rSection.maSep.grpfIhdt) in SetHdFt()
2239 ASSERT(rSection.mpPage, "makes no sense to call with a main page"); in SetHdFt()
2240 if (rSection.mpPage) in SetHdFt()
2243 rSection); in SetHdFt()
2246 if (rSection.mpTitlePage) in SetHdFt()
2251 rSection); in SetHdFt()
2257 mrReader.pHdFt->UpdateIndex(rSection.maSep.grpfIhdt); in SetHdFt()
3821 void wwSectionManager::SetSegmentToPageDesc(const wwSection &rSection, in SetSegmentToPageDesc() argument
3824 SwPageDesc &rPage = bTitlePage ? *rSection.mpTitlePage : *rSection.mpPage; in SetSegmentToPageDesc()
3826 SetNumberingType(rSection, rPage); in SetSegmentToPageDesc()
3854 GetPageULData(rSection, bTitlePage, aULData); in SetSegmentToPageDesc()
3855 SetPageULSpaceItems(rFmt, aULData, rSection); in SetSegmentToPageDesc()
3857 SetPage(rPage, rFmt, rSection, bIgnoreCols); in SetSegmentToPageDesc()
3860 switch (rSection.maSep.pgbApplyTo) in SetSegmentToPageDesc()
3874 mrReader.SetPageBorder(rFmt, rSection); in SetSegmentToPageDesc()
3876 mrReader.SetDocumentGrid(rFmt, rSection); in SetSegmentToPageDesc()
3879 void wwSectionManager::SetUseOn(wwSection &rSection) in SetUseOn() argument
3881 bool bEven = (rSection.maSep.grpfIhdt & (WW8_HEADER_EVEN|WW8_FOOTER_EVEN)) ? in SetUseOn()
3892 ASSERT(rSection.mpPage, "Makes no sense to call me with no pages to set"); in SetUseOn()
3893 if (rSection.mpPage) in SetUseOn()
3894 rSection.mpPage->WriteUseOn(eUse); in SetUseOn()
3895 if (rSection.mpTitlePage) in SetUseOn()
3897 rSection.mpTitlePage->WriteUseOn( in SetUseOn()