summaryrefslogtreecommitdiff
path: root/stoc/source/implementationregistration
AgeCommit message (Expand)AuthorFilesLines
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-2/+2
2015-01-12fdo#39440 reduce scope of local variablesMichael Weghorn1-2/+1
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl1-0/+2
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin1-1/+0
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin2-28/+14
2014-05-22stoc: fix includesThomas Arnhold2-3/+3
2014-05-22stoc: make use of css aliasThomas Arnhold3-15/+15
2014-04-30stoc: sal_Bool->boolNoel Grandin1-33/+33
2014-04-03Use boost::noncopyableStephan Bergmann1-3/+2
2014-04-01Explicitly mark overriding destructors as "virtual"Stephan Bergmann1-1/+1
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann1-9/+9
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann1-18/+18
2014-02-26Remove visual noise from stocAlexander Wilms2-47/+47
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2014-01-22Introduce static inline cppu::acquire(), and make use of that.Jan Holesovsky1-2/+2
2014-01-21Change _get_implementation()'s not to do initialization directly.Jan Holesovsky1-1/+1
2014-01-20Minimize the constructor functions to a bare minimum.Jan Holesovsky1-3/+1
2014-01-18Unify ctor functions for component implementations.Matúš Kukan1-5/+3
2014-01-15Unify ctor functions to have _get_implementation suffix.Matúš Kukan1-1/+1
2014-01-15Use const& arguments parameter for ctor functions.Matúš Kukan1-2/+2
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-1/+1
2013-12-19Add .component <implementation constructor="..." featureStephan Bergmann1-29/+13
2013-12-18bootstrap component: Split into implementation functions.Matúš Kukan1-32/+23
2013-12-17Remove unnecessary use of OUString constructor in + expressionsNoel Grandin1-1/+1
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in appendAscii callsNoel Grandin1-28/+19
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza1-6/+2
2013-05-10soltools: remove Package_inc and empty unistd.h nonsenseMichael Stahl1-1/+2
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák1-19/+19
2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann1-10/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-10/+8
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2-3/+3
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac2-18/+14
2012-12-21Remove unused cppuhelper/servicefactory.hxx includesStephan Bergmann1-1/+0
2012-12-07Unused variablesStephan Bergmann1-2/+1
2012-06-29re-base on ALv2 code.Michael Meeks1-23/+14
2012-06-21re-base on ALv2 code.Michael Meeks2-49/+31
2012-03-12gbuildize stocDavid Tardon1-47/+0
2012-01-12Fix for fdo43460 Part XXXV getLength() to isEmpty()Olivier Hallot1-8/+8
2011-12-27catch exception by constant referenceTakeshi Abe1-3/+3
2011-11-27remove include of pch header from stocNorbert Thiebaud2-4/+0
2011-06-01fix upCaolán McNamara1-12/+3
2011-04-18Remove OS/2 support.Francois Tigeot1-1/+1
2011-03-19Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-18Merge remote-tracking branch 'origin/integration/dev300_m101'Jan Holesovsky1-57/+52
2011-03-12Move OSL_ENSURE(0,...) to OSL_FAIL(...)Thomas Arnhold1-1/+1
2011-03-08Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Norbert Thiebaud1-57/+52
2011-03-03Remove "using namespace ::rtl"Julien Nabet1-2/+2
2011-01-24WaE: gcc 4.6.0 various warningsCaolán McNamara1-22/+1
2010-10-21sb131: #i114962# singleton implementations need not have a .../UNO/SERVICES r...sb1-48/+36