Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / oovbaapi / ooo / vba / adodb / CursorLocationEnum.idl
blob0c7940a9ad50afd7eb042e2db7cf0162a94aec89
1 module ooo { module vba { module adodb {
2 constants CursorLocationEnum {
3 const long adUseClient = 3;
4 const long adUseClientBatch = 3;
5 const long adUseNone = 1;
6 const long adUseServer = 2;
7 };
8 }; }; };