/* -*- 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: */