/* -*- 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 #include "ximpshap.hxx" // dr3d:3dscene context class SdXML3DSceneShapeContext : public SdXMLShapeContext, public SdXML3DSceneAttributesHelper { // the shape group this group is working on // this is the scene at the same time css::uno::Reference< css::drawing::XShapes > mxChildren; public: SdXML3DSceneShapeContext( SvXMLImport& rImport, const css::uno::Reference< css::xml::sax::XFastAttributeList>& xAttrList, css::uno::Reference< css::drawing::XShapes > const & rShapes, bool bTemporaryShape); virtual ~SdXML3DSceneShapeContext() override; virtual css::uno::Reference< css::xml::sax::XFastContextHandler > SAL_CALL createFastChildContext( sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList >& AttrList ) override; virtual void SAL_CALL startFastElement( sal_Int32 nElement, const css::uno::Reference< css::xml::sax::XFastAttributeList >& xAttrList ) override; virtual void SAL_CALL endFastElement(sal_Int32 nElement) override; }; /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ llabora/cp-5.0 LibreOffice 界面翻译代码仓库文档基金会
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-02-22 20:16:08 +0100
committerChristian Lohmaier <lohmaier+LibreOffice@googlemail.com>2023-02-22 20:19:52 +0100
commit84ec4f715b82f3e83aa66ed7ee1c977ebcbf6f13 (patch)
treeeef1008dfc84893c3b6335d0980a35d8f2fb74d6
parentea0ee14450abcaf5ecaf298a7e10f86a0e921f56 (diff)
update translations for 7.5.1 rc2 libreoffice-7-5-1
and force-fix errors using pocheck Change-Id: I275b498852041a5f928c0df95c2ad50fc2256013 (cherry picked from commit 70a23c0afa2982325334d4c9975a501e4b9a13ce) (cherry picked from commit a7ff4b698706b05ec9b1caef9afc99ad5777eed3)