| View previous topic :: View next topic |
| Author |
Message |
Marinus OOo Advocate

Joined: 07 Nov 2004 Posts: 261
|
Posted: Sat Jan 22, 2005 11:28 am Post subject: SearchDescriptor Cell reference |
|
|
Hi,
what is the correct way to retrieve the Row and Column from matches
generated by
createSearchDescriptor() and (for example) findFirst?
I don't want to select the cell since I'm still in a dialog and want to refer to a match in this Dialog without going to the cell first.
You get the point..
Thanks in advance,
Marinus. |
|
| Back to top |
|
 |
pitonyak Administrator


Joined: 09 Mar 2004 Posts: 3622 Location: Columbus, Ohio, USA
|
Posted: Sun Jan 23, 2005 9:57 pm Post subject: |
|
|
Based on an example in my free macro document (the section is titled Searching a Calc document), it looks like the returned object can be used as a cell.... _________________ --
Andrew Pitonyak
http://www.pitonyak.org/oo.php |
|
| Back to top |
|
 |
pitonyak Administrator


Joined: 09 Mar 2004 Posts: 3622 Location: Columbus, Ohio, USA
|
Posted: Sun Jan 23, 2005 10:01 pm Post subject: |
|
|
OK, I verfiied that the returned object can be used as a SheetCell. So, are you asking how to get an address from a SheetCell, or did you not know that you can use the returned object as a SheetCell? _________________ --
Andrew Pitonyak
http://www.pitonyak.org/oo.php |
|
| Back to top |
|
 |
|