Language
	
	Asturianu (ast) 
	Català (ca) 
	Čeština (cs) 
	Dansk (da) 
	Deutsch (de) 
	
	English [US] (en-US) 
	Español (es) 
	Esperanto (eo) 
	Eesti keel (et) 
	Euskara (eu) 
	Français (fr) 
	Gàidhlig (gd) 
	Galego (gl) 
	Italiano (it) 
	Lietuvių (lt) 
	Magyar (hu) 
	Nederlands (nl) 
	Norsk (no) 
	Polski (pl) 
	Português [do Brasil] (pt-BR) 
	Português [Europeu] (pt) 
	Română (ro) 
	Slovenčina (sk) 
	Slovenščina (sl) 
	Suomi (fi) 
	Svenska (sv) 
	Yкраїнська (uk) 
	Tiếng Việt (vi) 
	Türkçe (tr) 
	ኦሮሚኛ (om) 
	Հայերեն (hy) 
	Ελληνικά (el) 
	български език (bg) 
	Русский (ru) 
	Cрпски [ћирилицом] (sr) 
	
	עברית (he) 
	हिन्दी (hi) 
	ភាសាខ្មែរ (km) 
	தமிழ் (ta) 
	ภาษาไทย (th) 
	简体中文 (zh-CN) 
	正體中文 (zh-TW) 
	日本語 (ja) 
	한국어 (ko) 
	 
	
  
  
    
     The Free and Open Productivity Suite
   
      
      
  
 
 
Methods' Summary 
 
getRangeName  
  
 
gotoCellByName  
moves the cursor to the cell with the specified name.
   
 
goLeft  
moves the cursor to the left neighbor.
   
 
goRight  
moves the cursor to the right neighbor.
   
 
goUp  
moves the cursor to the top neighbor.
   
 
goDown  
moves the cursor to the bottom neighbor cell.
   
 
gotoStart  
moves the cursor to the top left cell of the table.
   
 
gotoEnd  
moves the cursor to the bottom right cell of the table.
   
 
mergeRange  
merges the selected range of cells.
   
 
splitRange  
splits the range of cells.
   
 
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
 contatenated 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 wether 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 wether 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 wether 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 wether 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 wether 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 wether 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 wether 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 
 
 
 
 
 
Top of Page Copyright © 2013, The Apache Software Foundation, Licensed under the Apache License, Version 2.0. Apache, the Apache feather logo, Apache OpenOffice and OpenOffice.org are trademarks of The Apache Software Foundation. Other names may be trademarks of their respective owners.