summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2020-02-22Resolves: tdf#130563 Add predefined 4-digit year date+time formatEike Rathke
2020-02-17Drop needless junit and python make conditionalsJan-Marek Glogowski
2020-02-16tdf#129878: replace error string for number format errors in CalcMohamed Sameh
2020-02-07tdf#130501: Fix off-by-one error in URIHelper::resolveIdnaHostStephan Bergmann
2020-02-04show Korean Dangi Calendar format tdf#125446DaeHyun Sung
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin
2020-01-29cid#1458019 silence Out-of-bounds writeCaolán McNamara
2020-01-29cid#1458020 Untrusted loop boundCaolán McNamara
2020-01-28tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorOnur Yilmaz
2020-01-28New loplugin:unsignedcompareStephan Bergmann
2020-01-28remove some unused local varsNoel Grandin
2020-01-25loplugin:makeshared in svl..svxNoel Grandin
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci
2020-01-08Fix typoAndrea Gelmini
2020-01-08Drop duplicating range checkMike Kaganski
2019-12-23sal_Char->char in svtools..svlNoel Grandin
2019-12-17Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Stephan Bergmann
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara
2019-12-11Fix typosAndrea Gelmini
2019-12-07Fix more new dependencies on boost_headersStephan Bergmann
2019-12-03Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann
2019-12-03Adapt to C++20 deleted ostream << for sal_Unicode* (aka char16_t*)Stephan Bergmann
2019-12-03remove some useless comment linesNoel Grandin
2019-12-02tdf#42949 Replace property_tre/ptree.hpp with fw declaration headerGabor Kelemen
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann
2019-11-28jsdialog: dump Sfx_Int__Items to JSONSzymon Kłos
2019-11-28jsdialogs: send graphic items updatesSzymon Kłos
2019-11-27jsdialogs: dumpAsJSON for SfxItems with FillGradient exampleSzymon Kłos
2019-11-26loplugin:external (clang-cl)Stephan Bergmann
2019-11-25Remove some redundantly user-declared copy ctors and assignment opsStephan Bergmann
2019-11-24cppcheck: performing init in init list (sot/svl/svtools/svx)Julien Nabet
2019-11-22Extend loplugin:external to warn about classesStephan Bergmann
2019-11-17Extend loplugin:external to warn about enumsStephan Bergmann
2019-11-08Unit test for fixed locale Excel export formats, tdf#128649Eike Rathke
2019-11-08Resolves: tdf#128649 Do not insert duplicate LCID for currencyEike Rathke
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin
2019-11-02New loplugin:conditionalstringStephan Bergmann
2019-10-31Fix StringAdd::isCompileTimeConstantStephan Bergmann
2019-10-28loplugin:stringadd improve detectionNoel Grandin
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-19Directly use OUStringBuffer::append overload taking a single sal_UnicodeStephan Bergmann
2019-10-19Replace some uses of OUStringChar with string literalsStephan Bergmann
2019-10-19We don't support leap seconds, but.. accept as input anywayEike Rathke
2019-10-19Resolves: tdf#76441 accept two digit groups MM:SS input if formatted as suchEike Rathke
2019-10-18Input with subsequent part greater than 59 is not time or durationEike Rathke
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák
2019-10-17Fix typoAndrea Gelmini