19 #ifndef __com_sun_star_ucb_XDataContainer_idl__ 20 #define __com_sun_star_ucb_XDataContainer_idl__ 26 module
com { module sun { module star { module ucb {
46 string getContentType();
53 void setContentType( [in]
string aType );
60 sequence<byte> getData();
67 void setData( [in] sequence<byte> aData );
79 void setDataURL( [in]
string aURL );
Definition: Ambiguous.idl:22
specifies a container for (binary) data.
Definition: XDataContainer.idl:39
This is the generic interface for supporting the insertion and removal of indexed elements...
Definition: XIndexContainer.idl:37