Methods' Details |
getRangeName
- Returns
- the name of the cell range that is selected by this cursor.
The name is the cell name of the top left table cell of the range
concatenated by ":" with the table cell name of the bottom left table cell of the cell range.
If the range consists of one table cell only then the name of that table cell is returned.
- See also
- com::sun:star::text::CellRange
|
|
gotoCellByName
boolean |
gotoCellByName( |
[in] string |
aCellName, |
| [in] boolean |
bExpand ); |
- Description
- moves the cursor to the cell with the specified name.
- Parameter aCellName
- specifies the name of the cell to go to.
- Parameter bExpand
- determines whether the selection is to be expanded.
- See also
- Cell
|
|
goLeft
boolean |
goLeft( |
[in] short |
nCount, |
| [in] boolean |
bExpand ); |
- Description
- moves the cursor to the left neighbor.
- Parameter nCount
- the number of cells to move.
- Parameter bExpand
- determines whether the selection is to be expanded.
|
|
goRight
boolean |
goRight( |
[in] short |
nCount, |
| [in] boolean |
bExpand ); |
- Description
- moves the cursor to the right neighbor.
- Parameter nCount
- the number of cells to move.
- Parameter bExpand
- determines whether the selection is to be expanded.
|
|
goUp
boolean |
goUp( |
[in] short |
nCount, |
| [in] boolean |
bExpand ); |
- Description
- moves the cursor to the top neighbor.
- Parameter nCount
- the number of cells to move.
- Parameter bExpand
- determines whether the selection is to be expanded.
|
|
goDown
boolean |
goDown( |
[in] short |
nCount, |
| [in] boolean |
bExpand ); |
- Description
- moves the cursor to the bottom neighbor cell.
- Parameter nCount
- the number of cells to move.
- Parameter bExpand
- determines whether the selection is to be expanded.
|
|
gotoStart
void |
gotoStart( |
[in] boolean |
bExpand ); |
- Description
- moves the cursor to the top left cell of the table.
- Parameter bExpand
- determines whether the selection is to be expanded.
|
|
gotoEnd
void |
gotoEnd( |
[in] boolean |
bExpand ); |
- Description
- moves the cursor to the bottom right cell of the table.
- Parameter bExpand
- determines whether the selection is to be expanded.
|
|
mergeRange
- Description
- merges the selected range of cells.
- See also
- com:sun::star::CellRange
|
|
splitRange
boolean |
splitRange( |
[in] short |
nCount, |
| [in] boolean |
bHorizontal ); |
- Description
- splits the range of cells.
- Parameter nCount
- specifies the number of new cells that will be created
for each cell contained in the range.
- Parameter bHorizontal
- true if the range should be split vertically.
Otherwise it will be split horizontally.
- See also
- com:sun::star::Cell, com:sun::star::CellRange
|
|
Copyright © 2000, 2013 LibreOffice contributors and/or their affiliates. All rights reserved.
LibreOffice was created by The Document Foundation, based on OpenOffice.org, which is Copyright 2000, 2010 Oracle and/or its affiliates.
The Document Foundation acknowledges all community members, please find more info at our website.