summaryrefslogtreecommitdiff
path: root/offapi/com/sun/star/chart2/SubIncrement.idl
blob: bc580922c58b04688e69105432240c1853199fb5 (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
28
29
30
/* -*- 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: */