19#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_COLMGR_HXX 
   20#define INCLUDED_SW_SOURCE_UIBASE_INC_COLMGR_HXX 
   36    inline sal_uInt16   GetCount() 
const;
 
   37    void                SetCount(sal_uInt16 
nCount, sal_uInt16 nGutterWidth);
 
   38    sal_uInt16          GetGutterWidth(sal_uInt16 
nPos = USHRT_MAX) 
const;
 
   39    void                SetGutterWidth(sal_uInt16 nWidth, sal_uInt16 
nPos = USHRT_MAX);
 
   41    sal_uInt16          GetColWidth(sal_uInt16 nIdx) 
const;
 
   42    void                SetColWidth(sal_uInt16 nIdx, sal_uInt16 nWidth);
 
   44    inline bool         IsAutoWidth() 
const;
 
   45    void                SetAutoWidth(
bool bOn, sal_uInt16 lGutterWidth = 0);
 
   47    inline bool         HasLine() 
const;
 
   48    inline void         SetNoLine();
 
   58    short               GetLineHeightPercent() 
const;
 
   59    void                SetLineHeightPercent(
short nPercent);
 
   65    void                SetActualWidth(sal_uInt16 nW);
 
void SetAutoWidth(bool bOn, sal_uInt16 lGutterWidth=0)
 
SvxBorderLineStyle GetLineStyle() const
 
sal_uInt16 GetActualSize() const
 
const Color & GetLineColor() const
 
sal_uInt16 GetCount() const
 
sal_uLong GetLineWidth() const
 
const SwFormatCol & GetColumns() const
 
void SetAdjust(SwColLineAdj)
 
SwColLineAdj GetAdjust() const
 
SW_DLLPUBLIC void FitToActualSize(SwFormatCol &rCol, sal_uInt16 nWidth)
 
Color GetLineColor(Color const &rColor, DrawModeFlags nDrawMode, StyleSettings const &rStyleSettings)