19 #ifndef INCLUDED_SW_INC_TABCOL_HXX
20 #define INCLUDED_SW_INC_TABCOL_HXX
65 size_t Count()
const {
return m_aData.size(); }
67 bool IsHidden(
size_t nPos )
const {
return m_aData[nPos].bHidden; }
68 void SetHidden(
size_t nPos,
bool bValue ) { m_aData[nPos].bHidden = bValue; }
72 void Remove(
size_t nPos,
size_t nCount = 1 );
102 #endif // INCLUDED_SW_INC_TABCOL_HXX
Base class of the Writer layout elements.
std::unique_ptr< SwTabCols > pLastCols
const SwTabColsEntries & GetData() const
void SetLeft(tools::Long nNew)
void SetRight(tools::Long nNew)
tools::Long & operator[](size_t nPos)
SwTabFrame is one table in the document layout, containing rows (which contain cells).
tools::Long GetLeft() const
tools::Long GetRightMax() const
const SwTabColsEntry & GetEntry(size_t nPos) const
void SetRightMax(tools::Long nNew)
tools::Long GetLeftMin() const
bool IsLastRowAllowedToChange() const
bool IsHidden(size_t nPos) const
SwTabFrame const * pLastTabFrame
void SetLeftMin(tools::Long nNew)
SwTabColsEntry & GetEntry(size_t nPos)
SwTable is one table in the document model, containing rows (which contain cells).
std::vector< SwTabColsEntry > SwTabColsEntries
bool m_bLastRowAllowedToChange
void SetLastRowAllowedToChange(bool bNew)
void SetHidden(size_t nPos, bool bValue)
SwTable const * pLastTable
tools::Long operator[](size_t nPos) const
SwFrame const * pLastCellFrame
virtual void Insert(SotClipboardFormatId nFormat, const OUString &rFormatName) override
tools::Long GetRight() const