Lines Matching refs:aFmtCol
67 const SwFmtCol& GetColumns() const { return aFmtCol; } in GetColumns()
75 SwFmtCol aFmtCol; member in SwColMgr
83 return aFmtCol.GetNumCols(); in GetCount()
87 aFmtCol.SetLineWidth(nLWidth); in SetLineWidthAndColor()
88 aFmtCol.SetLineColor(rCol); in SetLineWidthAndColor()
92 return aFmtCol.GetLineWidth(); in GetLineWidth()
96 return aFmtCol.GetLineColor(); in GetLineColor()
100 return aFmtCol.GetLineAdj(); in GetAdjust()
104 aFmtCol.SetLineAdj(eAdj); in SetAdjust()
108 return aFmtCol.IsOrtho(); in IsAutoWidth()
112 aFmtCol.SetOrtho(bOn, nGutterWidth, nWidth); in SetAutoWidth()
116 aFmtCol.GetColumns().DeleteAndDestroy(0, aFmtCol.GetColumns().Count()); in NoCols()