summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)Author
2022-05-25directly instantiate IndexedPropertyValuesContainerNoel Grandin
2022-05-25Resolves tdf#119447 - Improve sidebar height in start centerHeiko Tietze
2022-05-24tdf#149170 sfx2: store IsOriginallyLoadedReadOnly() for recent filesMichael Stahl
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann
2022-05-24Resolves tdf#148815 - Make SAL_NO_QUERYSAVE work for SID_RELOADHeiko Tietze
2022-05-23use std::move to avoid some object allocationNoel Grandin
2022-05-22tdf#84502 related: Show keyboard shortcut in sidebar tab bar tab buttonJim Raykowski
2022-05-21cheaper to check for null return rather than catch exceptionNoel Grandin
2022-05-21cheaper to loop over Sequence than construct SequenceAsHashMapNoel Grandin
2022-05-20new loplugin:unnecessary lockingNoel Grandin
2022-05-20sfx2: use natural string sort for sorting in object inspectorTomaž Vajngerl
2022-05-19tdf#50400 show an explanatory label if ascii-only password is requiredCaolán McNamara
2022-05-19add a static role to minlenft messageCaolán McNamara
2022-05-18resave with latest gladeCaolán McNamara
2022-05-18Related: tdf#50400 restrict "confirm" to same rules as "password"Caolán McNamara
2022-05-17elide some OUString allocationNoel Grandin
2022-05-14optimise SfxFilterMatcher::GetFilterForProps a littleNoel Grandin
2022-05-14bypass some unnecessary wrapping in Any in SfxEvents_ImplNoel Grandin
2022-05-14less OUString construction in SfxDocumentMetaDataNoel Grandin
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin
2022-05-12avoid cost of NamedValueCollection in SfxBaseModel::attachResourceNoel Grandin
2022-05-11in SetGlobalUNOConstant, only retrieve old value if we need itNoel Grandin
2022-05-11elide temporary OUString in GetFilter4FilterNameNoel Grandin
2022-05-11avoid some OUString construction on some hot pathsNoel Grandin
2022-05-10tdf#108188, tdf#131190 - Verify that the page style is actually usedAndreas Heinisch
2022-05-10sfx2: add config warning in UndoManager complex testMichael Stahl
2022-05-10tdf#121740 reduce cost of SfxDocumentMetaData::InitNoel Grandin
2022-05-10tdf#147590 update OLE object after document refreshJuergen Funk
2022-05-08osl::Mutex->std::mutex in sfx2::PreventDuplicateInteractionNoel Grandin
2022-05-06remove unnecessary sequenceToContainerNoel Grandin
2022-05-06tdf#128744 sw DOCX: unprotect change tracking with verificationLászló Németh
2022-05-05loplugin:unusedvariableplusNoel Grandin
2022-05-05use more o3tl::getTokenNoel Grandin
2022-05-05sfx2: remove misplaced try-catchMichael Stahl
2022-05-05use more string_viewNoel Grandin
2022-05-04Just use Any ctor instead of makeAny in sfx2Stephan Bergmann
2022-05-02loplugin:stringviewparamStephan Bergmann
2022-05-01lok: reset ui mode state when switch to notebookbar cancelledSzymon Kłos
2022-05-01use more string_view in variousNoel Grandin
2022-04-30split comphelper::string::strip functions into String and view versionNoel Grandin
2022-04-29use more string_view in INetURLObjectNoel Grandin
2022-04-27tdf#131760 change category of Styles commandSeth Chaiklin
2022-04-26add o3tl::toUInt32Noel Grandin
2022-04-26tdf#125931: Enable sidebar in MathMike Kaganski
2022-04-26officecfg,unotools,framework,sfx2: store ReadOnly for recent docsMichael Stahl
2022-04-21Drop special-casing for Chart's sidebar property deckMike Kaganski
2022-04-20loplugin:passstuffbyrefNoel Grandin
2022-04-20lok: use correct window for the MapModeMike Kaganski
2022-04-19new loplugin:stringviewvar looks for OUString vars that can beNoel Grandin