summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2021-06-17use string_view in the Translate APINoel Grandin1-1/+1
2021-06-13Assert on valid order of which ids in ranges on SfxItemSet creationMike Kaganski3-345/+172
2021-06-13Avoid [-Werror=redundant-move] in GCC 9.3.0Mike Kaganski1-1/+1
2021-06-12Current baseline Clang 5.0.2 is able to upcast std::unique_ptrMike Kaganski1-1/+1
2021-06-11Simplify even more initializations in svl/passwordcontainer.cxxJulien Nabet1-16/+4
2021-06-10small optimisation in SvtListener::EndListeningNoel Grandin1-1/+1
2021-06-10loplugin:unnecessaryreturn SvtListener::EndListeningNoel Grandin1-3/+2
2021-06-10Simplify Sequences initializations (sot/stock/svl/svtools/svx)Julien Nabet1-21/+5
2021-06-09-Werror,-Wunused-but-set-variable (Clang 13 trunk)Stephan Bergmann1-153/+0
2021-06-09Add an SvAddressParser unit testStephan Bergmann3-0/+99
2021-06-01loplugin:stringview (clang-cl)Stephan Bergmann1-4/+8
2021-05-31Clean redundant SvxBackgroundColorItem and use SvxColorItem instead.Gülşah Köse1-1/+0
2021-05-29no need to allocate these on the heapNoel Grandin1-42/+42
2021-05-28Select svl crypto backend in configure.acJan-Marek Glogowski2-74/+34
2021-05-27tdf#34724, tdf#91420: svl_qa_cppunit: Add unittestXisco Fauli1-2/+4
2021-05-26tdf#100122: svl_qa_cppunit: Add unittestXisco Fauli1-0/+5
2021-05-26tdf#52510: svl_qa_cppunit: Add unittestXisco Fauli1-0/+5
2021-05-24tdf#100834: svl_qa_cppunit: Add unittestXisco Fauli1-0/+5
2021-05-24tdf#100755: svl_qa_cppunit: Add unittestXisco Fauli1-0/+5
2021-05-24Fix documentation of SfxItemPool ctrJulien Nabet1-2/+2
2021-05-23Resolves: tdf#137063 For General format start exponential display at 1E-10Eike Rathke1-10/+25
2021-05-21tdf#129878: svl_qa_cppunit: Add unittestXisco Fauli1-0/+5
2021-05-21tdf#122991: svl_qa_cppunit: Add unittestXisco Fauli1-0/+8
2021-05-21tdf#123748: svl_qa_cppunit: Add unittestXisco Fauli1-0/+5
2021-05-17fix some leaks in SigningNoel Grandin1-1/+6
2021-05-17Resolves: tdf#128314 Use GenitiveMonths name also if comma is followingEike Rathke1-4/+6
2021-05-17dont leak NSS Arena in svl::crypto::Signing::SignNoel Grandin1-0/+3
2021-05-15Related: tdf#128314 Add unit test for NatNum12 lower namesEike Rathke1-0/+9
2021-05-15Related: tdf#128314 tdf#137349 Add unit test for NatNum12 upper namesEike Rathke1-0/+9
2021-05-15Related: tdf#128314 tdf#137349 Support NatNum12 for all day and month namesEike Rathke1-14/+21
2021-05-11tdf#127363: svl_qa_cppunit: Add unittestXisco Fauli1-0/+1
2021-05-10speed up SfxExtItemPropertySetInfoNoel Grandin1-14/+34
2021-05-10Resolves: tdf#142186 Accept 123.45 fractional input on weird formats like 0"."Eike Rathke1-5/+23
2021-05-08ref-count SfxItemPoolNoel Grandin7-61/+28
2021-05-07add utility method to get last pool in chainNoel Grandin1-0/+9
2021-05-06replace SVL_CRYPTO_MSCRYPTO with _WIN32Noel Grandin2-8/+5
2021-05-03loplugin:stringadd improvement for appending numbersNoel Grandin1-1/+1
2021-05-02throw() -> noexcept, part 2/3: Automatic loplugin:noexcept rewriteStephan Bergmann8-15/+15
2021-05-02tdf#79049 speed up OOXML workbook load (4)Noel Grandin1-1/+3
2021-04-28use string_view in INetURLObject::encodeNoel Grandin2-2/+2
2021-04-28svl: fix crash in SfxItemSet::dumpAsXml()Michael Stahl1-1/+11
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin3-7/+7
2021-04-27use more string_view in tools/streamNoel Grandin2-2/+2
2021-04-25loplugin:unusedmethodsNoel Grandin1-5/+0
2021-04-22no need to create temporaries when appending number to O[U]StringBufferNoel Grandin2-2/+2
2021-04-22no need makeStringAndClear() when appending to bufferNoel Grandin1-1/+1
2021-04-22no need to create a temporary when appending to OUStringBufferNoel Grandin1-2/+2
2021-04-21loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin1-3/+3
2021-04-19svx properties: pass SfxItemSet around by valueNoel Grandin1-0/+32
2021-04-15store ptr to the original entries in SfxItemPropertyMapNoel Grandin1-39/+73