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 +0000 
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

Reply via email to