summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2022-09-09check IFrame "FrameURL" targetCaolán McNamara3-7/+24
2022-08-24tdf#149768 Do not fix Templates dialog width and height in pixelsRafael Lima2-2/+4
2022-08-11mnemonic-widget of showlocationCaolán McNamara1-0/+1
2022-08-10sfx2: check saved last tab page name exists before restoring itCaolán McNamara1-1/+5
2022-07-29Resolves: tdf#147782 restore focus to launching frame asynchronouslyCaolán McNamara2-3/+16
2022-07-27tdf#149170 sfx2: fix regression about spurious dialogMichael Stahl1-26/+0
2022-07-23tdf#141294 Use DPI scale factor for sidebar width limit in configAron Budea1-2/+2
2022-07-22tdf#150044 sc import: fix editing password in shared modeBalazs Varga1-6/+7
2022-07-19tdf#148913 sw: fix crash with pending infobars on WindowsLászló Németh1-15/+29
2022-07-08rhbz#2104545: Only call utl::IsYounger when its result is actually usedStephan Bergmann1-4/+7
2022-07-05sfx2: fix null derefs of SfxViewFrame::Current()Xisco Fauli1-2/+4
2022-07-03tdf#149603 macOS: fix workaround to use web help if Safari is the default bro...Christian Lohmaier1-0/+16
2022-06-18tdf#149431 Fix the sidebar's widthxuenhua1-2/+7
2022-06-13Fix context menu on image which doesnt displayJulien Nabet1-1/+1
2022-06-10new loplugin:moveitNoel Grandin1-1/+1
2022-06-10add missing 'xComponent->dispose()' to a testLuboš Luňák1-0/+2
2022-06-09can pass by const& hereNoel Grandin4-16/+16
2022-06-09tdf#140886: Make "Do you really want to open it?" more reliableStephan Bergmann1-17/+21
2022-06-08VCL add vcl::WindowPosSize abstract classJan-Marek Glogowski3-11/+10
2022-06-08tdf#81293 dialog “manage names” forgets size and column width settingsNoel Grandin1-3/+1
2022-06-06make SfxStateCache::xDispatch up to date before using itLuboš Luňák1-1/+1
2022-06-06Fix typosAndrea Gelmini1-1/+1
2022-06-05restore %PRODUCTNAME to accessible descriptions that need themCaolán McNamara3-5/+6
2022-06-02std::move SfxPoolItem into SfxItemSet where possibleNoel Grandin1-2/+2
2022-05-31these can be stack allocatedNoel Grandin5-27/+19
2022-05-28use the new SfxWhichIter::GetItemState featureNoel Grandin1-1/+1
2022-05-27tdf#149170 framework,sfx2: don't add ReadOnly=falseMichael Stahl1-1/+5
2022-05-25directly instantiate IndexedPropertyValuesContainerNoel Grandin1-2/+2
2022-05-25Resolves tdf#119447 - Improve sidebar height in start centerHeiko Tietze1-4/+7
2022-05-24tdf#149170 sfx2: store IsOriginallyLoadedReadOnly() for recent filesMichael Stahl1-1/+1
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann2-3/+5
2022-05-24Resolves tdf#148815 - Make SAL_NO_QUERYSAVE work for SID_RELOADHeiko Tietze1-5/+7
2022-05-23use std::move to avoid some object allocationNoel Grandin1-3/+3
2022-05-22tdf#84502 related: Show keyboard shortcut in sidebar tab bar tab buttonJim Raykowski1-1/+6
2022-05-21cheaper to check for null return rather than catch exceptionNoel Grandin1-2/+4
2022-05-21cheaper to loop over Sequence than construct SequenceAsHashMapNoel Grandin1-13/+15
2022-05-20new loplugin:unnecessary lockingNoel Grandin2-4/+0
2022-05-20sfx2: use natural string sort for sorting in object inspectorTomaž Vajngerl1-1/+30
2022-05-19tdf#50400 show an explanatory label if ascii-only password is requiredCaolán McNamara2-0/+31
2022-05-19add a static role to minlenft messageCaolán McNamara1-0/+5
2022-05-18resave with latest gladeCaolán McNamara1-89/+86
2022-05-18Related: tdf#50400 restrict "confirm" to same rules as "password"Caolán McNamara1-0/+2
2022-05-17elide some OUString allocationNoel Grandin1-17/+23
2022-05-14optimise SfxFilterMatcher::GetFilterForProps a littleNoel Grandin1-30/+42
2022-05-14bypass some unnecessary wrapping in Any in SfxEvents_ImplNoel Grandin3-16/+14
2022-05-14less OUString construction in SfxDocumentMetaDataNoel Grandin1-51/+58
2022-05-13add SvStream::ReadLine(OStringBuffer... to reduce OString allocationNoel Grandin1-6/+7
2022-05-12speed up simple use of NamedValueCollectionNoel Grandin3-15/+7
2022-05-12avoid cost of NamedValueCollection in SfxBaseModel::attachResourceNoel Grandin1-36/+33
2022-05-11in SetGlobalUNOConstant, only retrieve old value if we need itNoel Grandin1-1/+1