summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
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
2021-07-12tdf#126665 Remember last used file picker directorySamuel Mehrbrodt8-40/+247
2021-07-08tdf#143146 copy functor and arg before calling function that can delete thisCaolán McNamara1-2/+6
2021-07-06drop stray skip-pager-hint propertiesCaolán McNamara1-1/+0
2021-07-06add window-close-symbolic to allowed symbolic icon namesCaolán McNamara2-2/+2
2021-07-06explicitly left align label in expanderCaolán McNamara1-0/+1
2021-07-06use box instead of gridCaolán McNamara3-10/+12
2021-07-06use an explicit box instead of containerCaolán McNamara2-2/+2
2021-07-06gtk4: insert an intermediate GtkBox as 'toplevel'Caolán McNamara2-36/+48
2021-07-06Fix typo in codeAndrea Gelmini1-1/+1
2021-07-06tdf#142459 Fixed long class names are truncated(gen)Gizem Ozgun1-0/+6
2021-07-05tdf#138906 prevent built-in category deletionVert D10-1250/+423
2021-07-05Resolves tdf#143174 - UNO MoreDictionaries not workingHeiko Tietze1-0/+4
2021-07-04move SfxSetItem to own header fileNoel Grandin1-0/+1
2021-07-02tdf#143149 fix crash if app exits while print progress is runningCaolán McNamara1-0/+1
2021-07-01can allocate these SfxItemSet on the stackNoel Grandin1-7/+7
2021-07-01sfx2::FileDialogHelper allocate SfxItemSet on stackNoel Grandin4-15/+15
2021-07-01can pass this SfxItemSet around on the stackNoel Grandin1-7/+7
2021-06-30sfx2: try to fix lifecycle of SfxOfficeDispatchMichael Stahl2-1/+27
2021-06-29constructing SaveOptions just to read default versionNoel Grandin3-11/+6
2021-06-29uitest: combine execute_dialog_through_command methodsXisco Fauli1-1/+1
2021-06-29uitest: guard remaining execute_dialog_through_commandXisco Fauli1-7/+4
2021-06-29Added a UI dialog box for running the VCL backend testshomeboy4453-0/+29
2021-06-28loplugin:indentation improve checks for brace alignmentNoel Grandin5-5/+5
2021-06-25loplugin:finalclasses in sfx2Noel Grandin22-35/+30
2021-06-22uitest: guard load_fileXisco Fauli1-11/+9
2021-06-22configure: Improve help-options handlingJan-Marek Glogowski1-4/+4
2021-06-21give folderpicker an optional parentCaolán McNamara1-3/+28
2021-06-21bundle the FolderPicker instantiations behind a single callCaolán McNamara2-2/+8
2021-06-21remove some unnecessary OUString::internNoel Grandin1-2/+2
2021-06-19use more TellEnd()Noel Grandin1-2/+1
2021-06-19Update of TSCP example file for Simplified Chinese (zh-CN)Kevin Suo2-0/+90
2021-06-18tdf#130428 remove unnecessary usage of SfxItemState::UNKNOWNArmin Le Grand (Allotropia)13-23/+23
2021-06-18Add Last 4 UNO Commands To CrashReport DumpGopi Krishna Menon1-0/+6
2021-06-18Add Active Sfx Object Name To CrashReport DumpGopi Krishna Menon2-41/+16
2021-06-18VCL graphics rendering tests that a run on LO version changehomeboy4451-10/+2
2021-06-17fix potential write-after-free in RecentDocsViewNoel Grandin2-3/+9
2021-06-17use string_view in the Translate APINoel Grandin2-2/+2
2021-06-16Add Active App Name Field To Crash ReportGopi Krishna Menon2-0/+46