Issue 120004 - Feature request: Allow identification of calling cell in (Java) UNO add-in (like Application.Caller in Excel/VBA).
Summary: Feature request: Allow identification of calling cell in (Java) UNO add-in (l...
Status: UNCONFIRMED
Alias: None
Product: Calc
Classification: Application
Component: programming (show other issues)
Version: 3.4.0
Hardware: All All
: P3 Normal with 2 votes (vote)
Target Milestone: ---
Assignee: AOO issues mailing list
QA Contact:
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-06-16 15:18 UTC by cfries
Modified: 2014-01-09 12:33 UTC (History)
0 users

See Also:
Issue Type: ENHANCEMENT
Latest Confirmation in: ---
Developer Difficulty: ---


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description cfries 2012-06-16 15:18:41 UTC
It should be possible that a (Java) (UNO) add-in function determines the calling cell (sheet name, row and column) similar to Application.Caller in VBA.

Note that there are already build-in spreadsheet functions, which perform such a task (like ROW() and COLUMN()), but afaik there is no method that an add-in function can find out s.th. about the calling cell.
Comment 1 cfries 2014-01-09 12:33:25 UTC
Note: This is also a question on stack overflow, see details there: http://stackoverflow.com/questions/17637601/ooo-libreoffice-uno-java-how-to-get-calling-spreadsheet-cell-of-a-calc-functi