28 m_bLastRowAllowedToChange( true )
35 m_nLeftMin( rCpy.GetLeftMin() ),
36 m_nLeft( rCpy.GetLeft() ),
37 m_nRight( rCpy.GetRight() ),
38 m_nRightMax( rCpy.GetRightMax() ),
39 m_bLastRowAllowedToChange( rCpy.IsLastRowAllowedToChange() ),
59 bool bValue,
size_t nPos )
81 SwTabColsEntries::iterator aStart =
m_aData.begin() + nPos;
82 m_aData.erase( aStart, aStart + nCount );
const SwTabColsEntries & GetData() const
tools::Long GetLeft() const
tools::Long GetRightMax() const
tools::Long GetLeftMin() const
bool IsLastRowAllowedToChange() const
SwTabCols(sal_uInt16 nSize=0)
void Remove(size_t nPos, size_t nCount=1)
bool m_bLastRowAllowedToChange
void Insert(tools::Long nValue, bool bValue, size_t nPos)
SwTabCols & operator=(const SwTabCols &)
tools::Long GetRight() const