Age | Commit message (Expand) | Author |
2020-02-27 | tdf#130725: use strtod by David M. Gay to make sure we get the nearest | Mike Kaganski |
2020-02-25 | Fix currency symbol selection in Calc on mobile | Tomaž Vajngerl |
2020-02-22 | Resolves: tdf#130563 Add predefined 4-digit year date+time format | Eike Rathke |
2020-02-16 | tdf#129878: replace error string for number format errors in Calc | Mohamed Sameh |
2020-02-07 | tdf#130501: Fix off-by-one error in URIHelper::resolveIdnaHost | Stephan Bergmann |
2020-02-04 | show Korean Dangi Calendar format tdf#125446 | DaeHyun Sung |
2020-01-31 | clang-tidy modernize-concat-nested-namespace | Noel Grandin |
2020-01-29 | cid#1458019 silence Out-of-bounds write | Caolán McNamara |
2020-01-29 | cid#1458020 Untrusted loop bound | Caolán McNamara |
2020-01-28 | tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctor | Onur Yilmaz |
2020-01-28 | New loplugin:unsignedcompare | Stephan Bergmann |
2020-01-28 | remove some unused local vars | Noel Grandin |
2020-01-25 | loplugin:makeshared in svl..svx | Noel Grandin |
2020-01-15 | tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctor | Mesut Çifci |
2020-01-08 | Fix typo | Andrea Gelmini |
2020-01-08 | Drop duplicating range check | Mike Kaganski |
2019-12-23 | sal_Char->char in svtools..svl | Noel Grandin |
2019-12-17 | Elide use of rtl_Instance (which is obsoleted by C++11 thread-safe statics) | Stephan Bergmann |
2019-12-12 | use covariant return type for SfxPoolItem::Clone | Caolán McNamara |
2019-12-11 | Fix typos | Andrea Gelmini |
2019-12-03 | remove some useless comment lines | Noel Grandin |
2019-12-02 | tdf#42949 Replace property_tre/ptree.hpp with fw declaration header | Gabor Kelemen |
2019-11-28 | jsdialog: dump Sfx_Int__Items to JSON | Szymon Kłos |
2019-11-28 | jsdialogs: send graphic items updates | Szymon Kłos |
2019-11-27 | jsdialogs: dumpAsJSON for SfxItems with FillGradient example | Szymon Kłos |
2019-11-26 | loplugin:external (clang-cl) | Stephan Bergmann |
2019-11-25 | Remove some redundantly user-declared copy ctors and assignment ops | Stephan Bergmann |
2019-11-24 | cppcheck: performing init in init list (sot/svl/svtools/svx) | Julien Nabet |
2019-11-22 | Extend loplugin:external to warn about classes | Stephan Bergmann |
2019-11-17 | Extend loplugin:external to warn about enums | Stephan Bergmann |
2019-11-08 | Resolves: tdf#128649 Do not insert duplicate LCID for currency | Eike Rathke |
2019-11-03 | size some stringbuffer to prevent re-alloc | Noel Grandin |
2019-11-02 | New loplugin:conditionalstring | Stephan Bergmann |
2019-10-31 | Fix StringAdd::isCompileTimeConstant | Stephan Bergmann |
2019-10-26 | size some stringbuffer to prevent re-alloc | Noel Grandin |
2019-10-21 | size some stringbuffer to prevent re-alloc | Noel Grandin |
2019-10-19 | OUStringChar must either take a sal_Unicode or an ASCII char | Stephan Bergmann |
2019-10-19 | Directly use OUStringBuffer::append overload taking a single sal_Unicode | Stephan Bergmann |
2019-10-19 | We don't support leap seconds, but.. accept as input anyway | Eike Rathke |
2019-10-19 | Resolves: tdf#76441 accept two digit groups MM:SS input if formatted as such | Eike Rathke |
2019-10-18 | Input with subsequent part greater than 59 is not time or duration | Eike Rathke |
2019-10-17 | Fix typo | Andrea Gelmini |
2019-10-17 | Resolves: tdf#126773 Excel uses lowercase date and time format code keywords | Eike Rathke |
2019-10-17 | Remove some memset calls | Mike Kaganski |
2019-10-17 | Rename OUStringLiteral1 to OUStringChar | Stephan Bergmann |
2019-10-06 | improve SfxPoolItem operator== implementations | Noel Grandin |
2019-10-05 | simplify SfxAllEnumItem | Noel Grandin |
2019-10-03 | Following "Simplify a bit SfxAllEnumItem (svl)" | Julien Nabet |
2019-10-03 | Simplify a bit SfxAllEnumItem (svl) | Julien Nabet |
2019-10-02 | Avoid std::vector inheritance for SfxAllEnumValueArr | Julien Nabet |