summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)Author
2021-07-27jsdialog: sidebar: send sidebar PanelsSzymon Kłos
2021-07-27use officecfg for SvtHistoryOptionsNoel Grandin
2021-07-26jsdialog: sidebar: dump all panelsSzymon Kłos
2021-07-26use officecfg for security optionsNoel Grandin
2021-07-26simplify SvtDynamicMenuOptionsNoel Grandin
2021-07-25use officecfg to retrieve OdfDefaultVersionNoel Grandin
2021-07-25use officecfg for drawing optionsNoel Grandin
2021-07-25use officecfg to retrieve CreateBackupNoel Grandin
2021-07-25use officecfg for print optionsNoel Grandin
2021-07-25use officecfg to retrieve WarnAlienFormatNoel Grandin
2021-07-25use officecfg for help optionsNoel Grandin
2021-07-25use officecfg to retrieve AutoSaveTimeNoel Grandin
2021-07-25use officecfg to retrieve UserAutoSaveNoel Grandin
2021-07-24use officecfg to retrieve AutoSaveNoel Grandin
2021-07-24use officecfg to retrieve AutoSavePromptNoel Grandin
2021-07-24use officecfg to retrieve DocInfoSaveNoel Grandin
2021-07-24use officecfg to retrieve SaveWorkingSetNoel Grandin
2021-07-24use officecfg to retrieve SaveRelInetNoel Grandin
2021-07-24use officecfg to retrieve SaveRelFSysNoel Grandin
2021-07-24use officecfg to retrieve offlinehelppopupNoel Grandin
2021-07-24use officecfg to retrieve PrettyPrintingNoel Grandin
2021-07-23use officecfg to retrieve SaveDocViewNoel Grandin
2021-07-23use officecfg to retrieve help stylesheetNoel Grandin
2021-07-23use officecfg to retrieve help systemNoel Grandin
2021-07-23use officecfg to retrieve SidebarIconSizeNoel Grandin
2021-07-23use officecfg to retrieve DisableUICustomizationNoel Grandin
2021-07-23tdf#140107 Remove all collect usage data code.Jeff Huang
2021-07-23osl::Mutex->std::mutex in AsynchronLinkNoel Grandin
2021-07-23no need to allocate these static vars on demandNoel Grandin
2021-07-22do not use delayed layout in TitledDockingWindowLuboš Luňák
2021-07-21pass SfxChildWinFactory around by valueNoel Grandin
2021-07-21jsdialog: send GlowColor state updatesSzymon Kłos
2021-07-21can pass SfxItemSet around by value in SfxShellNoel Grandin
2021-07-20jsdialog: sidebar: dump visibility state for widgetsSzymon Kłos
2021-07-20-Werror,-Wunused-private-fieldStephan Bergmann
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski
2021-07-17Revert "Notebookbar: skip early init in all apps"Szymon Kłos
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin
2021-07-14Fix typo in codeAndrea Gelmini
2021-07-14tdf#40068 Remember last directory for basic/dialog import/exportSamuel Mehrbrodt
2021-07-14tdf#143342: fix crash when using "Search Command" featureJulien Nabet
2021-07-14sfx2: handle OnMainThread=true in SfxOfficeDispatch::dispatch()Miklos Vajna
2021-07-13Related tdf#126665 Fix image select dialogSamuel Mehrbrodt
2021-07-13framework, sfx2: catch more exceptions when the object is already disposedMiklos Vajna
2021-07-13Resolves tdf#131233 - UX around "Missing hyphenation"Heiko Tietze
2021-07-12loplugin:unusedmethodsNoel Grandin
2021-07-12sfx2: fix assert failure when deleting SfxOfficeDispatch on a threadMiklos Vajna
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt
2021-07-08tdf#143146 copy functor and arg before calling function that can delete thisCaolán McNamara