Searched refs:TableLayouter (Results 1 – 5 of 5) sorted by relevance
66 TableLayouter::TableLayouter( const TableModelRef& xTableModel ) in TableLayouter() function in sdr::table::TableLayouter75 TableLayouter::~TableLayouter() in ~TableLayouter()155 sal_Int32 TableLayouter::getRowHeight( sal_Int32 nRow ) in getRowHeight()179 sal_Int32 TableLayouter::getColumnWidth( sal_Int32 nColumn ) in getColumnWidth()873 void TableLayouter::updateCells( Rectangle& rRectangle ) in updateCells()903 CellRef TableLayouter::getCell( const CellPos& rPos ) const in getCell()978 void TableLayouter::ClearBorderLayout() in ClearBorderLayout()986 void TableLayouter::ClearBorderLayout(BorderLineMap& rMap) in ClearBorderLayout()1009 void TableLayouter::ResizeBorderLayout() in ResizeBorderLayout()1035 void TableLayouter::UpdateBorderLayout() in UpdateBorderLayout()[all …]
57 class TableLayouter class60 TableLayouter( const TableModelRef& xTableModel );61 virtual ~TableLayouter();
218 TableLayouter* mpLayouter;285 mpLayouter = new TableLayouter( mxTable ); in init()314 mpLayouter = new TableLayouter( mxTable ); in operator =()1337 const TableLayouter& SdrTableObj::getTableLayouter() const in getTableLayouter()2396 TableLayouter& rLayouter = *mpImpl->mpLayouter; in AddToHdlList()
498 …void impGetLine(SvxBorderLine& aLine, const sdr::table::TableLayouter& rLayouter, sal_Int32 nX, sa… in impGetLine()557 const sdr::table::TableLayouter& rTableLayouter = rTableObj.getTableLayouter(); in createViewIndependentPrimitive2DSequence()
45 class TableLayouter;329 const TableLayouter& getTableLayouter() const;
Completed in 42 milliseconds