summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)Author
2019-10-26size some stringbuffer to prevent re-allocNoel Grandin
2019-10-25tdf#42949 Fix IWYU warning in include/vcl/window.hxxGabor Kelemen
2019-10-24Manually clean up some string concatenationStephan Bergmann
2019-10-24sfx2: enable save againThorsten Behrens
2019-10-24Only define ShutdownIcon::getShortcutName for _WIN32Stephan Bergmann
2019-10-24tdf#128077 crash with calc dialogs and multiple windowsNoel Grandin
2019-10-23loplugin:stringadd (clang-cl)Stephan Bergmann
2019-10-23Add document-level option to lock down saveSamuel Mehrbrodt
2019-10-23Add document-level option to lock down printingSamuel Mehrbrodt
2019-10-23Add test for LockExport propertySamuel Mehrbrodt
2019-10-23Add document-level option to lock down file exportSamuel Mehrbrodt
2019-10-23loplugin:unusedmethodsNoel Grandin
2019-10-23remove hardcoded alignment elements from addtargetdialogandreas kainz
2019-10-22loplugin:constantparamNoel Grandin
2019-10-22tdf#128230 Require password if the Unprotect button is visibleGabor Kelemen
2019-10-21loplugin:virtualdead unused param in SfxObjectShell::FillClassNoel Grandin
2019-10-21loplugin:virtualdead unused param in SfxStatusListener::StateChangedNoel Grandin
2019-10-21loplugin:deadvirtual unused param in ItemUpdateReceiverInterfaceNoel Grandin
2019-10-21loplugin:virtualdead unused param in TitleBar::PaintDecorationNoel Grandin
2019-10-21Fix parameter nameSamuel Mehrbrodt
2019-10-21Don't create unnecessary tempfiles for opened docSamuel Mehrbrodt
2019-10-21loplugin:virtualdead unused param in ThumbnailViewItem::calculateItemsPositionNoel Grandin
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák
2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin
2019-10-17Remove some memset callsMike Kaganski
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann
2019-10-17Don't send false 'INPLACE' messagesSzymon Kłos
2019-10-16tdf#42316 handle saving to template filtersJan-Marek Glogowski
2019-10-16Send 'INPLACE EXIT' on inplace deactivationSzymon Kłos
2019-10-16tdf#106843 DOCX: export/import change tracking protectionLászló Németh
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin
2019-10-15new loplugin:bufferaddNoel Grandin
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin
2019-10-14Add document-level option to lock down content extractionSamuel Mehrbrodt
2019-10-12All occurrences of WriteOStringBuffer(b) can easily be replaced...Stephan Bergmann
2019-10-11lok: ensure that dialog windows are focused before emitting events.Michael Meeks
2019-10-11lok: Disable autocorrect dialog from native context menu.Michael Meeks
2019-10-11simplify "a = a +" to "a +="Noel Grandin
2019-10-10jsdialogs: emit JSON at idle to avoid repeated emission.Michael Meeks
2019-10-10jsdialogs: set LOKNotifier in DeckSzymon Kłos
2019-10-10sfx2: LOK: route the parent sidebar window instead of the deckAshod Nakashian
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin
2019-10-10tdf#127525 Replaces hotkeys for "Don't Save" button from "D" to "n".shameempk
2019-10-09name all Notebooks 'tabcontrol'Caolán McNamara
2019-10-09screenshot each page separatelyCaolán McNamara
2019-10-09Related: tdf#123765 fix up some screenshottingCaolán McNamara
2019-10-09this text -> this testCaolán McNamara
2019-10-08jsdialogs: Expose the panel names.Jan Holesovsky