Version 4.0.2.1, tag libreoffice-4.0.2.1
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcSearchDirection.idl
blobb570b8df8cb3b60405e6029de8b48e288e075376
1 module ooo { module vba { module access {
2 constants AcSearchDirection {
3 const long acDown = 1;
4 const long acSearchAll = 2;
5 const long acUp = 0;
6 };
7 }; }; };