/* -*- 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_UCBHELPER_ACTIVEDATASTREAMER_HXX #define INCLUDED_UCBHELPER_ACTIVEDATASTREAMER_HXX #include #include namespace ucbhelper { /** * This class implements the interface com::sun::star::io::XActiveDataStreamer. * Instances of this class can be passed with the parameters of an * "open" command. */ class ActiveDataStreamer : public cppu::WeakImplHelper1< css::io::XActiveDataStreamer > { css::uno::Reference< css::io::XStream > m_xStream; public: // XActiveDataStreamer methods. virtual void SAL_CALL setStream( const css::uno::Reference< css::io::XStream >& xStream ) throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE; virtual css::uno::Reference< css::io::XStream > SAL_CALL getStream() throw( css::uno::RuntimeException, std::exception ) SAL_OVERRIDE; }; } /* namespace ucbhelper */ #endif /* ! INCLUDED_UCBHELPER_ACTIVEDATASTREAMER_HXX */ /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ alue='distro/collabora/cd-5.3'>distro/collabora/cd-5.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2012-12-30add runtime deps for custom targetsDavid Tardon
2012-12-29rethink external executable setupDavid Tardon
2012-12-25Get rid of (most uses of) GUITor Lillqvist
2012-12-02move setting up of ext. executables out of gbuild.mkDavid Tardon
2012-12-02Make qtz work in UIZolnai Tamás
2012-11-20fix readlicense_oo makefile, po file movedAndras Timar
2012-11-20Reardme.xrm move up one directoryZolnai Tamás
2012-09-30Use po for merge of readme.xrmZolnai Tamás
2012-09-23revert all my recent changes to CustomTarget_readme.mkAndras Timar
2012-09-23Revert "Revert "fix localization of readlicense_oo""Andras Timar
2012-09-23Revert "fix localization of readlicense_oo"Andras Timar
2012-09-23fix localization of readlicense_ooAndras Timar
2012-09-23fix localization of readlicense_ooAndras Timar
2012-09-23move readme.xrm one dir upDavid Tardon
2012-09-23migrate readlicense_oo to gbuildDavid Ostrovsky