19#ifndef INCLUDED_SW_SOURCE_UIBASE_INC_TABLEMGR_HXX
20#define INCLUDED_SW_SOURCE_UIBASE_INC_TABLEMGR_HXX
33 namespace frame {
class XModel; }
36 class XDataProvider; } }
49 SAL_DLLPRIVATE
int GetRightSeparator(
int nNum)
const;
57 SwTwips GetColWidth(sal_uInt16 nNum)
const;
58 SwTwips GetMaxColWidth(sal_uInt16 nNum)
const;
59 void SetColWidth(sal_uInt16 nNum,
SwTwips nWidth );
60 sal_uInt16 GetColCount()
const;
61 sal_uInt16 GetCurColNum()
const;
69 css::uno::Reference< css::frame::XModel >
70 InsertChart( css::uno::Reference< css::chart2::data::XDataProvider >
const &rxDataProvider,
bool bFillWithData,
const OUString &rCellRange,
SwFlyFrameFormat** ppFlyFrameFormat =
nullptr );
SwWrtShell * GetShell() const
SwFrameFormat * m_pFormat
Used by the UI to modify the document model.