summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2024-03-12lok: Send Accept / RejectTrackedChangedToNext state changeAron Budea1-0/+2
2024-03-12lok: use locale units in dialogs and sidebarJaume Pujantell3-8/+22
2024-03-11Disallow closing document during generation of previewMike Kaganski3-3/+39
2024-03-11Use weak reference to SfxObjectShell in SfxEventHint to avoid use-after-freeMike Kaganski6-11/+17
2024-03-11Remove redundant function indirection in SfxHintPosterHassan Sajjad3-12/+10
2024-03-08use more string_viewNoel Grandin1-3/+3
2024-03-07do not assume there are no extra seperators at the end for dde linksSarper Akdemir1-1/+2
2024-03-07tdf#158375: make it possible to hot disable embedded objectsSarper Akdemir1-0/+42
2024-03-06Resolves tdf#159486 - Larger hitbox for close button on infobarHeiko Tietze1-2/+5
2024-03-01tdf#159837 Drop unneeded TabBar EventNotify KEYINPUT handling codeJim Raykowski1-11/+1
2024-02-29Avoid -Werror,-Wunused-but-set-variable for ENABLE_WASM_STRIP_PINGUSERStephan Bergmann1-0/+2
2024-02-28Resolves tdf#131550 - Suppress Donate/Involve infobar if another is visibleHeiko Tietze1-100/+111
2024-02-26Use SHGetKnownFolderPath, to avoid MAX_PATH limitationMike Kaganski1-2/+3
2024-02-24move this header inside the moduleNoel Grandin6-5/+76
2024-02-23Fix warning C4312 when building with MSVC without -Wv:18Mike Kaganski1-1/+2
2024-02-21Allow Document properties tab custom properties for LOKMéven Car1-4/+1
2024-02-19ITEM: Speedup SlotIDToWhichID translationsArmin Le Grand (allotropia)1-0/+2
2024-02-19tdf#155961 put some spacing to the right of the "more options" toolbarCaolán McNamara1-1/+2
2024-02-19hide more symbolsNoel Grandin1-0/+2
2024-02-18ITEM: Rename for more control over SlotID usagesArmin Le Grand (allotropia)7-19/+19
2024-02-15i#112829: offer svg as clipboard format as wellDamjan Jovanovic1-8/+39
2024-02-14tdf#159707: fix crash when changing to edit mode (calc)Julien Nabet1-1/+1
2024-02-13lok: remove unneeded mutex guardTomaž Vajngerl1-2/+0
2024-02-12ITEM: ItemPool Rework (I)Armin Le Grand (allotropia)1-71/+24
2024-02-09Fix no-PCH buildMike Kaganski1-0/+1
2024-02-08kit mode is similar to !HAVE_FEATURE_DESKTOP mode wrt menubarCaolán McNamara1-0/+3
2024-02-08lok: calc: fix for rendering issues on in place editingMarco Cecchetti1-0/+78
2024-02-08tdf#158975 Add option to not write temp file next to local fileSamuel Mehrbrodt1-0/+2
2024-02-07these casts are no longer necessaryNoel Grandin2-24/+24
2024-02-07simplify some Primitive2DContainer constructionNoel Grandin1-8/+7
2024-02-02Add SfxMedium::IsRepairPackageMike Kaganski4-18/+14
2024-02-01tdf#154587: allow directory entries in ZIP packagesMike Kaganski1-3/+12
2024-02-01tdf#140004 Toggle comment in the Basic IDERafael Lima1-0/+16
2024-02-01tdf#159496: clear mxObjectContainer in PrepareSecondTryLoad_ImplMike Kaganski1-0/+1
2024-02-01sc: put used currencies on top of the currency pop-up listTomaž Vajngerl1-0/+6
2024-01-31Fix typoAndrea Gelmini1-1/+1
2024-01-31use ViewShell DOCCOLOR when availableCaolán McNamara1-2/+4
2024-01-30reuse xCurrentFrame instead of fetching it againCaolán McNamara1-2/+3
2024-01-30tdf#151352 Don't display tip-of-the-day in base form editorMatt K1-3/+22
2024-01-30lok: introduce NotebookBarViewManager and NotebookBarViewDataTomaž Vajngerl1-21/+78
2024-01-30just get SfxViewShell::Current onceCaolán McNamara1-2/+2
2024-01-30lok: notebookbar: enable currency dropdownSzymon Kłos1-3/+10
2024-01-29lok: always toggle sidebar deckSzymon Kłos1-1/+4
2024-01-27ITEM: Cleanup some Pool stuff with DefaultsArmin Le Grand (allotropia)3-4/+4
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski21-29/+29
2024-01-24SfxViewShell::GetFirst lambda is never passed a null pShellCaolán McNamara2-6/+6
2024-01-24sfx2: check SfxViewShell::Current()Xisco Fauli1-1/+1
2024-01-24tdf#159128 UI: Open Security settings option directlyBalazs Varga4-2/+36
2024-01-23Make wholesome ODF package encryption the defaultThorsten Behrens1-2/+1
2024-01-23ITEM: Solve SfxVoidItem(0) situationArmin Le Grand (allotropia)9-14/+15