Age | Commit message (Expand) | Author |
2021-06-13 | Assert on valid order of which ids in ranges on SfxItemSet creation | Mike Kaganski |
2021-06-13 | Avoid [-Werror=redundant-move] in GCC 9.3.0 | Mike Kaganski |
2021-06-12 | Current baseline Clang 5.0.2 is able to upcast std::unique_ptr | Mike Kaganski |
2021-06-11 | Simplify even more initializations in svl/passwordcontainer.cxx | Julien Nabet |
2021-06-10 | small optimisation in SvtListener::EndListening | Noel Grandin |
2021-06-10 | loplugin:unnecessaryreturn SvtListener::EndListening | Noel Grandin |
2021-06-10 | Simplify Sequences initializations (sot/stock/svl/svtools/svx) | Julien Nabet |
2021-06-09 | -Werror,-Wunused-but-set-variable (Clang 13 trunk) | Stephan Bergmann |
2021-06-09 | Add an SvAddressParser unit test | Stephan Bergmann |
2021-06-01 | loplugin:stringview (clang-cl) | Stephan Bergmann |
2021-05-31 | Clean redundant SvxBackgroundColorItem and use SvxColorItem instead. | Gülşah Köse |
2021-05-29 | no need to allocate these on the heap | Noel Grandin |
2021-05-28 | Select svl crypto backend in configure.ac | Jan-Marek Glogowski |
2021-05-27 | tdf#34724, tdf#91420: svl_qa_cppunit: Add unittest | Xisco Fauli |
2021-05-26 | tdf#100122: svl_qa_cppunit: Add unittest | Xisco Fauli |
2021-05-26 | tdf#52510: svl_qa_cppunit: Add unittest | Xisco Fauli |
2021-05-24 | tdf#100834: svl_qa_cppunit: Add unittest | Xisco Fauli |
2021-05-24 | tdf#100755: svl_qa_cppunit: Add unittest | Xisco Fauli |
2021-05-24 | Fix documentation of SfxItemPool ctr | Julien Nabet |
2021-05-23 | Resolves: tdf#137063 For General format start exponential display at 1E-10 | Eike Rathke |
2021-05-21 | tdf#129878: svl_qa_cppunit: Add unittest | Xisco Fauli |
2021-05-21 | tdf#122991: svl_qa_cppunit: Add unittest | Xisco Fauli |
2021-05-21 | tdf#123748: svl_qa_cppunit: Add unittest | Xisco Fauli |
2021-05-17 | fix some leaks in Signing | Noel Grandin |
2021-05-17 | Resolves: tdf#128314 Use GenitiveMonths name also if comma is following | Eike Rathke |
2021-05-17 | dont leak NSS Arena in svl::crypto::Signing::Sign | Noel Grandin |
2021-05-15 | Related: tdf#128314 Add unit test for NatNum12 lower names | Eike Rathke |
2021-05-15 | Related: tdf#128314 tdf#137349 Add unit test for NatNum12 upper names | Eike Rathke |
2021-05-15 | Related: tdf#128314 tdf#137349 Support NatNum12 for all day and month names | Eike Rathke |
2021-05-11 | tdf#127363: svl_qa_cppunit: Add unittest | Xisco Fauli |
2021-05-10 | speed up SfxExtItemPropertySetInfo | Noel Grandin |
2021-05-10 | Resolves: tdf#142186 Accept 123.45 fractional input on weird formats like 0"." | Eike Rathke |
2021-05-08 | ref-count SfxItemPool | Noel Grandin |
2021-05-07 | add utility method to get last pool in chain | Noel Grandin |
2021-05-06 | replace SVL_CRYPTO_MSCRYPTO with _WIN32 | Noel Grandin |
2021-05-03 | loplugin:stringadd improvement for appending numbers | Noel Grandin |
2021-05-02 | throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewrite | Stephan Bergmann |
2021-05-02 | tdf#79049 speed up OOXML workbook load (4) | Noel Grandin |
2021-04-28 | use string_view in INetURLObject::encode | Noel Grandin |
2021-04-28 | svl: fix crash in SfxItemSet::dumpAsXml() | Michael Stahl |
2021-04-27 | loplugin:stringadd convert chained append to + | Noel Grandin |
2021-04-27 | use more string_view in tools/stream | Noel Grandin |
2021-04-25 | loplugin:unusedmethods | Noel Grandin |
2021-04-22 | no need to create temporaries when appending number to O[U]StringBuffer | Noel Grandin |
2021-04-22 | no need makeStringAndClear() when appending to buffer | Noel Grandin |
2021-04-22 | no need to create a temporary when appending to OUStringBuffer | Noel Grandin |
2021-04-21 | loplugin:stringadd replace OUStringLiteral temporaries with OUString::Concat | Noel Grandin |
2021-04-19 | svx properties: pass SfxItemSet around by value | Noel Grandin |
2021-04-15 | store ptr to the original entries in SfxItemPropertyMap | Noel Grandin |
2021-04-13 | we don't want this dynamic_cast in release builds | Noel Grandin |