Searched refs:TableLayouter (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/svx/source/table/ |
| H A D | tablelayouter.cxx | 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() [all …]
|
| H A D | tablelayouter.hxx | 57 class TableLayouter class 60 TableLayouter( const TableModelRef& xTableModel ); 61 virtual ~TableLayouter();
|
| H A D | svdotable.cxx | 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()
|
| H A D | viewcontactoftableobj.cxx | 500 …void impGetLine(SvxBorderLine& aLine, const sdr::table::TableLayouter& rLayouter, sal_Int32 nX, sa… in impGetLine() 559 const sdr::table::TableLayouter& rTableLayouter = rTableObj.getTableLayouter(); in createViewIndependentPrimitive2DSequence()
|
| /trunk/main/svx/inc/svx/ |
| H A D | svdotable.hxx | 45 class TableLayouter; 329 const TableLayouter& getTableLayouter() const;
|