Home
last modified time | relevance | path

Searched refs:TableLayouter (Results 1 – 5 of 5) sorted by relevance

/trunk/main/svx/source/table/
H A Dtablelayouter.cxx66 TableLayouter::TableLayouter( const TableModelRef& xTableModel ) in TableLayouter() function in sdr::table::TableLayouter
75 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 …]
H A Dtablelayouter.hxx57 class TableLayouter class
60 TableLayouter( const TableModelRef& xTableModel );
61 virtual ~TableLayouter();
H A Dsvdotable.cxx218 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 Dviewcontactoftableobj.cxx500 …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 Dsvdotable.hxx45 class TableLayouter;
329 const TableLayouter& getTableLayouter() const;

Completed in 38 milliseconds