summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2024-07-14cid#1555646 COPY_INSTEAD_OF_MOVECaolán McNamara1-3/+1
2024-07-14cid#1608181 Double lockCaolán McNamara1-1/+1
2024-07-11ITEM: replaced typeid/hash_code with SfxItemTypeArmin Le Grand (allotropia)2-17/+16
2024-07-09Revert "fix and simplify the ItemInstanceManager mechanism"Noel Grandin10-269/+262
2024-07-08make some of the SfxStringItem subclasses hashableNoel Grandin1-0/+5
2024-07-06cid#1609596 silence Unintended sign extensionCaolán McNamara1-1/+1
2024-07-06cid#1609597 silence Using invalid iteratorCaolán McNamara1-1/+3
2024-07-06use o3tl::sorted_vector in DefaultItemInstanceManagerNoel Grandin1-1/+4
2024-07-05fix asan buildNoel Grandin1-0/+10
2024-07-03Fix typoAndrea Gelmini1-1/+1
2024-07-03fix and simplify the ItemInstanceManager mechanismNoel Grandin10-262/+253
2024-07-01move global item pool to own source fileNoel Grandin4-412/+454
2024-06-26speed up DefaultItemInstanceManagerNoel Grandin1-4/+13
2024-06-20tdf#144208 speedup doc with lots of redline(13)Noel Grandin1-0/+25
2024-06-19Fix typoAndrea Gelmini1-1/+1
2024-06-18tdf#131562: move test to svl and extend itXisco Fauli1-0/+7
2024-06-18tdf#48706: svl_qa_cppunit: Add unittestXisco Fauli1-0/+2
2024-06-18Add SfxItemType to SfxPoolItemOliver Specht16-35/+46
2024-06-17cid#1603617 Big parameter passed by valueCaolán McNamara1-13/+9
2024-06-13tdf#159930 Treat special case with no integer digitLaurent Balland2-0/+11
2024-06-12Fix typoAndrea Gelmini1-1/+1
2024-06-11ITEM: Change SfxItemSet to use unordered_setArmin Le Grand (allotropia)4-905/+352
2024-06-06Resolves: tdf#161430 reindex the correct style if there are duplicate namesCaolán McNamara2-9/+13
2024-06-05Related: tdf#153008 bump XFillBmpPosOffsetXItem to sal_Int32Caolán McNamara1-2/+2
2024-05-14loplugin:ostr in svlNoel Grandin29-429/+428
2024-05-12replace createFromAscii with OUString literals in SvxSearchItemNoel Grandin1-30/+22
2024-05-08drop requirement for rtl_random_getBytes to have "Pool" argCaolán McNamara2-24/+2
2024-05-01WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara3-2/+3
2024-04-29lok: save correct number format in multi-lang sessionSzymon Kłos1-1/+3
2024-04-28Extended loplugin:ostr manual changesStephan Bergmann1-9/+10
2024-04-23ITEM: Add measurements for SfxItemSet usages (debug only)Armin Le Grand (allotropia)1-0/+54
2024-04-20loplugin:constantparamNoel Grandin1-4/+3
2024-04-20cid#1596242 Side effect in assertionCaolán McNamara1-8/+8
2024-04-19loplugin:constantparamNoel Grandin1-2/+2
2024-04-18tdf#160706 speed up loading conditional formatting rule in XLS (II)Noel Grandin2-15/+33
2024-04-14Related: tdf#160056 1 entry is more common than no entriesCaolán McNamara1-9/+9
2024-04-12fold OnDemandNativeNumberWrapper ctor and init togetherCaolán McNamara1-2/+2
2024-04-12crashtesting: assert seen on importing forum-mso-en4-62805.xlsxCaolán McNamara4-285/+285
2024-04-04loplugin:unusedmethodsNoel Grandin1-16/+0
2024-04-04fix 'tdf#158773 reduce dynamic_cast'ing in CustomShapeProperties::Notify'Noel Grandin1-1/+1
2024-04-04Use osl::ResettableMutexGuardScopedReleaser instead of ad-hoc guardsMike Kaganski1-10/+1
2024-04-02crashtesting: SvNFEngine::DefaultCurrencyRO assertCaolán McNamara1-5/+14
2024-03-31crashtesting: crash seen with multiple threads calling GetTheCurrencyTableCaolán McNamara1-0/+1
2024-03-31tdf#146619 Drop unused 'using namespace' in: svl/Gabor Kelemen3-5/+0
2024-03-30tdf#42982 Add error messages to thrown exceptionsRMZeroFour1-4/+4
2024-03-29speed up ScPatternAttrNoel Grandin1-0/+29
2024-03-29pre-thread -> per-threadCaolán McNamara1-1/+1
2024-03-29crashtesting: fix SvNFEngine::CacheFormatRO assertCaolán McNamara1-57/+105
2024-03-27drop const_cast and be more honest that internal state changesCaolán McNamara2-7/+6
2024-03-27don't need to const cast here anymoreCaolán McNamara1-5/+3