summaryrefslogtreecommitdiff
path: root/oovbaapi/ooo/vba/adodb/CursorLocationEnum.idl
blob: 8a9e4c46ef2da7bada3db60fdf4d60d9106acef5 (plain)
1
2
3
4
5
6
7
8
9
10
11
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
module ooo { module vba { module adodb {
    constants CursorLocationEnum {
        const long adUseClient = 3;
        const long adUseClientBatch = 3;
        const long adUseNone = 1;
        const long adUseServer = 2;
    };
}; }; };

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