summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
2022-10-05make sure SharedString::EMPTY_STRING is interned in pools (tdf#150647)Luboš Luňák
2022-08-18tdf#150452: Revert "tdf#130795 use concurrent hashmap in SharedStringPool"Xisco Fauli
2022-07-14Resolves: tdf#149950 Handle LongDateOrder vs DateOrder for middle month nameEike Rathke
2022-07-08tdf#128150 Fix PPTX slide background fill mode for shapesSamuel Mehrbrodt
2022-06-20Resolves: tdf#147265 Return correct default if currency format is duplicateEike Rathke
2022-06-16Related: tdf#149325 tdf#52602 SvNumberFormatsObj::addNew accept differingEike Rathke
2022-06-15Resolves: tdf#149325 tdf#52602 SvNumberFormatsObj::queryKey try also uppercaseEike Rathke
2022-06-08Related: tdf#149484 Display BOOLEAN literal string text additionsEike Rathke
2022-06-03clang-tidy modernize-pass-by-value in svlNoel Grandin
2022-05-28add ClearItem to the SfxItemSet iteratorsNoel Grandin
2022-05-28split SfxItem::ClearItem into two methodsNoel Grandin
2022-05-28simplify SfxItemSet::Differentiate and SfxItemSet::IntersectNoel Grandin
2022-05-28add GetItemState to SfxItemIter, the same way I did to SfxWhichIterNoel Grandin
2022-05-28use the new SfxWhichIter::GetItemState featureNoel Grandin
2022-05-28ofz#24932-1 speed up GetItemState when iteratingNoel Grandin
2022-05-27sw: language fallback in MSWordExportBase::GetNumberFormat()Michael Stahl
2022-05-26ofz#24932-1 walk ItemSets together in SfxItemSet::SetNoel Grandin
2022-05-26avoid some allocation in SfxItemPropertySet::setPropertyValueNoel Grandin
2022-05-23svl: spurious GCC12 -Werror=maybe-uninitializedMichael Stahl
2022-05-16std::stable_sort() where libc++ debug mode breaks a unittestLuboš Luňák
2022-05-16make SharedString move operator= inline (tdf#126109)Luboš Luňák
2022-05-07cid#1504313 Uninitialized pointer readCaolán McNamara
2022-05-06svl: fix crash if user cancels/closes master password dialogMichael Stahl
2022-05-06tdf#148383: Obtain start/end strings always in system localeDaniel Kamil Kozar
2022-05-05use more o3tl::getTokenNoel Grandin
2022-05-03Just use Any ctor instead of makeAny in svlStephan Bergmann
2022-04-29svl: fix testSignDocument_PEM_PDF with "dbm:" NSS DBMichael Stahl
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-27use string_view in ImpSvNumberInputScan::StringToDoubleNoel Grandin
2022-04-27add string_view wrappers for rtl::math::stringToDoubleNoel Grandin
2022-04-26add o3tl::toUInt32Noel Grandin
2022-04-25use string_view in CompareProtocolSchemeNoel Grandin
2022-04-15Prepare SvNumberFormatter::GetEditFormat() to obtain for another localeEike Rathke
2022-04-13use more string_view in svlNoel Grandin
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin
2022-04-11use more string_viewNoel Grandin
2022-04-10Removed duplicated includeAndrea Gelmini
2022-04-09Resolves: tdf#148052 accept a ". Month " name for matching DMY formatEike Rathke
2022-04-08move comphelper::string::toInt32 to o3tlNoel Grandin
2022-04-08use more subView when converting to Int32Noel Grandin
2022-03-30add Initialization Vectors to password storageCaolán McNamara
2022-03-24make hash encoding match decodingCaolán McNamara
2022-03-24loplugin:constantparamNoel Grandin
2022-03-11new loplugin:trivialdestructorNoel Grandin
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák
2022-03-06make a bunch of SvtBroadcaster/SvtListeners functions inlineLuboš Luňák
2022-03-06do not destroy broadcasters and then recreate again (tdf#134268)Luboš Luňák
2022-03-03Recheck modules sv* with IWYUGabor Kelemen
2022-02-27use more SfxItemSet::CloneAsValueNoel Grandin