/* -*- 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 INCLUDED_UNOTOOLS_PROGRESSHANDLERWRAP_HXX #define INCLUDED_UNOTOOLS_PROGRESSHANDLERWRAP_HXX #include #include #include #include namespace com::sun::star::task { class XStatusIndicator; } namespace utl { class UNLESS_MERGELIBS(UNOTOOLS_DLLPUBLIC) ProgressHandlerWrap final : public ::cppu::WeakImplHelper { css::uno::Reference m_xStatusIndicator; public: ProgressHandlerWrap(css::uno::Reference const& xSI); // XProgressHandler virtual void SAL_CALL push(const css::uno::Any& Status) override; virtual void SAL_CALL update(const css::uno::Any& Status) override; virtual void SAL_CALL pop() override; }; } // namespace utl #endif // INCLUDED_UNOTOOLS_PROGRESSHANDLERWRAP_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ distro/cib/libreoffice-6-2 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-22rename oox::OptValue::get to valueNoel Grandin
2022-06-22rename oox::OptValue::get(Type) to value_orNoel Grandin
2022-06-22make oox::OptValue::assignIfUsed a free functionNoel Grandin
2022-06-21rename oox::OptValue::has() to has_valueNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in ooxStephan Bergmann
2022-04-25oox: Remove obsolete TODOXisco Fauli
2022-04-22tdf#148685: Unset CharUnderlineColor and CharUnderlineHasColor propertiesXisco Fauli
2022-01-03tdf#127696 PPTX export: fix lost outline character formattingTünde Tóth
2021-11-24PPTX import: implement native handling of a color's luminance offsetMiklos Vajna
2021-11-23PPTX import: implement native handling of a color's luminance modulationMiklos Vajna
2021-11-23tdf#138223 oox: don't set highlight color if it is transparentJustin Luth
2021-11-20tdf#118776 drawingml: treat XML_nofill as (mostly) transparentJustin Luth
2021-11-19tdf#137438 drawingml: separate outline from text importJustin Luth
2021-11-18implement color tint or shade import for pptxSarper Akdemir
2021-11-17rename getSchemeName getSchemeIndex to remove ambiguitySarper Akdemir
2021-11-17implement initial pptx theme color importSarper Akdemir
2021-05-26tdf#96061 Unset the highlight propertyGülşah Köse
2020-05-22tdf#129686: Revert "tdf#118776: pptx import: draw char noFill as transparent"Xisco Fauli
2020-04-26Fix typo in codeAndrea Gelmini
2020-01-31new loplugin:namespaceindentationNoel Grandin
2020-01-15clang-tidy modernize-concat-nested-namespace in ooxNoel Grandin
2019-11-25tdf#118776: pptx import: draw char noFill as transparentXisco Fauli
2019-11-21oox: add PPTX import/export for semi-transparent shape textMiklos Vajna
2019-10-12tdf#127129: pptx: map highlight to CharBackColorXisco Fauli
2019-10-10tdf#98603 fix the missing char property (1/2).Mark Hung
2019-08-27Simplify Sequence iterations in ooxArkadiy Illarionov
2018-09-21Related: tdf#120028 PPTX import: fix font size of multi-col shape textMiklos Vajna
2018-09-17New loplugin:externalStephan Bergmann