Issue 6779 - How to add new category function in openBasics?
Summary: How to add new category function in openBasics?
Status: CLOSED NOT_AN_OOO_ISSUE
Alias: None
Product: App Dev
Classification: Unclassified
Component: api (show other issues)
Version: 3.3.0 or older (OOo)
Hardware: PC Other OS
: P3 Trivial
Target Milestone: ---
Assignee: falko.tesch
QA Contact: issues@api
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-08-06 09:56 UTC by markcc
Modified: 2013-02-24 21:08 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this issue.
Description markcc 2002-08-06 09:56:22 UTC
If You open scalc end click menu /insert/function displayed 
"AutoPilot: Function" and in book-mark "Functions" see Listbox 
"Category". 
But I'd like add new category function in scalc.
My function is not seen in "AutoPilot", but if I insert formula 
"=MyTest(10;20)" in spredsheet cells, this function working OK.

What can I doing, what writing in my simple program if I wont seen Myfunction in
"Autopilot" ?
Function MyTest(arg1 as double, arg2 as double) as double  MyTest=arg1+arg2
end Function
Comment 1 ooo 2002-12-19 10:40:06 UTC
Niklös, this seems to be more in your area
Comment 2 niklas.nebel 2002-12-19 13:12:58 UTC
Basic functions can't be added to the function AutoPilot. If you want
to add functions there, you'll have to write an add-in instead.
There are currently no plans to change this, but I'll forward the
request to Falko in case he has a different opinion.
Comment 3 falko.tesch 2003-10-17 07:44:36 UTC
I do not have a diffrerent opinion.
One has to write a Calc AddIn for this.
Comment 4 falko.tesch 2003-10-17 07:44:52 UTC
closed