summaryrefslogtreecommitdiff
path: root/sc/source/ui/Accessibility/AccessibleDocumentBase.cxx
blob: 599c2b65e1d059de0b466cd950d9e54ac8cc154f (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
36
37
38
39
40
41
42
43
44
/* -*- 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 .
 */

#include "AccessibleDocumentBase.hxx"

#include <com/sun/star/accessibility/AccessibleRole.hpp>

using namespace ::com::sun::star;
using namespace ::com::sun::star::accessibility;

    //=====  internal  ========================================================

ScAccessibleDocumentBase::ScAccessibleDocumentBase(
        const uno::Reference<XAccessible>& rxParent)
    : ScAccessibleContextBase(rxParent, AccessibleRole::DOCUMENT_SPREADSHEET)
{
}

ScAccessibleDocumentBase::~ScAccessibleDocumentBase()
{
}

void ScAccessibleDocumentBase::SwitchViewFireFocus()
{
    CommitFocusGained();
}

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
mit/framework/source/inc/loadenv?h=feature/svg-optimisations&id=799cc41b53a59c543408fa5370e107c2c57a2904'>Fix typosAndrea Gelmini 2015-06-16Fix typosAndrea Gelmini 2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin 2015-01-23'Ownership' is one word, as is 'relationship'Tor Lillqvist 2014-11-24typo: unknownAndras Timar 2014-11-19Revert "cid#706553 Uncaught exception"Stephan Bergmann 2014-11-19Revert "cid#706552 Uncaught exception"Stephan Bergmann 2014-11-19Revert "cid#706551 Uncaught exception"Stephan Bergmann 2014-11-19comphelper::SequenceAsHashMap: throw IllegalArgumentExceptionStephan Bergmann 2014-11-18cppu: clean up public headers with include-what-you-useMichael Stahl 2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini 2014-10-10cid#1244948 Uncaught exceptionNoel Grandin 2014-10-10cid#1244950 Uncaught exceptionNoel Grandin 2014-10-10cid#1244951 Uncaught exceptionNoel Grandin 2014-10-10cid#1244952 Uncaught exceptionNoel Grandin 2014-10-08spelling: instanciated -> instantiatedNoel Grandin 2014-09-10Typo: (N|n)ormaly->(N|n)ormallyJulien Nabet 2014-08-01typo: more then -> more thanTakeshi Abe 2014-06-13Fix memory leakStephan Bergmann 2014-05-28cid#706551 Uncaught exceptionNoel Grandin 2014-05-28cid#706552 Uncaught exceptionNoel Grandin 2014-05-28cid#706553 Uncaught exceptionNoel Grandin 2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni 2014-04-18Typo: s/gurantee/guaranteeTor Lillqvist 2014-04-18Typo: s/cant/can't/Tor Lillqvist 2014-04-18Typo: s/shure/sureTor Lillqvist 2014-04-14typo: inidcates -> indicatesThomas Arnhold 2014-04-07framework: sal_Bool->boolNoel Grandin 2014-04-06Kill superfluous spacing before semicolonsTor Lillqvist 2014-04-06Kill superfluous vertical whitespaceTor Lillqvist 2014-03-20Use an osl::Mutex directlyStephan Bergmann 2014-03-20Use an osl::Mutex directlyStephan Bergmann 2014-03-17Consolidate framework::{Resetable,}GuardStephan Bergmann 2014-02-26Remove visual noise from frameworkAlexander Wilms 2014-02-09Typo: I/internaly -> I/internallyJulien Nabet 2013-12-20typo fixesAndras Timar