summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2023-03-23tdf#142978 Show a11y sidebar when finding issues on PDF exportSamuel Mehrbrodt3-4/+6
2023-03-18loplugin:stringadd use more O[U]StringCharNoel Grandin4-26/+14
2023-03-16Add uno command that changes the themeParis Oplopoios3-0/+32
2023-03-14elide some temporary OStringsNoel Grandin1-1/+1
2023-03-10improve loplugin:unnecessarylockingNoel Grandin1-2/+0
2023-03-10sw lok: notify clients about view option changesParis Oplopoios1-0/+5
2023-03-09tdf#149144 Icons for sm Formula Editor in Sidebar DeckRizal Muttaqin1-0/+1
2023-03-07lok: form controls: rendering and mouse event forwardingMarco Cecchetti1-0/+5
2023-03-07clang-tidy dead-storeNoel Grandin2-3/+0
2023-03-06Check iframe target for allowed document URLsSamuel Mehrbrodt2-1/+4
2023-03-04check GetShellXisco Fauli4-16/+28
2023-03-03lok: macro: VBA message dialogs was causing assertion failureMarco Cecchetti1-1/+2
2023-03-02no need to allocate TargetsTable separatelyNoel Grandin2-17/+17
2023-03-01merge SfxDocTplService and SfxDocTplService_ImplNoel Grandin1-217/+130
2023-02-28no need to allocate SfxDdeDocTopics_Impl separatelyNoel Grandin2-15/+11
2023-02-27Simplify a bitMike Kaganski1-13/+12
2023-02-26tdf#153802: make it possible to change the UI with read-only docsXisco Fauli1-1/+1
2023-02-23tdf#146518 Implement commands to toggle Watch/Stack windowsRafael Lima1-0/+37
2023-02-22osl::Mutex->std::mutex in SfxDocTemplate_ImplNoel Grandin1-16/+18
2023-02-21tdf#152921 add uitestJim Raykowski4-0/+103
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