Searched refs:CellCursor (Results 1 – 10 of 10) sorted by relevance
| /AOO41X/main/svx/source/table/ |
| H A D | cellcursor.cxx | 52 CellCursor::CellCursor( const TableModelRef & xTable, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nR… in CellCursor() function in sdr::table::CellCursor 59 CellCursor::~CellCursor() in ~CellCursor() 67 Reference< XCell > SAL_CALL CellCursor::getCellByPosition( sal_Int32 nColumn, sal_Int32 nRow ) thro… in getCellByPosition() 74 Reference< XCellRange > SAL_CALL CellCursor::getCellRangeByPosition( sal_Int32 nLeft, sal_Int32 nTo… in getCellRangeByPosition() 81 Reference< XCellRange > SAL_CALL CellCursor::getCellRangeByName( const OUString& aRange ) throw (Ru… in getCellRangeByName() 90 void SAL_CALL CellCursor::gotoStart( ) throw (RuntimeException) in gotoStart() 98 void SAL_CALL CellCursor::gotoEnd( ) throw (RuntimeException) in gotoEnd() 106 void SAL_CALL CellCursor::gotoNext( ) throw (RuntimeException) in gotoNext() 135 void SAL_CALL CellCursor::gotoPrevious( ) throw (RuntimeException) in gotoPrevious() 156 void SAL_CALL CellCursor::gotoOffset( ::sal_Int32 nColumnOffset, ::sal_Int32 nRowOffset ) throw (Ru… in gotoOffset() [all …]
|
| H A D | cellcursor.hxx | 44 class CellCursor : public CellCursorBase class 47 …CellCursor( const TableModelRef& xTableModel, sal_Int32 nLeft, sal_Int32 nTop, sal_Int32 nRight, s… 48 virtual ~CellCursor();
|
| H A D | tablemodel.cxx | 333 …return new CellCursor( xModel, pRange->getLeft(), pRange->getTop(), pRange->getRight(), pRange->ge… in createCursorByRange()
|
| /AOO41X/main/offapi/com/sun/star/sheet/ |
| H A D | SheetCellCursor.idl | 28 #include <com/sun/star/table/CellCursor.idl> 60 service com::sun::star::table::CellCursor;
|
| /AOO41X/main/offapi/com/sun/star/table/ |
| H A D | XTable.idl | 108 @see com::sun::star::table::CellCursor 122 @see com::sun::star::table::CellCursor
|
| H A D | makefile.mk | 43 CellCursor.idl\
|
| H A D | CellCursor.idl | 42 published service CellCursor
|
| H A D | XCellCursor.idl | 39 @see com::sun::star::table::CellCursor
|
| /AOO41X/main/offapi/com/sun/star/view/ |
| H A D | XLineCursor.idl | 39 @see com::sun::star::table::CellCursor
|
| H A D | XViewCursor.idl | 39 @see com::sun::star::table::CellCursor
|