summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/ExplicitSubIncrement.idl
diff options
context:
space:
mode:
Diffstat (limited to 'offapi/com/sun/star/chart2/ExplicitSubIncrement.idl')
-rw-r--r--offapi/com/sun/star/chart2/ExplicitSubIncrement.idl30
1 files changed, 30 insertions, 0 deletions
diff --git a/offapi/com/sun/star/chart2/ExplicitSubIncrement.idl b/offapi/com/sun/star/chart2/ExplicitSubIncrement.idl
new file mode 100644
index 000000000000..c1af626c5db1
--- /dev/null
+++ b/offapi/com/sun/star/chart2/ExplicitSubIncrement.idl
@@ -0,0 +1,30 @@
+#ifndef com_sun_star_chart2_ExplicitSubIncrement_idl
+#define com_sun_star_chart2_ExplicitSubIncrement_idl
+
+//=============================================================================
+
+module com { module sun { module star { module chart2 {
+
+//=============================================================================
+
+struct ExplicitSubIncrement
+{
+ /** Numbers of intervals between two superior ticks. For an axis
+ this usually means, that <code>IntervalCount - 1</code>
+ sub-tick-marks are displayed between two superior ticks.
+
+ */
+ long IntervalCount;
+
+ /** If <TRUE/>, the distance between two sub-tick-marks on the
+ screen is always the same. If <FALSE/>, the distances may
+ differ depending on the <type>XScaling</type>.
+ */
+ boolean PostEquidistant;
+};
+
+//=============================================================================
+
+}; }; }; };
+
+#endif