summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2021-07-27simplify SvtViewOptionsNoel Grandin1-6/+0
2021-07-27jsdialog: sidebar: remove code for tunneled oneSzymon Kłos2-98/+1
2021-07-27jsdialog: sidebar: send sidebar PanelsSzymon Kłos3-2/+10
2021-07-27use officecfg for SvtHistoryOptionsNoel Grandin7-83/+36
2021-07-26jsdialog: sidebar: dump all panelsSzymon Kłos1-3/+1
2021-07-26use officecfg for security optionsNoel Grandin8-24/+15
2021-07-26simplify SvtDynamicMenuOptionsNoel Grandin2-2/+2
2021-07-25use officecfg to retrieve OdfDefaultVersionNoel Grandin3-4/+0
2021-07-25use officecfg for drawing optionsNoel Grandin1-2/+1
2021-07-25use officecfg to retrieve CreateBackupNoel Grandin2-4/+7
2021-07-25use officecfg for print optionsNoel Grandin1-7/+4
2021-07-25use officecfg to retrieve WarnAlienFormatNoel Grandin3-7/+15
2021-07-25use officecfg for help optionsNoel Grandin6-16/+19
2021-07-25use officecfg to retrieve AutoSaveTimeNoel Grandin1-3/+6
2021-07-25use officecfg to retrieve UserAutoSaveNoel Grandin1-3/+7
2021-07-24use officecfg to retrieve AutoSaveNoel Grandin1-3/+6
2021-07-24use officecfg to retrieve AutoSavePromptNoel Grandin1-3/+6
2021-07-24use officecfg to retrieve DocInfoSaveNoel Grandin2-5/+7
2021-07-24use officecfg to retrieve SaveWorkingSetNoel Grandin1-3/+6
2021-07-24use officecfg to retrieve SaveRelInetNoel Grandin2-5/+7
2021-07-24use officecfg to retrieve SaveRelFSysNoel Grandin2-4/+8
2021-07-24use officecfg to retrieve offlinehelppopupNoel Grandin1-6/+8
2021-07-24use officecfg to retrieve PrettyPrintingNoel Grandin1-3/+6
2021-07-23use officecfg to retrieve SaveDocViewNoel Grandin1-3/+3
2021-07-23use officecfg to retrieve help stylesheetNoel Grandin1-2/+3
2021-07-23use officecfg to retrieve help systemNoel Grandin1-1/+1
2021-07-23use officecfg to retrieve SidebarIconSizeNoel Grandin2-3/+4
2021-07-23use officecfg to retrieve DisableUICustomizationNoel Grandin2-2/+3
2021-07-23tdf#140107 Remove all collect usage data code.Jeff Huang1-142/+0
2021-07-23osl::Mutex->std::mutex in AsynchronLinkNoel Grandin1-1/+0
2021-07-23no need to allocate these static vars on demandNoel Grandin1-12/+8
2021-07-22do not use delayed layout in TitledDockingWindowLuboš Luňák1-15/+3
2021-07-21pass SfxChildWinFactory around by valueNoel Grandin6-23/+19
2021-07-21jsdialog: send GlowColor state updatesSzymon Kłos1-1/+2
2021-07-21can pass SfxItemSet around by value in SfxShellNoel Grandin1-2/+2
2021-07-20jsdialog: sidebar: dump visibility state for widgetsSzymon Kłos1-1/+3
2021-07-20-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2021-07-19Move svl::Items to include/svl/whichranges.hxx, and unify its usageMike Kaganski2-3/+3
2021-07-17Revert "Notebookbar: skip early init in all apps"Szymon Kłos1-1/+2
2021-07-15drop the Pair constructor from SfxItemSetNoel Grandin2-3/+3
2021-07-15WhichRangesContainer, reduce malloc in SfxItemSetNoel Grandin7-62/+41
2021-07-14Fix typo in codeAndrea Gelmini1-2/+2
2021-07-14tdf#40068 Remember last directory for basic/dialog import/exportSamuel Mehrbrodt1-0/+8
2021-07-14tdf#143342: fix crash when using "Search Command" featureJulien Nabet1-1/+1
2021-07-14sfx2: handle OnMainThread=true in SfxOfficeDispatch::dispatch()Miklos Vajna1-1/+20
2021-07-13Related tdf#126665 Fix image select dialogSamuel Mehrbrodt2-1/+2
2021-07-13framework, sfx2: catch more exceptions when the object is already disposedMiklos Vajna1-1/+9
2021-07-13Resolves tdf#131233 - UX around "Missing hyphenation"Heiko Tietze4-0/+42
2021-07-12loplugin:unusedmethodsNoel Grandin4-129/+2
2021-07-12sfx2: fix assert failure when deleting SfxOfficeDispatch on a threadMiklos Vajna1-0/+5