summaryrefslogtreecommitdiff
path: root/cppuhelper/source
AgeCommit message (Expand)Author
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-09-21Improved some error reporting.Stephan Bergmann
2011-09-21OSL_TRACE: Remove trailing newlinesThomas Arnhold
2011-09-12sb140: #i117697# simplify obsolete cppuhelper/stdidlclass.hxx implementationStephan Bergmann
2011-09-07This seems to help the MSVC build alongTor Lillqvist
2011-09-07correct OPropertySetHelper2 copy constructor and assignment operatorLionel Elie Mamane
2011-09-07apparently vtable & thunks necessary after all in gcc3.mapLionel Elie Mamane
2011-09-07Restore ABI compatibility with LO 3.4 and earlierLionel Elie Mamane
2011-08-30Tweak some DLL and import library names in the WNTGCC caseTor Lillqvist
2011-08-22OSL_DEBUG_LEVEL > 1Caolán McNamara
2011-08-22servicefactory fixGabor
2011-08-16Renamed XPropertySet2 to XPropertySetOption.Kohei Yoshida
2011-08-16Make XPropertSet2 not a child interface of XPropertySet.Kohei Yoshida
2011-08-16Changing the vtable symbol from XPropertySet to XPropertySet2.Kohei Yoshida
2011-08-16Added symbol for MSVC.Kohei Yoshida
2011-08-16Added XPropertySet2 to allow disabling of change event notifications.Kohei Yoshida
2011-08-08For iOS just link directly to the bootstrap componentTor Lillqvist
2011-08-08Don't bother trying to truncate parts debugging outputTor Lillqvist
2011-08-08Add invokeStaticComponentFactory() for statically linked componentsTor Lillqvist
2011-08-08OSL_TRACE adds trailing newline itselfTor Lillqvist
2011-08-08Add XServiceInfo.hpp needed when OSL_DEBUG_LEVEL > 1Tor Lillqvist
2011-08-08Factor out "bootstrap.uno" repeated for all bootstrap servicesTor Lillqvist
2011-08-08Move function to the file where it is usedTor Lillqvist
2011-08-07getLibEnv always returned an empty string anyway so make it void insteadTor Lillqvist
2011-08-04Bin OS/2 .map filesTor Lillqvist
2011-08-01Try to use the app executable module on iOS for nowTor Lillqvist
2011-07-28we are searching for prefix in activateMatúš Kukan
2011-07-11Default to current language binding name, if not specified.Matúš Kukan
2011-06-27Export the new loadSharedLibComponentFactory() overload, tooTor Lillqvist
2011-06-24re-work prefix handling and undo cppuhelper ABI change, add unit testMichael Meeks
2011-06-24Allows using prefix information about componentMatus Kukan
2011-06-18Use the i prefix for the import library only with MSCTor Lillqvist
2011-06-14Revert "Bypass DLL prefix and extension stuff on iOS for now"Tor Lillqvist
2011-06-14Bypass DLL prefix and extension stuff on iOS for nowTor Lillqvist
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky
2011-05-17Some cppcheck cleaningJulien Nabet
2011-05-16avoid double deleteDavid Tardon
2011-05-16delete[] after useDavid Tardon
2011-04-18Remove OS/2 support.Francois Tigeot
2011-04-04use rtl::Static where double-locked pattern usedCaolán McNamara
2011-04-03use rtl::Static where double-locked pattern usedCaolán McNamara
2011-04-01%s, not %cCaolán McNamara
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-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-12Move OSL_ENSURE(false,...) to OSL_FAIL(...)Thomas Arnhold
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud
2011-03-03Added using OString - debug code needs itThorsten Behrens
2011-03-02Remove "using namespace ::rtl"Julien Nabet
2011-02-07WaE: format not a string literal and no format argumentsThomas Arnhold