summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski1-6/+6
2021-07-17drop sal_uInt16* constructor in SfxItemSetNoel Grandin1-11/+0
2021-07-17osl::Mutex->std::mutex in SharedStringPoolNoel Grandin1-6/+6
2021-07-16-Werror=class-memaccessNoel Grandin1-2/+4
2021-07-16Drop unused ctorMike Kaganski1-26/+0
2021-07-16Move validity check to svl::Items, to avoid invalid WhichRangesContainerMike Kaganski1-0/+1
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin1-20/+0
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin5-302/+357
2021-07-09Make loplugin:stringadd slightly more aggressiveStephan Bergmann1-12/+4
2021-07-08Resolves: tdf#122191 BOOLEAN is a keyword, treat it as suchEike Rathke4-25/+100
2021-07-06Related: tdf#125035 Introduce LongDateOrder and handle YDM in DateFormatterEike Rathke1-1/+1
2021-07-05Removed duplicated includesAndrea Gelmini2-2/+0
2021-07-05store the SfxItemSet inside SfxSetItem by valueNoel Grandin3-6/+10
2021-07-05tdf#143165: svl_qa_cppunit: Add unittestXisco Fauli1-0/+1
2021-07-05Resolves: tdf#143165 Date input must match separator, D,M,Y not part ofEike Rathke1-2/+17
2021-07-04move SfxSetItem to own header fileNoel Grandin4-0/+4
2021-07-03Related: tdf#125035 en_US formatindex="19" DATE_SYSTEM_LONG with D not DDEike Rathke1-1/+1
2021-07-02no need to allocate return val on heap for GetItemSetForPreviewNoel Grandin1-2/+2
2021-07-01can allocate these SfxItemSet on the stackNoel Grandin1-2/+3
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin1-1/+1
2021-06-25tdf#143032: Check if the literal is emptyMike Kaganski1-1/+2
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