lok: vcl: fix multiple floatwin removal case more robustly.
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcSearchDirection.idl
blob4606060f61727d7bd1cf3fe731fa95c8ad1af6d6
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module access {
3 constants AcSearchDirection {
4 const long acDown = 1;
5 const long acSearchAll = 2;
6 const long acUp = 0;
7 };
8 }; }; };
10 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */