Home
last modified time | relevance | path

Searched refs:rtfSection (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/sw/source/filter/rtf/
H A Dswparrtf.hxx206 class rtfSection class
209 rtfSection(const SwPosition &rPos,
235 std::deque<rtfSection> maSegments;
236 typedef std::deque<rtfSection>::iterator mySegIter;
237 typedef std::deque<rtfSection>::reverse_iterator mySegrIter;
246 void SetSegmentToPageDesc(const rtfSection &rSection, bool bTitlePage,
248 SwSectionFmt *InsertSection(SwPaM& rMyPaM, rtfSection &rSection);
250 const rtfSection &rSection, bool bIgnoreCols);
251 void GetPageULData(const rtfSection &rSection, bool bFirst,
254 bool SetCols(SwFrmFmt &rFmt, const rtfSection &rSection,
[all …]
H A Dswparrtf.cxx533 bool rtfSections::SetCols(SwFrmFmt &rFmt, const rtfSection &rSection, in SetCols()
575 const rtfSection &rSection, bool bIgnoreCols) in SetPage()
614 void rtfSections::GetPageULData(const rtfSection &rSection, bool bFirst, in GetPageULData()
731 void rtfSections::SetSegmentToPageDesc(const rtfSection &rSection, in SetSegmentToPageDesc()
790 void rtfSections::SetHdFt(rtfSection &rSection) in SetHdFt()
822 SwSectionFmt *rtfSections::InsertSection(SwPaM& rMyPaM, rtfSection &rSection) in InsertSection()
2333 rtfSection::rtfSection(const SwPosition &rPos, in rtfSection() function in rtfSection
2340 void rtfSections::push_back(const rtfSection &rSect) in push_back()
2352 rtfSection aSect(*pPam->GetPoint(), SectPageInformation(rInfo)); in SetPageInformationAsDefault()
2864 maSegments.push_back(rtfSection(*pPam->GetPoint(), in ReadSectControls()
[all …]
H A Drtffly.cxx1474 const rtfSection &rSect = maSegments.back(); in GetPageSize()