/* -*- 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 . */ #pragma once #include #include // presentations:animations class XMLAnimationsContext final : public SvXMLImportContext { public: css::uno::Reference mxLastShape; OUString maLastShapeId; XMLAnimationsContext(SvXMLImport& rImport); virtual css::uno::Reference SAL_CALL createFastChildContext( sal_Int32 nElement, const css::uno::Reference& AttrList) override; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ ffice-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-12.gitignore: /.vscode*buldi
2022-07-01Add generated lo.xcent to .gitignoreStephan Bergmann
2022-05-13Add mold linker temp files to .gitignoreIlmari Lauhakangas
2022-03-30.gitignore: Add Qt Creator's '.qtc_clangd'Michael Weghorn
2022-02-14updated gitignore for Android buildsPranam Lashkari
2021-12-23Adapt .gitignoreStephan Bergmann
2021-12-01gbuild: serialize dynamic link for static buildsJan-Marek Glogowski
2021-05-31configure: Keep warnings file and cat build onesJan-Marek Glogowski
2021-05-05WASM: add initial support for Emscripten cross buildJan-Marek Glogowski
2021-02-24qtcreator: Create *.pro.shared files instead of *.pro.userMichael Weghorn
2020-12-30Drop some dubious .gitignore entriesStephan Bergmann