summaryrefslogtreecommitdiff
path: root/include/basic
AgeCommit message (Expand)Author
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-26fix includes that are not stand-aloneNorbert Thiebaud
2015-10-20convert com::sun::star->css in include/basicNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-09-30Fix typosAndrea Gelmini
2015-09-03basic: remove over-engineered XEnumeration serviceMichael Stahl
2015-08-31New identifier for save/open macro with user defined typesLaurent Godard
2015-08-03remove some unused typedefsNoel Grandin
2015-07-28inline "old" SbERR constantsNoel Grandin
2015-07-28inline the "old" SbxErr constantsNoel Grandin
2015-07-28convert SbxFlagsBits to scoped enumNoel Grandin
2015-07-27inline a bunch of use-once macrosNoel Grandin
2015-07-19sal_uIntPtr to sal_uInt32, for consistencyMatteo Casalin
2015-07-17basic: try to prevent MSVC from generating copy assignmentMichael Stahl
2015-07-17basic: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl
2015-07-15loplugin:unusedmethods basicNoel Grandin
2015-07-07Replace GetAppData(SHL_IDL) with a static pointer varStephan Bergmann
2015-07-03Fix typosAndrea Gelmini
2015-06-24remove SFX_NOTIFY macroNoel Grandin
2015-06-04convert PropertyMode to scoped enumNoel Grandin
2015-05-19basic: used typed LINKsNoel Grandin
2015-05-07Remove SvStorage aliasStephan Bergmann
2015-04-30Gradually typed LinkStephan Bergmann
2015-04-28SbModule::Run return value is unusedStephan Bergmann
2015-04-19callcatcher: update unusedcodeCaolán McNamara
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13loplugin:staticmethodsNoel Grandin
2015-04-13BASIC: Merge BasicLibs with BasicManagerImpl and use boost::ptr_vector.Arnaud Versini
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-03-25Typo: formated->formattedJulien Nabet
2015-03-25new constantfunction lopluginNoel Grandin
2015-02-16boost->stdCaolán McNamara
2015-02-16boost::foo_ptr->std::foo_ptrCaolán McNamara
2015-02-02callcatcher: shave off a few moreCaolán McNamara
2015-01-29callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara
2015-01-26followup code removal after changing virtual methods to non-virtualNoel Grandin
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-09Resolves: #i63614# fix strange type mismatch when Iif function is usedTsutomu Uchino
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
2014-12-03fdo#84938 replace BASERR_REASON_ constants -> enumTobias Madl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-23basic: pimplify thatMichael Stahl
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin
2014-08-22Remove some useless tools/debug.hxx includesMarcos Paulo de Souza
2014-08-22Remove BasicManagerCleanerStephan Bergmann