/* -*- 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_DRAGACTIONCONVERSION_HXX #define INCLUDED_VCL_OSX_DRAGACTIONCONVERSION_HXX #include #include #import #include /* Convert office drag actions as defined in css::datatransfer::dnd::DNDConstants into system conform drag actions. */ unsigned int OfficeToSystemDragActions(sal_Int8 dragActions); /* Convert system conform drag actions into office conform drag actions as defined in css::datatransfer::dnd::DNDConstants. */ sal_Int8 SystemToOfficeDragActions(unsigned int dragActions); #endif // INCLUDED_VCL_OSX_DRAGACTIONCONVERSION_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ e='distro/collabora/co-24.04.9'>distro/collabora/co-24.04.9 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-04-25 14:12:30 +0200
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2019-04-25 14:23:26 +0200
commit926f46dde833fdfeacd21a62dacd192b7ed1412c (patch)
treed0c78e83c4c72b24e610ff658c216f2af8c08050 /source
parent46a65ed74391c4b44de7cc244d63bd603b6485a5 (diff)
update translations for master
and force-fix errors using pocheck Change-Id: I04522500fe14e0d09925b196ccf7b7f94f3bfe64
Diffstat (limited to 'source')