summaryrefslogtreecommitdiff
path: root/basic
AgeCommit message (Expand)AuthorFilesLines
2014-11-14this is for detecting the type of a variable based on its nameCaolán McNamara1-8/+5
2014-11-14coverity#1242865 Untrusted value as argumentCaolán McNamara1-0/+11
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava3-5/+5
2014-11-14vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini7-9/+9
2014-11-05coverity#1242689 Untrusted loop boundCaolán McNamara1-1/+9
2014-11-05coverity#1242865 Untrusted loop boundCaolán McNamara1-1/+10
2014-11-05coverity#1242794 Untrusted loop boundCaolán McNamara1-2/+10
2014-11-05markup with event type not checker typeCaolán McNamara4-6/+6
2014-11-05fdo#38835 strip out OUString globalsNoel Grandin3-22/+11
2014-10-30document array_vs_singleton dismissalsCaolán McNamara4-1/+7
2014-10-24Need basrdll now in the disable-scripting case (iOS)Tor Lillqvist1-1/+1
2014-10-24coverity#704558 Dereference after null checkCaolán McNamara1-3/+2
2014-10-23fdo#84935: basic: avoid silly SolarMutex asserts on exit on MacMichael Stahl1-0/+4
2014-10-23basic: move SbxAppData to a BasicDLL memberMichael Stahl4-15/+16
2014-10-23basic: pimplify thatMichael Stahl1-7/+21
2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky1-2/+2
2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky1-2/+2
2014-10-23fdo#60689: replace SUPD variableMarcos Paulo de Souza1-1/+2
2014-10-23fdo#84935: basic: DocBasicItem is a UNO service, lock SolarMutex in dtorMichael Stahl1-0/+3
2014-10-22Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist10-25/+40
2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon1-2/+2
2014-10-15More -Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2014-10-12Typo: compatability->compatibilityJulien Nabet1-1/+1
2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca1-2/+2
2014-10-08basic: use SolarMutex to lock SfxLibraryContainerMichael Stahl1-2/+2
2014-10-08basic::ImplRepository: use SolarMutex instead of own mutexMichael Stahl1-8/+10
2014-10-08back out even more wrong tools::Time changes, geez..Eike Rathke1-1/+1
2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke2-3/+3
2014-10-08spelling: instanciated -> instantiatedNoel Grandin1-1/+1
2014-10-06use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara1-2/+2
2014-10-03coverity#1242481 Dereference null return valueCaolán McNamara1-2/+2
2014-10-03rename SvRef::AddRef to AddFirstRefNoel Grandin4-14/+14
2014-10-02loplugin: cstylecastNoel Grandin16-78/+78
2014-10-01loplugin: cstylecastNoel Grandin3-39/+39
2014-10-01avoid calling OUString::copy() with length being -1Luboš Luňák1-17/+20
2014-10-01fdo#82577: Handle TimeNoel Grandin4-14/+14
2014-09-26remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin1-1/+1
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin5-10/+10
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin2-9/+9
2014-09-26remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin4-15/+15
2014-09-26remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin3-7/+7
2014-09-26remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin3-10/+10
2014-09-26remove pointless commentsNoel Grandin1-1/+0
2014-09-26remove unnecessary static_cast'sNoel Grandin1-1/+1
2014-09-23fdo#82577: Handle WindowNoel Grandin3-12/+12
2014-09-22fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis1-8/+7
2014-09-19vba: calm down bool -> long casting concerns.Michael Meeks1-1/+1
2014-09-19vba - disable Currency test / invocation on master.Michael Meeks2-3/+5
2014-09-19vba: add a different variant of the same compatibility function.Michael Meeks3-6/+130