Add autocomplete features to a cell?

Java, C++, C#, Delphi... - Using the UNO bridges
Post Reply
kde
Posts: 4
Joined: Thu Jun 19, 2008 12:38 pm
Location: Germany

Add autocomplete features to a cell?

Post by kde »

Hello,

I need a way to get location (coordinates) of a cell in a screen (sheet.location, cell.location) to show a window with a list (to realise Autocomplete/IntelliSense). Does somebody have an idea?

pseudo code:

Code: Select all

XCell cell = ...
ICellLocation location = cell.getLocation()
// UI component
MyWindowWithList window = new MyWind...
window.setLocation(location.getXPos(), location.getYPos())
window.show()
best regards

Konstantin
OOo 2.4.X on Ubuntu 8.x
Post Reply