summaryrefslogtreecommitdiff
path: root/basic/source/runtime
AgeCommit message (Expand)Author
2014-10-02loplugin: cstylecastNoel Grandin
2014-10-01loplugin: cstylecastNoel Grandin
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-26remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-19vba: calm down bool -> long casting concerns.Michael Meeks
2014-09-19vba: add a different variant of the same compatibility function.Michael Meeks
2014-09-19vba: initial impl. of compatibility methods.Michael Meeks
2014-09-18fdo#82577: Handle FontNoel Grandin
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-21coverity#1202729 - ensure we have exactly a one dimensional array.Michael Meeks
2014-07-24Drop unused #includesTakeshi Abe
2014-07-11new loplugin: externalandnotdefinedNoel Grandin
2014-07-06DBG_ASSERT->assert when followed by dereferenceCaolán McNamara
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann
2014-06-26clang: Dead initializationCaolán McNamara
2014-06-25Use boost::optional to store alias name.Kohei Yoshida
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin
2014-05-31Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-29Avoid possible memory leaks in case of exceptionsTakeshi Abe
2014-05-17fdo#70474: Random number generation weak with Rnd in BASICThomas Arnhold
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet
2014-05-14basic: use prewin.hThomas Arnhold
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold
2014-05-06dflt -> defaultThomas Arnhold
2014-04-17remove executable bitAndras Timar
2014-04-14typo: beause -> becauseThomas Arnhold
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann
2014-04-07basic: sal_Bool->boolNoel Grandin
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann
2014-03-31Remove unused BASIC CaptureAssertions functionalityStephan Bergmann
2014-03-30MSVC helpfully provides warning C4310: cast truncates constant valueMichael Stahl
2014-03-30deploy some asserts to detect truncated STREAM_SEEK_TO_ENDMichael Stahl
2014-03-29error: no matching function for call to..Matúš Kukan
2014-03-29basic: for PutData()/GetData() actually 32bits should be enoughMichael Stahl
2014-03-28fdo#75280 Started cleaning up of sal_uIntPtr usage.Valentin Kettner
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-27basic: sal_Bool->boolNoel Grandin
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann
2014-03-25osl_setDetailedDebugMessageFunc is effectively doing nothingStephan Bergmann
2014-03-25Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-03-13basic: prefer passing OUString and OString by referenceNoel Grandin
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-25Remove visual noise from basicAlexander Wilms
2014-02-25basic: remove use of sal_uIntptr in favor of more appropriate typeNorbert Thiebaud