summaryrefslogtreecommitdiff
path: root/vcl/osx/a11ywrapperstatictext.h
blob: d3fcd3536d6c2dd3cd3c9a3950f796ab1cc38986 (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
/* -*- 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_A11YWRAPPERSTATICTEXT_H
#define INCLUDED_VCL_OSX_A11YWRAPPERSTATICTEXT_H

#include <osx/a11ywrapper.h>

@interface AquaA11yWrapperStaticText : AquaA11yWrapper
{
}
- (id)titleAttribute;
- (NSArray*)accessibilityAttributeNames;
@end

#endif // INCLUDED_VCL_OSX_A11YWRAPPERSTATICTEXT_H

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
pan>Restrict the install:module="neon_gnomevfs" hack to --with-webdav=neonStephan Bergmann 2015-08-06postprocess: d'oh generated files are in $(BUILDDIR)Michael Stahl 2015-08-06postprocess: try to get the right version number in About dialogMichael Stahl 2015-07-26tdf#92792: Register mork driver on windows 64bit and make it workDavid Ostrovsky 2015-07-13tdf#92668: Revert some implementation names, for backwards compatibilityStephan Bergmann 2015-06-23tdf#90790: Don't take galaxy as a reference icon set, it may be incomplete.Jan Holesovsky 2015-06-15fix fingerprint path with system libextextcatDavid Tardon 2015-05-23tdf#91469: convert links in help/about to httpsJulien Nabet 2015-04-29officecfg, postprocess: allow embedding of Base documentsMiklos Vajna 2015-04-20don't try to sign merged libs on windowsChristian Lohmaier 2015-04-13rhbz#1134285: Access dav, davs URLs via GVFSStephan Bergmann 2015-03-30Make syntax gotchaStephan Bergmann 2015-03-25Revert "give this a copy ctor"Stephan Bergmann 2015-03-25Keep GCC 4.6 happyStephan Bergmann 2015-03-24give this a copy ctorCaolán McNamara 2015-03-24CppunitTest_services: Check that XServiceInfo and .component data matchesStephan Bergmann 2015-03-16Exclude Python components if --disable-pythonStephan Bergmann 2015-02-27gbuild: CppunitTest: always use unittest configurationMichael Stahl 2015-02-12Fill in bug IDStephan Bergmann 2015-02-12Make CppunitTest_services instantiate even more servicesStephan Bergmann 2015-02-11add log message about untested servicesMarkus Mohrhard