Age | Commit message (Expand) | Author |
2021-07-20 | flatten the vector in NfCurrencyTable | Noel Grandin |
2021-07-20 | Simplify SfxItemSet ctors and TotalCount using delegation | Mike Kaganski |
2021-07-19 | Move svl::Items to include/svl/whichranges.hxx, and unify its usage | Mike Kaganski |
2021-07-17 | drop sal_uInt16* constructor in SfxItemSet | Noel Grandin |
2021-07-17 | osl::Mutex->std::mutex in SharedStringPool | Noel Grandin |
2021-07-16 | -Werror=class-memaccess | Noel Grandin |
2021-07-16 | Drop unused ctor | Mike Kaganski |
2021-07-16 | Move validity check to svl::Items, to avoid invalid WhichRangesContainer | Mike Kaganski |
2021-07-15 | drop the Pair constructor from SfxItemSet | Noel Grandin |
2021-07-15 | WhichRangesContainer, reduce malloc in SfxItemSet | Noel Grandin |
2021-07-09 | Make loplugin:stringadd slightly more aggressive | Stephan Bergmann |
2021-07-08 | Resolves: tdf#122191 BOOLEAN is a keyword, treat it as such | Eike Rathke |
2021-07-06 | Related: tdf#125035 Introduce LongDateOrder and handle YDM in DateFormatter | Eike Rathke |
2021-07-05 | Removed duplicated includes | Andrea Gelmini |
2021-07-05 | store the SfxItemSet inside SfxSetItem by value | Noel Grandin |
2021-07-05 | tdf#143165: svl_qa_cppunit: Add unittest | Xisco Fauli |
2021-07-05 | Resolves: tdf#143165 Date input must match separator, D,M,Y not part of | Eike Rathke |
2021-07-04 | move SfxSetItem to own header file | Noel Grandin |
2021-07-03 | Related: tdf#125035 en_US formatindex="19" DATE_SYSTEM_LONG with D not DD | Eike Rathke |
2021-07-02 | no need to allocate return val on heap for GetItemSetForPreview | Noel Grandin |
2021-07-01 | can allocate these SfxItemSet on the stack | Noel Grandin |
2021-06-28 | loplugin:indentation improve checks for brace alignment | Noel Grandin |
2021-06-25 | tdf#143032: Check if the literal is empty | Mike Kaganski |
2021-06-17 | use string_view in the Translate API | Noel Grandin |
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 |