Age | Commit message (Expand) | Author |
2022-03-24 | make hash encoding match decoding | Caolán McNamara |
2022-03-24 | loplugin:constantparam | Noel Grandin |
2022-03-11 | new loplugin:trivialdestructor | Noel Grandin |
2022-03-07 | do not pass XComponentContext to officecfg::...::get() calls | Luboš Luňák |
2022-03-06 | make a bunch of SvtBroadcaster/SvtListeners functions inline | Luboš Luňák |
2022-03-06 | do not destroy broadcasters and then recreate again (tdf#134268) | Luboš Luňák |
2022-03-03 | Recheck modules sv* with IWYU | Gabor Kelemen |
2022-02-27 | use more SfxItemSet::CloneAsValue | Noel Grandin |
2022-02-22 | merge poolio.cxx into itempool.cxx | Luboš Luňák |
2022-02-21 | replace SfxPoolItem::LookupHashCode() with Lookup() (tdf#135215) | Luboš Luňák |
2022-02-20 | fix usage of std::lower_bound() in SfxItemPool (tdf#81765) | Luboš Luňák |
2022-02-18 | avoid an allocation in WhichRangesContainer::MergeRange | Noel Grandin |
2022-02-18 | improve the SfxItemSet::CloneAsValue check | Noel Grandin |
2022-02-16 | Extend loplugin:stringview to OUStringBuffer::copy | Stephan Bergmann |
2022-02-08 | speed up SfxItemPool searches with items that can't use IsSortable() | Luboš Luňák |
2022-02-07 | tdf#145868 sd replace: if search changes, restart find/replace | Justin Luth |
2022-02-06 | No need to call makeStringAndClear to pass a string view | Mike Kaganski |
2022-02-06 | Simplify code a bit | Mike Kaganski |
2022-02-03 | no point in mapping SID to itself | Noel Grandin |
2022-02-03 | SfxMetricItem should take signed value | Noel Grandin |
2022-02-02 | convert OfaRefItem to a normal class | Noel Grandin |
2022-01-29 | fix loading file with very large number of styles | Noel Grandin |
2022-01-21 | fix opengl slide transition | Noel Grandin |
2022-01-14 | make comphelper::OInterfaceContainerHelper4 more threadsafe | Noel Grandin |
2022-01-02 | Introduce OUString::unacquired(const OUStringBuffer&) | Mike Kaganski |
2021-12-26 | Avoid OUStringBuffer::toString where possible | Mike Kaganski |
2021-12-16 | Fix typos | Andrea Gelmini |
2021-12-15 | tdf#145381 handle closing brackets in URLs correctly | Armin Le Grand (Allotropia) |
2021-12-10 | Generally determine Rdb content from gb_*_set_componentfile calls | Stephan Bergmann |
2021-12-06 | make it clearer that ScHint is modified | Luboš Luňák |
2021-11-28 | use more OInterfaceContainerHelper3 in svl | Noel Grandin |
2021-11-23 | make a bunch of svl::SharedString functions inline | Luboš Luňák |
2021-11-20 | tdf#133835 speedup calc autofilter (1) | Noel Grandin |
2021-11-19 | loplugin:stringliteraldefine in svl | Noel Grandin |
2021-11-18 | tdf#140086 svl: restore PasswordContainer to single-instance | Michael Stahl |
2021-11-18 | rtl::Static->thread-safe static in svl | Noel Grandin |
2021-11-15 | svl: use std::rotate() in SfxUndoManager::ImplUndo() | Miklos Vajna |
2021-11-12 | sw, out of order undo: allow multiple actions from other views | Miklos Vajna |
2021-11-11 | sw, out of order undo: allow a subset of a non-empty redo list | Miklos Vajna |
2021-11-10 | sw: allow undo of typing in 2 views independent from each other | Miklos Vajna |
2021-11-07 | Resolves: tdf#145386 Use "Default" for LANGUAGE_PROCESS_OR_USER_DEFAULT | Eike Rathke |
2021-10-31 | Prepare for removal of non-const operator[] from Sequence in svl | Mike Kaganski |
2021-10-29 | Fix misuses of NULL across Windows-only code | Stephan Bergmann |
2021-10-26 | tdf#131025 swtable: don't apply number format to non-number text | Justin Luth |
2021-10-25 | Restore behaviour SvNumberFormatterServiceObj keep LANGUAGE_SYSTEM unresolved | Eike Rathke |
2021-10-25 | Get rid of fuzziness in MsLangId::Conversion::convertIsoNamesToLanguage() | Eike Rathke |
2021-10-25 | Fix stack-use-after-scope | Stephan Bergmann |
2021-10-16 | Simplify vector initialization in svl | Julien Nabet |
2021-10-15 | Remove non-const Sequence::begin()/end() in internal code | Mike Kaganski |
2021-10-14 | Avoid COW overhead using css::uno::Sequence | Mike Kaganski |