Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/rtf/
H A Dswparrtf.hxx231 class rtfSections class
267 rtfSections(SwRTFParser &rReader) : mrReader(rReader) {} in rtfSections() function in rtfSections
287 friend class rtfSections;
289 rtfSections maSegments;
H A Dswparrtf.cxx424 rtfSections::myrDummyIter aDEnd = maSegments.maDummyPageNos.rend(); in Continue()
425 for (rtfSections::myrDummyIter aI = maSegments.maDummyPageNos.rbegin(); aI != aDEnd; ++aI) in Continue()
533 bool rtfSections::SetCols(SwFrmFmt &rFmt, const rtfSection &rSection, in SetCols()
574 void rtfSections::SetPage(SwPageDesc &rInPageDesc, SwFrmFmt &rFmt, in SetPage()
614 void rtfSections::GetPageULData(const rtfSection &rSection, bool bFirst, in GetPageULData()
615 rtfSections::wwULSpaceData& rData) in GetPageULData()
697 void rtfSections::SetPageULSpaceItems(SwFrmFmt &rFmt, in SetPageULSpaceItems()
698 rtfSections::wwULSpaceData& rData) in SetPageULSpaceItems()
731 void rtfSections::SetSegmentToPageDesc(const rtfSection &rSection, in SetSegmentToPageDesc()
757 void rtfSections::CopyFrom(const SwPageDesc &rFrom, SwPageDesc &rDest) in CopyFrom()
[all …]
H A Drtftbl.cxx110 void rtfSections::PrependedInlineNode(const SwPosition &rPos, in PrependedInlineNode()