20 #ifndef __com_sun_star_ui_dialogs_XFilePreview_idl__
21 #define __com_sun_star_ui_dialogs_XFilePreview_idl__
28 module com { module sun { module star { module ui { module dialogs {
43 sequence< short > getSupportedImageFormats( );
60 long getAvailableWidth( );
70 long getAvailableHeight( );
88 void setImage( [in]
short aImageFormat, [in] any aImage )
103 boolean setShowState( [in]
boolean bShowState );
111 boolean getShowState( );
FilePicker that support the preview of various file formats should implement this interface...
Definition: XFilePreview.idl:34
This exception is thrown to indicate that a method has passed an illegal or inappropriate argument...
Definition: IllegalArgumentException.idl:29
long Color
describes an RGB color value with an optional alpha channel.
Definition: Color.idl:36
base interface of all UNO interfaces
Definition: XInterface.idl:47