/* -*- 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/. */ #ifndef INCLUDED_SVX_COMMONSTYLEMANAGER_HXX #define INCLUDED_SVX_COMMONSTYLEMANAGER_HXX #include #include #include class OutputDevice; class SfxObjectShell; class SfxStyleSheetBase; namespace svx { class SVX_DLLPUBLIC CommonStyleManager : public sfx2::StyleManager { public: CommonStyleManager(SfxObjectShell& rShell) : StyleManager(rShell) {} virtual std::unique_ptr CreateStylePreviewRenderer( OutputDevice& rOutputDev, SfxStyleSheetBase* pStyle, long nMaxHeight) override; }; } // end namespace svx #endif // INCLUDED_SVX_COMMONSTYLEMANAGER_HXX /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ istro/capgemini/cg-4.1'>distro/capgemini/cg-4.1 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2024-07-17tdf#137525 Update ColumnValueSet (and others) to use push/popRMZeroFour
This patch updates the ColumnValueSet and some other parts of the drawing code to use the Push/Pop functions of RenderContext. Change-Id: I3fbdee9afa167facb45242bc8bad9a35758b3c0c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/165587 Reviewed-by: Hossein <hossein@libreoffice.org> Tested-by: Jenkins