/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ module ooo { module vba { module adodb { constants ConnectPromptEnum { const long adPromptAlways = 1; const long adPromptComplete = 2; const long adPromptCompleteRequired = 3; const long adPromptNever = 4; }; }; }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ lass='logo' rowspan='2'>cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/inc/printaccessoryview.hrc
AgeCommit message (Expand)Author
2021-08-03Pass context and resource string down to boost::locale separatelyNoel Grandin