summaryrefslogtreecommitdiff
path: root/extensions/source/ole
AgeCommit message (Expand)Author
2012-06-25Remove various commented out definesThomas Arnhold
2012-06-22re-base on ALv2 code.Michael Meeks
2012-06-21re-base on ALv2 code.Michael Meeks
2012-06-19typo: paramters, paramaters -> parametersAndras Timar
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-02-23default conversion of sequences is now again SAFEARRAY of VARIANTs #fdo46165Joachim Lingner
2012-02-23Revert "fix handling of SAFEARRAY(s) returned as variant in olebridge (fdo#38...Noel Power
2012-02-06Fixed some cppcheck messagesPKEuS
2012-02-01Some cppcheck cleaningJulien Nabet
2012-01-06Removed unnecessary tools/debug.hxx includes.Marcel Metz
2012-01-06Merge branch 'feature/gbuild_extensions'Michael Stahl
2012-01-03Fix replace INVOKE_PROPERTYPUT, put INVOKE_PROPERTYPUTREF insteadJulien Nabet
2011-12-27function component_canUnload is SAL_CALLDavid Tardon
2011-12-27function component_canUnload is exportedDavid Tardon
2011-12-24Merge remote-tracking branch 'origin/master' into feature/gbuild_extensionsPeter Foley
2011-12-15Removed extra semicolonsJesse
2011-12-14extensions: convert ole automation bridge to gbuildMichael Stahl
2011-12-11fix ole build failurePeter Foley
2011-12-10catch exception by constant referenceTakeshi Abe
2011-11-27remove include of pch header in extensionsNorbert Thiebaud
2011-10-26fix handling of SAFEARRAY(s) returned as variant in olebridge (fdo#38441)Noel Power
2011-10-10So just drop the duplicate XInvocation base class thenNoel Power
2011-10-10WaE: unreachable codeTor Lillqvist
2011-10-10WaE: C4584: foo is already a base-class of barTor Lillqvist
2011-07-12Remove component_getImplementationEnvironmentMatus Kukan
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky
2011-05-16Use current terminology and socket libraryTor Lillqvist
2011-04-28fixed cppcheck warningsAndreas Becker
2011-04-20Easyhack: Add visibility markup to all component_get* functions (part2)Julien Nabet
2011-04-20Easyhack: Add visibility markup to all component_get* functionsJulien Nabet
2011-04-13fix fdo#36209 ( various vba automation related regressions )Noel Power
2011-03-25Wholesale prewin.h/postwin.h removalFridrich Štrba
2011-03-23Merge commit 'ooo/DEV300_m103'Jan Holesovsky
2011-03-18No WIN_ULONG needed any moreTor Lillqvist
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-09Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud
2011-03-03masterfix DEV300: MinGW fixIvo Hinkelmann
2011-02-27Fix Windows buildFridrich Štrba
2011-02-26Remove "using namespace ::rtl"Julien Nabet
2011-02-17masterfix: #i10000# INT16 -> sal_Int16Ivo Hinkelmann
2011-02-11Avoid confusion between boost::vector and std::vectorFridrich Štrba
2011-02-09Trying to remove the stlport mention from the codeFridrich Štrba
2011-02-08Adapt to move of prewin.h and postwin.hTor Lillqvist
2011-02-06Use OSL_DEBUG_LEVEL > 1 instead of > 2Thomas Arnhold
2011-02-06Remove lots of dead codeThomas Arnhold
2011-02-06move components to boost unordered containersFridrich Štrba
2011-01-24Fix fallout of WIN_ULONG change in pre/postsys.hTor Lillqvist
2011-01-21Remove doubled headers.Thomas Arnhold
2010-12-24cppcheck: prefer prefix variantCaolán McNamara