19 #ifndef __com_sun_star_awt_XScrollBar_idl__
20 #define __com_sun_star_awt_XScrollBar_idl__
28 module
com { module sun { module star { module awt {
49 void setValue( [in]
long n );
55 void setValues( [in]
long nValue,
67 void setMaximum( [in]
long n );
77 void setLineIncrement( [in]
long n );
82 long getLineIncrement();
87 void setBlockIncrement( [in]
long n );
92 long getBlockIncrement();
97 void setVisibleSize( [in]
long n );
102 long getVisibleSize();
107 void setOrientation( [in]
long n );
113 long getOrientation();
– idl definition –
Definition: Ambiguous.idl:22
makes it possible to receive adjustment events.
Definition: XAdjustmentListener.idl:33
base interface of all UNO interfaces
Definition: XInterface.idl:47