VikasMahato

Untitled

May 24th, 2018
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 0.30 KB | None | 0 0
  1. interface XExternalDataProvider: com::sun::star::uno::XInterface
  2. {
  3.     [attribute] string URL;
  4.     [attribute] string Provider;
  5.     [attribute] string Id;
  6.     [attribute] double UpdateFrequency;
  7.     sequence<ExternalDataSourceInfo> getDataSourcesForURL([in] string rURL);
  8.     //string GetURL();
  9. };
Add Comment
Please, Sign In to add comment