Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx533 m_aSectionHeaders.appendAndClear(aParagraph); in EndParagraph()
557 m_aSectionHeaders.writeAndClear(m_rExport.Strm()); in StartParagraphProperties()
588 m_aSectionHeaders.appendAndClear(aPar); in StartParagraphProperties()
761 m_aSectionHeaders.appendAndClear(aStyle); in ParagraphStyle()
1674m_aSectionHeaders.getOStringBuffer().append(bHeader ? OOO_STRING_SVTOOLS_RTF_HEADERY : OOO_STRING_… in WriteHeaderFooter_Impl()
1675m_aSectionHeaders.getOStringBuffer().append((sal_Int32)m_rExport.pAktPageDesc->GetMaster().GetULSp… in WriteHeaderFooter_Impl()
1676 m_aSectionHeaders.getOStringBuffer().append('{'); in WriteHeaderFooter_Impl()
1677 m_aSectionHeaders.getOStringBuffer().append(pStr); in WriteHeaderFooter_Impl()
1681 m_aSectionHeaders.getOStringBuffer().append('}'); in WriteHeaderFooter_Impl()
2559 m_aRun.appendAndClear(m_aSectionHeaders); in TextFootnote_Impl()
H A Drtfattributeoutput.hxx569 MultiBuffer m_aSectionHeaders; member in RtfAttributeOutput