Home
last modified time | relevance | path

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

/AOO41X/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx795 m_aRowDefs.append(OOO_STRING_SVTOOLS_RTF_TROWD); in TableDefinition()
820 m_aRowDefs.append(aRowPadUnits[i]); in TableDefinition()
821 m_aRowDefs.append((sal_Int32)3); in TableDefinition()
822 m_aRowDefs.append(aRowPadNames[i]); in TableDefinition()
823 m_aRowDefs.append((sal_Int32)rBox.GetDistance(aBorders[i])); in TableDefinition()
845 m_aRowDefs.append(OOO_STRING_SVTOOLS_RTF_CELLX); in TableDefinition()
849 m_aRowDefs.append( (sal_Int32)(pFmt->GetLRSpace().GetLeft() + nCalc) ); in TableDefinition()
896 m_aRowDefs.append(OutTBLBorderLine(m_rExport, pLn, aBorderNames[i])); in TableDefaultBorders()
900 m_aRowDefs.append(aCellPadUnits[i]); in TableDefaultBorders()
901 m_aRowDefs.append((sal_Int32)3); in TableDefaultBorders()
[all …]
H A Drtfattributeoutput.hxx551 rtl::OStringBuffer m_aRowDefs; member in RtfAttributeOutput