/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */ /* * This file is part of the LibreOffice project. * * This Source Code Form is subject to the terms of the Mozilla Public * License, v. 2.0. If a copy of the MPL was not distributed with this * file, You can obtain one at http://mozilla.org/MPL/2.0/. * * This file incorporates work covered by the following license notice: * * Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed * with this work for additional information regarding copyright * ownership. The ASF licenses this file to you under the Apache * License, Version 2.0 (the "License"); you may not use this file * except in compliance with the License. You may obtain a copy of * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ module ooo { module vba { module excel { constants XlOrientation { const long xlDownward = -4170; const long xlHorizontal = -4128; const long xlUpward = -4171; const long xlVertical = -4166; }; }; }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ gemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/RepositoryModule_host.mk
AgeCommit message (Expand)Author
2024-10-24Remove archaic xmergeCaolán McNamara
2024-06-12.NET Bindings: Add DotnetLibrary class to gbuildRMZeroFour
2024-04-18move writerfilter inside swNoel Grandin
2024-03-05add sd to --enable-mergelibs=moreNoel Grandin
2024-03-05add dbu to --enable-mergelibs=moreNoel Grandin
2024-02-29add writerfilter to --enable-mergedlibs=moreNoel Grandin
2024-02-29add cui to --enable-mergedlibs=moreNoel Grandin
2024-02-09add chartcore&chartcontroller to mergedlibsNoel Grandin
2024-02-08add oox to --enable-mergelibsNoel Grandin
2023-12-15Turn onlineupdate into external/onlineupdateStephan Bergmann
2023-01-12introduce docmodel comp., model::ThemeColor, use it in SvxColorItemTomaž Vajngerl
2022-10-14WASM add Calc as optional build result, make it build & runBalazs Varga
2022-09-11[COVER] add first set of ODF feature test filesThorsten Behrens
2022-06-10[API CHANGE] Remove deprecated idlc and regmerge from the SDKStephan Bergmann
2022-04-21serialize linking of large libraries only if USE_LD is not setLuboš Luňák
2022-01-20WASM --enable-wasm-strip now skips lots of LO codeArmin Le Grand (Allotropia)
2022-01-12gbuild: build static LO / link static executablesJan-Marek Glogowski
2021-12-31gbuild: introduce gb_%_linktarget_targetJan-Marek Glogowski
2021-12-23remove drawinglayercore from RepositoryModule_hostTomaž Vajngerl
2021-12-23add drawinglayercore to RepositoryModule_{build,host}Tomaž Vajngerl
2021-12-01Fix --disable-avmedia for DESKTOP buildJan-Marek Glogowski
2021-06-22configure: Improve help-options handlingJan-Marek Glogowski