summaryrefslogtreecommitdiff
path: root/package/source/zipapi/XMemoryStream.hxx
blob: 935712abbe42f841d47fdf1cf9b85c93b86c9cfd (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
45
/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
 *
 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
 *
 * Copyright 2000, 2010 Oracle and/or its affiliates.
 *
 * OpenOffice.org - a multi-platform office productivity suite
 *
 * This file is part of OpenOffice.org.
 *
 * OpenOffice.org is free software: you can redistribute it and/or modify
 * it under the terms of the GNU Lesser General Public License version 3
 * only, as published by the Free Software Foundation.
 *
 * OpenOffice.org is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU Lesser General Public License version 3 for more details
 * (a copy is included in the LICENSE file that accompanied this code).
 *
 * You should have received a copy of the GNU Lesser General Public License
 * version 3 along with OpenOffice.org.  If not, see
 * <http://www.openoffice.org/license.html>
 * for a copy of the LGPLv3 License.
 *
 ************************************************************************/
#ifndef _XMEMORY_STREAM_HXX
#define _XMEMORY_STREAM_HXX

#include <ZipPackageBuffer.hxx>

class ZipPackage;

class XMemoryStream: public ZipPackageBuffer
{
public:
    XMemoryStream ( com::sun::star::uno::Sequence < sal_Int8 > & rNewBuffer );
    virtual ~XMemoryStream(void);
    virtual com::sun::star::uno::Any SAL_CALL queryInterface( const com::sun::star::uno::Type& rType )
        throw(com::sun::star::uno::RuntimeException);
};
#endif

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
e3c70fa94b0ed14541d751dd5654b6b0'>o3tl: add some comments to sorted_vector testTomaž Vajngerl 2017-10-26Add test for o3tl::saturating_addStephan Bergmann 2017-10-25improve o3tl::enumarray const-nessNoel Grandin 2017-10-23loplugin:includeform: o3tlStephan Bergmann 2017-09-06const correctness in o3tl::array_viewNoel Grandin 2017-07-31loplugin:oncevarNoel Grandin 2017-06-17create o3tl::array_viewNoel Grandin 2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock 2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky 2017-04-07Introduce o3tl::string_view.hxx approximation of C++17 <string_view>Stephan Bergmann 2017-03-31Sort lines lexicographicallyStephan Bergmann 2017-03-25Fix typosAndrea Gelmini 2017-03-14fix typo: alreay --> already dennisroczek 2017-02-01loplugin:useuniqueptr extend to check local varsNoel Grandin 2017-01-24coverity#1399266 Uncaught exceptionCaolán McNamara 2016-09-12coverity#1371178 Missing move assignment operatorCaolán McNamara 2016-06-03CppunitTest_sal_osl_file: fix loplugin:cppunitassertequals warningsMiklos Vajna 2016-06-02CppunitTest_o3tl_tests: fix loplugin:cppunitassertequals warnings in ...Miklos Vajna 2016-05-27CppunitTest_o3tl_tests: fix loplugin:cppunitassertequals warnings in ...Miklos Vajna 2016-04-30Fix typosAndrea Gelmini 2016-02-09Remove excess newlinesChris Sherlock 2016-01-29remove unused o3tl::rangeDavid Tardon 2016-01-10Fix typosAndrea Gelmini 2015-09-15Fix binary ops with two o3tl::type_flags<E>::Wrap paramsStephan Bergmann 2015-09-01coverity#1321598 Resource leak in objectCaolán McNamara 2015-08-30loplugin:implicitboolconversionStephan Bergmann 2015-08-29o3tl: add another unit test to cow_wrapperDaniel Robertson 2015-08-26Revert "create a macro to tidy up the declaration sites of o3tl::typed_flags_...Noel Grandin 2015-08-17o3tl: rename compat_functional headerThorsten Behrens 2015-07-24LRU map (cache) implementation to o3tl + testsTomaž Vajngerl 2015-07-15create a macro to tidy up the declaration sites of o3tl::typed_flags_setNoel Grandin 2015-06-11cppcheck: noExplicitConstructorCaolán McNamara 2015-06-08loplugin:cstylecast: deal with remaining pointer castsStephan Bergmann