summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2023-02-17SfxViewFrame* arg of SfxRequest ctor always dereferencedCaolán McNamara3-16/+10
2023-02-16SfxRequest::GetMacroRecorder arg is always derefed before passedCaolán McNamara1-11/+5
2023-02-16HasMacroRecorder can take a reference, never passed nullCaolán McNamara1-3/+2
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara10-145/+117
2023-02-16SfxViewShell never takes a null SfxViewFrame*Caolán McNamara3-10/+10
2023-02-14tdf#153541 update icons in notebookbar when theme changesCaolán McNamara2-4/+17
2023-02-14tdf#150045 A few more supplemental labelsAdolfo Jayme Barrientos1-0/+3
2023-02-13enforce proper locking when calling OInterfaceContainerHelper4Noel Grandin1-1/+1
2023-02-13Fix/simplify some vnd.sun.star.expand: handlingMike Kaganski2-10/+5
2023-02-09Remove unused fieldSamuel Mehrbrodt1-2/+0
2023-02-06lok: send status for file export dialogsSzymon Kłos2-0/+13
2023-02-02Fix interchanged strings for macros disabledSamuel Mehrbrodt1-2/+2
2023-02-02Add missing macro infobar to isInfobarEnabledSamuel Mehrbrodt1-0/+2
2023-02-02Own title for macro infobarsSamuel Mehrbrodt1-1/+1
2023-02-01sfx2: fix crash in SfxLokHelper::notifyAllViews(...)Aron Budea1-0/+2
2023-02-01Resolves: tdf#152845 AutoText preview not readable in high contrast modeCaolán McNamara1-6/+6
2023-01-31loplugin:unusedfieldsNoel Grandin1-2/+0
2023-01-30Show infobar instead of dialog when unsigned content is foundSamuel Mehrbrodt2-23/+13
2023-01-30Show infobar instead of blocking dialog when macros are not allowedSamuel Mehrbrodt2-39/+26
2023-01-29lok: support per-user timezoneAshod Nakashian2-0/+46
2023-01-26remove option to toggle IsPDFAsStandardPrintJobFormat from UICaolán McNamara2-39/+4
2023-01-26resave with latest gladeCaolán McNamara1-2/+2
2023-01-22AsyncFunc header is deadNoel Grandin2-39/+0
2023-01-19Make PDFExport Password Subdialog AsyncNickWingate1-7/+23
2023-01-18set a parent for this warning dialogCaolán McNamara1-1/+3
2023-01-17XUnoTunnel->dynamic_cast in ThumbnailViewItemAccNoel Grandin2-25/+2
2023-01-17XUnoTunnel->dynamic_cast in SfxOfficeDispatchNoel Grandin7-36/+8
2023-01-17XUnoTunnel->dynamic_cast in ThumbnailViewAccNoel Grandin2-26/+2
2023-01-15Merge SvXMLAttributeList to comphelper::AttributeListMike Kaganski1-4/+2
2023-01-14use more VCLXPopupMenu instead of XPopupMenuNoel Grandin3-12/+10
2023-01-13sfx2 lok: conditionally revert CreateBackup changesMiklos Vajna2-2/+3
2023-01-13Resolves tdf#119919 - Show hidden children in Stylist when in tree modeHeiko Tietze1-1/+5
2023-01-12tdf#152921 Fix sidebar tabbar tab highlightingJim Raykowski1-11/+2
2023-01-11tdf#152905 Use "Edit Style" instead of "Modify" for consistencyRafael Lima1-1/+1
2023-01-06Fix copy/paste typosStephan Bergmann1-1/+1
2023-01-06tdf#86630 sw: Add one-step page number insertion wizardofftkp1-0/+1
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann6-63/+6
2023-01-03jsdialog: fix validation error dialog in CalcSzymon Kłos1-2/+1
2023-01-02Only call getDocumentLocation onceMike Kaganski1-3/+3
2023-01-02Avoid reinterpret_castMike Kaganski1-1/+2
2023-01-01Fix no-pch build on WindowsMike Kaganski1-0/+1
2023-01-01Avoid unneeded initialization, and use URLZONE idsMike Kaganski1-7/+7
2023-01-01Bump copyright year to 2023Adolfo Jayme Barrientos1-1/+1
2022-12-30Related: tdf#125093 Check Windows Security Zones for macrosVasily Melenchuk1-0/+57
2022-12-23loplugin:unocast (sfx2::DigitalSignatures)Stephan Bergmann3-1/+33
2022-12-22Fix typoAndrea Gelmini2-2/+2
2022-12-21cid#1517813 Uninitialized scalar fieldCaolán McNamara2-7/+5
2022-12-20tdf#142147 saveas: encrypted docs should default to use passwordJustin Luth1-1/+1
2022-12-20lok: export PDF/EPUB with extensionSzymon Kłos1-2/+15
2022-12-20Async PDFExport dialog and parent methodsNickWingate4-77/+219