summaryrefslogtreecommitdiff
path: root/basic/inc
AgeCommit message (Expand)Author
2015-05-19tdf#90110: basic: fix Randomize statementMichael Stahl
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin
2015-04-13loplugin:staticmethodsNoel Grandin
2015-02-05Updated all precompiled headers.Ashod Nakashian
2015-01-26new loplugin: change virtual methods to non-virtualNoel Grandin
2015-01-07Resolves: fdo#87003 - Kill BOOST_FOREACHPieter Adriaensen
2014-10-23basic: move SbxAppData to a BasicDLL memberMichael Stahl
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann
2014-08-13update_pchThomas Arnhold
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-05-17fdo#70474: Random number generation weak with Rnd in BASICThomas Arnhold
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-04-07basic: sal_Bool->boolNoel Grandin
2014-04-07Replace SV_DECL/IMPL_REF macros with SvRef templateStephan Bergmann
2014-04-04SbxObject::isClass sal_Bool->boolNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-26Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-27coverity#707629 Uninitialized scalar fieldCaolán McNamara
2013-12-11sbxbase.hxx is private to basicTor Lillqvist
2013-12-11sbstdobj.hxx is private to basicTor Lillqvist
2013-12-11sbprop.hxx is private to basicTor Lillqvist
2013-12-11sbobjmod.hxx is private to basicTor Lillqvist
2013-12-11basic/global.hxx is private to basicTor Lillqvist
2013-10-28fixincludeguards.sh: basicThomas Arnhold
2013-04-23execute move of global headersBjoern Michaelsen
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-03-08fdo#60691 add modelines to *.src and *.hrc filesBorim
2013-03-04remove unused and commented out codeThomas Arnhold
2013-01-03Remove all occurences of RTL_* and ::rtl prefix from basicMarcos Paulo de Souza
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens
2012-11-22convert users of XDocumentInfo to XDocumentPropertiesMichael Stahl
2012-11-07basic: String -> OUStringNorbert Thiebaud
2012-11-03basic: preliminary cosmetic clean-upNorbert Thiebaud
2012-11-03basic: String -> OUString in basicmanagerNorbert Thiebaud
2012-09-13Remove unused reference classTakeshi Abe
2012-09-13Bin pointer to non-existent classTakeshi Abe
2012-09-11Remove unnecessary #ifndef guardsTakeshi Abe
2012-09-08sal_Bool to boolTakeshi Abe
2012-09-07Bin useless includesTakeshi Abe
2012-09-07sal_Bool to boolTakeshi Abe
2012-09-05sal_Bool to boolTakeshi Abe
2012-08-28Fix typo ImpLoadLibaryTakeshi Abe
2012-08-21sal_Bool to boolTakeshi Abe
2012-08-16-Werror,-Wunused-private-field (Clang towards 3.2)Stephan Bergmann