summaryrefslogtreecommitdiff
path: root/stoc/source/corereflection
AgeCommit message (Expand)AuthorFilesLines
2015-05-11loplugin:cstylecast: nop between pointer types of exactly same spellingStephan Bergmann2-2/+2
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-03-29Clean up remaining C-style casts among void pointersStephan Bergmann2-5/+5
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann5-28/+28
2015-01-20Some more loplugin:cstylecast: stocStephan Bergmann5-25/+25
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara2-5/+5
2014-12-16stoc: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+1
2014-11-18cppuhelper: clean up public headers with include-what-you-useMichael Stahl4-0/+5
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler2-26/+19
2014-07-07DBG_ASSERT->assert when followed by dereferenceCaolán McNamara1-1/+1
2014-06-01fdo#68849: Add header guards to all include filesJens Carl1-0/+5
2014-05-29remove more unnecesary OUString constructor useNoel Grandin5-29/+28
2014-05-23Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part20Julien Nabet5-14/+14
2014-05-23remove boilerplate in UNO Exception constructor callsNoel Grandin1-1/+1
2014-05-22stoc: fix includesThomas Arnhold4-7/+7
2014-05-22stoc: convert TEST_LIST_CLASSES case alsoThomas Arnhold2-3/+3
2014-05-22stoc: make use of css aliasThomas Arnhold8-210/+210
2014-05-22stoc: remove using namespace from headersThomas Arnhold7-154/+163
2014-05-15Resolves fdo#70681: fixincludeguards.pl: all that's leftThomas Arnhold1-2/+2
2014-05-14Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part12Julien Nabet1-1/+1
2014-04-30stoc: sal_Bool->boolNoel Grandin3-14/+14
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann4-107/+107
2014-03-14coverity#708238 Uninitialized pointer fieldCaolán McNamara1-0/+2
2014-03-10stoc: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann5-66/+6
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann7-190/+190
2014-02-26Remove visual noise from stocAlexander Wilms7-40/+40
2014-02-23Remove unneccessary commentsAlexander Wilms6-126/+126
2014-01-31Remove UNOIDL "array" and "union" vaporware remnantsStephan Bergmann2-6/+4
2014-01-28coverity#440504 Dereference before null checkCaolán McNamara1-1/+1
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-12-16Clean-up uno/lbnames.hStephan Bergmann1-0/+1
2013-11-08remove unnecessary use of OUString constructor in STOC moduleNoel Grandin1-1/+1
2013-10-22fdo#54938: Adapt supportsService implementations..Marcos Paulo de Souza1-8/+2
2013-08-22Mark as constTakeshi Abe2-2/+2
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák2-9/+8
2013-04-19Remove any remaining remnants of unused component_canUnload featureStephan Bergmann1-10/+2
2013-04-19remove unused component_canUnload functionsMatúš Kukan1-19/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák4-11/+7
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold5-28/+28
2013-02-19fdo#43157 - Clean up OSL_ASSERT, DBG_ASSERTRadu Ioan1-10/+11
2013-01-30API CHANGE: Make TypeDescriptionManager/Provider more consistentStephan Bergmann1-17/+25
2012-09-20No point with component_canUnload when DISABLE_DYNLOADINGTor Lillqvist1-0/+5
2012-09-01add more component prefixesMatúš Kukan2-6/+2
2012-08-22Replace use_internal_api with use_udk_api etc. where appropriateStephan Bergmann1-60/+0
2012-06-29re-base on ALv2 code.Michael Meeks7-141/+104
2012-06-21re-base on ALv2 code.Michael Meeks3-69/+42
2012-05-04fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold1-2/+2
2012-04-17prefix the component_getFactory name for DISABLE_DYNLOADINGTor Lillqvist1-0/+4
2012-04-01merge origin/masterDavid Tardon1-1/+1
2012-03-12gbuildize stocDavid Tardon1-76/+0