summaryrefslogtreecommitdiff
path: root/sd/inc/sdpptwrp.hxx
blob: 823a3b3d4c503ab4bc1ba66b3d8a199779f8ebd8 (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
46
47
48
/* -*- 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_SD_INC_SDPPTWRP_HXX
#define INCLUDED_SD_INC_SDPPTWRP_HXX

#include "sdfilter.hxx"

// SdPPTFilter
class SdPPTFilter : public SdFilter
{
public:
    SdPPTFilter (
        SfxMedium& rMedium,
        ::sd::DrawDocShell& rDocShell,
        bool bShowProgress);
    virtual ~SdPPTFilter();

    /// these methods are necessary for the export to PowerPoint
    bool        Import();
    bool        Export() SAL_OVERRIDE;

    /// restores the original basic storage
    void                    PreSaveBasic();

private:
    SvMemoryStream*         pBas;
};

#endif // INCLUDED_SD_INC_SDPPTWRP_HXX

/* vim:set shiftwidth=4 softtabstop=4 expandtab: */
d>Stephan Bergmann 2015-01-22loplugin:cstylecast (MACOSX)Stephan Bergmann 2014-12-18fdo#39440 reduce scope of local variablesMichael Weghorn 2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann 2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin 2014-10-16MAC_OS_X_VERSION_MAX_ALLOWED is always >= 1080 nowTor Lillqvist 2014-09-15sal_Bool -> boolStephan Bergmann 2014-08-07Fix *_component_getFactory function typeStephan Bergmann 2014-08-01typo: more then -> more thanTakeshi Abe 2014-07-15fdo#80363 always use WIN32 long path prefix with Hunspell, MyThes, HyphenLászló Németh 2014-06-17conditionally revert 96840ff0ce697c5c05b59d53409b3cf27ac35e5fDouglas Mencken 2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin 2014-06-05various: remove SAL_THROW macroNoel Grandin 2014-06-04compareToAscii -> equalsAsciiNoel Grandin 2014-06-03WaE: 'guessesForWord:' is deprecated: first deprecated in OS X 10.6Tor Lillqvist 2014-05-23Try to fix Windows buildTor Lillqvist 2014-05-23Reintroduce Win_GetShortPathName()Tor Lillqvist 2014-05-23Fix typoTor Lillqvist