/* -*- 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 { interface XPropValue: com::sun::star::script::XDefaultProperty { [attribute] any Value; }; }; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ lotropia/zeta-7-4'>distro/allotropia/zeta-7-4 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/forms
AgeCommit message (Expand)Author
2024-07-24tdf#161865 Base Table Design View not editableNoel Grandin
2024-07-23cid#1555167 COPY_INSTEAD_OF_MOVECaolán McNamara
2024-07-17cid#1608071 Out-of-bounds accessCaolán McNamara
2024-07-09Simplify comphelper::query_aggregationMike Kaganski
2024-06-27vcl: Remove graph. reader context from {Imp}Graph and GraphicReaderTomaž Vajngerl
2024-06-19Fix typoAndrea Gelmini
2024-06-18loplugin:ostr in variousNoel Grandin
2024-06-11Some missing "block untrusted referer links" for form controlsStephan Bergmann
2024-05-20don't need -I ... YaccTarget/connectivity/source/parse in formsCaolán McNamara
2024-05-16Drop unneeded 'using' instancesGabor Kelemen
2024-05-14createFromAscii -> OUString literals in OLimitedFormatsNoel Grandin
2024-05-11replace createFromAscii with OUString literals in ControlFeatureInterceptionNoel Grandin
2024-05-08tdf#160906 use SfxPoolItemHolderArmin Le Grand (allotropia)
2024-05-08loplugin:ostr in formsNoel Grandin
2024-05-02replace createFromAscii with OUString literals in formsNoel Grandin
2024-05-02WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-04-09Fix typo: compytibilityGabor Kelemen
2024-04-05tdf#146619 Drop unused 'using namespace' in: formsGabor Kelemen
2024-03-30tdf#42982 Add error messages to thrown exceptionsRMZeroFour
2024-03-28convert OXSDDataType to comphelper::WeakImplHelperBaseNoel Grandin