| LibreOffice
    LibreOffice 25.2 SDK API Reference | 
Interface of Uri Binding. More...
import "XUriBinding.idl";
 
  
| Public Member Functions | |
| void | setUriBinding ([in] string uri, [in] com::sun::star::io::XInputStream InputStream) raises ( com::sun::star::uno::Exception ) | 
| Sets the XInputStream interface for a uri. | |
| com::sun::star::io::XInputStream | getUriBinding ([in] string uri) raises ( com::sun::star::uno::Exception ) | 
| Gets the XInputStream interface for a uri. | |
| Public Member Functions inherited from XInterface | |
| any | queryInterface ([in] type aType) | 
| queries for a new interface to an existing UNO object. | |
| void | acquire () | 
| increases the reference counter by one. | |
| void | release () | 
| decreases the reference counter by one. | |
Interface of Uri Binding.
This interface is used to dynamically bind a uri with a XInputStream interface.
| com::sun::star::io::XInputStream getUriBinding | ( | [in] string | uri | ) | ||
| raises | ( | com::sun::star::uno::Exception ) | ||||
Gets the XInputStream interface for a uri.
| uri | the uri whose binding is to get | 
| void setUriBinding | ( | [in] string | uri, | |||
| [in] com::sun::star::io::XInputStream | InputStream ) | |||||
| raises | ( | com::sun::star::uno::Exception ) | ||||
Sets the XInputStream interface for a uri.
| uri | the uri to bind | 
| InputStream | the XInputStream to be bound |