Searched refs:aTblAdjust (Results 1 – 1 of 1) sorted by relevance
1029 OStringBuffer aTblAdjust( OOO_STRING_SVTOOLS_RTF_TRQL ); in TableOrientation() local1033 aTblAdjust.setLength(0); in TableOrientation()1034 aTblAdjust.append(OOO_STRING_SVTOOLS_RTF_TRQC); in TableOrientation()1037 aTblAdjust.setLength(0); in TableOrientation()1038 aTblAdjust.append(OOO_STRING_SVTOOLS_RTF_TRQR); in TableOrientation()1042 aTblAdjust.append(OOO_STRING_SVTOOLS_RTF_TRLEFT); in TableOrientation()1043 aTblAdjust.append((sal_Int32)pFmt->GetLRSpace().GetLeft()); in TableOrientation()1049 m_aRowDefs.append(aTblAdjust.makeStringAndClear()); in TableOrientation()
Completed in 36 milliseconds