summaryrefslogtreecommitdiffstats
path: root/uui
Commit message (Expand)AuthorAgeFilesLines
* Translate German comments/debug strings (leftovers in dirs test to uui)Johnny_M2017-09-041-1/+1
* Fix typoAndrea Gelmini2017-08-261-1/+1
* Allow non-modal Dialogs during FileImport/LoadArmin Le Grand2017-08-257-10/+34
* no need to use ERRCODE_RES_MASK hereNoel Grandin2017-08-251-64/+64
* convert message box style bits to scoped enumNoel Grandin2017-08-238-33/+33
* Convert ErrCode area to scoped enumNoel Grandin2017-08-222-71/+68
* remove dodgy use of ErrCodeNoel Grandin2017-08-193-59/+36
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-171-6/+4
* tdf#111696 No macro security dialog with High settingNoel Grandin2017-08-151-1/+1
* fix some ErrCode IgnoreWarning() usageNoel Grandin2017-08-131-1/+1
* move resmgr to unotoolsCaolán McNamara2017-08-0115-27/+27
* use more comphelper::InitAnyPropertySequenceNoel Grandin2017-07-251-5/+5
* coverity#1415622 Pointer to local outside scopeCaolán McNamara2017-07-231-1/+2
* migrate to boost::gettextCaolán McNamara2017-07-2159-975/+507
* Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke2017-07-181-2/+2
* use OString::operator== in preference to ::equalsNoel Grandin2017-07-061-1/+1
* use more begin()/end() for SequenceNoel Grandin2017-07-061-9/+5
* loplugin:oncevar in ucb..vbahelperNoel Grandin2017-06-282-13/+6
* inline some ERRCODE_AREA aliasesNoel Grandin2017-06-231-1/+1
* convert ErrCode to strong typedefNoel Grandin2017-06-215-79/+79
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-188-8/+0
* 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