summaryrefslogtreecommitdiff
path: root/basic/source
AgeCommit message (Expand)AuthorFilesLines
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin34-149/+149
2015-04-13loplugin:staticmethodsNoel Grandin10-23/+20
2015-04-13BASIC: Merge BasicLibs with BasicManagerImpl and use boost::ptr_vector.Arnaud Versini1-184/+83
2015-04-08A UNO Any can't contain an AnyStephan Bergmann1-1/+1
2015-04-07Remove dead INetProtocol::VimStephan Bergmann1-1/+1
2015-04-02Change INetProtocol enumerators to CamelCaseStephan Bergmann4-12/+12
2015-04-02Change INetProtocol to scoped enumerationStephan Bergmann4-12/+12
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann2-3/+3
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann3-11/+11
2015-03-29Clean up template-parameter-dependent C-style castsStephan Bergmann1-4/+4
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann1-1/+1
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann6-22/+22
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann10-20/+20
2015-03-25TyposJulien Nabet1-2/+2
2015-03-25Basic: scanner should'nt use 0xFF mask on charactersArnaud Versini1-1/+1
2015-03-24loplugin:constantfunction: basicNoel Grandin4-25/+1
2015-03-13tdf#43157: Fix format string violations in OSL_TRACE etc.Stephan Bergmann1-1/+3
2015-03-12CppCheck cleanlyness : reduce variable's scopeMichaël Lefèvre1-3/+1
2015-03-11V668 no sense in testing the result of new against nullCaolán McNamara1-22/+8
2015-03-09cppcheck: variableScopeCaolán McNamara1-4/+4
2015-03-09V801: Decreased performanceCaolán McNamara4-27/+27
2015-03-08TyposJulien Nabet3-5/+5
2015-03-07convert error number to stringLeMoyne Castle1-1/+1
2015-03-04V813: Decreased performanceCaolán McNamara5-19/+19
2015-03-02WaE: implicit conversion from bool to 'int'Tor Lillqvist1-1/+1
2015-03-02convert SBI_ constants to enum classNoel Grandin7-27/+39
2015-03-01likely intentDavid Tardon1-2/+2
2015-02-26Clean up previous commitStephan Bergmann6-170/+2
2015-02-26basic: convert sb.component to constructor usageChris Sherlock6-121/+15
2015-02-25remove NUMBERFORMAT_ constantsNoel Grandin3-7/+7
2015-02-24fix marking of free slots in arrayNoel Grandin1-0/+1
2015-02-23tdf#86543: reinterpret_cast -1 of appropriate width as special markerStephan Bergmann1-1/+1
2015-02-17tdf#39440 - cppcheck cleanlinessRadu Ioan3-6/+5
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-10/+10
2015-02-09Basic : Partially rewrite hex and octal constant reading.Arnaud Versini1-29/+20
2015-02-08Basic : Small OString usage simplificationArnaud Versini1-7/+1
2015-02-07loplugin:deletedspecialStephan Bergmann3-9/+7
2015-02-05Remove redundant explicit up-castsStephan Bergmann1-4/+4
2015-02-05fdo#39440: replace C-style cast'sJuan Picca3-28/+28
2015-02-02callcatcher: shave off a few moreCaolán McNamara1-5/+0
2015-01-31Use rtl/character.hxx in basic module when possibleArnaud Versini4-22/+11
2015-01-30coverity#1267698 Uninitialized scalar fieldCaolán McNamara1-6/+7
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-79/+0
2015-01-29tdf#76174: basic: lock SolarMutex in BasicScriptListener_ImplMichael Stahl1-1/+5
2015-01-28remove unused typedefsNoel Grandin2-5/+0
2015-01-26implement css::i18n::XCalendar4 and LocaleCalendar2 service, tdf#63230Eike Rathke1-10/+10
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin2-2/+2
2015-01-25coverity#1266457 Identical code for different branchesCaolán McNamara1-4/+1
2015-01-24WaE: rewrite call of rtl::OUString::operator= ...Tor Lillqvist1-1/+1
2015-01-23Resolves fdo#87834: strange behavior of mid()-functionJulien Nabet1-2/+8