We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
entry point of Automation clients
interface ActiveXObject { new(progid: "com.sun.star.ServiceManager"): com.sun.star.ServiceManager; }
return types of sequence<T> map to SafeArray<T>
sequence<T>
SafeArray<T>
parameters of sequence<T> can take sequence<T> | T[] | SafeArray<T>
sequence<T> | T[] | SafeArray<T>
getProperty and setProperty map to Property
getProperty
setProperty
Property
presumably getProperty alone maps to readonly Property
readonly Property
struct handling Struct handling #59
passing enum by name UNO enum issues #66 -- does this even work?
inout and out parameters
The text was updated successfully, but these errors were encountered:
Added ActiveXObject constructor (see #68)
a580f9f
No branches or pull requests
entry point of Automation clients
return types of
sequence<T>
map toSafeArray<T>
parameters of
sequence<T>
can takesequence<T> | T[] | SafeArray<T>
getProperty
andsetProperty
map toProperty
presumably
getProperty
alone maps toreadonly Property
struct handling Struct handling #59
passing enum by name UNO enum issues #66 -- does this even work?
inout and out parameters
The text was updated successfully, but these errors were encountered: