Version 7.6.3.2-android, tag libreoffice-7.6.3.2-android
[LibreOffice.git] / oovbaapi / ooo / vba / dao / RelationAttributeEnum.idl
blob510af05447582d38577ab8bb015523df38eb6413
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module dao {
3 constants RelationAttributeEnum {
4 const long dbRelationDeleteCascade = 4096;
5 const long dbRelationDontEnforce = 2;
6 const long dbRelationInherited = 4;
7 const long dbRelationLeft = 16777216;
8 const long dbRelationRight = 33554432;
9 const long dbRelationUnique = 1;
10 const long dbRelationUpdateCascade = 256;
12 }; }; };
14 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */