summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* 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
* vba - disable Currency test / invocation on master.Michael Meeks2014-09-192-3/+5
* vba: add a different variant of the same compatibility function.Michael Meeks2014-09-193-6/+130
* vba: initial impl. of compatibility methods.Michael Meeks2014-09-195-11/+143
* fdo#82577: Handle FontNoel Grandin2014-09-181-1/+1
* Clean up StorageMode parameter of SotStorage::OpenSotStorageStephan Bergmann2014-09-151-3/+3
* SfxHint: convert home-grown RTTI to normal C++ RTTINoel Grandin2014-09-068-15/+14
* fdo#52076 remove Library dir when no libraryLionel Elie Mamane2014-09-041-6/+11
* detect if Standard is only library to *save*Lionel Elie Mamane2014-09-041-1/+1
* add const qualifierLionel Elie Mamane2014-09-041-1/+1
* convert SBX flag bits to type-safe enumNoel Grandin2014-08-2616-54/+56
* Remove some useless tools/debug.hxx includesMarcos Paulo de Souza2014-08-225-0/+5
* Revert "Simplify ImplRepository::impl_getLocationForModel return type"Stephan Bergmann2014-08-221-4/+4
* Remove BasicManagerCleanerStephan Bergmann2014-08-221-18/+4