1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo
{ module vba
{ module excel
{
4 const long xlErrDiv0
= 2007;
5 const long xlErrNA
= 2042;
6 const long xlErrName
= 2029;
7 const long xlErrNull
= 2000;
8 const long xlErrNum
= 2036;
9 const long xlErrRef
= 2023;
10 const long xlErrValue
= 2015;
14 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */