# -*- 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_InternalUnoApi_InternalUnoApi,test_urp,ridljar/test/com/sun/star/lib/uno/protocols/urp/interfaces.idl)) $(eval $(call gb_InternalUnoApi_use_api,test_urp,\ udkapi \ )) # vim: set noet sw=4 ts=4: cgit/lo/core/'>lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/starmath/source
AgeCommit message (Expand)Author
2024-06-26tdf#161786: fix Math crash when typing "oper"Julien Nabet
2024-05-14loplugin:ostr in starmathNoel Grandin
2024-04-09tdf#146619 Drop unused 'using namespace' in: starmath/Gabor Kelemen
2024-03-12Revert "add sm to --enable-mergelibs=more"Noel Grandin
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski
2024-03-07add sm to --enable-mergelibs=moreNoel Grandin
2024-02-26tdf#159251: Don’t use vcl::PushFlags::RTLENABLEDKhaled Hosny
2024-02-14tdf#159302: Another UNO property "BaseLine" needs to use mm/100sMike Kaganski
2024-02-07Simplify a bit, and avoid vector copyMike Kaganski
2024-02-07starmath : move static data to usage locationArnaud VERSINI
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski
2024-01-22make charmap dialog asyncNoel Grandin
2024-01-21editeng: change EditEngine getter to ref in {Imp}EditViewTomaž Vajngerl