Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx543 m_rExport.Strm() << m_aSectionBreaks.makeStringAndClear(); in StartParagraphProperties()
1340 m_aSectionBreaks.append(OOO_STRING_SVTOOLS_RTF_SECT OOO_STRING_SVTOOLS_RTF_SECTD); in StartSection()
1342 m_rExport.Strm() << m_aSectionBreaks.makeStringAndClear(); in StartSection()
1359 m_aSectionBreaks.append(OOO_STRING_SVTOOLS_RTF_SECTUNLOCKED); in SectionFormProtection()
1360 m_aSectionBreaks.append((sal_Int32)!bProtected); in SectionFormProtection()
1391 m_aSectionBreaks.append(OutBorderLine( m_rExport, pLine, in SectionPageBorders()
1396 m_aSectionBreaks.append(OutBorderLine( m_rExport, pLine, in SectionPageBorders()
1401 m_aSectionBreaks.append(OutBorderLine( m_rExport, pLine, in SectionPageBorders()
1406 m_aSectionBreaks.append(OutBorderLine( m_rExport, pLine, in SectionPageBorders()
1424 m_aSectionBreaks.append(OOO_STRING_SVTOOLS_RTF_PGNSTARTS); in SectionPageNumbering()
[all …]
H A Drtfattributeoutput.hxx562 rtl::OStringBuffer m_aSectionBreaks; member in RtfAttributeOutput