summaryrefslogtreecommitdiff
path: root/basic/source/classes/sbxmod.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin1-19/+9
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin1-2/+2
2014-10-02loplugin: cstylecastNoel Grandin1-10/+10
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin1-4/+4
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin1-4/+4
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin1-2/+2
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin1-5/+5
2014-08-18drop unnecessary shl.hxx includesCaolán McNamara1-1/+0
2014-07-17Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert1-1/+1
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-11/+8
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin1-8/+0
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-4/+0
2014-06-02basic: typoThomas Arnhold1-1/+1
2014-06-02Fix memory leak for BASIC sub (as well as void function)Stephan Bergmann1-2/+8
2014-05-29Avoid possible memory leaks in case of exceptionsTakeshi Abe1-2/+2
2014-05-23add default value for Context param in uno::Exception constructorsNoel Grandin1-1/+1
2014-04-14typo: implicitely -> implicitlyThomas Arnhold1-1/+1
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann1-6/+5
2014-04-07basic: sal_Bool->boolNoel Grandin1-6/+7
2014-04-04SbxObject::isClass sal_Bool->boolNoel Grandin1-3/+3
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin1-4/+4
2014-03-31Remove unused BASIC CaptureAssertions functionalityStephan Bergmann1-5/+0
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-24/+24
2014-03-27basic: sal_Bool->boolNoel Grandin1-2/+2
2014-03-27basic: sal_Bool->boolNoel Grandin1-54/+54
2014-03-13basic: prefer passing OUString and OString by referenceNoel Grandin1-1/+1
2014-03-10basic: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann1-3/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-30/+30
2014-02-25Remove visual noise from basicAlexander Wilms1-1/+1
2014-02-20svl: sal_Bool -> boolStephan Bergmann1-3/+3
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin1-3/+3
2014-02-06typo fixes in commentsAndras Timar1-1/+1
2014-01-24coverity#736909 Allocation too small for typeCaolán McNamara1-1/+1
2014-01-24coverity#736908 Allocation too small for typeCaolán McNamara1-1/+1
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-8/+8
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-1/+1
2013-12-11sbobjmod.hxx is private to basicTor Lillqvist1-1/+1
2013-11-11basic: include <> for external includesNorbert Thiebaud1-1/+1
2013-10-02sal_Bool to boolTakeshi Abe1-13/+13
2013-09-11Easier conversion between Basic Date and UNO Date/TimeLionel Elie Mamane1-2/+1
2013-09-02GSOC work, autocorrect procedures+variablesGergo Mocsi1-23/+6
2013-09-02GSOC work, behavior fixesGergo Mocsi1-0/+5
2013-09-02GSOC work, ListBox appearance fix (at the borders) + code fixesGergo Mocsi1-0/+2
2013-09-02GSOC work, "autocomplete procedures" fix + new featureGergo Mocsi1-25/+1
2013-09-02GSOC work, procedure autoclose implementationGergo Mocsi1-10/+19
2013-09-02GSOC work, cache implementation fix, code fixesGergo Mocsi1-15/+26
2013-09-02GSOC work, ModalDialog instead of menu entryGergo Mocsi1-0/+3