Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx551 m_rExport.Strm() << m_aSectionBreaks.makeStringAndClear(); in StartParagraphProperties()
1348 m_aSectionBreaks.append(OOO_STRING_SVTOOLS_RTF_SECT OOO_STRING_SVTOOLS_RTF_SECTD); in StartSection()
1350 m_rExport.Strm() << m_aSectionBreaks.makeStringAndClear(); in StartSection()
1367 m_aSectionBreaks.append(OOO_STRING_SVTOOLS_RTF_SECTUNLOCKED); in SectionFormProtection()
1368 m_aSectionBreaks.append((sal_Int32)!bProtected); in SectionFormProtection()
1399 m_aSectionBreaks.append(OutBorderLine( m_rExport, pLine, in SectionPageBorders()
1404 m_aSectionBreaks.append(OutBorderLine( m_rExport, pLine, in SectionPageBorders()
1409 m_aSectionBreaks.append(OutBorderLine( m_rExport, pLine, in SectionPageBorders()
1414 m_aSectionBreaks.append(OutBorderLine( m_rExport, pLine, in SectionPageBorders()
1432 m_aSectionBreaks.append(OOO_STRING_SVTOOLS_RTF_PGNSTARTS); in SectionPageNumbering()
[all …]
H A Drtfattributeoutput.hxx562 rtl::OStringBuffer m_aSectionBreaks; member in RtfAttributeOutput