Home
last modified time | relevance | path

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

/aoo41x/main/sw/source/core/layout/
H A Datrfrm.cxx1102 SwXTextColumns* pSwColums = 0; in PutValue() local
1105 pSwColums = reinterpret_cast< SwXTextColumns * >( in PutValue()
1109 if(pSwColums) in PutValue()
1111 bOrtho = pSwColums->IsAutomaticWidth(); in PutValue()
1112 nLineWidth = pSwColums->GetSepLineWidth(); in PutValue()
1113 aLineColor.SetColor(pSwColums->GetSepLineColor()); in PutValue()
1114 nLineHeight = pSwColums->GetSepLineHeightRelative(); in PutValue()
1115 if(!pSwColums->GetSepLineIsOn()) in PutValue()
1117 else switch(pSwColums->GetSepLineVertAlign()) in PutValue()

Completed in 55 milliseconds