summaryrefslogtreecommitdiffstats
path: root/basic
Commit message (Expand)AuthorAgeFilesLines
* Remove unnecessary comphelper::string::getTokenStephan Bergmann2015-01-021-2/+2
* Rename "Mid" unit tests to distinguish cases with 2 and 3 argsJulien Nabet2014-12-304-0/+0
* boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara2014-12-277-14/+13
* basic: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-1814-55/+55
* Introduce rtl::OUStringLiteral1Stephan Bergmann2014-12-171-2/+2
* basic: Use appropriate OUString functions on string constantsStephan Bergmann2014-12-126-46/+35
* Resolves: fdo#86843 avoid getting deleted before finishing BroadcastCaolán McNamara2014-12-091-0/+5
* reduce scope of local variablesMichael Weghorn2014-12-065-8/+5
* fdo#38835 strip out OUString globalsNoel Grandin2014-12-051-6/+6
* Further clean-upStephan Bergmann2014-12-032-26/+1
* Code clean-up/consolidation task.Vishv Brahmbhatt2014-12-031-7/+3
* fdo#84938 replace BASERR_REASON_ constants -> enumTobias Madl2014-12-031-10/+10
* Add missing include headerDavid Ostrovsky2014-12-031-0/+1
* busted loop conditionCaolán McNamara2014-11-211-2/+1
* coverity#1255390 Resource leakCaolán McNamara2014-11-211-0/+2
* cppuhelper: clean up public headers with include-what-you-useMichael Stahl2014-11-181-0/+2
* 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