summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* coverity#735399 Logically dead codeCaolán McNamara2014-11-171-4/+0
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-175-0/+7
* this is for detecting the type of a variable based on its nameCaolán McNamara2014-11-141-8/+5
* coverity#1242865 Untrusted value as argumentCaolán McNamara2014-11-141-0/+11
* fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2014-11-143-5/+5
* vcl: move the Impl class of MapMode ...uhm... out of the public header?Michael Stahl2014-11-141-0/+1
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-127-9/+9
* coverity#1242689 Untrusted loop boundCaolán McNamara2014-11-051-1/+9
* coverity#1242865 Untrusted loop boundCaolán McNamara2014-11-051-1/+10
* coverity#1242794 Untrusted loop boundCaolán McNamara2014-11-051-2/+10
* markup with event type not checker typeCaolán McNamara2014-11-054-6/+6
* fdo#38835 strip out OUString globalsNoel Grandin2014-11-053-22/+11
* document array_vs_singleton dismissalsCaolán McNamara2014-10-304-1/+7
* Need basrdll now in the disable-scripting case (iOS)Tor Lillqvist2014-10-241-1/+1
* coverity#704558 Dereference after null checkCaolán McNamara2014-10-241-3/+2
* fdo#84935: basic: avoid silly SolarMutex asserts on exit on MacMichael Stahl2014-10-231-0/+4
* basic: move SbxAppData to a BasicDLL memberMichael Stahl2014-10-234-15/+16
* basic: pimplify thatMichael Stahl2014-10-231-7/+21
* Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky2014-10-231-2/+2
* Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky2014-10-231-2/+2
* fdo#60689: replace SUPD variableMarcos Paulo de Souza2014-10-231-1/+2
* fdo#84935: basic: DocBasicItem is a UNO service, lock SolarMutex in dtorMichael Stahl2014-10-231-0/+3
* Replace DISABLE_SCRIPTING with HAVE_FEATURE_SCRIPTINGTor Lillqvist2014-10-2210-25/+40
* fdo#84854 it seems long is not enough on 32 bitDavid Tardon2014-10-161-2/+2
* More -Werror,-Wunused-private-fieldStephan Bergmann2014-10-151-1/+0
* Typo: compatability->compatibilityJulien Nabet2014-10-121-1/+1
* fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca2014-10-091-2/+2
* basic: use SolarMutex to lock SfxLibraryContainerMichael Stahl2014-10-081-2/+2
* basic::ImplRepository: use SolarMutex instead of own mutexMichael Stahl2014-10-081-8/+10
* back out even more wrong tools::Time changes, geez..Eike Rathke2014-10-081-1/+1
* back out more wrong and confusing tools::Time comment changesEike Rathke2014-10-082-3/+3
* spelling: instanciated -> instantiatedNoel Grandin2014-10-081-1/+1
* use comphelper::rng::uniform_*_distribution everywhereCaolán McNamara2014-10-061-2/+2
* coverity#1242481 Dereference null return valueCaolán McNamara2014-10-031-2/+2
* rename SvRef::AddRef to AddFirstRefNoel Grandin2014-10-034-14/+14
* loplugin: cstylecastNoel Grandin2014-10-0216-78/+78
* loplugin: cstylecastNoel Grandin2014-10-013-39/+39
* avoid calling OUString::copy() with length being -1Luboš Luňák2014-10-011-17/+20
* fdo#82577: Handle TimeNoel Grandin2014-10-014-14/+14
* remove unnecessary casts in misc calls to SvStream.Write*Noel Grandin2014-09-261-1/+1
* remove unnecessary casts in calls to SvStream.WriteUInt32Noel Grandin2014-09-265-10/+10
* remove unnecessary casts in calls to SvStream.WriteInt32Noel Grandin2014-09-262-9/+9
* remove unnecessary casts in calls to SvStream.WriteUInt16Noel Grandin2014-09-264-15/+15
* remove unnecessary casts in calls to SvStream.WriteInt16Noel Grandin2014-09-263-7/+7
* remove unnecessary casts in calls to SvStream.WriteUCharNoel Grandin2014-09-263-10/+10
* remove pointless commentsNoel Grandin2014-09-261-1/+0
* remove unnecessary static_cast'sNoel Grandin2014-09-261-1/+1
* fdo#82577: Handle WindowNoel Grandin2014-09-233-12/+12
* fdo#84086 Fix assorted use-after-free bugsMatthew J. Francis2014-09-221-8/+7
* vba: calm down bool -> long casting concerns.Michael Meeks2014-09-191-1/+1