Please refer to these two links:
Library Container Properties in Basic
Currently, the library system is implemented using UNO interfaces, not as a UNO service. Therefore, the library system cannot be accessed by instantiating an UNO service. The library system has to be accessed directly from Basic using the built-in properties BasicLibraries and DialogLibraries.
and this post: List of Commands, properties and Methods
Therefore, my immediate logical question would be: How and where to find The Complete StarBasic BasicLibraries online reference? Does one exist?
I have read the OpenOffice.org BASIC Programming Guide, Andrew Pitonyak's Macro Book and Documentation of OpenOffice BASIC objects, etc.