summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* std::unordered_map can erase an element by given key, if anyTakeshi Abe2017-06-241-4/+1
* loplugin:unusedfields in accessibility..comphelperNoel Grandin2017-06-236-17/+4
* s/ERRCODE_SBX_OK/ERRCODE_NONENoel Grandin2017-06-2117-38/+38
* convert ErrCode to strong typedefNoel Grandin2017-06-217-85/+66
* loplugin:oncevar accessibility..basicNoel Grandin2017-06-2013-65/+35
* remove unused osl/mutex.hxx includesJochen Nitschke2017-06-186-8/+0
* use local statics in getTypes functionsJochen Nitschke2017-06-171-11/+3
* replace SbxError typedef with ErrCodeNoel Grandin2017-06-1510-26/+26
* drop SbError typedefNoel Grandin2017-06-1520-172/+172
* use ERRCODE_NONE instead of 0Noel Grandin2017-06-148-25/+25
* remove MAYBEFUTURE dead codeNoel Grandin2017-06-131-54/+0
* cleanup unused css/frame/* includesJochen Nitschke2017-06-121-1/+0
* clang-tidy readability-non-const-parameterNoel Grandin2017-06-091-10/+10
* Cater for UNO (signed) vs. BASIC (unsigned) byte mismatchStephan Bergmann2017-06-081-1/+1
* tdf#108039: check for nullptr in rtl_uString and OUStringMike Kaganski2017-06-072-2/+29
* replace SVSTREAM_OK with ERRCODE_NONENoel Grandin2017-06-065-6/+6
* Improved loplugin:cstylecast to reference types: basicStephan Bergmann2017-06-051-1/+1
* clang-tidy performance-unnecessary-value-paramNoel Grandin2017-06-051-2/+2
* teach redundantcast plugin about functional castsNoel Grandin2017-05-302-9/+9
* basic: Drop unused variables in test scriptsTakeshi Abe2017-05-3056-113/+0
* remove unnecessary use of OString::getStrNoel Grandin2017-05-281-12/+2
* add VBA tests- PMT, PPMT, PV,QBCOLOR functionsZdeněk Crhonek2017-05-275-0/+308
* tdf#93727 Support date literals in basicGrzegorz Araminowicz2017-05-242-8/+75
* basic: Stop detecting the number of tokens at runtimeTakeshi Abe2017-05-241-29/+9
* Test _WIN32 instead of WIN32Takeshi Abe2017-05-221-1/+1
* basic: Kill unnecessary ifdef stuffTakeshi Abe2017-05-221-4/+0
* cleanup unused css/resource/ includesJochen Nitschke2017-05-201-3/+0
* cleanup unused css/script/ includesJochen Nitschke2017-05-204-8/+0
* loplugin:stringcopy: basicStephan Bergmann2017-05-193-3/+3
* make string translation loading more uniformCaolán McNamara2017-05-192-8/+8
* loplugin:comparisonwithconstant in basicNoel Grandin2017-05-1917-46/+46
* basic: Fix broken unit test for IsMissing()Takeshi Abe2017-05-191-10/+7
* basic: Fix broken unit test for Join()Takeshi Abe2017-05-181-17/+15
* basic: Fix broken test for VBA's LCaseTakeshi Abe2017-05-171-16/+14
* loplugin:checkunusedparams variousNoel Grandin2017-05-161-2/+2
* basic: Test VBA's CDec() only on WindowsTakeshi Abe2017-05-162-2/+4
* Translate German comments and debug strings (leftovers in dirs a... to c...)Johnny_M2017-05-155-7/+7
* remove some unnecessary lockingNoel Grandin2017-05-151-4/+0
* basic: Fix broken logic in VBA's unit testsTakeshi Abe2017-05-1542-42/+42
* basic: Fix VBA constant vbNewLine with unit testTakeshi Abe2017-05-153-1/+59
* loplugin:constantparamNoel Grandin2017-05-122-5/+4
* remove unused uno::Reference varsNoel Grandin2017-05-123-8/+2
* basic: Remove strange ifdef-guard for SHAREDTakeshi Abe2017-05-124-34/+1
* basic: Compare strings in a case-insensitive mannerTakeshi Abe2017-05-102-2/+2
* basic: Compare with keywords without creating temporary stringsTakeshi Abe2017-05-101-5/+2
* cleanup osl/diagnose.h includesJochen Nitschke2017-05-091-1/+0
* make loplugin constantparam smarter about string paramsNoel Grandin2017-05-096-12/+11
* remove unnecessary empty OUString fields and varsNoel Grandin2017-05-093-6/+4
* loplugin:constantparamNoel Grandin2017-05-093-4/+4
* revert OSL_ASSERT changesChris Sherlock2017-05-074-31/+31