Lines Matching refs:SwSection
50 class SwSection;
59 SV_DECL_PTRARR( SwSections, SwSection*, 0, 4 )
109 explicit SwSectionData(SwSection const&);
161 class SW_DLLPUBLIC SwSection class
184 SwSection(SectionType const eType, String const& rName,
186 virtual ~SwSection();
225 inline SwSection* GetParent() const;
338 SwSection* GetSection() const;
340 inline SwSection* GetParentSection() const;
359 const SwSection* GetGlobalDocSection() const;
380 inline SwSection* SwSection::GetParent() const in GetParent()
383 SwSection* pRet = 0; in GetParent()
397 inline SwSection* SwSectionFmt::GetParentSection() const in GetParentSection()
400 SwSection* pRet = 0; in GetParentSection()