Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- interface XExternalDataProvider: com::sun::star::uno::XInterface
- {
- [attribute] string URL;
- [attribute] string Provider;
- [attribute] string Id;
- [attribute] double UpdateFrequency;
- sequence<ExternalDataSourceInfo> getDataSourcesForURL([in] string rURL);
- //string GetURL();
- };
Add Comment
Please, Sign In to add comment