office-gobmx/ucb
Caolán McNamara 9334aa604f Resolves: tdf#55566 opening two docs with open document macro events can crash
OfficeDocumentsManager::buildDocumentsList was set up to ignore disposed
documents, but didn't ignore documents which were still uninitialized (i.e.
waiting for the macro warning dialog of the other in-construction document to
return a decision)

Change-Id: I936e29ab6fad14a33609e8d57d11d7d0178075e4
2016-06-03 09:31:12 +01:00
..
qa These tests can just derive from plain CppUnit::TestFixture 2016-03-10 11:06:29 +01:00
source Resolves: tdf#55566 opening two docs with open document macro events can crash 2016-06-03 09:31:12 +01:00
test/com/sun/star/comp/ucb
CppunitTest_ucb_webdav_local_neon.mk Make CppunitTest name match *.mk file name 2016-03-10 11:09:07 +01:00
JunitTest_ucb_complex.mk
JunitTest_ucb_unoapi.mk
Library_cached1.mk
Library_srtrs1.mk InterfaceContainer2 with vector instead of Sequence 2016-01-25 08:52:03 +02:00
Library_ucb1.mk
Library_ucpcmis1.mk follow the boost lib naming scheme for DateTime too 2016-03-08 08:39:55 +01:00
Library_ucpdav1.mk Related tdf#90700 Add configuration for web connection timeout. 2015-12-16 14:35:13 +00:00
Library_ucpexpand1.mk
Library_ucpext.mk
Library_ucpfile1.mk
Library_ucpftp1.mk
Library_ucpgio1.mk
Library_ucphier1.mk
Library_ucpimage.mk tdf#75637: Resolve help images via a vnd.libreoffice.image UCP 2015-10-26 17:55:14 +01:00
Library_ucppkg1.mk
Library_ucptdoc1.mk
Makefile
Module_ucb.mk Add initial cppunit test to webdav, 'local' only, neon version 2016-01-26 06:41:12 +00:00
README

Universal Content Broker (has ucp) which do things like convert files to strings in content broker world.

mmeeks: so - I renamed the old LGPLv3 webdav code to webdav-neon, and imported
the (not built) surf webdav ucp into the old space. so that in future, we can
merge changes more easily - and still choose which to use. cbosdonnat kindly
volunteered to do some comparative analysis of the two codebases to decide which
is best for what etc.