summaryrefslogtreecommitdiff
path: root/vcl/osx/a11yactionwrapper.h
blob: 0fda9a32ae2195234162e87ff16736ec27fabdf6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
/* -*- 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_A11YACTIONWRAPPER_H
#define INCLUDED_VCL_OSX_A11YACTIONWRAPPER_H

#include "osx/osxvcltypes.h"
#include "osx/a11ywrapper.h"

@interface AquaA11yActionWrapper : NSObject
{
}
+(NSArray *)actionNamesForElement:(AquaA11yWrapper *)wrapper;
+(void)doAction:(NSString *)action ofElement:(AquaA11yWrapper *)wrapper;
@end

#endif // INCLUDED_VCL_OSX_A11YACTIONWRAPPER_H

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
ion'>Norbert Thiebaud 2013-02-07use current version as build.labelDavid Tardon t/lo/core/commit/cpputools/source?h=libreoffice-7-1&id=aa0499cefda1f808e6361e400d02a04cd4a0ef65'>coverity#982593 experiment with silencing Infinite loopCaolán McNamara 2014-05-29remove more unnecesary OUString constructor useNoel Grandin 2014-05-27remove unnecessary use of OUString constructor when throwingNoel Grandin 2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin 2014-05-23add default value for Context param in uno::Exception constructorsNoel Grandin 2014-05-08various: sal_Bool->boolNoel Grandin 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann 2013-11-22remove unnecessary use of OUString constructor in equalsIgnoreAsciiCaseNoel Grandin 2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin 2013-10-31Convert indexOf->startsWith and lastIndexOf->endsWithNoel Grandin 2013-10-23remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith 2013-10-01Remove odd "bootstrapping" of acceptor/connector/binaryurp componentsStephan Bergmann 2013-06-29remove OUString wrap for string literalsThomas Arnhold 2013-06-10fdo#46808, Use service constructor for connection::AcceptorNoel Grandin 2013-05-06fdo#62475 - remove ASCII artPhilipp Riemer 2013-05-06cleanup whitespaces due to RTL_CONSTASCII_USTRINGPARAM removalPhilipp Riemer 2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák 2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold 2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold 2013-03-19reduce whitespaces between include and filenameThomas Arnhold 2013-02-01Don't print an annoying newline every time even if otherwise silentTor Lillqvist 2012-12-19API CHANGE: Remove support for uno executable's -ro/-rw argumentsStephan Bergmann 2012-12-19Fix for making absolute the registry arguments of the uno executableStephan Bergmann 2012-12-19Missing "_" in prefixesStephan Bergmann 2012-12-19Remove obsolete regsingletonStephan Bergmann 2012-12-18API CHANGE: Remove obsolete regcomp from UREStephan Bergmann 2012-12-18Properly absolutize all registry arguments of uno executableStephan Bergmann 2012-12-18Improve error reportingStephan Bergmann