summaryrefslogtreecommitdiff
path: root/ucb/source/ucp/gvfs
AgeCommit message (Expand)AuthorFilesLines
2015-09-02ditch gnome-vfs2 supportCaolán McNamara9-3359/+0
2015-08-07cppcheck:noExplicitConstructorNoel Grandin1-1/+1
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara3-5/+4
2015-05-18Remove include stdio (part2)Julien Nabet1-2/+0
2015-04-15remove unnecessary use of void in function declarationsNoel Grandin2-14/+14
2015-04-01Add support for cppu::UnoType<void>Stephan Bergmann1-2/+2
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-12/+12
2014-11-18Need <cppuhelper/queryinterface.hxx> here, too, I assumeTor Lillqvist1-0/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-10-08spelling: instanciated -> instantiatedNoel Grandin1-3/+3
2014-06-04compareTo -> equalsNoel Grandin1-1/+1
2014-05-10Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part9Julien Nabet1-11/+11
2014-04-19fixincludeguards.sh: ucbThomas Arnhold4-10/+10
2014-04-08loplugin:saloverrideStephan Bergmann4-54/+54
2014-03-21kill ucbhelper XSERVICEINFO_DECLNorbert Thiebaud1-1/+13
2014-03-20kill ucbhelper XTYPEPROVIDER_DECL macroNorbert Thiebaud2-2/+8
2014-03-12Spelling fix: suportedTor Lillqvist1-1/+1
2014-03-05kill XINTERFACE_IMPL_3Norbert Thiebaud1-7/+20
2014-03-05de-macroize XINTERFACE_DECLNorbert Thiebaud2-2/+12
2014-02-26std::exception fixup for --enable-gnome-vfsStephan Bergmann1-2/+2
2014-02-26Remove visual noise from ucbAlexander Wilms4-55/+55
2014-02-23Remove unneccessary commentsAlexander Wilms1-12/+12
2014-02-18sal_Bool -> bool fixupStephan Bergmann3-10/+10
2013-12-17Adapt all (non-extension, SharedLibrary) .components to environment="..."Stephan Bergmann1-2/+2
2013-11-11convert OUString !compareToAscii to equalsAsciiNoel Grandin1-1/+1
2013-11-07remove unnecessary use of OUString constructor in UCB moduleNoel Grandin1-3/+3
2013-11-04remove redundant calls to OUString constructorNoel Grandin2-4/+4
2013-08-20Improve some debug outputStephan Bergmann1-0/+7
2013-07-15ucb: fix DateTime in gvfsMichael Stahl1-1/+1
2013-07-05Mark as constTakeshi Abe1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák6-115/+114
2013-03-24Remove RTL_CONSTASCII_(U)STRINGPARAM in ucb(ucp)Chr. Rossmanith1-8/+7
2013-03-14fdo#54275: Fix GVFS UCP, so saving docs works againStephan Bergmann1-9/+13
2013-03-04doubled includesThomas Arnhold1-2/+0
2013-02-25loplugin: unused variablesThomas Arnhold1-6/+0
2013-01-21gvfs UCP: silence -Werror=deprecated-declarationsMichael Stahl1-0/+2
2012-11-30fdo#46808, remove some more XMultiServiceFactory fieldsNoel Grandin3-11/+11
2012-11-30fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactoryNoel Grandin3-5/+5
2012-11-30fdo#46808, convert ucbhelper::ResultSet to XComponentContextNoel Grandin2-11/+6
2012-11-05fdo#46808,remove unnecessary MSF field from ucbhelper::ContentIdentifierNoel Grandin1-4/+3
2012-11-05fdo#46808, use service constructor for ucb::StoreNoel Grandin2-5/+6
2012-10-22some more clang warningsCaolán McNamara1-7/+5
2012-10-04re-base on ALv2 code. Includes:Michael Meeks5-118/+73
2012-10-01Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini1-1/+0
2012-09-19ComponentContext::getUnoContext -> getComponentContext simplificationStephan Bergmann1-2/+2
2012-09-01ucb: add component prefixesMatúš Kukan2-2/+2
2012-08-27fdo#46808, Adapt TempFile UNO service to new styleNoel Grandin1-3/+4
2012-08-22remove unused module-description xml filesMatúš Kukan1-113/+0
2012-06-26removed unused forward declarations of classTakeshi Abe1-1/+0
2012-06-21re-base on ALv2 code.Michael Meeks4-95/+59