summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2020-05-10new loplugin:simplifypointertoboolNoel Grandin1-2/+1
2020-05-09fix leak in svl unit testNoel Grandin1-0/+2
2020-05-05remove unused nSearchFamily and nMask membersCaolán McNamara1-11/+2
2020-05-05if we create a new style remove any old style with the same nameCaolán McNamara1-2/+2
2020-05-05don't need to save and restore the search mask if it doesn't get changedCaolán McNamara1-6/+1
2020-05-05we want to invalidate the current iteratorCaolán McNamara1-0/+5
2020-05-05pass SfxStyleFamily explicitly to SfxStyleSheetBasePool::ChangeParentCaolán McNamara1-3/+4
2020-05-05don't need to save and restore the search mask if it doesn't get changedCaolán McNamara1-5/+0
2020-05-05make the family and mask explicit in SfxStyleSheetBasePool::FirstCaolán McNamara1-15/+11
2020-05-05drop SfxStyleSheetBasePool::CountCaolán McNamara1-10/+0
2020-04-22tdf#42949 Simplify use of rtl::math::approxEqual in include/basegfx/Gabor Kelemen1-0/+1
2020-04-22uiobject.hxx only needs forward declaresCaolán McNamara1-2/+1
2020-04-18Move implementation of CELL("format";...) to SvNumberFormatter, tdf#132106 prepEike Rathke1-0/+74
2020-04-16loplugin:buriedassign in starmath..svlNoel Grandin3-13/+38
2020-03-25Remove unused using declarations in oox...xmlsecurityGabor Kelemen1-2/+0
2020-03-23Fix typosAndrea Gelmini1-1/+1
2020-03-14tdf#130974 replace `rtl::math::isSignBitSet` with `std::signbit`.Yukio Siraichi1-4/+4
2020-03-13Revert "loplugin:constfields in svl"Noel Grandin7-15/+15
2020-03-12comparison operators should be constNoel Grandin2-2/+2
2020-02-27tdf#130725: use strtod by David M. Gay to make sure we get the nearestMike Kaganski2-25/+24
2020-02-25Fix currency symbol selection in Calc on mobileTomaž Vajngerl1-0/+10
2020-02-22Resolves: tdf#130563 Add predefined 4-digit year date+time formatEike Rathke2-10/+34
2020-02-17Drop needless junit and python make conditionalsJan-Marek Glogowski1-2/+0
2020-02-16tdf#129878: replace error string for number format errors in CalcMohamed Sameh1-1/+1
2020-02-07tdf#130501: Fix off-by-one error in URIHelper::resolveIdnaHostStephan Bergmann2-4/+19
2020-02-04show Korean Dangi Calendar format tdf#125446DaeHyun Sung1-1/+7
2020-02-01make update_pch also consider files in <module>/src/**/incLuboš Luňák1-2/+4
2020-01-31clang-tidy modernize-concat-nested-namespaceNoel Grandin4-11/+7
2020-01-29cid#1458019 silence Out-of-bounds writeCaolán McNamara1-2/+1
2020-01-29cid#1458020 Untrusted loop boundCaolán McNamara1-7/+8
2020-01-28tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorOnur Yilmaz1-2/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann3-4/+6
2020-01-28remove some unused local varsNoel Grandin1-3/+2
2020-01-25loplugin:makeshared in svl..svxNoel Grandin2-5/+5
2020-01-15tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorMesut Çifci1-2/+1
2020-01-08Fix typoAndrea Gelmini1-1/+1
2020-01-08Drop duplicating range checkMike Kaganski1-8/+0
2019-12-23sal_Char->char in svtools..svlNoel Grandin9-25/+25
2019-12-17Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics)Stephan Bergmann1-15/+2
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara22-58/+26
2019-12-11Fix typosAndrea Gelmini1-1/+1
2019-12-07Fix more new dependencies on boost_headersStephan Bergmann1-0/+2
2019-12-03Adapt CPPUNIT_ASSERT to C++20 deleted ostream << for sal_Unicode (aka char16_t)Stephan Bergmann2-0/+4
2019-12-03Adapt to C++20 deleted ostream << for sal_Unicode* (aka char16_t*)Stephan Bergmann1-6/+6
2019-12-03remove some useless comment linesNoel Grandin2-5/+0
2019-12-02tdf#42949 Replace property_tre/ptree.hpp with fw declaration headerGabor Kelemen2-0/+2
2019-12-01Introduce o3tl::optional as an alias for std::optionalStephan Bergmann1-1/+1
2019-11-28jsdialog: dump Sfx_Int__Items to JSONSzymon Kłos1-0/+20
2019-11-28jsdialogs: send graphic items updatesSzymon Kłos1-0/+8
2019-11-27jsdialogs: dumpAsJSON for SfxItems with FillGradient exampleSzymon Kłos1-0/+6