summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2020-05-26Fix typoAndrea Gelmini
2020-05-25Remapping NatNum-DBNum in Korean for compatibility tdf#130193DaeHyun Sung
2020-05-25tdf#130193: Asian Excel-Calc number format interopNaruhiko Ogasawara
2020-05-25tdf#133342 Add user defined percent stringLaurent BP
2020-05-24inline some use-once typedefsNoel Grandin
2020-05-15Handle conversion of locale modifiers not of the same originating localeEike Rathke
2020-05-10new loplugin:simplifypointertoboolNoel Grandin
2020-05-09fix leak in svl unit testNoel Grandin
2020-05-05remove unused nSearchFamily and nMask membersCaolán McNamara
2020-05-05if we create a new style remove any old style with the same nameCaolán McNamara
2020-05-05don't need to save and restore the search mask if it doesn't get changedCaolán McNamara
2020-05-05we want to invalidate the current iteratorCaolán McNamara
2020-05-05pass SfxStyleFamily explicitly to SfxStyleSheetBasePool::ChangeParentCaolán McNamara
2020-05-05don't need to save and restore the search mask if it doesn't get changedCaolán McNamara
2020-05-05make the family and mask explicit in SfxStyleSheetBasePool::FirstCaolán McNamara
2020-05-05drop SfxStyleSheetBasePool::CountCaolán McNamara
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara
2020-04-18Move implementation of CELL("format";...) to SvNumberFormatter, tdf#132106 prepEike Rathke
2020-04-16loplugin:buriedassign in starmath..svlNoel Grandin
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen
2020-03-23Fix typosAndrea Gelmini
2020-03-14tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi
2020-03-13Revert "loplugin:constfields in svl"Noel Grandin
2020-03-12comparison operators should be constNoel Grandin
2020-02-27tdf#130725: use strtod by David M. Gay to make sure we get the nearestMike Kaganski
2020-02-25Fix currency symbol selection in Calc on mobileTomaž Vajngerl
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