/* -*- 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_INETIMG_HXX #define INCLUDED_VCL_INETIMG_HXX #include #include class SvData; class SotDataObject; class INetImage { OUString aImageURL; OUString aTargetURL; OUString aTargetFrame; Size aSizePixel; public: INetImage( const OUString& rImageURL, const OUString& rTargetURL, const OUString& rTargetFrame ) : aImageURL( rImageURL ), aTargetURL( rTargetURL ), aTargetFrame( rTargetFrame ) {} INetImage() {} const OUString& GetImageURL() const { return aImageURL; } const OUString& GetTargetURL() const { return aTargetURL; } const OUString& GetTargetFrame() const { return aTargetFrame; } // import/export void Write( SvStream& rOStm, SotClipboardFormatId nFormat ) const; bool Read( SvStream& rIStm, SotClipboardFormatId nFormat ); }; #endif // INCLUDED_VCL_INETIMG_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ tion value='distro/collabora/cp-5.0'>distro/collabora/cp-5.0 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
path: root/source
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-11-22 19:49:53 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2017-11-22 21:16:52 +0100
commita0c08eb77f9fd9e3b53f5c40abb554e83195fa27 (patch)
treeec34632ef821ea59ef481bdc4b43fb0192fd17bd /source
parente113c687b97d0f1b3b5a0afdddc04d2de33edb20 (diff)
update translations for 6.0 beta1
and force-fix errors using pocheck Change-Id: Ie5900800b8c1f0e6064d00b2b028afcf51e84e20
Diffstat (limited to 'source')