Skip to content
New issue

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

Changes to the definitions specifically for the Automation context #68

Open
7 of 8 tasks
zspitz opened this issue Aug 21, 2017 · 0 comments
Open
7 of 8 tasks

Changes to the definitions specifically for the Automation context #68

zspitz opened this issue Aug 21, 2017 · 0 comments

Comments

@zspitz
Copy link
Owner

zspitz commented Aug 21, 2017

  • 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>

  • parameters of sequence<T> can take sequence<T> | T[] | SafeArray<T>

  • getProperty and setProperty map to Property

  • presumably getProperty alone maps to readonly Property

  • struct handling Struct handling #59

  • passing enum by name UNO enum issues #66 -- does this even work?

  • inout and out parameters

@zspitz zspitz changed the title UNO API in Automation context -- changes Changes to the definitions specifically for the Automation context Aug 22, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant