Age | Commit message (Expand) | Author |
2022-05-17 | elide some OUString allocation | Noel Grandin |
2022-05-14 | optimise SfxFilterMatcher::GetFilterForProps a little | Noel Grandin |
2022-05-14 | bypass some unnecessary wrapping in Any in SfxEvents_Impl | Noel Grandin |
2022-05-14 | less OUString construction in SfxDocumentMetaData | Noel Grandin |
2022-05-13 | add SvStream::ReadLine(OStringBuffer... to reduce OString allocation | Noel Grandin |
2022-05-12 | speed up simple use of NamedValueCollection | Noel Grandin |
2022-05-12 | avoid cost of NamedValueCollection in SfxBaseModel::attachResource | Noel Grandin |
2022-05-11 | in SetGlobalUNOConstant, only retrieve old value if we need it | Noel Grandin |
2022-05-11 | elide temporary OUString in GetFilter4FilterName | Noel Grandin |
2022-05-11 | avoid some OUString construction on some hot paths | Noel Grandin |
2022-05-10 | tdf#108188, tdf#131190 - Verify that the page style is actually used | Andreas Heinisch |
2022-05-10 | sfx2: add config warning in UndoManager complex test | Michael Stahl |
2022-05-10 | tdf#121740 reduce cost of SfxDocumentMetaData::Init | Noel Grandin |
2022-05-10 | tdf#147590 update OLE object after document refresh | Juergen Funk |
2022-05-08 | osl::Mutex->std::mutex in sfx2::PreventDuplicateInteraction | Noel Grandin |
2022-05-06 | remove unnecessary sequenceToContainer | Noel Grandin |
2022-05-06 | tdf#128744 sw DOCX: unprotect change tracking with verification | László Németh |
2022-05-05 | loplugin:unusedvariableplus | Noel Grandin |
2022-05-05 | use more o3tl::getToken | Noel Grandin |
2022-05-05 | sfx2: remove misplaced try-catch | Michael Stahl |
2022-05-05 | use more string_view | Noel Grandin |
2022-05-04 | Just use Any ctor instead of makeAny in sfx2 | Stephan Bergmann |
2022-05-02 | loplugin:stringviewparam | Stephan Bergmann |
2022-05-01 | lok: reset ui mode state when switch to notebookbar cancelled | Szymon Kłos |
2022-05-01 | use more string_view in various | Noel Grandin |
2022-04-30 | split comphelper::string::strip functions into String and view version | Noel Grandin |
2022-04-29 | use more string_view in INetURLObject | Noel Grandin |
2022-04-27 | tdf#131760 change category of Styles command | Seth Chaiklin |
2022-04-26 | add o3tl::toUInt32 | Noel Grandin |
2022-04-26 | tdf#125931: Enable sidebar in Math | Mike Kaganski |
2022-04-26 | officecfg,unotools,framework,sfx2: store ReadOnly for recent docs | Michael Stahl |
2022-04-21 | Drop special-casing for Chart's sidebar property deck | Mike Kaganski |
2022-04-20 | loplugin:passstuffbyref | Noel Grandin |
2022-04-20 | lok: use correct window for the MapMode | Mike Kaganski |
2022-04-19 | new loplugin:stringviewvar looks for OUString vars that can be | Noel Grandin |
2022-04-19 | sfx2: do reload on SID_EDITDOC in SfxViewFrame::ExecReload_Impl() | Michael Stahl |
2022-04-19 | sfx2: fix utterly confusing bools in SfxViewFrame::ExecReload_Impl() | Michael Stahl |
2022-04-19 | use of template param here confuses Visual Studio | Noel Grandin |
2022-04-15 | lok: report state for sparkline UNO commands | Tomaž Vajngerl |
2022-04-14 | Prevent save interception when sharing Calc doc | Samuel Mehrbrodt |
2022-04-14 | tdf#148101 don't autocomplete remote files dialog entry on delete/backspace | Caolán McNamara |
2022-04-14 | Resolves: tdf#141625 give enough space to see full date+time | Caolán McNamara |
2022-04-14 | lok: send status update for .uno:SplitCell | Szymon Kłos |
2022-04-13 | use more string_view in sfx2 | Noel Grandin |
2022-04-13 | tdf#139991: move 0-byte file handling to SfxFrameLoader_Impl::load | Mike Kaganski |
2022-04-13 | Move extension preparation out of the loop | Mike Kaganski |
2022-04-13 | loplugin:stringviewparam whitelist some more functions | Noel Grandin |
2022-04-12 | loplugin:stringview more o3tl conversion | Noel Grandin |
2022-04-11 | use more string_view | Noel Grandin |
2022-04-11 | loplugin:stringview add check for getToken().toInt32 | Noel Grandin |