/* -*- 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 _XMLOFF_ANIMATIONEXPORT_HXX #define _XMLOFF_ANIMATIONEXPORT_HXX #include "sal/config.h" #include "xmloff/dllapi.h" #include "sal/types.h" #include #include #include class SvXMLExport; namespace xmloff { class AnimationsExporterImpl; class XMLOFF_DLLPUBLIC AnimationsExporter : public UniRefBase { AnimationsExporterImpl* mpImpl; public: AnimationsExporter( SvXMLExport& rExport, const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& xPageProps ); virtual ~AnimationsExporter(); void prepare( ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > xRootNode ); void exportAnimations( ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode > xRootNode ); }; } #endif // _XMLOFF_ANIMATIONEXPORT_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ 380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> 5th step to remove tools/rtti.hxx 2015-11-11T10:49:30+00:00 Oliver Specht oliver.specht@cib.de 2015-11-07T13:43:19+00:00 fa91dd31f39a24329d288d4e1cda28db3a16af0d tools/rtti.hxx removed completed the interface of some Sdr.* Items and removed pseudo items Change-Id: I0cdcd01494be35b97a27d5985aa908affa96048a Reviewed-on: https://gerrit.libreoffice.org/19837 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
tools/rtti.hxx removed
completed the interface of some Sdr.*  Items
and removed pseudo items

Change-Id: I0cdcd01494be35b97a27d5985aa908affa96048a
Reviewed-on: https://gerrit.libreoffice.org/19837
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
xmloff: sal_Bool->bool 2014-04-15T07:02:31+00:00 Noel Grandin noel@peralex.com 2014-04-07T14:42:18+00:00 8a81f542a6ca566661305c53899b7e422cbaa432 Change-Id: I873c80baec8e70e3e8f642644563b92137571a30
Change-Id: I873c80baec8e70e3e8f642644563b92137571a30