summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
2022-08-03improve assert messageNoel Grandin1-1/+1
2022-07-25A bit of RAIIMike Kaganski1-16/+10
2022-07-25use more o3tl::spanNoel Grandin2-15/+13
2022-07-14Accept 'Y D MMM' date input for locales with LongDateOrder::YDMEike Rathke2-12/+37
2022-07-14Let 'MMM D Y H:M' input follow the same date rule as 'MMM D Y'Eike Rathke1-7/+13
2022-07-13tdf#149950: svl_qa_cppunit: Add unittestXisco Fauli1-1/+2
2022-07-13Resolves: tdf#149950 Handle LongDateOrder vs DateOrder for middle month nameEike Rathke2-7/+63
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock1-4/+4
2022-07-04dodgy use of dynamic_cast on an UNO objectNoel Grandin1-4/+1
2022-07-01small optimisationNoel Grandin1-1/+2
2022-07-01ChangeNullDate: assert valid date after normalization if it wasn't beforeEike Rathke1-4/+8
2022-06-29elide unnecessary copy in SfxItemSet constructorNoel Grandin1-1/+7
2022-06-29tdf#117539 Assert after cut and paste operation of a chart stickNoel Grandin1-1/+6
2022-06-20elide some makeStringAndClear() callsNoel Grandin5-10/+12
2022-06-20Resolves: tdf#147265 Return correct default if currency format is duplicateEike Rathke1-8/+9
2022-06-20SfxStyleSheetBasePool::Find can be constCaolán McNamara1-4/+4
2022-06-16tdf#128150 Add OOXML import/export for "use background fill"Samuel Mehrbrodt1-0/+1
2022-06-16Related: tdf#149325 tdf#52602 SvNumberFormatsObj::addNew accept differingEike Rathke1-0/+8
2022-06-15Use rtl::isAsceeLowerCase/rtl::toAsciiUpperCaseMike Kaganski1-2/+3
2022-06-15Resolves: tdf#149325 tdf#52602 SvNumberFormatsObj::queryKey try also uppercaseEike Rathke1-2/+49
2022-06-08Related: tdf#149484 Display BOOLEAN literal string text additionsEike Rathke1-1/+27
2022-06-03clang-tidy modernize-pass-by-value in svlNoel Grandin11-35/+43
2022-05-28add ClearItem to the SfxItemSet iteratorsNoel Grandin3-32/+55
2022-05-28split SfxItem::ClearItem into two methodsNoel Grandin1-61/+71
2022-05-28simplify SfxItemSet::Differentiate and SfxItemSet::IntersectNoel Grandin1-18/+11
2022-05-28add GetItemState to SfxItemIter, the same way I did to SfxWhichIterNoel Grandin1-0/+6
2022-05-28use the new SfxWhichIter::GetItemState featureNoel Grandin1-1/+1
2022-05-28ofz#24932-1 speed up GetItemState when iteratingNoel Grandin2-34/+70
2022-05-27sw: language fallback in MSWordExportBase::GetNumberFormat()Michael Stahl1-1/+14
2022-05-26ofz#24932-1 walk ItemSets together in SfxItemSet::SetNoel Grandin1-5/+20
2022-05-26avoid some allocation in SfxItemPropertySet::setPropertyValueNoel Grandin1-1/+1
2022-05-23svl: spurious GCC12 -Werror=maybe-uninitializedMichael Stahl1-1/+1
2022-05-16std::stable_sort() where libc++ debug mode breaks a unittestLuboš Luňák1-1/+1
2022-05-16make SharedString move operator= inline (tdf#126109)Luboš Luňák1-16/+0
2022-05-07cid#1504313 Uninitialized pointer readCaolán McNamara1-2/+2
2022-05-06svl: fix crash if user cancels/closes master password dialogMichael Stahl1-1/+3
2022-05-06tdf#148383: Obtain start/end strings always in system localeDaniel Kamil Kozar1-2/+3
2022-05-05use more o3tl::getTokenNoel Grandin1-1/+1
2022-05-03Just use Any ctor instead of makeAny in svlStephan Bergmann6-13/+13
2022-04-29svl: fix testSignDocument_PEM_PDF with "dbm:" NSS DBMichael Stahl1-1/+26
2022-04-29use more string_view in INetURLObjectNoel Grandin8-18/+18
2022-04-27use string_view in ImpSvNumberInputScan::StringToDoubleNoel Grandin2-8/+8
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin1-1/+1
2022-04-26add o3tl::toUInt32Noel Grandin1-2/+3
2022-04-25use string_view in CompareProtocolSchemeNoel Grandin1-1/+1
2022-04-15Prepare SvNumberFormatter::GetEditFormat() to obtain for another localeEike Rathke1-18/+22
2022-04-13use more string_view in svlNoel Grandin3-19/+26
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-8/+10
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-1/+1
2022-04-11use more string_viewNoel Grandin6-17/+17