/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ module ooo { module vba { constants VbQueryClose { const long vbAppTaskManager = 3; const long vbAppWindows = 2; const long vbFormCode = 1; const long vbFormControlMenu = 0; const long vbFormMDIForm = 4; }; }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/linguistic/source/defs.hxx
AgeCommit message (Expand)Author
2023-02-28tdf#143148 Use pragma once instead of include guardsniket1322git
2021-10-30Prepare for removal of non-const operator[] from Sequence in linguisticMike Kaganski
2018-11-23remove unused enums in reportdesign,linguistic,l10ntools,vcl,svxNoel Grandin
2017-05-28cleanup unused css/linguistic2/ includesJochen Nitschke