/* -*- 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/. */ #include #include #include #include #include #include #include #include using namespace css::accessibility; using namespace css::uno; QtXAccessible::QtXAccessible(Reference xAccessible) : m_xAccessible(std::move(xAccessible)) { } /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ orm.submit();'> LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-03-21Old-to-new mapping of attributes is moved into a Module:Mohammed Abdul Azeem
2017-01-25ScXMLTableRowCellContext implements fast interfaces:Mohammed Abdul Azeem
2017-01-23ditch some empty dtors which match the default dtorCaolán McNamara