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