summaryrefslogtreecommitdiffstats
path: root/include/basic
Commit message (Expand)AuthorAgeFilesLines
* loplugin:unusedfields in include/comphelper,include/editengNoel Grandin2015-11-241-1/+0
* loplugin:unnecessaryvirtualNoel Grandin2015-11-171-2/+0
* 5th step to remove tools/rtti.hxxOliver Specht2015-11-1110-17/+0
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-108-19/+19
* fix includes that are not stand-aloneNorbert Thiebaud2015-10-261-4/+4
* convert com::sun::star->css in include/basicNoel Grandin2015-10-208-45/+44
* Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-1210-66/+66
* Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann2015-10-121-2/+2
* Fix typosAndrea Gelmini2015-09-301-1/+1
* basic: remove over-engineered XEnumeration serviceMichael Stahl2015-09-031-1/+0
* New identifier for save/open macro with user defined typesLaurent Godard2015-08-311-1/+0
* remove some unused typedefsNoel Grandin2015-08-031-1/+0
* inline "old" SbERR constantsNoel Grandin2015-07-281-130/+0
* inline the "old" SbxErr constantsNoel Grandin2015-07-281-21/+0
* convert SbxFlagsBits to scoped enumNoel Grandin2015-07-283-54/+36
* inline a bunch of use-once macrosNoel Grandin2015-07-271-9/+7
* sal_uIntPtr to sal_uInt32, for consistencyMatteo Casalin2015-07-193-8/+8
* basic: try to prevent MSVC from generating copy assignmentMichael Stahl2015-07-171-0/+3
* basic: replace boost::ptr_vector with std::vector<std::unique_ptr>>Michael Stahl2015-07-171-3/+3
* loplugin:unusedmethods basicNoel Grandin2015-07-157-40/+0
* Replace GetAppData(SHL_IDL) with a static pointer varStephan Bergmann2015-07-071-2/+0
* Fix typosAndrea Gelmini2015-07-031-1/+1
* remove SFX_NOTIFY macroNoel Grandin2015-06-243-9/+5
* convert PropertyMode to scoped enumNoel Grandin2015-06-041-5/+5
* basic: used typed LINKsNoel Grandin2015-05-191-9/+9
* Remove SvStorage aliasStephan Bergmann2015-05-071-1/+1
* Gradually typed LinkStephan Bergmann2015-04-301-9/+9
* SbModule::Run return value is unusedStephan Bergmann2015-04-281-1/+1
* callcatcher: update unusedcodeCaolán McNamara2015-04-191-2/+0
* remove unnecessary use of void in function declarationsNoel Grandin2015-04-155-13/+13
* loplugin:staticmethodsNoel Grandin2015-04-133-4/+4
* BASIC: Merge BasicLibs with BasicManagerImpl and use boost::ptr_vector.Arnaud Versini2015-04-131-3/+1
* Clean up C-style casts from pointers to voidStephan Bergmann2015-03-281-1/+1
* const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann2015-03-261-1/+1
* Typo: formated->formattedJulien Nabet2015-03-251-1/+1
* new constantfunction lopluginNoel Grandin2015-03-251-1/+0
* boost->stdCaolán McNamara2015-02-162-3/+3
* boost::foo_ptr->std::foo_ptrCaolán McNamara2015-02-161-3/+2
* callcatcher: shave off a few moreCaolán McNamara2015-02-021-1/+0
* callcatcher: large newly detected unused methods post de-virtualizationCaolán McNamara2015-01-291-4/+0
* followup code removal after changing virtual methods to non-virtualNoel Grandin2015-01-263-13/+13
* new loplugin: change virtual methods to non-virtualNoel Grandin2015-01-267-26/+26
* Resolves: #i63614# fix strange type mismatch when Iif function is usedTsutomu Uchino2015-01-092-2/+6
* brute-force find-and-remove of unused #define constants.Noel Grandin2015-01-081-12/+0
* boost::unordered_map->std::unordered_mapCaolán McNamara2015-01-021-3/+3
* fdo#84938 replace BASERR_REASON_ constants -> enumTobias Madl2014-12-031-16/+18
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-121-1/+1
* basic: pimplify thatMichael Stahl2014-10-231-8/+7
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-151-1/+0
* SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2014-09-061-1/+0