summaryrefslogtreecommitdiff
path: root/desktop/source
AgeCommit message (Expand)AuthorFilesLines
2020-12-29loplugin:stringviewparam: operator +Stephan Bergmann32-160/+195
2020-12-26New loplugin:stringliteralvarStephan Bergmann5-14/+14
2020-12-18lok: add parameter "MacroExecMode"Henry Castro1-2/+3
2020-12-18lok: initialize to dispatch ".uno:RunMacro" commandHenry Castro1-1/+2
2020-12-11Adapt the remaining OUString functions to std string_viewStephan Bergmann7-39/+43
2020-12-08jsdialog: don't skip commandsSzymon Kłos1-1/+0
2020-12-08reap glxtest process early in soffice_main unconditionallyLuboš Luňák1-5/+2
2020-12-06Clean up CrashReporter::IsDumpEnableStephan Bergmann1-7/+8
2020-12-01OSL_FAIL.*exception -> TOOLS_WARN_EXCEPTIONNoel1-2/+2
2020-11-30loplugin:stringviewparam include comparisons with string literalsNoel7-70/+70
2020-11-29Fix unmodified pdf does forced-saveMert Tumer1-1/+1
2020-11-29LOK: send state of SheetRightToLeftPranam Lashkari1-1/+2
2020-11-25jsdialog: implement TreeViewSzymon Kłos1-20/+2
2020-11-24loplugin:stringviewparam extend to comparison operatorsNoel11-60/+60
2020-11-21Must now call the lovely SfxViewShell::SetCurrentDocId()Tor Lillqvist1-1/+3
2020-11-21sfx2: lok: reliably support multi-documentsAshod Nakashian1-13/+23
2020-11-20sfx2: lok: refactor notifications and const correctnessAshod Nakashian1-2/+2
2020-11-18loplugin:stringviewparam: No good reason to exclude operator functionsStephan Bergmann1-1/+2
2020-11-17loplugin:stringviewparam check methods tooNoel5-8/+8
2020-11-15Remove Bottom DrawTextFlag on renderFont for WatermarkMert Tumer1-1/+0
2020-11-13tdf#123936 Formatting files in module desktop with clang-formatPhilipp Hofer19-154/+120
2020-11-13lok: Simplify the check for command in sendDialogEvent.Jan Holesovsky1-32/+25
2020-11-11loplugin:stringviewNoel4-12/+8
2020-11-11make tools::Long 64-bit on Windows platformNoel Grandin1-4/+4
2020-11-09tdf#42949 Fix new IWYU warnings in directories d*Gabor Kelemen8-7/+4
2020-11-01use officecfg for UseSystemFileDialogNoel Grandin1-5/+11
2020-10-23Missing call to curl_easy_cleanup (--enable-online-update=mar)Stephan Bergmann1-13/+16
2020-10-23Prevent crash with invalid lang tag.Gülşah Köse1-1/+2
2020-10-22Add gbuild/platform/FREEBSD_POWERPC[64]_GCC.mk files.Gleb Popov1-0/+2
2020-10-22long->tools::Long in dbaccess..drawinglayerNoel8-94/+94
2020-10-21new tools::Degree10 strong typedefNoel Grandin1-1/+1
2020-10-20ensure solarmutex is locked when closing splashscreen (tdf#137177)Luboš Luňák1-0/+1
2020-10-20remove unnecessary `if (!true) return;` statement from Desktop::Init()Platon Pronko1-3/+0
2020-10-12desktop: fix misleading commentMiklos Vajna1-1/+1
2020-10-06loplugin:const* make some params and methods constNoel1-1/+1
2020-10-06move set_user_managed_scrolling to an initial weld argumentCaolán McNamara2-3/+2
2020-10-06Allow to save file if chart editing is activeSzymon Kłos1-1/+1
2020-10-03use more TOOLS_WARN_EXCEPTIONNoel1-2/+2
2020-10-02Use the new single-instance="true" attribute in desktopStephan Bergmann2-5/+2
2020-10-02loplugin:reducevarscope in desktop..emfioNoel8-15/+11
2020-09-24speed-up: preload JVM when PreloadJVM is setSerge Krot1-0/+48
2020-09-23Fix typo in codeAndrea Gelmini2-3/+3
2020-09-22Added new command to resolve the comment threadPranam Lashkari1-0/+1
2020-09-22OUStringLiteral/OStringLiteral coverity PARSE_ERROR workaroundCaolán McNamara1-11/+11
2020-09-21lok: remove .uno:ModifiedStatus message from deduplication mechanismGabriel Masei1-5/+10
2020-09-18jsdialog: use window only if visibleSzymon Kłos1-1/+1
2020-09-17Remove some unused includesMiklos Vajna4-9/+0
2020-09-16Turn OUStringLiteral into a consteval'ed, static-refcound rtl_uStringStephan Bergmann2-2/+7
2020-09-15Online: selection highlight in Calc should follow font size changes.Marco Cecchetti1-0/+2
2020-09-13tdf#124176 Use #pragma once in desktopGeorge Bateman61-243/+61