summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2022-08-01Add 'JobName' to PrintOptionsSamuel Mehrbrodt2-4/+17
2022-07-30tdf#117967 Fixes Save confirmation dialog for user cancelMatt K1-1/+18
2022-07-30tdf#150045 Set secondary/explanatory labels apartAdolfo Jayme Barrientos2-0/+6
2022-07-29Resolves: tdf#147782 restore focus to launching frame asynchronouslyCaolán McNamara2-3/+16
2022-07-28lok: add dumpState feature for better in-field diagnostics.Michael Meeks2-1/+31
2022-07-28lok: Properly update sidebar context in MathMike Kaganski1-12/+23
2022-07-28lok: Enable sidebar in MathMike Kaganski2-2/+12
2022-07-27sw content controls, plain text: send state changes to LOKMiklos Vajna1-0/+1
2022-07-26Resolves: tdf#149127 explain the infobar asking to refresh master passwordCaolán McNamara1-0/+13
2022-07-25Send state changes of content control UNO commands to LOKAron Budea1-1/+7
2022-07-25loplugin:moveitNoel Grandin1-1/+1
2022-07-25use more o3tl::spanNoel Grandin1-2/+1
2022-07-22elide some makeStringAndClear() callsNoel Grandin2-6/+11
2022-07-21tdf#150044 sc import: fix editing password in shared modeBalazs Varga1-6/+7
2022-07-21tdf#141294 Use DPI scale factor for sidebar width limit in configAron Budea1-2/+2
2022-07-20move wintypes.hxx from tools to vclChris Sherlock1-1/+1
2022-07-19tdf#148913 sw: fix crash with pending infobars on WindowsLászló Németh1-15/+29
2022-07-19tdf#149170 sfx2: fix regression about spurious dialogMichael Stahl1-26/+0
2022-07-19Replace old png writer in sfxpicklist.cxxofftkp1-3/+3
2022-07-17No need for SfxWeldToolBoxControllerFactoryMaxim Monastirsky1-12/+0
2022-07-14clang-tidy modernize-pass-by-value in sfx2Noel Grandin72-202/+254
2022-07-11tools: rename getHeight/Width() to GetOpenHeight/Width()Chris Sherlock2-4/+4
2022-07-10tdf#143148 Use pragma once instead of include guardsnazanin yadi1-4/+1
2022-07-08rhbz#2104545: Only call utl::IsYounger when its result is actually usedStephan Bergmann1-4/+7
2022-07-08[API CHANGE] Drop css::accessibility::XAccessibleStateSetNoel Grandin2-22/+21
2022-07-05sfx2: fix null derefs of SfxViewFrame::Current()Xisco Fauli1-2/+4
2022-07-05sfx2: prefix m_ private memberHenry Castro1-17/+19
2022-07-04sfx2: replace pWindow m_pWindowHenry Castro2-4/+4
2022-07-01tdf#149603 macOS: fix workaround to use web help if Safari is the default bro...Christian Lohmaier1-0/+16
2022-06-30sfx2: replace pImpl -> m_pImplHenry Castro2-68/+68
2022-06-30tdf#149785 Read Error importing documentNoel Grandin1-0/+1
2022-06-29lok: sidebar: notebookbar: don't change view mode for other viewsSzymon Kłos1-0/+8
2022-06-17tdf#149431 Fix the sidebar's widthxuenhua1-2/+7
2022-06-16loplugin:moveitNoel Grandin2-2/+3
2022-06-13tdf#125040 Make single mode toolbar context awareMaxim Monastirsky2-2/+5
2022-06-13LOK: send state of Protect, UnsetCellsReadOnlyPranam Lashkari1-1/+3
2022-06-12Fix context menu on image which doesnt displayJulien Nabet1-1/+1
2022-06-12Related: tdf#125040 NB: rework print preview contextMaxim Monastirsky1-4/+2
2022-06-10loplugin:constantparamNoel Grandin1-4/+3
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