summaryrefslogtreecommitdiffstats
path: root/offapi/com/sun/star/chart2/SubIncrement.idl
blob: bd13ed232d20599d5f4643805fba77b0a537cc0f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
#ifndef com_sun_star_chart2_SubIncrement_idl
#define com_sun_star_chart2_SubIncrement_idl


module com {  module sun {  module star {  module chart2 {


struct SubIncrement
{
    /** should contain nothing for <em>auto</em>, or an integer value
        for an explicit interval count.
     */
    any         IntervalCount;

    /** should contain nothing for <em>auto</em>, or a boolean value
        for an explicit setting.
     */
    any         PostEquidistant;
};


}; }; }; };

#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */