/* -*- 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 XlRoutingSlipDelivery { const long xlAllAtOnce = 2; const long xlOneAfterAnother = 1; }; }; }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ >distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/source/ui/inc/present.hxx
AgeCommit message (Expand)Author
2021-05-21add Toggleable as a separate thing to a ButtonCaolán McNamara
2021-05-21use toggle instead of click for RadioButtonCaolán McNamara
2021-03-24tdf#124176 Use pragma once in sdVincent LE GARREC
2020-07-15replace TimeSpinButton with FormattedSpinButtonCaolán McNamara
2018-10-24remove more rtl::OUString and OString prefixesNoel Grandin
2018-09-17rename to weld::ComboBox are they are not text only nowCaolán McNamara
2018-08-27tdf#42949 Fix IWYU warnings in sd/source/ui/inc/[n-s]*hxxGabor Kelemen
2018-05-11drop metric connect_changed, use connect_value_changedCaolán McNamara
2018-05-10weld SdStartPresentationDlgCaolán McNamara