summaryrefslogtreecommitdiffstats
path: root/basic/source
Commit message (Expand)AuthorAgeFilesLines
* basic: consistently use "" and <> in include directivesMike Kaganski2017-10-1055-149/+149
* Rename and move SAL_U/W to o3tl::toU/WMike Kaganski2017-10-054-42/+38
* add << operator for css::uno::ExceptionNoel Grandin2017-10-043-8/+9
* Replace more reinterpret_cast with SAL_W/SAL_UMike Kaganski2017-10-032-2/+2
* Use SAL_W/SAL_U instead of reinterpret_cast btwn wchar_t* and sal_Unicode*Mike Kaganski2017-09-302-9/+4
* Use explicit function names for fooA/fooW WinAPI; prefer fooWMike Kaganski2017-09-301-2/+1
* Bin some noise comments and ASCII graphicsTor Lillqvist2017-09-207-92/+2
* iOS, solved code never reached (sbxvalue.cxx)jan Iversen2017-09-191-0/+2
* Clean up a couple of overly verbose SAL_INFOsTor Lillqvist2017-09-191-12/+1
* use more default copy ctorsJochen Nitschke2017-09-171-6/+0
* Enable -Wunreachable-codeStephan Bergmann2017-09-131-48/+55
* clang-tidy modernize-use-emplace in b*Noel Grandin2017-09-084-16/+16
* oovbaapi: create XOval and XLine shape typesTamas Bunth2017-09-081-1/+1
* Replace list by vector in dllmgr-x86-x64 (basic)Julien Nabet2017-09-012-8/+6
* Replace list by vector in methods.cxx (basic)Julien Nabet2017-09-011-8/+8
* loplugin:constparams: basic (clang-cl)Stephan Bergmann2017-08-311-4/+4
* rename SBX errorcodes to BASICNoel Grandin2017-08-2922-398/+398
* move all the basic errcodes to one fileNoel Grandin2017-08-2916-1/+17
* convert code-class in ErrCode to scoped enumNoel Grandin2017-08-271-1/+1
* Allow non-modal Dialogs during FileImport/LoadArmin Le Grand2017-08-252-4/+4
* convert message box style bits to scoped enumNoel Grandin2017-08-232-20/+19
* remove unnecessary use of OUString::getStrNoel Grandin2017-08-172-10/+7
* remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin2017-08-172-2/+2
* tdf#39468 Translate German comments/termsJens Carl2017-08-161-1/+1
* new loplugin:deadclassNoel Grandin2017-08-111-56/+0
* convert std::map::insert to std::map::emplaceNoel Grandin2017-08-114-9/+9
* Fix typosAndrea Gelmini2017-08-051-3/+3
* remove unnecessary use of 'this->'Noel Grandin2017-08-021-1/+1
* normalize resource locale ctor construction mechanismsCaolán McNamara2017-08-023-24/+13
* move resmgr to unotoolsCaolán McNamara2017-08-012-4/+4
* loplugin:checkunusedparamsNoel Grandin2017-08-011-13/+12
* loplugin:oncevarNoel Grandin2017-07-311-14/+7
* loplugin:constparams handle constructorsNoel Grandin2017-07-282-6/+6
* Eliminate Date::operator+=() and -=() and replace with Date::AddDays()Eike Rathke2017-07-212-7/+7
* migrate to boost::gettextCaolán McNamara2017-07-218-276/+32
* loplugin:constparams in basicNoel Grandin2017-07-2017-45/+45
* Change the most obvious Date+=(long)... to Date+=static_cast<sal_Int32>(...)Eike Rathke2017-07-191-2/+2
* loplugin:unnecessaryparen: basic (clang-cl)Stephan Bergmann2017-07-171-1/+1
* tdf#103104 Allow line-continuation followed by a dot in BASICTakeshi Abe2017-07-141-1/+1
* loplugin:oncevar: empty strings: basicStephan Bergmann2017-07-137-26/+13
* use more OUString::operator== in a*..chart2Noel Grandin2017-07-131-1/+1
* loplugin:oncevar for value-dependent constant expressionsStephan Bergmann2017-07-131-2/+2
* teach unnecessaryparen loplugin about identifiersNoel Grandin2017-07-103-3/+3
* basic: Put local stuff into unnamed namespaceTakeshi Abe2017-07-071-0/+3
* use more begin()/end() for SequenceNoel Grandin2017-07-062-21/+11
* teach unnecessaryparen plugin about other kinds of statementsNoel Grandin2017-07-061-1/+1
* loplugin:useuniqueptr in basic..cppcanvasNoel Grandin2017-07-052-19/+11
* new loplugin unnecessaryparenNoel Grandin2017-07-054-9/+9
* loplugin:casttovoid in RTLFUNCStephan Bergmann2017-07-046-1485/+621
* loplugin:casttovoid: basicStephan Bergmann2017-07-0217-208/+101