Lines Matching refs:CellCursor

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()
176 bool CellCursor::GetMergedSelection( CellPos& rStart, CellPos& rEnd ) in GetMergedSelection()
255 void SAL_CALL CellCursor::merge( ) throw (NoSupportException, RuntimeException) in merge()
290 void CellCursor::split_column( sal_Int32 nCol, sal_Int32 nColumns, std::vector< sal_Int32 >& rLeftO… in split_column()
394 void CellCursor::split_horizontal( sal_Int32 nColumns ) in split_horizontal()
406 void CellCursor::split_row( sal_Int32 nRow, sal_Int32 nRows, std::vector< sal_Int32 >& rLeftOvers ) in split_row()
510 void CellCursor::split_vertical( sal_Int32 nRows ) in split_vertical()
522 void SAL_CALL CellCursor::split( sal_Int32 nColumns, sal_Int32 nRows ) throw (NoSupportException, I… in split()
561 sal_Bool SAL_CALL CellCursor::isMergeable( ) throw (RuntimeException) in isMergeable()
569 sal_Bool SAL_CALL CellCursor::isUnmergeable( ) throw (RuntimeException) in isUnmergeable()