Home
last modified time | relevance | path

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

/trunk/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;
250 const rtfSection &rSection, bool bIgnoreCols);
251 void GetPageULData(const rtfSection &rSection, bool bFirst,
254 bool SetCols(SwFrmFmt &rFmt, const rtfSection &rSection,
256 void SetHdFt(rtfSection &rSection);
262 void push_back(const rtfSection &rSect);
[all …]
H A Dswparrtf.cxx534 bool rtfSections::SetCols(SwFrmFmt &rFmt, const rtfSection &rSection, in SetCols()
576 const rtfSection &rSection, bool bIgnoreCols) in SetPage()
615 void rtfSections::GetPageULData(const rtfSection &rSection, bool bFirst, in GetPageULData()
732 void rtfSections::SetSegmentToPageDesc(const rtfSection &rSection, in SetSegmentToPageDesc()
791 void rtfSections::SetHdFt(rtfSection &rSection) in SetHdFt()
823 SwSectionFmt *rtfSections::InsertSection(SwPaM& rMyPaM, rtfSection &rSection) in InsertSection()
2334 rtfSection::rtfSection(const SwPosition &rPos, in rtfSection() function in rtfSection
2341 void rtfSections::push_back(const rtfSection &rSect) in push_back()
2353 rtfSection aSect(*pPam->GetPoint(), SectPageInformation(rInfo)); in SetPageInformationAsDefault()
2865 maSegments.push_back(rtfSection(*pPam->GetPoint(), in ReadSectControls()
[all …]
H A Drtffly.cxx1475 const rtfSection &rSect = maSegments.back(); in GetPageSize()

Completed in 33 milliseconds