Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx1037 OStringBuffer aTblAdjust( OOO_STRING_SVTOOLS_RTF_TRQL ); in TableOrientation() local
1041 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 58 milliseconds