tdf#161411 - UI: Add Better wording for ASCII-only characters
[LibreOffice.git] / oovbaapi / ooo / vba / access / AcFindField.idl
blobccb7231c4e3ea8d3f7e34b7101bb5ccea6f37502
1 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 module ooo { module vba { module access {
3 constants AcFindField {
4 const long acAll = 0;
5 const long acCurrent = -1;
6 };
7 }; }; };
9 /* vim:set shiftwidth=4 softtabstop=4 expandtab: */