Lines Matching refs:SwColMgr
31 class SW_DLLPUBLIC SwColMgr class
36 SwColMgr(const SfxItemSet &rSet, sal_uInt16 nActWidth = USHRT_MAX);
37 ~SwColMgr();
81 inline sal_uInt16 SwColMgr::GetCount() const in GetCount()
85 inline void SwColMgr::SetLineWidthAndColor(sal_uLong nLWidth, const Color& rCol) in SetLineWidthAndColor()
90 inline sal_uLong SwColMgr::GetLineWidth() const in GetLineWidth()
94 inline const Color& SwColMgr::GetLineColor() const in GetLineColor()
98 inline SwColLineAdj SwColMgr::GetAdjust() const in GetAdjust()
102 inline void SwColMgr::SetAdjust(SwColLineAdj eAdj) in SetAdjust()
106 inline sal_Bool SwColMgr::IsAutoWidth() const in IsAutoWidth()
110 inline void SwColMgr::SetAutoWidth(sal_Bool bOn, sal_uInt16 nGutterWidth) in SetAutoWidth()
114 inline void SwColMgr::NoCols() in NoCols()
118 inline sal_Bool SwColMgr::HasLine() const in HasLine()
122 inline void SwColMgr::SetNoLine() in SetNoLine()