summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/package
AgeCommit message (Expand)AuthorFilesLines
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann5-42/+42
2015-07-27inline a bunch of use-once macrosNoel Grandin2-6/+1
2015-07-27remove some unused definesNoel Grandin2-10/+2
2015-06-28coverity#1308493 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-28coverity#1308486 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-27coverity#1308465 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-27coverity#1308464 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-27coverity#1308459 Uncaught exceptionCaolán McNamara2-2/+2
2015-06-16Fix typosAndrea Gelmini1-1/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara4-4/+4
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-10/+10
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann2-51/+36
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann1-1/+1
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-1/+0
2015-01-04boost::unordered_map->std::unordered_mapCaolán McNamara1-12/+2
2014-12-18ucb: Use appropriate OUString functions on string constantsStephan Bergmann2-4/+4
2014-11-14fdo#86023 - O[U]String needs a 'clear' methodBrij Mohan Lal Srivastava2-3/+6
2014-10-08spelling: instanciated -> instantiatedNoel Grandin2-4/+4
2014-09-18fdo#83512 Make use of OUStringHash and OStringHashDaniel Sikeler1-19/+1
2014-06-04compareTo -> equalsNoel Grandin1-3/+2
2014-05-13Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part11Julien Nabet1-10/+5
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet2-17/+17
2014-04-30ucb: sal_Bool->boolNoel Grandin6-133/+133
2014-04-19fixincludeguards.sh: ucbThomas Arnhold5-10/+10
2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann5-42/+42
2014-03-21kill ucbhelper XSERVICEINFO_DECLNorbert Thiebaud1-1/+13
2014-03-20kill ucbhelper XTYPEPROVIDER_DECL macroNorbert Thiebaud2-2/+8
2014-03-05kill XINTERFACE_IMPL_3Norbert Thiebaud1-9/+20
2014-03-05de-macroize XINTERFACE_DECLNorbert Thiebaud2-2/+12
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann4-21/+21
2014-02-26Remove visual noise from ucbAlexander Wilms10-294/+294
2014-02-17ucbhelper: sal_Bool -> boolStephan Bergmann3-14/+14
2013-12-20typo fixesAndras Timar1-6/+6
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-7/+7
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin1-1/+1
2013-11-07remove unnecessary use of OUString constructor in UCB moduleNoel Grandin1-5/+5
2013-11-04remove redundant calls to OUString constructorNoel Grandin2-12/+12
2013-11-04Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin1-8/+4
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-2/+2
2013-05-27Let package_ucp::ContentProvider::createPackage throw exceptions on failureStephan Bergmann3-62/+24
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák9-257/+256
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold3-137/+118
2013-03-03Related to fdo#60724: correct spellingThomas Arnhold1-1/+1
2013-02-25loplugin: unused variablesThomas Arnhold1-1/+0
2012-11-30fdo#46808, remove some more XMultiServiceFactory fieldsNoel Grandin6-33/+33
2012-11-30fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactoryNoel Grandin3-8/+9
2012-11-30fdo#46808, convert ucbhelper::ResultSet to XComponentContextNoel Grandin1-2/+3
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl1-4/+4
2012-11-05fdo#46808,remove unnecessary MSF field from ucbhelper::ContentIdentifierNoel Grandin2-11/+9