summaryrefslogtreecommitdiff
path: root/svl
AgeCommit message (Expand)Author
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
2022-02-22merge poolio.cxx into itempool.cxxLuboš Luňák
2022-02-21replace SfxPoolItem::LookupHashCode() with Lookup() (tdf#135215)Luboš Luňák
2022-02-20fix usage of std::lower_bound() in SfxItemPool (tdf#81765)Luboš Luňák
2022-02-18avoid an allocation in WhichRangesContainer::MergeRangeNoel Grandin
2022-02-18improve the SfxItemSet::CloneAsValue checkNoel Grandin
2022-02-16Extend loplugin:stringview to OUStringBuffer::copyStephan Bergmann
2022-02-08speed up SfxItemPool searches with items that can't use IsSortable()Luboš Luňák
2022-02-07tdf#145868 sd replace: if search changes, restart find/replaceJustin Luth
2022-02-06No need to call makeStringAndClear to pass a string viewMike Kaganski
2022-02-06Simplify code a bitMike Kaganski
2022-02-03no point in mapping SID to itselfNoel Grandin
2022-02-03SfxMetricItem should take signed valueNoel Grandin
2022-02-02convert OfaRefItem to a normal classNoel Grandin
2022-01-29fix loading file with very large number of stylesNoel Grandin
2022-01-21fix opengl slide transitionNoel Grandin
2022-01-14make comphelper::OInterfaceContainerHelper4 more threadsafeNoel Grandin
2022-01-02Introduce OUString::unacquired(const OUStringBuffer&)Mike Kaganski
2021-12-26Avoid OUStringBuffer::toString where possibleMike Kaganski
2021-12-16Fix typosAndrea Gelmini
2021-12-15tdf#145381 handle closing brackets in URLs correctlyArmin Le Grand (Allotropia)
2021-12-10Generally determine Rdb content from gb_*_set_componentfile callsStephan Bergmann
2021-12-06make it clearer that ScHint is modifiedLuboš Luňák
2021-11-28use more OInterfaceContainerHelper3 in svlNoel Grandin
2021-11-23make a bunch of svl::SharedString functions inlineLuboš Luňák
2021-11-20tdf#133835 speedup calc autofilter (1)Noel Grandin
2021-11-19loplugin:stringliteraldefine in svlNoel Grandin
2021-11-18tdf#140086 svl: restore PasswordContainer to single-instanceMichael Stahl
2021-11-18rtl::Static->thread-safe static in svlNoel Grandin
2021-11-15svl: use std::rotate() in SfxUndoManager::ImplUndo()Miklos Vajna
2021-11-12sw, out of order undo: allow multiple actions from other viewsMiklos Vajna
2021-11-11sw, out of order undo: allow a subset of a non-empty redo listMiklos Vajna
2021-11-10sw: allow undo of typing in 2 views independent from each otherMiklos Vajna
2021-11-07Resolves: tdf#145386 Use "Default" for LANGUAGE_PROCESS_OR_USER_DEFAULTEike Rathke
2021-10-31Prepare for removal of non-const operator[] from Sequence in svlMike Kaganski
2021-10-29Fix misuses of NULL across Windows-only codeStephan Bergmann
2021-10-26tdf#131025 swtable: don't apply number format to non-number textJustin Luth
2021-10-25Restore behaviour SvNumberFormatterServiceObj keep LANGUAGE_SYSTEM unresolvedEike Rathke
2021-10-25Get rid of fuzziness in MsLangId::Conversion::convertIsoNamesToLanguage()Eike Rathke
2021-10-25Fix stack-use-after-scopeStephan Bergmann
2021-10-16Simplify vector initialization in svlJulien Nabet
2021-10-15Remove non-const Sequence::begin()/end() in internal codeMike Kaganski
2021-10-14Avoid COW overhead using css::uno::SequenceMike Kaganski
2021-10-12Revert "Use placement new to avoid one of the allocation calls..."Stephan Bergmann
2021-10-11In O[U]StringBuffer, make string_view params replacements for OUString onesStephan Bergmann