summaryrefslogtreecommitdiff
path: root/basic/source/runtime
AgeCommit message (Expand)AuthorFilesLines
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-06SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2-4/+4
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin4-15/+15
2014-08-21coverity#1202729 - ensure we have exactly a one dimensional array.Michael Meeks1-0/+1
2014-07-24Drop unused #includesTakeshi Abe1-6/+0
2014-07-11new loplugin: externalandnotdefinedNoel Grandin1-3/+1
2014-07-06DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-2/+2
2014-06-27loplugin:unreffun: also warn about redundant redeclarationsStephan Bergmann1-2/+0
2014-06-26clang: Dead initializationCaolán McNamara1-2/+1
2014-06-25Use boost::optional to store alias name.Kohei Yoshida1-6/+6
2014-06-13loplugin:staticcallStephan Bergmann6-20/+20
2014-06-09loplugin: inlinesimplememberfunctionsNoel Grandin1-7/+0
2014-05-31Avoid possible memory leaks in case of exceptionsTakeshi Abe1-7/+4
2014-05-29Avoid possible memory leaks in case of exceptionsTakeshi Abe2-13/+12
2014-05-17fdo#70474: Random number generation weak with Rnd in BASICThomas Arnhold1-7/+6
2014-05-15Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part13Julien Nabet1-3/+3
2014-05-14basic: use prewin.hThomas Arnhold1-14/+3
2014-05-12fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre1-2/+2
2014-05-09update_pch: add a bunch of pch filesThomas Arnhold3-6/+6
2014-05-06dflt -> defaultThomas Arnhold1-1/+1
2014-04-17remove executable bitAndras Timar1-0/+0
2014-04-14typo: beause -> becauseThomas Arnhold1-1/+1
2014-04-09Clean up function declarations and some unused functionsStephan Bergmann3-385/+2
2014-04-07basic: sal_Bool->boolNoel Grandin8-84/+84
2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin2-2/+2
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-2/+2
2014-03-31Remove unused BASIC CaptureAssertions functionalityStephan Bergmann3-129/+0
2014-03-30MSVC helpfully provides warning C4310: cast truncates constant valueMichael Stahl1-1/+1
2014-03-30deploy some asserts to detect truncated STREAM_SEEK_TO_ENDMichael Stahl1-0/+2
2014-03-29error: no matching function for call to..Matúš Kukan1-2/+2
2014-03-29basic: for PutData()/GetData() actually 32bits should be enoughMichael Stahl1-10/+10
2014-03-28fdo#75280 Started cleaning up of sal_uIntPtr usage.Valentin Kettner4-28/+28
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2-11/+11
2014-03-27basic: sal_Bool->boolNoel Grandin4-7/+7
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-2/+2
2014-03-25osl_setDetailedDebugMessageFunc is effectively doing nothingStephan Bergmann1-5/+0
2014-03-25Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe3-17/+14
2014-03-13basic: prefer passing OUString and OString by referenceNoel Grandin1-1/+1
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2-4/+4
2014-02-25Remove visual noise from basicAlexander Wilms2-8/+8
2014-02-25basic: remove use of sal_uIntptr in favor of more appropriate typeNorbert Thiebaud2-21/+21
2014-02-23Remove unneccessary commentsAlexander Wilms2-5/+5
2014-02-20Remove vcl/settings.hxx from vcl/svapp.hxx and vcl/outdev.hxxTobias Lippert3-0/+3
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin2-9/+9
2014-02-04Related: #i123862# use O*String's isEmpty() method...Herbert Dürr1-1/+1
2014-02-03some more continuous correctionsThomas Arnhold1-1/+1
2014-01-28bool improvementsStephan Bergmann2-3/+3
2014-01-27coverity#707652 Uninitialized scalar fieldCaolán McNamara1-13/+18
2014-01-27coverity#707651 Uninitialized scalar fieldCaolán McNamara1-1/+7
2014-01-22convert more SvStream::operator<< callsNoel Grandin1-1/+1