Home
last modified time | relevance | path

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

/trunk/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx787 m_aRowDefs.append(OOO_STRING_SVTOOLS_RTF_TROWD); in TableDefinition()
812 m_aRowDefs.append(aRowPadUnits[i]); in TableDefinition()
813 m_aRowDefs.append((sal_Int32)3); in TableDefinition()
814 m_aRowDefs.append(aRowPadNames[i]); in TableDefinition()
815 m_aRowDefs.append((sal_Int32)rBox.GetDistance(aBorders[i])); in TableDefinition()
837 m_aRowDefs.append(OOO_STRING_SVTOOLS_RTF_CELLX); in TableDefinition()
841 m_aRowDefs.append( (sal_Int32)(pFmt->GetLRSpace().GetLeft() + nCalc) ); in TableDefinition()
888 m_aRowDefs.append(OutTBLBorderLine(m_rExport, pLn, aBorderNames[i])); in TableDefaultBorders()
892 m_aRowDefs.append(aCellPadUnits[i]); in TableDefaultBorders()
893 m_aRowDefs.append((sal_Int32)3); in TableDefaultBorders()
[all …]
H A Drtfattributeoutput.hxx551 rtl::OStringBuffer m_aRowDefs; member in RtfAttributeOutput