/* -*- 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 . */ #include OUString GetParaStyleCondExternal(std::u16string_view); /* vim:set shiftwidth=4 softtabstop=4 expandtab: */ value='distro/allotropia/zeta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/qt6/QtSvpSurface.cxx
024-05-07 12:53:11 +0200'>2024-05-07
AgeCommit message (Expand)Author
loplugin:ostr in cppcanvasNoel Grandin
2024-04-15Generalize basegfx::fround for templated return typeMike Kaganski
2024-01-03UnoApiTest::loadFromURL -> UnoApiTest::loadFromFileMike Kaganski
2023-12-07simplify and modernise ScopedBitmapAccessNoel Grandin
2023-10-18tdf#157792 followupNoel Grandin
2023-10-11Drop o3tl::span, can use C++20 std::span directly nowStephan Bergmann
2023-10-07loplugin:ostr: automatic rewriteStephan Bergmann
2023-09-22tdf#146619 Recheck include/c* with IWYUGabor Kelemen
2023-08-28Fix typoAndrea Gelmini
2023-08-28new loplugin:optionalboolNoel Grandin
2023-08-27tdf#150610 fix broken rendering of text meta actionsPatrick Luby
2023-07-25Convert internal vcl bitmap formats transparency->alpha (II)Noel Grandin
2023-07-06make tools::Poly*gon single-arg constructors explicitNoel Grandin
2023-06-19CppunitTest_cppcanvas_test: clang-formatKhaled Hosny
2023-06-19tdf#155810: Add testKhaled Hosny
2023-06-19CppunitTest_cppcanvas_test: generalize testCompositeKhaled Hosny
2023-06-19CppunitTest_cppcanvas_test: enable even if cairo canvas is notKhaled Hosny
2023-06-19CppunitTest_cppcanvas_test: use CPPUNIT_TEST_FIXTURE()Khaled Hosny
2023-06-18tdf#155810: Pass Kashida insertion positions through canvasKhaled Hosny
2023-06-15remove some misleading typedefsNoel Grandin
2023-04-21MCGR: Reduce diverse GradientStyle enums to single UNO API oneArmin Le Grand (allotropia)
2023-03-01no need to allocate Gradient separatelyNoel Grandin
2023-02-07improve readability of VirtualDevice constructorNoel Grandin
2023-01-12drop internal support for 1-bit imagesNoel Grandin
2023-01-11rename BitmapEx::GetAlpha to GetAlphaMaskNoel Grandin
2022-12-02tdf#152094 retain more accuracy from RefDevMode::MSO1Caolán McNamara
2022-11-24Remove some unused includesMiklos Vajna
2022-11-08UnoApiTest: simplify code by using tempfile memberXisco Fauli
2022-10-24UnoApiTest: factor out common codeXisco Fauli
2022-10-21test: merge CalcUnoApiTest and UnoApiTest into oneXisco Fauli
2022-09-11basegfx: replace typedef with a class B2DSize based on Size2DTomaž Vajngerl
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-07-19Replace old png writer in emfplus.cxxofftkp
2022-06-14cid#1504592 Big parameter passed by valueCaolán McNamara
2022-06-03Remove duplicated includeAndrea Gelmini
2022-06-02clang-tidy modernize-pass-by-value in cppcanvasNoel Grandin
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya