summaryrefslogtreecommitdiff
path: root/ucb
AgeCommit message (Expand)AuthorFilesLines
2013-02-28remove useless comment linesMarkus Mohrhard1-21/+0
2013-02-28coverity#705769: fix memory leakMarkus Mohrhard1-0/+1
2013-02-25loplugin: unused variablesThomas Arnhold7-19/+0
2013-02-24fdo#38838 searched, replaced and removed String::CreateFromInt32().Jean-Noël Rouvignac1-1/+1
2013-02-23Fix typo "fuction" -> "function"Julien Nabet1-1/+1
2013-02-22s/the the/the/Tor Lillqvist2-4/+4
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-02-08fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-15/+15
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-26gbuild: do not copy boost headers aroundMichael Stahl7-1/+13
2013-01-26Remove redundant braces around for loopsStephan Bergmann2-12/+22
2013-01-24CMIS: use the proxy settings from the optionsCédric Bosdonnat2-0/+18
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-4/+4
2013-01-21gvfs UCP: silence -Werror=deprecated-declarationsMichael Stahl1-0/+2
2013-01-20Fix missing parenthesisJulien Nabet1-40/+40
2013-01-13Add missing parenthesisJulien Nabet1-1/+1
2013-01-13fdo#38838 Some removal/replacement of the String/UniString with OUStringJean-Noël Rouvignac1-270/+102
2012-12-30fdo#39440 - cppcheck cleanlinessRadu Ioan1-1/+1
2012-12-25Get rid of (most uses of) GUITor Lillqvist1-2/+2
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 Lillqvist22-4476/+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 Grandin46-137/+134
2012-11-30fdo#46808, convert ucbhelper::ResultSet to XComponentContextNoel Grandin14-33/+36
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