Searched refs:m_sSectionName (Results 1 – 2 of 2) sorted by relevance
114 , m_sSectionName(rName) in SV_IMPL_PTRARR()129 , m_sSectionName(rSection.GetSectionName()) in SwSectionData()148 , m_sSectionName(rOther.m_sSectionName) in SwSectionData()168 m_sSectionName = rOther.m_sSectionName; in operator =()190 && (m_sSectionName == rOther.m_sSectionName) in operator ==()
86 String m_sSectionName; member in SwSectionData114 String const& GetSectionName() const { return m_sSectionName; } in GetSectionName()115 void SetSectionName(String const& rName){ m_sSectionName = rName; } in SetSectionName()
Completed in 11 milliseconds