summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Expand)AuthorFilesLines
2019-10-21loplugin:virtualdead unused param in SfxObjectShell::FillClassNoel Grandin2-4/+3
2019-10-21loplugin:virtualdead unused param in SfxStatusListener::StateChangedNoel Grandin1-2/+2
2019-10-21loplugin:deadvirtual unused param in ItemUpdateReceiverInterfaceNoel Grandin1-2/+2
2019-10-21loplugin:virtualdead unused param in TitleBar::PaintDecorationNoel Grandin3-3/+3
2019-10-21Fix parameter nameSamuel Mehrbrodt1-2/+2
2019-10-21Don't create unnecessary tempfiles for opened docSamuel Mehrbrodt2-2/+2
2019-10-21loplugin:virtualdead unused param in ThumbnailViewItem::calculateItemsPositionNoel Grandin3-4/+4
2019-10-18make bin/update_pch.s always include code in trivial #if'sLuboš Luňák1-21/+20
2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin1-5/+5
2019-10-17Remove some memset callsMike Kaganski1-8/+4
2019-10-17Rename OUStringLiteral1 to OUStringCharStephan Bergmann2-7/+7
2019-10-17Don't send false 'INPLACE' messagesSzymon Kłos1-0/+7
2019-10-16tdf#42316 handle saving to template filtersJan-Marek Glogowski1-4/+11
2019-10-16Send 'INPLACE EXIT' on inplace deactivationSzymon Kłos1-0/+8
2019-10-16tdf#106843 DOCX: export/import change tracking protectionLászló Németh1-1/+1
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin4-19/+15
2019-10-16loplugin:stringadd look through a couple more known-good methodsNoel Grandin2-10/+7
2019-10-15new loplugin:bufferaddNoel Grandin6-26/+12
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák4-4/+4
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin3-5/+5
2019-10-14Add document-level option to lock down content extractionSamuel Mehrbrodt3-1/+34
2019-10-12All occurrences of WriteOStringBuffer(b) can easily be replaced...Stephan Bergmann1-1/+1
2019-10-11lok: ensure that dialog windows are focused before emitting events.Michael Meeks1-10/+15
2019-10-11lok: Disable autocorrect dialog from native context menu.Michael Meeks2-1/+4
2019-10-11simplify "a = a +" to "a +="Noel Grandin5-10/+10
2019-10-10jsdialogs: emit JSON at idle to avoid repeated emission.Michael Meeks1-12/+30
2019-10-10jsdialogs: set LOKNotifier in DeckSzymon Kłos1-0/+5
2019-10-10sfx2: LOK: route the parent sidebar window instead of the deckAshod Nakashian1-29/+0
2019-10-10convert WriteCharPtr..getStr to WriteOStringNoel Grandin1-6/+6
2019-10-10tdf#127525 Replaces hotkeys for "Don't Save" button from "D" to "n".shameempk1-1/+1
2019-10-09name all Notebooks 'tabcontrol'Caolán McNamara2-2/+2
2019-10-09screenshot each page separatelyCaolán McNamara1-0/+9
2019-10-09Related: tdf#123765 fix up some screenshottingCaolán McNamara1-3/+42
2019-10-09this text -> this testCaolán McNamara1-1/+1
2019-10-08jsdialogs: Expose the panel names.Jan Holesovsky1-3/+1
2019-10-08lok: only generate sidebar JSON for mobile views, for now.Michael Meeks1-1/+4
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin5-13/+13
2019-10-07tdf#127958 crash adding 2 or more files into writer master documentNoel Grandin1-12/+17
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara4-4/+7
2019-10-06improve SfxPoolItem operator== implementationsNoel Grandin5-11/+15
2019-10-05Resolves: tdf#127946 pass in argument for dialog parentCaolán McNamara1-2/+5
2019-10-05simplify SfxAllEnumItemNoel Grandin1-3/+3
2019-10-04drop unnecessary includesCaolán McNamara1-1/+0
2019-10-03loplugin:unusedmethodsNoel Grandin1-31/+0
2019-10-03drop some unnecessary includesCaolán McNamara8-10/+3
2019-10-03drop some unnecessary includesCaolán McNamara1-1/+0
2019-10-02weld PrintDialogCaolán McNamara1-1/+1
2019-10-02Ensure that 'input' events are processed asynchronously too.Michael Meeks1-0/+26
2019-10-02Adopt a more brute-force approach for deleting text for now.Michael Meeks1-1/+12
2019-10-02extend popup handler to cover all CommandEventsCaolán McNamara3-3/+9