summaryrefslogtreecommitdiffstats
path: root/uui
Commit message (Expand)AuthorAgeFilesLines
* use ERRCODE_NONE instead of 0Noel Grandin2017-06-141-1/+1
* no need to define __RSC hereNoel Grandin2017-06-131-2/+0
* tdf#106942 Wrong message when lock file is empty or corruptJuergen Funk2017-06-0611-33/+181
* spelling instanciate -> instantiateNoel Grandin2017-06-052-2/+2
* merge ofa res file into svt oneCaolán McNamara2017-06-011-1/+1
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-7/+1
* loplugin:checkunusedparams variousNoel Grandin2017-05-163-19/+15
* revert OSL_ASSERT changesChris Sherlock2017-05-071-1/+1
* tdf#43157: convert uui module away from OSL_ASSERT to assertChris Sherlock2017-05-071-1/+1
* tdf#107649: add TrySystemCredentialsFirst config optionMike Kaganski2017-05-051-5/+11
* clang-tidy readability-simplify-boolean-exprNoel Grandin2017-04-281-4/+1
* tools: move errcode.hxx to the vcl moduleChris Sherlock2017-04-273-3/+3
* vcl: change ErrorHandlerFlags to DialogMaskChris Sherlock2017-04-254-40/+40
* errinf.hxx moved out of tools and into vcl moduleChris Sherlock2017-04-253-3/+3
* make __RSC a builtin define for the RSC compilerNoel Grandin2017-04-259-18/+0
* tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2017-04-252-0/+2
* gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2017-04-212-2/+0
* loplugin:unusedmethodsNoel Grandin2017-04-202-1/+1
* Removed duplicated includesAndrea Gelmini2017-04-132-4/+0
* can use gb_CppunitTest_use_configuration and still access .ui filesCaolán McNamara2017-04-121-2/+1
* Improved loplugin:redundantcast, static_cast on arithmetic types: uuiStephan Bergmann2017-04-061-6/+2
* use actual UNO enums in test..vbahelperNoel Grandin2017-04-032-9/+9
* remove unused defines from HRC files in misc(2)Noel Grandin2017-03-202-6/+0
* Some simplifications, using UNO_QUERY_THROWStephan Bergmann2017-02-151-10/+2
* Reapply "create ErrorHandlerFlags scoped enum for error handling flags""Noel Grandin2017-02-094-43/+51
* replace localresource of strings and keys with StringArrayCaolán McNamara2017-02-083-295/+152
* Revert "create ErrorHandlerFlags scoped enum for error handling flags"Michael Stahl2017-02-074-51/+43
* revert unready stuffCaolán McNamara2017-02-073-152/+295
* interim convert to ResArrayCaolán McNamara2017-02-073-295/+152
* there is no cnt (chaos) resource file anymoreCaolán McNamara2017-02-071-9/+3
* replace calculation to get RID_SVXERRCODE with RID_SVXERRCODECaolán McNamara2017-02-071-1/+2
* create ErrorHandlerFlags scoped enum for error handling flagsNoel Grandin2017-02-074-43/+51
* tdf#105566 Show InfoBar when signature is invalidSamuel Mehrbrodt2017-01-311-7/+3
* Remove dynamic exception specificationsStephan Bergmann2017-01-266-46/+17
* New loplugin:dynexcspec: Add @throws documentation, uuiStephan Bergmann2017-01-191-1/+1
* new loplugin: useuniqueptr: unotools..xmlscriptNoel Grandin2017-01-191-10/+3
* tweak to avoid coverity#1371169 Missing move assignment operatorCaolán McNamara2017-01-191-8/+15
* OSL_TRACE->SAL in unotools..uuiNoel Grandin2016-12-061-1/+1
* loplugin:unnecessaryoverrideStephan Bergmann2016-12-061-5/+0
* convert DecodeMechanism to scoped enumNoel Grandin2016-12-052-2/+2
* convert LF constants to o3tl::typed_flagsNoel Grandin2016-11-253-30/+37
* add missing deps on ui filesDavid Tardon2016-11-211-0/+4
* gbuild allow unitest to run once per lang in WITH_LANG_LISTNorbert Thiebaud2016-11-201-1/+1
* includes should be at the top of the fileNoel Grandin2016-11-181-3/+1
* Fix typosSamuel Mehrbrodt2016-11-151-1/+1
* 'make screenshot' use-after-free fixesStephan Bergmann2016-11-101-2/+2
* 'make screenshot' loplugin fixesStephan Bergmann2016-11-101-8/+1
* uui: fix use-after-free on password dialogMichael Stahl2016-11-091-2/+2
* ScopedVclPtr vs std::unique_ptr for VclAbstractDialog derivativesCaolán McNamara2016-10-281-1/+1
* loplugin:expandablemethods in UnoControls..vbahelperNoel Grandin2016-10-197-19/+3