summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)AuthorFilesLines
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
2022-04-10Removed duplicated includeAndrea Gelmini1-1/+0
2022-04-09Resolves: tdf#148052 accept a ". Month " name for matching DMY formatEike Rathke1-0/+23
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin1-1/+3
2022-04-08use more subView when converting to Int32Noel Grandin1-1/+1
2022-03-30add Initialization Vectors to password storageCaolán McNamara2-43/+133
2022-03-24make hash encoding match decodingCaolán McNamara2-1/+46
2022-03-24loplugin:constantparamNoel Grandin2-24/+8
2022-03-11new loplugin:trivialdestructorNoel Grandin1-2/+0
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák1-12/+5
2022-03-06make a bunch of SvtBroadcaster/SvtListeners functions inlineLuboš Luňák2-26/+0
2022-03-06do not destroy broadcasters and then recreate again (tdf#134268)Luboš Luňák1-6/+1
2022-03-03Recheck modules sv* with IWYUGabor Kelemen14-26/+7
2022-02-27use more SfxItemSet::CloneAsValueNoel Grandin1-1/+1
2022-02-22merge poolio.cxx into itempool.cxxLuboš Luňák3-96/+67
2022-02-21replace SfxPoolItem::LookupHashCode() with Lookup() (tdf#135215)Luboš Luňák2-25/+10
2022-02-20fix usage of std::lower_bound() in SfxItemPool (tdf#81765)Luboš Luňák1-2/+2
2022-02-18avoid an allocation in WhichRangesContainer::MergeRangeNoel Grandin1-11/+18
2022-02-18improve the SfxItemSet::CloneAsValue checkNoel Grandin1-9/+4
2022-02-16Extend loplugin:stringview to OUStringBuffer::copyStephan Bergmann1-2/+2
2022-02-08speed up SfxItemPool searches with items that can't use IsSortable()Luboš Luňák1-4/+20
2022-02-07tdf#145868 sd replace: if search changes, restart find/replaceJustin Luth1-5/+16
2022-02-06No need to call makeStringAndClear to pass a string viewMike Kaganski1-4/+3
2022-02-06Simplify code a bitMike Kaganski1-4/+2
2022-02-03no point in mapping SID to itselfNoel Grandin3-5/+23
2022-02-03SfxMetricItem should take signed valueNoel Grandin1-1/+1
2022-02-02convert OfaRefItem to a normal classNoel Grandin1-1/+1
2022-01-29fix loading file with very large number of stylesNoel Grandin1-12/+12
2022-01-21fix opengl slide transitionNoel Grandin2-2/+0
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin2-8/+8