merge the formfield patch from ooo-build
[ooovba.git] / offapi / com / sun / star / chart2 / ExplicitSubIncrement.idl
blobc1af626c5db1e274d614bf6d59cb21bfeca4b91f
1 #ifndef com_sun_star_chart2_ExplicitSubIncrement_idl
2 #define com_sun_star_chart2_ExplicitSubIncrement_idl
4 //=============================================================================
6 module com { module sun { module star { module chart2 {
8 //=============================================================================
10 struct ExplicitSubIncrement
12 /** Numbers of intervals between two superior ticks. For an axis
13 this usually means, that <code>IntervalCount - 1</code>
14 sub-tick-marks are displayed between two superior ticks.
17 long IntervalCount;
19 /** If <TRUE/>, the distance between two sub-tick-marks on the
20 screen is always the same. If <FALSE/>, the distances may
21 differ depending on the <type>XScaling</type>.
23 boolean PostEquidistant;
26 //=============================================================================
28 }; }; }; };
30 #endif