summaryrefslogtreecommitdiff
path: root/binaryurp/Makefile
blob: ccb1c85a04da1561bdd303802e54abac8b052084 (plain)
1
2
3
4
5
6
7
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-

module_directory:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))

include $(module_directory)/../solenv/gbuild/partial_build.mk

# vim: set noet sw=4 ts=4:
=3b49477c31692730f15dc571c823515889ccaec9'>Resolves: tdf#128649 Do not insert duplicate LCID for currencyEike Rathke 2019-11-03size some stringbuffer to prevent re-allocNoel Grandin 2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann 2019-10-26size some stringbuffer to prevent re-allocNoel Grandin 2019-10-21size some stringbuffer to prevent re-allocNoel Grandin 2019-10-19OUStringChar must either take a sal_Unicode or an ASCII charStephan Bergmann 2019-10-19Resolves: tdf#76441 accept two digit groups MM:SS input if formatted as suchEike Rathke 2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann 2019-09-27Deduplicate O(U)StringNumber definitions; add toAsciiUpperCaseMike Kaganski 2019-09-24support O(U)String::number() for fast string concatenationLuboš Luňák 2019-09-01Fix '..'Andrea Gelmini 2019-08-20Resolves: tdf#122110 convert condition decimal separator to target localeEike Rathke 2019-07-15Simplify Sequence iterations in svlArkadiy Illarionov