summaryrefslogtreecommitdiff
path: root/uui
AgeCommit message (Expand)AuthorFilesLines
2017-07-06use OString::operator== in preference to ::equalsNoel Grandin1-1/+1
2017-07-06use more begin()/end() for SequenceNoel Grandin1-9/+5
2017-06-28loplugin:oncevar in ucb..vbahelperNoel Grandin2-13/+6
2017-06-23inline some ERRCODE_AREA aliasesNoel Grandin1-1/+1
2017-06-21convert ErrCode to strong typedefNoel Grandin5-79/+79
2017-06-18remove unused osl/mutex.hxx includesJochen Nitschke8-8/+0
2017-06-14use ERRCODE_NONE instead of 0Noel Grandin1-1/+1
2017-06-13no need to define __RSC hereNoel Grandin1-2/+0
2017-06-06tdf#106942 Wrong message when lock file is empty or corruptJuergen Funk11-33/+181
2017-06-05spelling instanciate -> instantiateNoel Grandin2-2/+2
2017-06-01merge ofa res file into svt oneCaolán McNamara1-1/+1
2017-05-28remove unnecessary use of OString::getStrNoel Grandin1-7/+1
2017-05-16loplugin:checkunusedparams variousNoel Grandin3-19/+15
2017-05-07revert OSL_ASSERT changesChris Sherlock1-1/+1
2017-05-07tdf#43157: convert uui module away from OSL_ASSERT to assertChris Sherlock1-1/+1
2017-05-05tdf#107649: add TrySystemCredentialsFirst config optionMike Kaganski1-5/+11
2017-04-28clang-tidy readability-simplify-boolean-exprNoel Grandin1-4/+1
2017-04-27tools: move errcode.hxx to the vcl moduleChris Sherlock3-3/+3
2017-04-25vcl: change ErrorHandlerFlags to DialogMaskChris Sherlock4-40/+40
2017-04-25errinf.hxx moved out of tools and into vcl moduleChris Sherlock3-3/+3
2017-04-25make __RSC a builtin define for the RSC compilerNoel Grandin9-18/+0
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock2-0/+2
2017-04-21gbuild: Remove MSVC 2013 legacy codeDavid Ostrovsky2-2/+0
2017-04-20loplugin:unusedmethodsNoel Grandin2-1/+1
2017-04-13Removed duplicated includesAndrea Gelmini2-4/+0
2017-04-12can use gb_CppunitTest_use_configuration and still access .ui filesCaolán McNamara1-2/+1
2017-04-06Improved loplugin:redundantcast, static_cast on arithmetic types: uuiStephan Bergmann1-6/+2
2017-04-03use actual UNO enums in test..vbahelperNoel Grandin2-9/+9
2017-03-20remove unused defines from HRC files in misc(2)Noel Grandin2-6/+0
2017-02-15Some simplifications, using UNO_QUERY_THROWStephan Bergmann1-10/+2
2017-02-09Reapply "create ErrorHandlerFlags scoped enum for error handling flags""Noel Grandin4-43/+51
2017-02-08replace localresource of strings and keys with StringArrayCaolán McNamara3-295/+152
2017-02-07Revert "create ErrorHandlerFlags scoped enum for error handling flags"Michael Stahl4-51/+43
2017-02-07revert unready stuffCaolán McNamara3-152/+295
2017-02-07interim convert to ResArrayCaolán McNamara3-295/+152
2017-02-07there is no cnt (chaos) resource file anymoreCaolán McNamara1-9/+3
2017-02-07replace calculation to get RID_SVXERRCODE with RID_SVXERRCODECaolán McNamara1-1/+2
2017-02-07create ErrorHandlerFlags scoped enum for error handling flagsNoel Grandin4-43/+51
2017-01-31tdf#105566 Show InfoBar when signature is invalidSamuel Mehrbrodt1-7/+3
2017-01-26Remove dynamic exception specificationsStephan Bergmann6-46/+17
2017-01-19New loplugin:dynexcspec: Add @throws documentation, uuiStephan Bergmann1-1/+1
2017-01-19new loplugin: useuniqueptr: unotools..xmlscriptNoel Grandin1-10/+3
2017-01-19tweak to avoid coverity#1371169 Missing move assignment operatorCaolán McNamara1-8/+15
2016-12-06OSL_TRACE->SAL in unotools..uuiNoel Grandin1-1/+1
2016-12-06loplugin:unnecessaryoverrideStephan Bergmann1-5/+0
2016-12-05convert DecodeMechanism to scoped enumNoel Grandin2-2/+2
2016-11-25convert LF constants to o3tl::typed_flagsNoel Grandin3-30/+37
2016-11-21add missing deps on ui filesDavid Tardon1-0/+4
2016-11-20gbuild allow unitest to run once per lang in WITH_LANG_LISTNorbert Thiebaud1-1/+1
2016-11-18includes should be at the top of the fileNoel Grandin1-3/+1