[script-issues] [Issue 98597] Please provide a list of a ll BASIC runtime functions and other keywords

2009-08-24 Thread ufi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=98597


User ufi changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from u...@openoffice.org Mon Aug 24 14:40:30 + 
2009 ---
closed

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@script.openoffice.org
For additional commands, e-mail: issues-h...@script.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[script-issues] [Issue 98597] Please provide a list of a ll BASIC runtime functions and other keywords

2009-08-04 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=98597


User ab changed the following:

What|Old value |New value

  Status|STARTED   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from a...@openoffice.org Tue Aug  4 11:36:55 + 
2009 ---
In general all Basic keywords can be found in ooo/basic/
source/comp/token.cxx (search for aTokTable_Basic).
But not all tokens are commands.

Methods and properties can be found at ooo/basic/source/
runtime/stdobj.cxx (search for aMethods). Each method
is followed by its parameters (indented). _FUNCTION indi-
cates a method, _CPROP a property.

Unfortunately I see no way to find new functionality
easily as many commands or methods have been in these
lists from the beginning and only have been implemented
later. E.g. this is the case for Type.

To detect changes concerning runtime functions it may be
a good idea to diff ooo/basic/source/runtime/methods.cxx
and methods1.cxx to older versions. All RTLFUNC(xyz) are
the implementation of the corresponding functions in
stdobj.cxx. Unchanged functions can be directly ignored
for updating the documentation.

I doubt that it would help you if I extract all this data
from the source code, so I only provide links to it.
Please feel free to ask me for additional information.

- FIXED


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@script.openoffice.org
For additional commands, e-mail: issues-h...@script.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[script-issues] [Issue 98597] Please provide a list of a ll BASIC runtime functions and other keywords

2009-08-04 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=98597


User ab changed the following:

What|Old value |New value

 Assigned to|ab|ufi





--- Additional comments from a...@openoffice.org Tue Aug  4 11:55:12 + 
2009 ---
ab-ufi: Please check if this is ok for you.
Otherwise we have to find another way.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@script.openoffice.org
For additional commands, e-mail: issues-h...@script.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[script-issues] [Issue 98597] Please provide a list of a ll BASIC runtime functions and other keywords

2009-06-04 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=98597





--- Additional comments from a...@openoffice.org Thu Jun  4 10:37:00 + 
2009 ---
ab-ufi: What exactly do you mean by type declaration?


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@script.openoffice.org
For additional commands, e-mail: issues-h...@script.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[script-issues] [Issue 98597] Please provide a list of a ll BASIC runtime functions and other keywords

2009-06-04 Thread ufi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=98597





--- Additional comments from u...@openoffice.org Thu Jun  4 12:34:10 + 
2009 ---
it is the keyword Type. A user mentioned this exists and works. 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@script.openoffice.org
For additional commands, e-mail: issues-h...@script.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[script-issues] [Issue 98597] Please provide a list of a ll BASIC runtime functions and other keywords

2009-02-03 Thread ab
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=98597


User ab changed the following:

What|Old value |New value

  Status|NEW   |STARTED





--- Additional comments from a...@openoffice.org Tue Feb  3 10:20:05 + 
2009 ---
STARTED


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@script.openoffice.org
For additional commands, e-mail: issues-h...@script.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org



[script-issues] [Issue 98597] Please provide a list of a ll BASIC runtime functions and other keywords

2009-01-29 Thread ufi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=98597
 Issue #|98597
 Summary|Please provide a list of all BASIC runtime functions a
|nd other keywords
   Component|scripting
 Version|DEV300m39
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|ab
 Reported by|ufi





--- Additional comments from u...@openoffice.org Thu Jan 29 09:38:59 + 
2009 ---
Please provide a list of all BASIC runtime functions and statements, so we can
update the Help files. For example, the Type declaration seems to be valid in
BASIC, but no info can be found in Help

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: issues-unsubscr...@script.openoffice.org
For additional commands, e-mail: issues-h...@script.openoffice.org


-
To unsubscribe, e-mail: allbugs-unsubscr...@openoffice.org
For additional commands, e-mail: allbugs-h...@openoffice.org