Searched refs:rtfSections (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/sw/source/filter/rtf/ |
| H A D | swparrtf.hxx | 232 class rtfSections class 268 rtfSections(SwRTFParser &rReader) : mrReader(rReader) {} in rtfSections() function in rtfSections 288 friend class rtfSections; 290 rtfSections maSegments;
|
| H A D | swparrtf.cxx | 434 rtfSections::myrDummyIter aDEnd = maSegments.maDummyPageNos.rend(); in Continue() 435 for (rtfSections::myrDummyIter aI = maSegments.maDummyPageNos.rbegin(); aI != aDEnd; ++aI) in Continue() 543 bool rtfSections::SetCols(SwFrmFmt &rFmt, const rtfSection &rSection, in SetCols() 584 void rtfSections::SetPage(SwPageDesc &rInPageDesc, SwFrmFmt &rFmt, in SetPage() 624 void rtfSections::GetPageULData(const rtfSection &rSection, bool bFirst, in GetPageULData() 625 rtfSections::wwULSpaceData& rData) in GetPageULData() 707 void rtfSections::SetPageULSpaceItems(SwFrmFmt &rFmt, in SetPageULSpaceItems() 708 rtfSections::wwULSpaceData& rData) in SetPageULSpaceItems() 741 void rtfSections::SetSegmentToPageDesc(const rtfSection &rSection, in SetSegmentToPageDesc() 767 void rtfSections::CopyFrom(const SwPageDesc &rFrom, SwPageDesc &rDest) in CopyFrom() [all …]
|
| H A D | rtftbl.cxx | 111 void rtfSections::PrependedInlineNode(const SwPosition &rPos, in PrependedInlineNode()
|