Searched refs:CellCursor (Results 1 – 11 of 11) sorted by relevance
/aoo4110/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() 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() 176 bool CellCursor::GetMergedSelection( CellPos& rStart, CellPos& rEnd ) in GetMergedSelection() 394 void CellCursor::split_horizontal( sal_Int32 nColumns ) in split_horizontal() 510 void CellCursor::split_vertical( sal_Int32 nRows ) in split_vertical() 561 sal_Bool SAL_CALL CellCursor::isMergeable( ) throw (RuntimeException) in isMergeable() [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()
|
/aoo4110/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;
|
/aoo4110/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
|
/aoo4110/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
|
/aoo4110/main/odk/pack/copying/ |
H A D | idl_chapter_refs.txt | 259 com.sun.star.table.CellCursor 1789 com.sun.star.table.CellCursor 7485 com.sun.star.table.CellCursor
|
Completed in 163 milliseconds