summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2024-09-18cid#1607355 silence Overflowed constantCaolán McNamara1-1/+1
2024-09-17cid#1608367 silence Overflowed return valueCaolán McNamara1-8/+2
2024-09-13ITEM: adapt SfxPoolItemHolder::operator=Armin Le Grand (allotropia)1-12/+4
2024-09-11use more concrete UNO type in svlNoel Grandin1-1/+1
2024-09-06Deduplicate some codeMike Kaganski1-9/+1
2024-09-06tdf#161741 undo nits: NeedsClearRedo is private + prioritize TopLevelJustin Luth1-16/+9
2024-09-04Fix signature hash on NSS backendEloi Montañés1-75/+78
2024-08-31cid#1607947 silence Overflowed array index writeCaolán McNamara1-3/+6
2024-08-27tdf#158556 prevent lambda from allocating on heapNoel Grandin1-1/+1
2024-08-26tdf#158556 simplify StylePool APINoel Grandin3-118/+29
2024-08-23tdf#158556 make SfxGrabBagItem hashableNoel Grandin1-0/+16
2024-08-16cid#1608509 silence Overflowed array index readCaolán McNamara1-1/+1
2024-08-16tdf#161741 tdf#161705 undo: delay ClearRedo until Undo finishesJustin Luth1-0/+28
2024-08-15SfxScriptOrganizerItem should not subclass SfxStringItemNoel Grandin1-1/+1
2024-08-15make SfxStringItem hashableNoel Grandin1-1/+1
2024-08-15merge CntUnencodedStringItem into SfxStringItemNoel Grandin4-97/+66
2024-08-12Simplify a bitMike Kaganski1-10/+5
2024-08-12cid#1608408 silence Overflowed integer argumentCaolán McNamara1-1/+1
2024-08-08cid#1607356 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-08-06cid#555593 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-08-04cid#1556583 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-07-30try to fix crash in JunitTest_svx_unoapiNoel Grandin1-29/+35
2024-07-29tdf#161846 use unordered_map in SfxItemPropertyMapNoel Grandin1-18/+8
2024-07-29use more GetItemSurrogatesForItemNoel Grandin1-2/+14
2024-07-29Use NDEBUG to show/hide m_bDeletedOliver Specht1-1/+1
2024-07-29tdf#161875 buffer NameOrIndex Items for fast SurrogatesArmin Le Grand (Collabora)3-4/+58
2024-07-26cid#1608367 silence Overflowed return valueCaolán McNamara1-2/+2
2024-07-22Improve the perf for pool item scanning..Noel Grandin3-3/+82
2024-07-21Pull today DateTime out of loopEike Rathke1-2/+3
2024-07-20tdf#161729 clear style sheets in same order as they were addedPatrick Luby1-1/+14
2024-07-19cid#1608321 Double lockCaolán McNamara2-6/+18
2024-07-18make date/time single-arg constructors explicitNoel Grandin2-4/+4
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