Searched refs:TableModelRef (Results 1 – 20 of 20) sorted by relevance
/aoo41x/main/svx/source/table/ |
H A D | tableundo.hxx | 92 InsertRowUndo( const TableModelRef& xTable, sal_Int32 nIndex, RowVector& aNewRows ); 99 TableModelRef mxTable; 110 RemoveRowUndo( const TableModelRef& xTable, sal_Int32 nIndex, RowVector& aRemovedRows ); 117 TableModelRef mxTable; 128 …InsertColUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols, CellVector& … 135 TableModelRef mxTable; 147 …RemoveColUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols, CellVector& … 154 TableModelRef mxTable;
|
H A D | tablemodel.cxx | 137 TableModel::TableModel( SdrTableObj* pTableObj, const TableModelRef& xSourceTable ) in TableModel() 332 TableModelRef xModel( this ); in createCursorByRange() 461 TableModelRef xModel( this ); in getCellRangeByPosition() 758 TableModelRef xThis( this ); in insertColumns() 834 TableModelRef xThis( this ); in removeColumns() 945 TableModelRef xThis( this ); in insertRows() 1005 TableModelRef xThis( this ); in removeRows()
|
H A D | tablelayouter.hxx | 48 bool findMergeOrigin( const TableModelRef& xTable, sal_Int32 nMergedCol, sal_Int32 nMergedRow, sal_… 60 TableLayouter( const TableModelRef& xTableModel ); 160 TableModelRef mxTable;
|
H A D | tableundo.cxx | 179 InsertRowUndo::InsertRowUndo( const TableModelRef& xTable, sal_Int32 nIndex, RowVector& aNewRows ) in InsertRowUndo() 222 RemoveRowUndo::RemoveRowUndo( const TableModelRef& xTable, sal_Int32 nIndex, RowVector& aRemovedRow… in RemoveRowUndo() 283 InsertColUndo::InsertColUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols… in InsertColUndo() 330 RemoveColUndo::RemoveColUndo( const TableModelRef& xTable, sal_Int32 nIndex, ColumnVector& aNewCols… in RemoveColUndo()
|
H A D | tablecolumns.hxx | 43 TableColumns( const TableModelRef& xTableModel ); 62 TableModelRef mxTableModel;
|
H A D | tablerows.hxx | 43 TableRows( const TableModelRef& xTableModel ); 62 TableModelRef mxTableModel;
|
H A D | cellrange.hxx | 43 …CellRange( const TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_In… 59 TableModelRef mxTable;
|
H A D | tablecolumn.hxx | 49 TableColumn( const TableModelRef& xTableModel, sal_Int32 nColumn ); 73 TableModelRef mxTableModel;
|
H A D | tablerow.hxx | 49 TableRow( const TableModelRef& xTableModel, sal_Int32 nRow, sal_Int32 nColumns ); 76 TableModelRef mxTableModel;
|
H A D | tablelayouter.cxx | 66 TableLayouter::TableLayouter( const TableModelRef& xTableModel ) in TableLayouter() 327 static bool checkMergeOrigin( const TableModelRef& xTable, sal_Int32 nMergedX, sal_Int32 nMergedY, … in checkMergeOrigin() 345 bool findMergeOrigin( const TableModelRef& xTable, sal_Int32 nMergedX, sal_Int32 nMergedY, sal_Int3… in findMergeOrigin()
|
H A D | celltypes.hxx | 39 typedef rtl::Reference< TableModel > TableModelRef; typedef
|
H A D | tablerows.cxx | 49 TableRows::TableRows( const TableModelRef& xTableModel ) in TableRows()
|
H A D | tablecolumns.cxx | 48 TableColumns::TableColumns( const TableModelRef& xTableModel ) in TableColumns()
|
H A D | cellrange.cxx | 45 CellRange::CellRange( const TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRig… in CellRange()
|
H A D | cellcursor.hxx | 47 …CellCursor( const TableModelRef& xTableModel, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, s…
|
H A D | tablecolumn.cxx | 56 TableColumn::TableColumn( const TableModelRef& xTableModel, sal_Int32 nColumn ) in TableColumn()
|
H A D | tablerow.cxx | 57 TableRow::TableRow( const TableModelRef& xTableModel, sal_Int32 nRow, sal_Int32 nColumns ) in TableRow()
|
H A D | tablemodel.hxx | 82 TableModel( SdrTableObj* pTableObj, const TableModelRef& xSourceTable );
|
H A D | cellcursor.cxx | 52 CellCursor::CellCursor( const TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nR… in CellCursor()
|
H A D | svdotable.cxx | 216 TableModelRef mxTable;
|
Completed in 115 milliseconds