# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # 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 . # $(eval $(call gb_WinResTarget_WinResTarget,vcl/salsrc)) $(eval $(call gb_WinResTarget_set_include,vcl/salsrc,\ $$(INCLUDE) \ -I$(SRCDIR)/vcl/inc \ )) $(eval $(call gb_WinResTarget_set_rcfile,vcl/salsrc,\ vcl/win/src/salsrc \ )) $(eval $(call gb_WinResTarget_add_dependencies,vcl/salsrc,\ vcl/win/src/dtext.cur \ vcl/win/src/50.bmp \ vcl/win/src/copydata.cur \ vcl/win/src/dpie.cur \ vcl/win/src/movedata.cur \ vcl/win/src/rotate.cur \ vcl/win/src/50.png \ vcl/win/src/copydlnk.cur \ vcl/win/src/dpolygon.cur \ vcl/win/src/movedlnk.cur \ vcl/win/src/salsrc.rc \ vcl/win/src/copyf.cur \ vcl/win/src/drect.cur \ vcl/win/src/movef.cur \ vcl/win/src/ase.cur \ vcl/win/src/copyf2.cur \ vcl/win/src/dtext.cur \ vcl/win/src/movef2.cur \ vcl/win/src/tblsele.cur \ vcl/win/src/asn.cur \ vcl/win/src/copyflnk.cur \ vcl/win/src/fill.cur \ vcl/win/src/moveflnk.cur \ vcl/win/src/tblsels.cur \ vcl/win/src/asne.cur \ vcl/win/src/crook.cur \ vcl/win/src/movept.cur \ vcl/win/src/tblselse.cur \ vcl/win/src/asns.cur \ vcl/win/src/crop.cur \ vcl/win/src/tblselsw.cur \ vcl/win/src/asnswe.cur \ vcl/win/src/hshear.cur \ vcl/win/src/tblselw.cur \ vcl/win/src/asnw.cur \ vcl/win/src/darc.cur \ vcl/win/src/nullptr.cur \ vcl/win/src/ass.cur \ vcl/win/src/dbezier.cur \ vcl/win/src/asse.cur \ vcl/win/src/dcapt.cur \ vcl/win/src/vshear.cur \ vcl/win/src/assw.cur \ vcl/win/src/dcirccut.cur \ vcl/win/src/linkdata.cur \ vcl/win/src/pivotcol.cur \ vcl/win/src/asw.cur \ vcl/win/src/dconnect.cur \ vcl/win/src/linkf.cur \ vcl/win/src/pivotdel.cur \ vcl/win/src/aswe.cur \ vcl/win/src/dellipse.cur \ vcl/win/src/magnify.cur \ vcl/win/src/pivotfld.cur \ vcl/win/src/chain.cur \ vcl/win/src/detectiv.cur \ vcl/win/src/mirror.cur \ vcl/win/src/pivotrow.cur \ vcl/win/src/vtext.cur \ vcl/win/src/chainnot.cur \ vcl/win/src/dfree.cur \ vcl/win/src/chart.cur \ vcl/win/src/dline.cur \ vcl/win/src/movebw.cur \ )) # vim: set noet sw=4 ts=4: 3'>distro/collabora/cp-4.3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/animations
diff options
context:
space:
mode:
authorXisco Fauli <xiscofauli@libreoffice.org>2022-05-31 15:06:53 +0200
committerAndras Timar <andras.timar@collabora.com>2022-06-01 12:30:37 +0200
commit3c8376a00636091b1c90970b4bd8a2a2eae9da52 (patch)
tree2398424100ae5306cb0bff3879da0633a5fff8da /animations
parent78b6d38ceeb5f231b89123aade179a184517ebef (diff)
sw: fix crash in SwAnchoredObject::UpdateObjInSortedList Stephan Bergmann 2021-09-28Warn harder about unknown constructors and factories on iOS in XcodeTor Lillqvist 2021-09-20use MSVC's /Zc:inline option to reduce binary sizeLuboš Luňák 2021-09-20use clang-cl's -Zc:dllexportInlines- for clang-cl buildsLuboš Luňák 2021-08-15rtl::Static -> thread-safe static localNoel Grandin 2021-08-03Consolidate on C++17 std::scoped_lock instead of std::lock_guardNoel Grandin 2021-08-02convert #defines to OUStringLiteralNoel Grandin 2021-07-18better to use a std::vector hereNoel Grandin 2021-07-18osl::Mutex->std::mutex in EnumerationNoel Grandin 2021-07-18osl::Mutex->std::mutex in ContentEnumerationNoel Grandin 2021-07-17osl::Mutex->std::mutex in PropertySetMixinImplNoel Grandin 2021-07-17osl::Mutex->std::mutex in OWeakConnectionPointNoel Grandin 2021-07-14cppuhelper : use std::mutex and remove useless rtl::StaticArnaud Versini 2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann 2021-04-08update PCHsLuboš Luňák 2021-04-07Updated README.md files to represent current code / use Markdown formatHossein 2021-04-06update pchesCaolán McNamara 2021-03-24Using .md extension/Markdown syntax for modules READMEHossein 2021-03-21update pchesCaolán McNamara 2021-03-12use std::unordered_map in cppuhelper ServiceManagerLuboš Luňák 2021-03-11cppu:OWeakObject zombie debuggingNoel 2021-03-09Make sal/config.h the first in pchMike Kaganski 2021-03-06update pchesJulien Nabet 2021-03-03update pchesCaolán McNamara 2021-02-19update pchesCaolán McNamara 2021-02-17loplugin:referencecasting in cppuhelperNoel 2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann 2020-12-04update pchesCaolán McNamara 2020-11-13tdf#123936 Formatting files in module cppu with clang-formatPhilipp Hofer 2020-11-12loplugin:stringview (macOS)Stephan Bergmann 2020-11-10new loplugin:reducevarscopeNoel Grandin 2020-11-06tdf#42949 Fix new IWYU warnings in directories c*Gabor Kelemen 2020-10-01Add single-instance attribute for *.compoonent <implementation>sStephan Bergmann 2020-09-21update pchesCaolán McNamara 2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann 2020-09-13tdf#124176 Use #pragma once in cppu, cppuhelperGeorge Bateman 2020-09-04TabPage no longer needs to inherit from VclBuilderContainerCaolán McNamara 2020-09-02move Edit into toolkit only headersCaolán McNamara 2020-08-28Change OUStringLiteral from char[] to char16_t[]Stephan Bergmann 2020-08-27remove some unused includes and update pchesCaolán McNamara