summaryrefslogtreecommitdiffstats
path: root/include/basic
Commit message (Expand)AuthorAgeFilesLines
* SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2014-09-061-1/+0
* convert SBX flag bits to type-safe enumNoel Grandin2014-08-263-39/+65
* Remove some useless tools/debug.hxx includesMarcos Paulo de Souza2014-08-221-1/+0
* Remove BasicManagerCleanerStephan Bergmann2014-08-221-2/+2
* convert linked list to std::vector in SbxDimArrayNoel Grandin2014-07-291-4/+7
* Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert2014-07-171-1/+1
* Remove this weird inheritance from smart-pointer-wrapped class.Kohei Yoshida2014-06-251-1/+1
* Use boost::optional to store alias name.Kohei Yoshida2014-06-251-1/+1
* pData -> mpVarEntries.Kohei Yoshida2014-06-251-1/+1
* Remove this class that only derives from std::vector and not much else.Kohei Yoshida2014-06-251-2/+4
* new compilerplugin returnbyrefNoel Grandin2014-06-241-1/+1
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-173-4/+5
* loplugin: inlinesimplememberfunctionsNoel Grandin2014-06-093-3/+3
* Detach all DocBasicItem objects upon process termination.Kohei Yoshida2014-05-291-0/+2
* typo: hierarchie -> hierarchyThomas Arnhold2014-04-141-1/+1
* Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann2014-04-078-22/+12
* StarBASIC::ErrorHdl sal_Bool->boolNoel Grandin2014-04-041-1/+1
* SbxObject::Call sal_Bool->boolNoel Grandin2014-04-042-2/+2
* SbxObject::isClass sal_Bool->boolNoel Grandin2014-04-041-1/+1
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-013-3/+3
* fdo#75280 Started cleaning up of sal_uIntPtr usage.Valentin Kettner2014-03-281-4/+4
* Remove remaining DBG_CTOR etc. remnants from basicStephan Bergmann2014-03-281-17/+12
* basic: sal_Bool->boolNoel Grandin2014-03-272-15/+15
* basic: sal_Bool->boolNoel Grandin2014-03-277-150/+150
* basic: sal_Bool->boolNoel Grandin2014-03-272-17/+17
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-2610-67/+69
* Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2014-03-269-16/+16
* basic: prefer passing OUString and OString by referenceNoel Grandin2014-03-132-12/+12
* Remove visual noise from includeAlexander Wilms2014-03-013-15/+15
* remove unused code in basic/CodeCompleteDataCacheNoel Grandin2014-02-281-4/+0
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-2/+2
* fdo#63154 Removed unused solar.h ref. in basic and formulaAlexandre Vicenzi2014-01-301-1/+0
* sbxbase.hxx is private to basicTor Lillqvist2013-12-111-52/+0
* sbstdobj.hxx is private to basicTor Lillqvist2013-12-111-136/+0
* sbprop.hxx is private to basicTor Lillqvist2013-12-111-67/+0
* sbobjmod.hxx is private to basicTor Lillqvist2013-12-111-104/+0
* basic/global.hxx is private to basicTor Lillqvist2013-12-111-25/+0
* fdo#65108 inter-module includes <>Norbert Thiebaud2013-11-0924-27/+27
* fixincludeguards.sh: include/{basegfx,basic}Thomas Arnhold2013-10-2326-59/+59
* typo fixes in commentsAndras Timar2013-09-261-1/+1
* Easier conversion between Basic Date and UNO Date/TimeLionel Elie Mamane2013-09-112-2/+6
* completition->completion :)Ivan Timofeev2013-09-031-2/+2
* GSOC work, autocorrect procedures+variablesGergo Mocsi2013-09-021-1/+1
* GSOC work, renaming + options fixGergo Mocsi2013-09-021-3/+3
* GSOC work, behavior fixesGergo Mocsi2013-09-021-0/+1
* GSOC work, renaming for consistencyGergo Mocsi2013-09-021-3/+4
* GSOC work, ListBox appearance fix (at the borders) + code fixesGergo Mocsi2013-09-021-1/+2
* GSOC work, "autocomplete procedures" fix + new featureGergo Mocsi2013-09-022-16/+6
* GSOC work, nested reflection fix - againGergo Mocsi2013-09-021-1/+1
* GSOC work, implement "Autoclose parenthesis" functionGergo Mocsi2013-09-021-0/+4