# -*- 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/. # $(eval $(call gb_Package_Package,extras_gallmytheme,$(SRCDIR)/extras/source/gallery/gallery_mytheme)) $(eval $(call gb_Package_add_files,extras_gallmytheme,$(LIBO_SHARE_PRESETS_FOLDER)/gallery,\ sg30.sdv \ sg30.thm \ )) title='lo/core' href='/cgit/lo/core/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/app/svdata.cxx
AgeCommit message (Expand)Author
2024-07-12Make SystemDependentData mechanism type-basedArmin Le Grand (allotropia)
2024-05-10loplugin:ostr in vclNoel Grandin
2024-03-31tdf#146619 Drop unused 'using namespace' in: vcl/Gabor Kelemen
2023-10-12tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroDeepika Goyal
2023-10-12Make NC_ constexpr-friendlyStephan Bergmann
2023-06-09trimMemory - fix crash modifying structure during clear.Michael Meeks
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-03-11lok: add trimMemory capability, and expand dumpState to caches.Michael Meeks
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-05-18osl::Mutex->std::mutex in SystemDependentDataBufferNoel Grandin
2022-03-14Simplify vcl::EnglishStringToMetricStephan Bergmann
2022-03-11silence 'sal/rtl/strtmpl.hxx:162: Found non-ASCII char' warningCaolán McNamara
2022-02-03tdf#125849 cannot modify the ruler unit of measure in translated UICaolán McNamara
2022-01-21VCL fix shutdown when run via system loopJan-Marek Glogowski
2021-09-23WB_DEFAULTWIN should be sufficient to flag that no icon is requiredCaolán McNamara
2021-09-23tdf#144624 Prevent infinite recursion when loading SVG iconAleksei Nikiforov