Home
last modified time | relevance | path

Searched refs:m_sSectionName (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/docnode/
H A Dsection.cxx114 , 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 ==()
/trunk/main/sw/inc/
H A Dsection.hxx86 String m_sSectionName; member in SwSectionData
114 String const& GetSectionName() const { return m_sSectionName; } in GetSectionName()
115 void SetSectionName(String const& rName){ m_sSectionName = rName; } in SetSectionName()

Completed in 23 milliseconds