summaryrefslogtreecommitdiff
path: root/sfx2/source/view
AgeCommit message (Expand)AuthorFilesLines
2019-12-13tdf#128191 Show infobar when hyphenation info for text language is missingSamuel Mehrbrodt1-0/+14
2019-12-03Disable macro menu entries when DisableMacrosExecution is setSamuel Mehrbrodt1-1/+2
2019-12-03Don't disable "Send doc via email" when LockExport is setSamuel Mehrbrodt1-1/+1
2019-11-26tdf#126043 fetch the command properties just onceCaolán McNamara1-3/+3
2019-11-23Add SolarMutexGuard to infobar api methodsSamuel Mehrbrodt1-0/+6
2019-11-22tdf#97926 Add UNO API for InfobarSamuel Mehrbrodt3-23/+86
2019-11-13Add document level option to lock down edit doc commandSerge Krot2-5/+26
2019-11-09Removed executable bit on source fileAndrea Gelmini1-0/+0
2019-11-09Switch to read-only mode: do not force reload document if possibleSerge Krot1-1/+3
2019-11-06loplugin:indentation find broken if statementsNoel Grandin1-29/+29
2019-11-03size some stringbuffer to prevent re-allocNoel Grandin1-1/+1
2019-10-30can avoid intermediate vcl::Window useCaolán McNamara2-4/+2
2019-10-29remove unnecessary includesCaolán McNamara2-0/+2
2019-10-24sfx2: enable save againThorsten Behrens1-1/+1
2019-10-23Add document-level option to lock down saveSamuel Mehrbrodt1-0/+9
2019-10-23Add document-level option to lock down printingSamuel Mehrbrodt1-21/+32
2019-10-23Add document-level option to lock down file exportSamuel Mehrbrodt1-2/+22
2019-10-17loplugin:buffereadd find stuff involving adding *StringBufferNoel Grandin1-5/+5
2019-10-17Don't send false 'INPLACE' messagesSzymon Kłos1-0/+7
2019-10-16Send 'INPLACE EXIT' on inplace deactivationSzymon Kłos1-0/+8
2019-10-16loplugin:bufferadd loosen some constraintsNoel Grandin1-2/+1
2019-10-15move HAVE_FEATURE_DESKTOP/OPENCL to their dedicated headersLuboš Luňák1-1/+1
2019-10-14loplugin:stringadd look for unnecessary temporariesNoel Grandin1-3/+3
2019-10-14Add document-level option to lock down content extractionSamuel Mehrbrodt1-0/+12
2019-10-11lok: ensure that dialog windows are focused before emitting events.Michael Meeks1-10/+15
2019-10-06improve SfxPoolItem operator== implementationsNoel Grandin2-5/+9
2019-10-05Resolves: tdf#127946 pass in argument for dialog parentCaolán McNamara1-2/+5
2019-10-03loplugin:unusedmethodsNoel Grandin1-31/+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-01lok: handling a single msg for deleting multiple charactersMarco Cecchetti1-2/+2
2019-09-26drop unnecessary includes and update pchCaolán McNamara1-0/+1
2019-09-26now drop TabPageParent intermediateCaolán McNamara2-2/+2
2019-09-26disinherit OWizardPage and SfxTabPage from vcl TabPageCaolán McNamara2-17/+10
2019-09-25lok: deduplicate code related to notifyDocumentSizeChanged() callTamás Zolnai1-0/+13
2019-09-25lok: send an invalidation by document size changeTamás Zolnai1-0/+20
2019-09-23Resolves tdf#127400 - Allow to show tip of the day againHeiko Tietze1-7/+3
2019-09-17move GetStandardText to stdtext.hxxCaolán McNamara1-1/+2
2019-08-29LOK: Proper use of isMobile() on embedded chartsMuhammet Kara1-0/+11
2019-08-27loplugin:constmethod in sfx2Noel Grandin5-13/+13
2019-08-27Use get_value_or instead of value_orTomáš Chvátal1-1/+1
2019-08-17tdf#88205 Adapt uses of css::uno::Sequence to use initializer_list ctorJulien Nabet1-4/+1
2019-08-16Fix typosAndrea Gelmini1-1/+1
2019-08-15loplugin:sequenceloop in sdext..sfx2Noel Grandin3-4/+4
2019-08-08fix typo IndexOutOfBoundExceptionMichael Stahl1-1/+1
2019-08-07Consistently treat vnd.sun.star.script location case-sensitivelyStephan Bergmann1-4/+4
2019-08-02lok: vital to quote nested JSON inserted into a json property.Michael Meeks1-1/+16
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): sfx2Stephan Bergmann3-3/+3
2019-07-29Simplify Sequence iterations in sfx2Arkadiy Illarionov2-41/+34