summaryrefslogtreecommitdiff
path: root/ucbhelper/Package_inc.mk
AgeCommit message (Collapse)AuthorFilesLines
2012-11-05fdo#46808: Work around cyclic comphelper use in ucbhelperStephan Bergmann1-0/+1
...by duplicating getComponentContext for now. Change-Id: Idad067b52e5ad9ed8a4f6676bc17db6c14807d56
2012-09-14Improvement on previous commit, UCB clean upStephan Bergmann1-2/+0
* As UCB is only ever initialized with "Local"/"Office", remove this configuration vector completely. The "create" ctor creates an instance internally initialized with those "Local"/"Office" keys. Special (test) code can still instantiate an uninitialized one via plain createInstance. And for backwards compatilibity process startup still ensures to create an initialized instance early, in case there is still code out there (in extensions) that later calls plain createInstance and expects to get the already-initialized (single) instance. * XInitialization is an "implementation detail" of the UniversalContentBroker service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28
2012-06-16gbuildification of ucbhelperNorbert Thiebaud1-0/+43
Change-Id: I1fb3d36af07fe834cddc06c54d27a786dc583c8c
2012-06-16revert gmk4Norbert Thiebaud1-61/+0
Change-Id: I4b78a8efeadf47f8fa3f30a87433d3ccb9c1beb1
2012-06-04CMIS ucp: write documents back to CMIS serverCédric Bosdonnat1-0/+2
This change needs a git repo build of libcmis. Change-Id: I I740d18dbf3c36d9387b867e750fcbe8e114e5362
2011-10-01CMIS UCP: get the document content streamCédric Bosdonnat1-0/+1
2011-08-26unusedcode: ucbhelper:: cleaningMatúš Kukan1-2/+0
2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe1-1/+1
2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist1-0/+1
2011-06-16CWS gnumake4: convert ucbhelper to new build systemMathias Bauer1-0/+59