summaryrefslogtreecommitdiff
path: root/basic/source/uno
AgeCommit message (Expand)Author
2012-04-23This incorporates the suggested changes.Abeer Sethi
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
2012-04-02reorganize trickier staticsCaolán McNamara
2012-03-28removed duplicate includes in avmedia / basic / canvas / chart2 / comphelperTakeshi Abe
2012-03-22over-engineered thread-safe static OUStringCaolán McNamara
2012-03-08state *what* was not found when throwing exceptionCaolán McNamara
2012-03-08Removed unused macroTakeshi Abe
2012-03-05Remove unused code from basicElton Chung
2012-02-24basic: tolerate empty / missing dialog.xlc and script.xlc filesMichael Meeks
2012-02-24basic: remove un-used return value indicating failureMichael Meeks
2012-02-22OUString ctor for string literals without RTL_CONSTASCII stuffLuboš Luňák
2012-02-01A few safe replacements of pathes->pathsJesús Corrius
2012-01-21Removed some unused parameters; added SAL_UNUSED_PARAMETER.Stephan Bergmann
2011-12-13Fix for fdo43460 Part IV getLength to isEmptyOlivier Hallot
2011-12-10Fix for fdo43460 Part III getLength to isEmptyOlivier Hallot
2011-11-29removed dead codeTakeshi Abe
2011-11-27rmove include of pch header in basicNorbert Thiebaud
2011-11-23Changed sal/log.h -> sal/log.hxx, drop _S from C++ streaming log macros.Stephan Bergmann
2011-11-23catch by const referenceTakeshi Abe
2011-11-22Remove no longer necessary "(void) x; // avoid warnings".Stephan Bergmann
2011-11-22New sal/log.h obsoletes osl/diagnose.h and tools/debug.hxx.Stephan Bergmann
2011-10-27these are files--no trailing /David Tardon
2011-10-08Second attempt at (cross-platform) OSL_FORMAT.Stephan Bergmann
2011-10-08Revert "Introduced OSL_FORMAT, adpated some places to it."Tor Lillqvist
2011-10-08Introduced OSL_FORMAT, adpated some places to it.Stephan Bergmann
2011-08-24catch ignored exceptions by const referenceTakeshi Abe
2011-08-22fix leaking 'Pictures' streams from basic dialogs in baseNoel Power
2011-08-18Add prefixes for some component_getFactory functionsMatúš Kukan
2011-08-17fdo#40173 write out *newly* empty libraryLionel Elie Mamane
2011-08-17fdo#40079: load Dialog library before trying to get embedded imagesLionel Elie Mamane
2011-08-17Janitorial: deduplicate code; no behaviour changeLionel Elie Mamane
2011-08-14class SfxLibrary: Typo in private member name: maOrig*ni*alStorageURLLionel Elie Mamane
2011-07-30convert basic to gbuildMatúš Kukan
2011-07-26fixed typoTakeshi Abe
2011-07-21Do not use macros from comphelper's componentmodule.hxxMatúš Kukan
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky
2011-05-17Revert "maybe temporary fix for crash when accessing basic uno services"Noel Power
2011-05-16maybe temporary fix for crash when accessing basic uno servicesNoel Power
2011-04-28Merge commit 'ooo/DEV300_m106' into integration/dev300_m106Thorsten Behrens
2011-04-22cppcheck inefficient checking for emptinessKayo Hamid
2011-03-29drop bogus executable flag from [ch]xx/bas/asm filesFrancisco Saito
2011-03-25calcvba: #164410# improve VBA compatibility implementation in various areas: ...Daniel Rentz [dr]
2011-03-22Revert "Replace String with rtl::OUString"Caolán McNamara
2011-03-22Replace String with rtl::OUStringXisco Fauli
2011-03-21Remove most of dead code inlibs-core (basic)Xisco Faulí
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky
2011-03-13Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold