Age | Commit message (Expand) | Author |
2020-09-26 | Related: tdf#136985 SfxStringListItem::GetString() crash in empty case | Caolán McNamara |
2020-09-23 | Read MOSDocumentLockFile UTF-16 string data with same endianness | Stephan Bergmann |
2020-09-23 | Convert attribute value to UTF-8 when passing it to libxml2 | Stephan Bergmann |
2020-09-23 | tdf#128136: Build curl, nss, and xmlsec for iOS, too | Tor Lillqvist |
2020-09-16 | Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uString | Stephan Bergmann |
2020-09-10 | Remove some DBG_UTIL debug code | Stephan Bergmann |
2020-09-10 | tdf#136238 speed up deleting large cross page table | Noel Grandin |
2020-09-07 | Make the OUString ctors taking raw sal_Unicode pointer/non-const array explicit | Stephan Bergmann |
2020-09-04 | TabPage no longer needs to inherit from VclBuilderContainer | Caolán McNamara |
2020-09-04 | Make many OUString functions take std::u16string_view parameters | Stephan Bergmann |
2020-09-03 | Make ImpSvNumberformatScan::GetColor const | Mike Kaganski |
2020-09-03 | Simplify standard color initialization | Mike Kaganski |
2020-08-28 | Change OUStringLiteral from char[] to char16_t[] | Stephan Bergmann |
2020-08-27 | remove some unused includes and update pches | Caolán McNamara |
2020-08-27 | expand out StringSet typedef | Noel Grandin |
2020-08-19 | update pches | Caolán McNamara |
2020-08-14 | loplugin:simplifybool more | Noel Grandin |
2020-08-13 | Fix variable name bAcceptEnmpty | Andrea Gelmini |
2020-08-13 | use OUStringLiteral in SfxItemPropertyMapEntry | Noel Grandin |
2020-08-13 | loplugin:stringstatic also look for local statics | Noel Grandin |
2020-08-12 | expand out DELETEZ | Noel Grandin |
2020-08-12 | SvTreeListBox can move into toolkit headers now | Caolán McNamara |
2020-08-11 | loplugin:flatten | Noel Grandin |
2020-08-06 | Resolves: tdf#135249 Duration input 0:123 or 0:0:123 or 0:123:59 is valid | Eike Rathke |
2020-08-03 | tdf#42949 Fix IWYU warnings in include/[t-x]*/*hxx | Gabor Kelemen |
2020-07-29 | replace and drop MiscCfg | Caolán McNamara |
2020-07-15 | comphelper: don't hardcode hash sizes in Hash::getLength() | Miklos Vajna |
2020-07-15 | svl/fsstorage: create instances with uno constructors | Noel Grandin |
2020-07-14 | svl/passwordcontainer: create instances with uno constructors | Noel Grandin |
2020-07-12 | update pches | Caolán McNamara |
2020-07-10 | replace usage of blacklist with excludelist for IWYU | Thorsten Behrens |
2020-07-09 | cid#1465237 silence Dereference after null check | Caolán McNamara |
2020-07-06 | Resolves: tdf#131562 decimal separator may not be surrounded by blanks | Eike Rathke |
2020-07-06 | Resolves: tdf#134490 do not skip all trailing '-' or '/' of the start string | Eike Rathke |
2020-07-02 | Resolves: tdf#134455 Let TIMEVALUE() use lax time recognition | Eike Rathke |
2020-07-02 | Upcoming improved loplugin:staticanonymous -> redundantstatic: svl | Stephan Bergmann |
2020-07-01 | Fix typos | Andrea Gelmini |
2020-07-01 | tdf#132454 some more improvements | Noel Grandin |
2020-06-26 | optimize SvtBroadcaster::Normalize() even a bit more (tdf#132454) | Luboš Luňák |
2020-06-25 | optimize SvtBroadcaster::Normalize() a bit more (tdf#132454) | Luboš Luňák |
2020-06-24 | optimize SvtBroadcaster::Normalize() (tdf#132454) | Luboš Luňák |
2020-06-24 | use more std::container::insert instead of std::copy | Noel Grandin |
2020-06-15 | tdf#103414 Add/Delete decimal for 100th second | Laurent BP |
2020-06-12 | fix ASAN in SharedStringPool | Noel Grandin |
2020-06-11 | Drop configurability of libnumbertext use | Tor Lillqvist |
2020-06-05 | Upcoming loplugin:elidestringvar: svl | Stephan Bergmann |
2020-06-03 | fix ubsan in SharedStringPool | Noel Grandin |
2020-06-03 | loplugin:simplifypointertobool improve | Noel Grandin |
2020-06-02 | optimize SharedStringPool::purge() and fix tests | Noel Grandin |
2020-05-30 | loplugin:simplifybool extend to expression like !(a < b || c > d) | Noel Grandin |