Lines Matching refs:TableLayouter

66 TableLayouter::TableLayouter( const TableModelRef& xTableModel )  in TableLayouter()  function in sdr::table::TableLayouter
75 TableLayouter::~TableLayouter() in ~TableLayouter()
82 basegfx::B2ITuple TableLayouter::getCellSize( const CellPos& rPos ) const in getCellSize()
127 bool TableLayouter::getCellArea( const CellPos& rPos, basegfx::B2IRectangle& rArea ) const in getCellArea()
155 sal_Int32 TableLayouter::getRowHeight( sal_Int32 nRow ) in getRowHeight()
165 void TableLayouter::setRowHeight( sal_Int32 nRow, sal_Int32 nHeight ) in setRowHeight()
179 sal_Int32 TableLayouter::getColumnWidth( sal_Int32 nColumn ) in getColumnWidth()
189 void TableLayouter::setColumnWidth( sal_Int32 nColumn, sal_Int32 nWidth ) in setColumnWidth()
199 bool TableLayouter::isEdgeVisible( sal_Int32 nEdgeX, sal_Int32 nEdgeY, bool bHorizontal ) const in isEdgeVisible()
219 SvxBorderLine* TableLayouter::getBorderLine( sal_Int32 nEdgeX, sal_Int32 nEdgeY, bool bHorizontal )… in getBorderLine()
242 sal_Int32 TableLayouter::getHorizontalEdge( int nEdgeY, sal_Int32* pnMin /*= 0*/, sal_Int32* pnMax … in getHorizontalEdge()
272 sal_Int32 TableLayouter::getVerticalEdge( int nEdgeX, sal_Int32* pnMin /*= 0*/, sal_Int32* pnMax /*… in getVerticalEdge()
448 sal_Int32 TableLayouter::getMinimumColumnWidth( sal_Int32 nColumn ) in getMinimumColumnWidth()
463 sal_Int32 TableLayouter::distribute( LayoutVector& rLayouts, sal_Int32 nDistribute ) in distribute()
539 void TableLayouter::LayoutTableWidth( Rectangle& rArea, bool bFit ) in LayoutTableWidth()
692 void TableLayouter::LayoutTableHeight( Rectangle& rArea, bool bFit ) in LayoutTableHeight()
842 void TableLayouter::LayoutTable( Rectangle& rRectangle, bool bFitWidth, bool bFitHeight ) in LayoutTable()
873 void TableLayouter::updateCells( Rectangle& rRectangle ) in updateCells()
903 CellRef TableLayouter::getCell( const CellPos& rPos ) const in getCell()
919 bool TableLayouter::HasPriority( const SvxBorderLine* pThis, const SvxBorderLine* pOther ) in HasPriority()
955 void TableLayouter::SetBorder( sal_Int32 nCol, sal_Int32 nRow, bool bHorizontal, const SvxBorderLin… in SetBorder()
978 void TableLayouter::ClearBorderLayout() in ClearBorderLayout()
986 void TableLayouter::ClearBorderLayout(BorderLineMap& rMap) in ClearBorderLayout()
1009 void TableLayouter::ResizeBorderLayout() in ResizeBorderLayout()
1018 void TableLayouter::ResizeBorderLayout( BorderLineMap& rMap ) in ResizeBorderLayout()
1035 void TableLayouter::UpdateBorderLayout() in UpdateBorderLayout()
1112 void TableLayouter::DistributeColumns( ::Rectangle& rArea, sal_Int32 nFirstCol, sal_Int32 nLastCol ) in DistributeColumns()
1151 void TableLayouter::DistributeRows( ::Rectangle& rArea, sal_Int32 nFirstRow, sal_Int32 nLastRow ) in DistributeRows()
1203 void TableLayouter::SetWritingMode( com::sun::star::text::WritingMode eWritingMode ) in SetWritingMode()
1210 sal_Int32 TableLayouter::getColumnStart( sal_Int32 nColumn ) const in getColumnStart()
1220 sal_Int32 TableLayouter::getRowStart( sal_Int32 nRow ) const in getRowStart()