summaryrefslogtreecommitdiff
path: root/ucb/source
AgeCommit message (Expand)AuthorFilesLines
2013-02-19coverity#983214 Resource leakMichael Stahl2-35/+24
2013-02-14CMIS: made it work with Lotus LiveCédric Bosdonnat3-34/+135
2013-02-14CMIS: URL-decode username or it won't be shown properly in dialogCédric Bosdonnat1-3/+3
2013-02-13Some cppcheck cleaningJulien Nabet1-13/+27
2013-02-12CMIS: proxy was setin to ":-1" is no proxy is defined in the UICédric Bosdonnat2-2/+6
2013-02-11fdo#46808, Use singleton util::theMacroExpander new-style constructorNoel Grandin1-6/+3
2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac1-8/+7
2013-01-28fdo#46808, Convert some bits to new-style UNONoel Grandin1-5/+3
2013-01-26Remove redundant braces around for loopsStephan Bergmann1-2/+2
2013-01-24CMIS: use the proxy settings from the optionsCédric Bosdonnat2-0/+18
2013-01-21gvfs UCP: silence -Werror=deprecated-declarationsMichael Stahl1-0/+2
2013-01-13Add missing parenthesisJulien Nabet1-1/+1
2012-12-20Some cppcheck cleaningJulien Nabet1-4/+4
2012-12-15Some cppcheck cleaningJulien Nabet1-5/+5
2012-12-12Remove xml2cmp leftoversStephan Bergmann1-128/+0
2012-12-10fdo#46808, use service constructor for embed::StorageFactoryNoel Grandin4-23/+17
2012-12-05Bye bye ODMATor Lillqvist18-4336/+0
2012-11-30One more blind Windows-only ucp/odma fix attemptStephan Bergmann1-2/+2
2012-11-30fix build on windows in ucb/source/ucp/odma/*Noel Grandin4-14/+11
2012-11-30fdo#46808, remove some more XMultiServiceFactory fieldsNoel Grandin50-252/+242
2012-11-30fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactoryNoel Grandin44-137/+132
2012-11-30fdo#46808, convert ucbhelper::ResultSet to XComponentContextNoel Grandin13-33/+35
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist1-5/+0
2012-11-28fdo#46808, Adapt reflection::ProxyFactory UNO service to new styleNoel Grandin3-38/+21
2012-11-28fdo#46808, use service constructor for ucb::SortedDynamicResultSetFactoryNoel Grandin1-4/+3
2012-11-26API CHANGE: com.sun.star.lang.IllegalArgumentExceptionMichael Stahl2-8/+8
2012-11-06cppCheck: Possible inefficient checking for emptinessjailletc362-2/+2
2012-11-06re-base on ALv2 code. Includes (at least) relevant parts of:Michael Meeks31-148/+0
2012-11-06fdo#46808: Further fix of Windows-only odma_providerStephan Bergmann1-1/+1
2012-11-06fdo#46808 adapt GIO providerDavid Tardon3-8/+9
2012-11-05fdo#46808: Adapt odma_provider to recent commitStephan Bergmann2-4/+4
2012-11-05fdo#46808,remove unnecessary MSF field from ucbhelper::ContentIdentifierNoel Grandin14-57/+44
2012-11-05fdo#46808, use service constructor for ucb::PropertiesManagerNoel Grandin2-4/+4
2012-11-05fdo#46808, use service constructor for ucb::StoreNoel Grandin21-88/+78
2012-11-05fdo#46808, Adapt xml::crypto::SEInitializer UNO service to new styleNoel Grandin1-7/+2
2012-11-05CMIS: added confirmation dialog for cancel checkoutCédric Bosdonnat1-20/+21
2012-11-02Use memcpy instead of rtl_copyMemory in ucbArnaud Versini2-4/+4
2012-10-31Some more configuration::theDefaultProvider simplificationsStephan Bergmann1-6/+5
2012-10-31fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin11-50/+40
2012-10-31CMIS: added cancelCheckOut and checkIn implementations and menu itemsCédric Bosdonnat6-42/+373
2012-10-31CMIS UCP: fixed crash when URL to server is wrong, or server downCédric Bosdonnat1-0/+6
2012-10-31CMIS: don't show up checkout info bar if the document is not versionableCédric Bosdonnat1-0/+16
2012-10-31Travelled MIME type through UCB for CMIS UCP to use it when creating documentsCédric Bosdonnat5-36/+60
2012-10-31CMIS urls: remove +atom in the internal URLS as the binding is guessedCédric Bosdonnat5-6/+6
2012-10-30fdo#46808, use service constructor for security::CertificateContainerNoel Grandin2-10/+4
2012-10-24fdo#46808, convert comphelper::ConfigurationHelper to XComponentContextNoel Grandin1-3/+4
2012-10-22some more clang warningsCaolán McNamara1-7/+5
2012-10-13Prefer prefix ++/-- operators for non-primitive typesJulien Nabet3-4/+4
2012-10-11CMIS UCP: fixed crash when cancelling authentication dialogCédric Bosdonnat1-1/+6
2012-10-11CMIS: Implemented the CheckOut button of the InfoBarCédric Bosdonnat3-0/+53