summaryrefslogtreecommitdiffstats
path: root/ucbhelper
Commit message (Collapse)AuthorAgeFilesLines
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-281-1/+2
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-281-0/+1
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* dung out no longer needed initUCBHelper methods; thanks to sberg.Michael Meeks2012-09-192-59/+0
|
* Attempt to fix Android-only codeStephan Bergmann2012-09-141-2/+2
| | | | Change-Id: I391e08c2712a51fe0adcd3f0c74d779b07c31c76
* Improvement on previous commit, UCB clean upStephan Bergmann2012-09-148-758/+125
| | | | | | | | | | | | | | | | | | | | | | | | | * 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
* fdo#46808, Adapt ucb::UniversalContentBroker UNO service to new styleNoel Grandin2012-09-141-5/+16
| | | | | | | Create a merged XUniversalContentBroker interface for this service to implement. Which is backwards-compatible, but does not require creating a new service. Change-Id: Id264387bf8af8bf211050e15b8801a1fde368167
* fdo#46808, Adapt script::Converter service code to new styleNoel Grandin2012-08-271-6/+4
| | | | Change-Id: I19b3ba7c978e02ce865360f0411007525012149c
* reduce ascii noise and useless commentsThomas Arnhold2012-08-082-7/+0
| | | | Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
* remove include comments and boxesThomas Arnhold2012-08-082-7/+0
| | | | Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
* remove empty ascii boxes and stuff IIIThomas Arnhold2012-08-071-24/+0
| | | | Change-Id: I8b54e8518c219a7edd7e29173a1099611a7e0dbb
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-021-4/+1
|
* Remove unused definesThomas Arnhold2012-07-011-15/+0
| | | | Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
* Some cppcheck cleaningJulien Nabet2012-06-301-1/+1
| | | | Change-Id: I14cab3dfd26ac1568feef902b566873cecf049b9
* re-base on ALv2 code.Michael Meeks2012-06-2235-749/+447
|
* re-base on ALv2 code.Michael Meeks2012-06-2122-518/+320
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* gbuildification of ucbhelperNorbert Thiebaud2012-06-163-0/+122
| | | | Change-Id: I1fb3d36af07fe834cddc06c54d27a786dc583c8c
* revert gmk4Norbert Thiebaud2012-06-163-185/+0
| | | | Change-Id: I4b78a8efeadf47f8fa3f30a87433d3ccb9c1beb1
* fdo#46808, Adapt UNO services to new style, Part 7, updating ::createNoel Grandin2012-06-041-6/+8
| | | | | | | Update calls to factories to use new ::create methods Change-Id: I01d4417820f52718836c92faf3c2fae0dc96b30d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>, added some tweaks.
* CMIS ucp: write documents back to CMIS serverCédric Bosdonnat2012-06-046-0/+481
| | | | | | This change needs a git repo build of libcmis. Change-Id: I I740d18dbf3c36d9387b867e750fcbe8e114e5362
* targeted string re-workNorbert Thiebaud2012-06-021-12/+12
| | | | Change-Id: I1af89db47fb3e387b5b83a86424bfac44eb28135
* targeted string re-workNorbert Thiebaud2012-05-297-67/+67
| | | | Change-Id: I47c5edfd9448b1cb122550566cc9083c070f40d0
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-042-122/+122
| | | | Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
* Cleaned up CommandLineArgsStephan Bergmann2012-05-021-5/+0
| | | | | | | | | | | * Support for dead arguments has been removed. ** Especially, dead UCB_CONFIGURATION_KEY1/2_xxx values have also been removed, and code initializing UCB has been simplified accordingly. * For the sake of simplicity, behaviour has been changed slightly. For example, passing both --calc --writer now always lets --writer win (whereas in the past the one mentioned first, i.e., --calc in this example, would win). Change-Id: Id40a19b9ef96db0d439cadd96ba491bf640d28fb
* make gbuild the default assumption of build.plBjoern Michaelsen2012-04-291-1/+0
| | | | | | | | this removes dmake completely out of the build for migrated modules build.pl now assumes modules to be gbuild, unless there is a prj/dmake file Change-Id: I674a036b182ee13c5ec093e83cb3d38133112d3b
* LinkTarget.mk: remove gb_LinkTarget_add_package_headersMichael Stahl2012-04-081-1/+1
|
* gbuild: "use" vs. "add":Michael Stahl2012-04-081-2/+2
| | | | | | | | | Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target)
* Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi2012-04-061-20/+10
|
* reorganize trickier staticsCaolán McNamara2012-04-021-5/+4
|
* Revert "Initial experiments with static linking of (some) ..."Tor Lillqvist2012-03-292-57/+16
| | | | | | | Thist idea caused too intrusive changes to the code of call sites, I think. Will do it another way that leaves call sites as is. This reverts commit 25d114eec4d451acdda1ddff4c8ed9d47ba6275f.
* Add an InitUCBHelper function to be called from an Android app's Java levelTor Lillqvist2012-03-281-0/+38
|
* Initial experiments with static linking of (some) components / servicesTor Lillqvist2012-03-212-16/+57
| | | | | | | | | | | | | | | | | | | | | | Start with the first service needed when running sc's filters_test: the UniversalContentBroker. It might not be typical as ucb uses the deprecated XSingleServiceFactory. This commit is not at all a complete solution, far from it, just an initial hack. Naturally once I come up with some generic enough way to do the static linking the necessary macros etc will be added to some general header. The macro XSERVICEINFO_IMPL_1 (local to ucbhelper and ucb) is amended so that it in the disable-dynamic-linking case also emits a function whose assembler name equal contains the service name. This function returns the XSingleServiceFactory for the service. Where the service is instantiated we link directly to that function. But probably this will be reworked a couple of times... Maybe it would be better to simply have the service name specific entry point be a pointer to the component's component_getFactory() function? Those all have the same prototype.
* Bin declaration of nonexistent static methodTor Lillqvist2012-03-211-3/+0
|
* gbuild: get rid of realpath in gb_Foo_set_includeMatúš Kukan2012-03-101-1/+1
|
* callcatcher: update listCaolán McNamara2012-03-0923-4240/+2
|
* New IMPL_LINK_NOARG to work around SAL_UNUSED_PARAMETER problemStephan Bergmann2012-03-011-2/+2
| | | | | ...see ebe26f72e90337da2d14f3029de148904e3e30b6 "WaE: 'unused' attribute ignored when parsing type" for the problem.
* callcatcher: update listCaolán McNamara2012-02-272-21/+2
|
* Get rid of CREATEVERSIONRESMGR[_NAME]Stephan Bergmann2012-02-231-6/+5
|
* Added (and improved) READMEs for modules which used to be in libs-guiJosh Heidenreich2012-02-081-0/+1
|
* switch to include-based build rather than sourced-based buildNorbert Thiebaud2012-02-051-35/+2
|
* ucbhelper::GetLocalFileURL does not use its arg.Stephan Bergmann2012-01-202-10/+2
|
* Fix for fdo43460 Part XLI getLength() to isEmpty()Olivier Hallot2012-01-198-30/+30
| | | | | | Part XLI Modules ucbhelper, unodevtools
* Removed extra semicolonsJesse2011-12-151-1/+1
|
* I don't see NO_BSYMBOLIC being used anywhereTor Lillqvist2011-12-111-1/+0
|
* childs -> childrenMichael T. Whiteley2011-12-081-3/+3
|
* in modules, when we have a env we are in stage gbuildBjoern Michaelsen2011-12-071-0/+1
|
* move reconfigure into gbuildBjoern Michaelsen2011-11-291-1/+1
|
* remove precompiled_xxx.hxx/cxxNorbert Thiebaud2011-11-272-63/+0
|
* remove pch from the include listNorbert Thiebaud2011-11-271-1/+0
|
* remove include of pch header from ucbhelperNorbert Thiebaud2011-11-2734-66/+0
|