/* -*- 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 . */ #ifndef __com_sun_star_script_MemberType_idl__ #define __com_sun_star_script_MemberType_idl__ module com { module sun { module star { module script { /** These values are used to specify a member accessible by XInvocation. */ published enum MemberType { METHOD, PROPERTY, UNKNOWN }; }; }; }; }; #endif /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ion> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/optload.hxx
AgeCommit message (Expand)Author
2020-11-30rework treeview initial toggle button col to be like expander colCaolán McNamara
2019-09-26now drop TabPageParent intermediateCaolán McNamara
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara
2019-08-31drop some unnecessary includesCaolán McNamara
2019-08-05tdf#42949 Fix IWYU warnings in sw/source/uibase/inc/[l-z]*Gabor Kelemen
2019-07-30remove newly unused SvxCheckListBoxCaolán McNamara
2019-07-28weld SwLoadOptPageCaolán McNamara
2018-12-12drop unused SwCaptionPreviewCaolán McNamara
2018-12-12weld SwCaptionOptDlgCaolán McNamara
2018-12-12weld SwCaptionOptPageCaolán McNamara
2018-12-12m_EntryList just shadows ComboBox entriesCaolán McNamara
2018-12-12m_DelEntryList is unusedCaolán McNamara
2018-10-14drop unnecessary vcl/group.hxx includesCaolán McNamara
2018-10-03loplugin:constfields in swNoel Grandin
2018-07-30loplugin:useuniqueptr in SwCaptionOptPageNoel Grandin
2018-06-25tdf#118240 Filter category in Autocaption as done in insert captionXisco Fauli
2018-06-13loplugin:unusedfields only-used-in-constructor in swNoel Grandin
2018-04-22place an intermediate class as parent for SfxTabPagesCaolán McNamara