summaryrefslogtreecommitdiff
path: root/cppuhelper/source/component_context.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-1/+1
2016-04-27Remove ancient, dead CONTEXT_DIAG codeStephan Bergmann1-231/+0
2016-04-27Remove ancient OSL_DEBUG_LEVEL printfStephan Bergmann1-9/+0
2016-02-09Remove excess newlinesChris Sherlock1-1/+0
2016-01-04tdf#82775: Don't prematurely dispose single-instance servicesStephan Bergmann1-1/+3
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-1/+1
2015-10-13remove some useless commentsNoel Grandin1-2/+2
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-12/+12
2015-06-17Replace boost::scoped_array<T> with std::unique_ptr<T[]>Takeshi Abe1-2/+2
2015-06-09cppcheck: noExplicitConstructorCaolán McNamara1-4/+4
2015-04-22Various #include <sal/log.hxx> fixupsStephan Bergmann1-0/+1
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-1/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-3/+3
2015-01-25coverity#1266445 Explicit null dereferencedCaolán McNamara1-5/+7
2015-01-16Variadic cppu::WeakComponentImplHelperStephan Bergmann1-5/+4
2014-12-27boost::unordered_map -> c++11 std::unordered_mapCaolán McNamara1-2/+2
2014-12-09rhbz#1036877: Join Java AsynchronousFinalizer thread well before exitStephan Bergmann1-0/+16
2014-07-12Avoid possible memory leaks in case of exceptionsTakeshi Abe1-3/+5
2014-06-05cppuhelper: remove SAL_THROW macroNoel Grandin1-13/+3
2014-06-04cppuhelper: fix includesThomas Arnhold1-2/+2
2014-04-30Many spelling fixes: directories a* - g*.Pedro Giffuni1-3/+3
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-12/+12
2014-02-27Remove visual noise from cppuhelperAlexander Wilms1-4/+4
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-22/+22
2014-02-23Remove unneccessary commentsAlexander Wilms1-20/+20
2014-02-18clean upStephan Bergmann1-7/+5
2014-02-18Do not throw when a singleton can't be raised, only warn.Matúš Kukan1-9/+3
2014-02-17Drop unused #includeTakeshi Abe1-3/+0
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-6/+6
2013-12-16Clean-up uno/lbnames.hStephan Bergmann1-1/+2
2013-10-23remove RTL_CONSTASCII_(U)STRINGPARAMChr. Rossmanith1-29/+26
2013-08-19Prefer using declarations over using directivesStephan Bergmann1-2/+4
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-1/+1
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-11/+10
2013-01-16Remove support for UNO_AC* bootstrap variablesStephan Bergmann1-8/+1
2012-12-27Check for __GNUC__ instead of GCC in sourcesTor Lillqvist1-1/+3
2012-12-06re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-09-17Keep null service manager throw a DeploymentExceptionStephan Bergmann1-1/+2
2012-09-17Require XComponentContext.getServiceManager to throw instead of returning nullStephan Bergmann1-0/+6
2012-09-17migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud1-3/+3
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi1-6/+6
2012-01-26Code cleanup: ( () ) replaced by (())Alexander Bergmann1-4/+4
2011-12-17Fix for fdo43460 Part X getLength() to isEmpty()Olivier Hallot1-1/+1
2011-11-27remove include of pch header in cppuhelperNorbert Thiebaud1-2/+0
2011-05-16avoid double deleteDavid Tardon1-2/+0
2011-05-16delete[] after useDavid Tardon1-0/+1
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-02-03move module cppuhelper to boost unordered containersFridrich Strba1-3/+2
2010-12-06Replace all occured, occurance etc.Takeshi Abe1-1/+1
2010-10-14Add vim/emacs modelines to all source filesSebastian Spaeth1-0/+3