summaryrefslogtreecommitdiff
path: root/sc/JunitTest_sc_unoapi_1.mk
blob: 4e59c2939354b23fdf50fcd2cf08bd73d82e31bf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
# -*- 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_JunitTest_JunitTest,sc_unoapi_1))

$(eval $(call gb_JunitTest_set_unoapi_test_defaults,sc_unoapi_1))

# vim: set noet sw=4 ts=4:
it/vcl/source/control/fmtfield.cxx?id=705768837912d38612ab2b06dba1ca491782b773'>Cannot self-append OUStringBuffer via concatenationStephan Bergmann 2023-05-11tdf#155241 keep current MetricSpinButton value if unparseable junk inputCaolán McNamara 2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski 2023-03-30loplugin:stringadd in vclNoel Grandin 2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt 2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock 2022-06-10new loplugin:moveitNoel Grandin 2022-06-10Add asserts to those places where I fixed a EXCEPTION_INT_DIVIDE_BY_ZEROXisco Fauli 2022-05-30Related: tdf#89131 draw up/down spins disabled if value is at max/minCaolán McNamara 2022-05-20vcl: avoid EXCEPTION_INT_DIVIDE_BY_ZEROXisco Fauli 2022-02-06We know the length hereMike Kaganski 2021-08-13split SvNumberFormatter into it's own headerNoel Grandin 2021-06-30Purge out rtl::math::setNanBaiXiaochun 2021-05-13Revert "simplify the vcl<->toolkit connection"Noel Grandin 2021-05-12simplify the vcl<->toolkit connectionNoel Grandin 2021-04-21simplify stripStart/End pairs into a single strip callNoel Grandin 2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann 2020-12-29jsdialog: step for spinfieldsSzymon Kłos 2020-07-15need to set the formatter as early as possibleCaolán McNamara 2020-07-13drop m_xFormatter during disposeCaolán McNamara 2020-07-06exile fmtfield.hxx to toolkit headersCaolán McNamara 2020-07-05return a reference instead of a pointerCaolán McNamara 2020-07-05adjust FormattedSpinButton to be driven by an EntryFormatterCaolán McNamara 2020-07-03change FormattedField so it doesn't inherit from Formatter but provides oneCaolán McNamara 2020-07-01split Formatter part of FormattedField from SpinButton partCaolán McNamara 2020-06-25use tools::JsonWriter for dumping property treeNoel Grandin 2020-05-13lok: notify data change of the formatted field controlHenry Castro 2020-05-11lok: fix the window type of the formatted field controlHenry Castro 2020-05-10lok: add FormattedFieldUIObject classHenry Castro 2020-03-14tdf#130975 replace `rtl::math::isNan` with `std::isnan`.Yukio Siraichi 2020-02-19Resolves: tdf#130762 honour "wrap" in FormattedFieldCaolán McNamara