I am updating my documentation for StarBasic, and, I found a few methods that have me stumped for a good explanation:


************ RTL
I must use CompatibilityMode(True) before calling RTL.
Defined in methods.cxx. The implementaiton code is very simple:

rPar.Get( 0 )->PutObject( pBasic->getRTL() );

My guess is that RTL stands for "run time library", but, I am a bit stumped. I did find an example that does something similar (see http://openoffice.org.sourcearchive.com/documentation/1:2.4.1-6/vbaapplication_8cxx-source.html), but, I really can only make a wild guess.

************ EnableReschedule
Defined in methods1.cxx


************ Me
Defined in methods1.cxx
Is this used in Base for forms or something similar?
Supported by VB http://msdn.microsoft.com/en-us/library/7e58sbke%28VS.71%29.aspx

************ GetDialogZoomFactorX/Y
This seems to be used to obtain a "scale factor" for a dialog so that a preview image can be properly sized and display correctly.




I think that I have properly documented the rest of the new statements and functions.


--
Andrew Pitonyak
My Macro Document: http://www.pitonyak.org/AndrewMacro.odt
My Book: http://www.hentzenwerke.com/catalog/oome.htm
Info:  http://www.pitonyak.org/oo.php
See Also: http://documentation.openoffice.org/HOW_TO/index.html


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to