summaryrefslogtreecommitdiff
path: root/comphelper
AgeCommit message (Expand)AuthorFilesLines
2022-05-15don't construct SequenceAsHashMap just to extract a couple of propertiesNoel Grandin1-3/+14
2022-05-14tdf#121740 cache hashcode in SequenceAsHashMapNoel Grandin1-8/+5
2022-05-14use std::mutex in LocalProcessFactoryNoel Grandin1-3/+4
2022-05-14simplify constructionNoel Grandin1-32/+20
2022-05-13Remove need for two typedefsStephan Bergmann1-4/+4
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin2-3/+47
2022-05-12reserve space in vectorNoel Grandin1-0/+1
2022-05-11use better default size for UNOMemoryStreamNoel Grandin1-0/+1
2022-05-11reserve space for bulk operations in SequenceAsHashMapNoel Grandin1-0/+4
2022-05-11cache the Sequence we return in comphelper::PropertySetInfo::getPropertiesNoel Grandin1-5/+5
2022-05-11avoid some OUString construction on some hot pathsNoel Grandin1-4/+8
2022-05-10tdf#147590 update OLE object after document refreshJuergen Funk1-4/+9
2022-05-09tdf#147021 Use std::size() instead of SAL_N_ELEMENTS() macroPragat Pandya3-5/+5
2022-05-07remove dead item cleanup from NumberedCollection::impl_searchFreeNumberNoel Grandin1-14/+3
2022-05-07osl::Mutex->std::mutex in comphelper::GenericPropertySetNoel Grandin1-17/+15
2022-05-06Only dereference iterators after checking themMike Kaganski1-3/+2
2022-05-06tdf#128744 sw DOCX: unprotect change tracking with verificationLászló Németh1-0/+57
2022-05-06comphelper: cleanup test_guards, add test for ValueRestorationGuardTomaž Vajngerl1-12/+44
2022-05-06Remove duplicated includesAndrea Gelmini1-1/+0
2022-05-05use more o3tl::getTokenNoel Grandin1-0/+1
2022-05-05use more string_viewNoel Grandin1-5/+6
2022-05-04Just use Any ctor instead of makeAny in comphelperStephan Bergmann3-14/+14
2022-05-03Adapt Base64::decodeSomeChars to change from OUString to std::u16string_viewStephan Bergmann1-8/+13
2022-04-30split comphelper::string::strip functions into String and view versionNoel Grandin1-10/+76
2022-04-29Check iterator before dereferenceMike Kaganski1-1/+1
2022-04-28use more string_view in comphelperNoel Grandin6-91/+102
2022-04-26add o3tl::toUInt32Noel Grandin1-4/+4
2022-04-26Use o3tl::make_unsigned in some placesStephan Bergmann3-3/+6
2022-04-22use more string_view in comphelperNoel Grandin2-13/+13
2022-04-20loplugin:passstuffbyrefNoel Grandin1-1/+1
2022-04-17loplugin:stringviewparam convert methods using copy()Noel Grandin1-2/+0
2022-04-13loplugin:stringviewparam whitelist some more functionsNoel Grandin1-5/+4
2022-04-12Remove need for OPropertyAccessor default ctorStephan Bergmann1-2/+4
2022-04-12loplugin:stringview more o3tl conversionNoel Grandin1-1/+1
2022-04-11loplugin:stringview add check for getToken().toInt32Noel Grandin1-9/+10
2022-04-10use more string_viewNoel Grandin4-17/+18
2022-04-08loplugin:stringviewparam convert methods using trimNoel Grandin1-0/+2
2022-04-05add tools::Guid class to generate, parse GUID valuesTomaž Vajngerl1-10/+3
2022-04-04use string_view in comphelper::string::splitNoel Grandin2-5/+52
2022-03-24comphelper : use std::mutex in traceeventArnaud VERSINI1-4/+5
2022-03-11Simplify ConfigurationWrapper singleton construction a bitStephan Bergmann1-13/+7
2022-03-07optimize ConfigurationProperty::get()Luboš Luňák1-20/+70
2022-03-07do not pass XComponentContext to officecfg::...::get() callsLuboš Luňák1-8/+6
2022-02-17tdf#147086 OOXML export: don't save the empty editing passwordTünde Tóth1-14/+17
2022-02-0322 characters needed to Base64-encode 16 bytesMike Kaganski1-1/+1
2022-01-21fix opengl slide transitionNoel Grandin1-1/+0
2022-01-21Fix typosAndrea Gelmini1-1/+1
2022-01-21comphelper: move JsonToPropertyValues() from desktop/Miklos Vajna1-0/+137
2022-01-20comphelper: fix UAF in SequenceOutputStreamService dtorMichael Stahl1-1/+2
2022-01-19WASM more initial bits and piecesJan-Marek Glogowski1-1/+3