/* -*- 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 INCLUDED_VCL_OSX_A11YWRAPPERBUTTON_H #define INCLUDED_VCL_OSX_A11YWRAPPERBUTTON_H #include "osx/a11ywrapper.h" @interface AquaA11yWrapperButton : AquaA11yWrapper { } -(id)valueAttribute; -(id)descriptionAttribute; -(NSArray *)accessibilityAttributeNames; @end #endif // INCLUDED_VCL_OSX_A11YWRAPPERBUTTON_H /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ reoffice-5-1'>distro/cib/libreoffice-5-1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vbahelper/source/vbahelper/vbahelper.cxx
AgeCommit message (Expand)Author
2024-12-18use more concrete UNO in swNoel Grandin
2024-12-03don't bother passing const std::[u16]string_view by referenceCaolán McNamara
2024-11-24Turn SC_MOD macro to a functionMike Kaganski
2024-11-08no need to take a copy of the getProcessComponentContext return valueNoel Grandin
2024-11-08Simplify a bitMike Kaganski
2024-08-13use less exception throwing for flow controlNoel Grandin
2024-05-14loplugin:ostr in vbahelperNoel Grandin
2024-01-17ITEM: Remove suspicious extra-Which in ::PutArmin Le Grand (allotropia)
2023-12-12tdf#146619 Recheck include/[v-x]* with IWYUGabor Kelemen
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: vbahelperStephan Bergmann
2023-08-02split Point/Size/Rectangle into AbsoluteScreenPixel* typesNoel Grandin
2023-07-20split GetWindowExtentsRelative asunderNoel Grandin
2023-02-28flatten some vba classesNoel Grandin
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara
2022-10-17sw vba: add WordBasic.MsgBoxJustin Luth
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-06Drop some conversion from vbahelper; use usual functions where neededMike Kaganski
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock
2022-06-28clang-tidy modernize-pass-by-value in vbahelperNoel Grandin
2022-05-03Just use Any ctor instead of makeAny in vbahelperStephan Bergmann
2021-11-01Prepare for removal of non-const operator[] from Sequence in vbahelperMike Kaganski
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-09-15Use <comphelper/servicehelper.hxx> implementing XUnoTunnel part 5Mike Kaganski