Searched refs:aTblAdjust (Results 1 – 1 of 1) sorted by relevance
1037 OStringBuffer aTblAdjust( OOO_STRING_SVTOOLS_RTF_TRQL ); in TableOrientation() local1041 aTblAdjust.setLength(0); in TableOrientation()1042 aTblAdjust.append(OOO_STRING_SVTOOLS_RTF_TRQC); in TableOrientation()1045 aTblAdjust.setLength(0); in TableOrientation()1046 aTblAdjust.append(OOO_STRING_SVTOOLS_RTF_TRQR); in TableOrientation()1050 aTblAdjust.append(OOO_STRING_SVTOOLS_RTF_TRLEFT); in TableOrientation()1051 aTblAdjust.append((sal_Int32)pFmt->GetLRSpace().GetLeft()); in TableOrientation()1057 m_aRowDefs.append(aTblAdjust.makeStringAndClear()); in TableOrientation()
Completed in 46 milliseconds