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( );
62 long getAvailableWidth( );
72 long getAvailableHeight( );
90 void setImage( [in]
short aImageFormat, [in] any aImage )
105 boolean setShowState( [in]
boolean bShowState );
113 boolean getShowState( );
FilePicker that support the preview of various file formats should implement this interface...
Definition: XFilePreview.idl:34
Definition: Ambiguous.idl:22
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