summaryrefslogtreecommitdiff
path: root/include/basic
AgeCommit message (Expand)AuthorFilesLines
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
2015-03-25Typo: formated->formattedJulien Nabet1-1/+1
2015-03-25new constantfunction lopluginNoel Grandin1-1/+0
2015-02-16boost->stdCaolán McNamara2-3/+3
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara1-3/+2
2015-02-02callcatcher: shave off a few moreCaolán McNamara1-1/+0
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara1-4/+0
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin3-13/+13
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin7-26/+26
2015-01-09Resolves: #i63614# fix strange type mismatch when Iif function is usedTsutomu Uchino2-2/+6
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-12/+0
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara1-3/+3
2014-12-03fdo#84938 replace BASERR_REASON_ constants -> enumTobias Madl1-16/+18
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-23basic: pimplify thatMichael Stahl1-8/+7
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-1/+0
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin3-39/+65
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza1-1/+0
2014-08-22Remove BasicManagerCleanerStephan Bergmann1-2/+2
2014-07-29convert linked list to std::vector in SbxDimArrayNoel Grandin1-4/+7
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert1-1/+1
2014-06-25Remove this weird inheritance from smart-pointer-wrapped class.Kohei Yoshida1-1/+1
2014-06-25Use boost::optional to store alias name.Kohei Yoshida1-1/+1
2014-06-25pData -> mpVarEntries.Kohei Yoshida1-1/+1
2014-06-25Remove this class that only derives from std::vector and not much else.Kohei Yoshida1-2/+4
2014-06-24new compilerplugin returnbyrefNoel Grandin1-1/+1
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin3-4/+5
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin3-3/+3
2014-05-29Detach all DocBasicItem objects upon process termination.Kohei Yoshida1-0/+2
2014-04-14typo: hierarchie -> hierarchyThomas Arnhold1-1/+1
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann8-22/+12
2014-04-04StarBASIC::ErrorHdl sal_Bool->boolNoel Grandin1-1/+1
2014-04-04SbxObject::Call sal_Bool->boolNoel Grandin2-2/+2
2014-04-04SbxObject::isClass sal_Bool->boolNoel Grandin1-1/+1
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann3-3/+3
2014-03-28fdo#75280 Started cleaning up of sal_uIntPtr usage.Valentin Kettner1-4/+4
2014-03-28Remove remaining DBG_CTOR etc. remnants from basicStephan Bergmann1-17/+12
2014-03-27basic: sal_Bool->boolNoel Grandin2-15/+15
2014-03-27basic: sal_Bool->boolNoel Grandin7-150/+150
2014-03-27basic: sal_Bool->boolNoel Grandin2-17/+17
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann10-67/+69
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann9-16/+16
2014-03-13basic: prefer passing OUString and OString by referenceNoel Grandin2-12/+12
2014-03-01Remove visual noise from includeAlexander Wilms3-15/+15
2014-02-28remove unused code in basic/CodeCompleteDataCacheNoel Grandin1-4/+0
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-2/+2
2014-01-30fdo#63154 Removed unused solar.h ref. in basic and formulaAlexandre Vicenzi1-1/+0
2013-12-11sbxbase.hxx is private to basicTor Lillqvist1-52/+0