summaryrefslogtreecommitdiff
path: root/uui/source
AgeCommit message (Expand)AuthorFilesLines
2018-03-12tdf#115742: use correct parameterAron Budea1-1/+1
2018-03-12Build fix after e169df73408a48427a2b4b2a1927da09fc740169Mike Kaganski1-1/+1
2018-03-12tdf#115742: allow ignoring stale lockfile on saveMike Kaganski5-26/+47
2018-02-09tdf#108210: Allow to ignore a lock file if there's no filesystem lockMike Kaganski6-54/+67
2018-02-09tdf#106942 Wrong message when lock file is empty or corruptJuergen Funk9-34/+180
2017-12-18convert DecodeMechanism to scoped enumNoel Grandin2-2/+2
2017-05-06tdf#107649: add TrySystemCredentialsFirst config optionMike Kaganski1-5/+11
2016-11-18includes should be at the top of the fileNoel Grandin1-3/+1
2016-11-09uui: fix use-after-free on password dialogMichael Stahl1-2/+2
2016-10-28ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara1-1/+1
2016-10-19loplugin:expandablemethods in UnoControls..vbahelperNoel Grandin7-19/+3
2016-10-15clang-cl loplugin: uuiStephan Bergmann1-1/+1
2016-10-13tdf#74608: Ctor function for css.comp.uui.UUIInteractionRequestStringResolverMatúš Kukan3-60/+11
2016-10-05convert the last two lonely FixedInfos to FixedTextCaolán McNamara6-5/+1
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann16-32/+32
2016-10-03loplugin:countusersofdefaultparams in sw..vclNoel Grandin1-1/+1
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann17-17/+17
2016-09-07loplugin:constantparam in vclNoel Grandin1-1/+1
2016-08-18tdf#87938 Add descriptive instructions to 2fa dialogYousuf Philips2-7/+29
2016-07-29VclPtr: password prompts never disposeCaolán McNamara1-14/+12
2016-07-06restore loplugin:vclwidget checking for calling clear() on VclPtr fieldsNoel Grandin1-0/+1
2016-06-28loplugin:singlevalfields in variousNoel Grandin2-3/+1
2016-06-08Let loplugin:passstuffbyref also look at fn defn not preceded by any declStephan Bergmann1-1/+1
2016-05-23Google 2FA: better info for userSzymon Kłos2-0/+11
2016-05-19loplugin:unusedmethods in unotoolsNoel Grandin1-4/+0
2016-05-16tdf#87938 libcmis: Google 2FA implementationSzymon Kłos1-1/+4
2016-05-13clang-tidy modernize-loop-convert in toolkit to uuiNoel Grandin1-3/+3
2016-05-02Related tdf#98644: In login dialog, give a hint that the password was wrongStephan Bergmann2-13/+30
2016-04-22Avoid reserved identifierStephan Bergmann1-3/+3
2016-04-20loplugin:salbool: Automatic rewrite of sal_False/TrueStephan Bergmann2-4/+4
2016-04-18clean-up: unused using declarations and includesJochen Nitschke1-2/+0
2016-04-14loplugin:passstuffbyref in variousNoel Grandin5-8/+8
2016-04-13tdf#94306 replace boost::noncopyable in stoc to xmlsec..Jochen Nitschke1-3/+4
2016-04-01tdf#97966 Drop 'static' keywordsWastack1-1/+1
2016-02-17use consistent #define checks for the Windows platformNoel Grandin1-1/+1
2016-02-09Remove excess newlinesChris Sherlock12-34/+0
2015-11-26loplugin:unusedfields variousNoel Grandin1-1/+0
2015-11-18com::sun::star->css in uui/Noel Grandin10-197/+131
2015-11-17use unique_ptr for pImpl in vcl,vbahelper,uuiNoel Grandin2-2/+2
2015-11-16use initialiser list for Sequence<OUString>Noel Grandin1-3/+1
2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin1-2/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann6-10/+10
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2-3/+3
2015-11-05use uno::Reference::set method instead of assignmentNoel Grandin2-7/+3
2015-11-04yyyyyNoel Grandin1-1/+1
2015-10-30UNO: no need to use OUString constructor when calling createInstanceNoel Grandin1-2/+2
2015-10-20Gracefully handle URLs INetURLObject refuses to parseStephan Bergmann1-1/+3
2015-10-20tdf#89694 Password dialog for opening OOXML shows url-encoded pathTomofumi Yagi1-2/+5
2015-10-19loplugin:defaultparamsStephan Bergmann2-3/+3