LibreOffice Module filter (master) 1
importcgm.hxx
Go to the documentation of this file.
1
2/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4; fill-column: 100 -*- */
3/*
4 * This file is part of the LibreOffice project.
5 *
6 * This Source Code Form is subject to the terms of the Mozilla Public
7 * License, v. 2.0. If a copy of the MPL was not distributed with this
8 * file, You can obtain one at http://mozilla.org/MPL/2.0/.
9 */
10#pragma once
11
12#include <com/sun/star/frame/XModel.hpp>
13#include <com/sun/star/task/XStatusIndicator.hpp>
14#include <filter/dllapi.h>
15
16class SvStream;
17
18FILTER_DLLPUBLIC sal_uInt32
19ImportCGM(SvStream& rIn, css::uno::Reference<css::frame::XModel> const& rXModel,
20 css::uno::Reference<css::task::XStatusIndicator> const& aXStatInd);
21
22/* vim:set shiftwidth=4 softtabstop=4 expandtab cinoptions=b1,g0,N-s cinkeys+=0=break: */
#define FILTER_DLLPUBLIC
Definition: dllapi.h:29
FILTER_DLLPUBLIC sal_uInt32 ImportCGM(SvStream &rIn, css::uno::Reference< css::frame::XModel > const &rXModel, css::uno::Reference< css::task::XStatusIndicator > const &aXStatInd)