merged tag ooo/OOO330_m14
[LibreOffice.git] / offapi / com / sun / star / chart2 / SubIncrement.idl
blobf076db0eef929613dbbe463ffe7267bd946cfdaf
1 #ifndef com_sun_star_chart2_SubIncrement_idl
2 #define com_sun_star_chart2_SubIncrement_idl
4 //=============================================================================
6 module com { module sun { module star { module chart2 {
8 //=============================================================================
10 struct SubIncrement
12 /** should contain nothing for <em>auto</em>, or an integer value
13 for an explicit interval count.
15 @see <type>ExplicitSubIncrement</type>
17 any IntervalCount;
19 /** should contain nothing for <em>auto</em>, or a boolean value
20 for an explicit setting.
22 @see <type>ExplicitSubIncrement</type>
24 any PostEquidistant;
27 //=============================================================================
29 }; }; }; };
31 #endif