00001 /* -*- Mode: C++; tab-width: 4; indent-tabs-mode: t; c-basic-offset: 4 -*- */ 00002 /* librevenge 00003 * Version: MPL 2.0 / LGPLv2.1+ 00004 * 00005 * This Source Code Form is subject to the terms of the Mozilla Public 00006 * License, v. 2.0. If a copy of the MPL was not distributed with this 00007 * file, You can obtain one at http://mozilla.org/MPL/2.0/. 00008 * 00009 * Alternatively, the contents of this file may be used under the terms 00010 * of the GNU Lesser General Public License Version 2.1 or later 00011 * (LGPLv2.1+), in which case the provisions of the LGPLv2.1+ are 00012 * applicable instead of those above. 00013 */ 00014 00015 #ifndef LIBREVENGE_GENERATORS_H 00016 #define LIBREVENGE_GENERATORS_H 00017 00018 #include "RVNGCSVSpreadsheetGenerator.h" 00019 #include "RVNGHTMLTextGenerator.h" 00020 #include "RVNGRawDrawingGenerator.h" 00021 #include "RVNGRawPresentationGenerator.h" 00022 #include "RVNGRawSpreadsheetGenerator.h" 00023 #include "RVNGRawTextGenerator.h" 00024 #include "RVNGSVGPresentationGenerator.h" 00025 #include "RVNGTextDrawingGenerator.h" 00026 #include "RVNGTextPresentationGenerator.h" 00027 #include "RVNGTextSpreadsheetGenerator.h" 00028 #include "RVNGTextTextGenerator.h" 00029 00030 #endif // LIBREVENGE_GENERATORS_H 00031 00032 /* vim:set shiftwidth=4 softtabstop=4 noexpandtab: */