Home
last modified time | relevance | path

Searched refs:TableModelRef (Results 1 – 20 of 20) sorted by relevance

/aoo41x/main/svx/source/table/
H A Dtableundo.hxx92 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 Dtablemodel.cxx137 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 Dtablelayouter.hxx48 bool findMergeOrigin( const TableModelRef& xTable, sal_Int32 nMergedCol, sal_Int32 nMergedRow, sal_…
60 TableLayouter( const TableModelRef& xTableModel );
160 TableModelRef mxTable;
H A Dtableundo.cxx179 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 Dtablecolumns.hxx43 TableColumns( const TableModelRef& xTableModel );
62 TableModelRef mxTableModel;
H A Dtablerows.hxx43 TableRows( const TableModelRef& xTableModel );
62 TableModelRef mxTableModel;
H A Dcellrange.hxx43 …CellRange( const TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, sal_In…
59 TableModelRef mxTable;
H A Dtablecolumn.hxx49 TableColumn( const TableModelRef& xTableModel, sal_Int32 nColumn );
73 TableModelRef mxTableModel;
H A Dtablerow.hxx49 TableRow( const TableModelRef& xTableModel, sal_Int32 nRow, sal_Int32 nColumns );
76 TableModelRef mxTableModel;
H A Dtablelayouter.cxx66 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 Dcelltypes.hxx39 typedef rtl::Reference< TableModel > TableModelRef; typedef
H A Dtablerows.cxx49 TableRows::TableRows( const TableModelRef& xTableModel ) in TableRows()
H A Dtablecolumns.cxx48 TableColumns::TableColumns( const TableModelRef& xTableModel ) in TableColumns()
H A Dcellrange.cxx45 CellRange::CellRange( const TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRig… in CellRange()
H A Dcellcursor.hxx47 …CellCursor( const TableModelRef& xTableModel, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, s…
H A Dtablecolumn.cxx56 TableColumn::TableColumn( const TableModelRef& xTableModel, sal_Int32 nColumn ) in TableColumn()
H A Dtablerow.cxx57 TableRow::TableRow( const TableModelRef& xTableModel, sal_Int32 nRow, sal_Int32 nColumns ) in TableRow()
H A Dtablemodel.hxx82 TableModel( SdrTableObj* pTableObj, const TableModelRef& xSourceTable );
H A Dcellcursor.cxx52 CellCursor::CellCursor( const TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nR… in CellCursor()
H A Dsvdotable.cxx216 TableModelRef mxTable;

Completed in 95 milliseconds