summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* Related tdf#55502: Harden a bitJulien Nabet2015-04-191-1/+1
* callcatcher: update unusedcodeCaolán McNamara2015-04-191-18/+0
* tdf#55502: Shell BASIC function with empty third param hangsJulien Nabet2015-04-181-2/+6
* SvStream: WriteUChar -> WriteBoolStephan Bergmann2015-04-172-2/+2
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-1537-154/+154
* loplugin:staticmethodsNoel Grandin2015-04-1312-30/+27
* BASIC: Merge BasicLibs with BasicManagerImpl and use boost::ptr_vector.Arnaud Versini2015-04-131-184/+83
* A UNO Any can't contain an AnyStephan Bergmann2015-04-081-1/+1
* Remove dead INetProtocol::VimStephan Bergmann2015-04-071-1/+1
* Change INetProtocol enumerators to CamelCaseStephan Bergmann2015-04-024-12/+12
* Change INetProtocol to scoped enumerationStephan Bergmann2015-04-024-12/+12
* Add support for cppu::UnoType<void>Stephan Bergmann2015-04-012-3/+3
* Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2015-04-013-11/+11
* Clean up template-parameter-dependent C-style castsStephan Bergmann2015-03-291-4/+4
* Clean up remaining C-style casts among void pointersStephan Bergmann2015-03-291-1/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-287-23/+23
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-2610-20/+20
* WaE: this method is empty and should be removedTor Lillqvist2015-03-261-0/+3
* TyposJulien Nabet2015-03-251-2/+2
* Basic: scanner should'nt use 0xFF mask on charactersArnaud Versini2015-03-251-1/+1
* loplugin:constantfunction: basicNoel Grandin2015-03-244-25/+1
* remove trailing blanks rubbishEike Rathke2015-03-238-188/+188
* more engineering notation format tests, tdf#30716Eike Rathke2015-03-231-2/+42
* tdf#30716 Engineering notationLaurent Balland-Poirier2015-03-231-2/+2
* tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann2015-03-131-1/+3
* CppCheck cleanlyness : reduce variable's scopeMichaël Lefèvre2015-03-121-3/+1
* V668 no sense in testing the result of new against nullCaolán McNamara2015-03-111-22/+8
* cppcheck: variableScopeCaolán McNamara2015-03-091-4/+4
* V801: Decreased performanceCaolán McNamara2015-03-094-27/+27
* TyposJulien Nabet2015-03-083-5/+5
* convert error number to stringLeMoyne Castle2015-03-071-1/+1
* V813: Decreased performanceCaolán McNamara2015-03-045-19/+19
* WaE: implicit conversion from bool to 'int'Tor Lillqvist2015-03-021-1/+1
* convert SBI_ constants to enum classNoel Grandin2015-03-027-27/+39
* likely intentDavid Tardon2015-03-011-2/+2
* Clean up previous commitStephan Bergmann2015-02-268-173/+4
* basic: convert sb.component to constructor usageChris Sherlock2015-02-268-124/+19
* remove NUMBERFORMAT_ constantsNoel Grandin2015-02-253-7/+7
* fix marking of free slots in arrayNoel Grandin2015-02-241-0/+1
* tdf#86543: reinterpret_cast -1 of appropriate width as special markerStephan Bergmann2015-02-231-1/+1
* tdf#39440 - cppcheck cleanlinessRadu Ioan2015-02-173-6/+5
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-161-10/+10
* Basic : Partially rewrite hex and octal constant reading.Arnaud Versini2015-02-091-29/+20
* Basic : Small OString usage simplificationArnaud Versini2015-02-081-7/+1
* loplugin:deletedspecialStephan Bergmann2015-02-073-9/+7
* Remove redundant explicit up-castsStephan Bergmann2015-02-051-4/+4
* Updated all precompiled headers.Ashod Nakashian2015-02-051-1/+5
* fdo#39440: replace C-style cast'sJuan Picca2015-02-053-28/+28
* callcatcher: shave off a few moreCaolán McNamara2015-02-021-5/+0
* Use rtl/character.hxx in basic module when possibleArnaud Versini2015-01-314-22/+11