summaryrefslogtreecommitdiffstats
path: root/ucbhelper
Commit message (Collapse)AuthorAgeFilesLines
* fdo#60724 correct spellingThomas Arnhold2013-04-152-2/+2
| | | | Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
* remove needless forward rtl::OUString declarationsLuboš Luňák2013-04-073-5/+0
| | | | Change-Id: I97d91a758dd82d64768d75c1d2ddd279de5f6034
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-0736-420/+417
| | | | | | | | Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
* More "compareToAscii(RTL_CONSTASCII_STRINGPARAM(s)) != compareTo(s)" fixesStephan Bergmann2013-03-191-1/+1
| | | | Change-Id: Ia93b281b07559fb6f0d67d53dd91dfacf2be0d0b
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-3/+0
|
* Remove RTL_CONSTASCII_USTRINGPARAM in ucb/ucbhelperChr. Rossmanith2013-03-122-5/+3
| | | | Change-Id: I7419a328012962b6b72d2596df034ff912fc12cd
* fdo#60724 change spelling error REMOVEABLE -> REMOVABLEKenneth Beck2013-03-061-5/+5
| | | | | | | | | Only applies to PropertyAttribute::REMOVEABLE, and all instances in comments. All other instances of the misspelling have remained the same. Example: AF_REMOVEABLE Change-Id: I391f4101bbc3e06689318235a37d616065bc1686 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* Typo fix: informations -> information and a few other adjacent typos.Gregg King2013-03-021-1/+1
| | | | | | | | | FDO:60724 Change-Id: I73ad9f1c37cbbcf28d996ed73c75cf09553e499b Reviewed-on: https://gerrit.libreoffice.org/2479 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
* No need for a command IDStephan Bergmann2013-02-281-26/+3
| | | | | | ...as there is no infrastructure to abort ucbhelper commands anyway Change-Id: I7796386a4b931c24ff2cc66a706d5c0182cb82e5
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* Fix typos retreive/retrieve furture/futureJulien Nabet2013-02-231-2/+2
| | | | Change-Id: I639c2970b2a88ca3d5aa1dcd2ad4ec047b4a369c
* [Uu]sefull -> [Uu]sefulJulien Nabet2013-02-221-1/+1
| | | | Change-Id: I5dad83789ff9b6815561208679a5e19821041e1f
* s/the the/the/Tor Lillqvist2013-02-222-3/+3
| | | | Change-Id: Iadacffaad832c6ff06757e8567e24f929f24a4c3
* spelling: otherwhise -> otherwiseIvan Timofeev2013-02-171-1/+1
| | | | Change-Id: I2d89edbb2574b4e677c9a0682bc829d9476b54db
* Add parenthesis to calm down cppcheckJulien Nabet2013-02-131-1/+2
| | | | Change-Id: If62959d80c9a7e207291fff05b5e085b0c84866f
* gbuild: do not copy boost headers aroundMichael Stahl2013-01-261-0/+2
| | | | | | | | | - do not use gb_UnpackedTarball_copy_header_files for boost - adapt the optimization in concat-deps.c for new path - use boost_headers in all LinkTargets that require it - add explicit include paths to mysqlc, mysqlcppconn, libvisio, liborcus Change-Id: I0c43e73ed43cc9d2e6bce8faf55e992d655a0bb9
* c++ API: use css alias in generated headers, adds global css declThorsten Behrens2012-11-305-11/+0
| | | | | | | | | | | | This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
* fdo#46808, remove some more XMultiServiceFactory fieldsNoel Grandin2012-11-304-21/+16
| | | | Change-Id: I8d039a933c9fde1a24b35954bb5a1f151e9aa160
* fdo#46808, use service constructor for ucb::CachedDynamicResultSetStubFactoryNoel Grandin2012-11-302-13/+9
| | | | Change-Id: Iea7b21621c5d341468976507684a9c01f0822034
* fdo#46808, convert ucbhelper::ResultSet to XComponentContextNoel Grandin2012-11-302-17/+12
| | | | | | | Along the way, remove the XMultiServiceFactory member from a few classes that were not using it. Change-Id: I9ee2c2ebc01144301ed8e489bd92b4695ff263d0
* fdo#46808, remove some more XMultiServiceFactory fieldsNoel Grandin2012-11-283-17/+4
| | | | Change-Id: Ida82837f6eaca1a59e85f5e9798084096d07b1a3
* fdo#46808, use service constructor for ucb::SortedDynamicResultSetFactoryNoel Grandin2012-11-281-6/+4
| | | | Change-Id: I8eefa129a481e47659d488cbe57f9624d3cdb19e
* fdo#46808: Work around cyclic comphelper use in ucbhelperStephan Bergmann2012-11-056-4/+94
| | | | | | ...by duplicating getComponentContext for now. Change-Id: Idad067b52e5ad9ed8a4f6676bc17db6c14807d56
* fdo#46808,remove unnecessary MSF field from ucbhelper::ContentIdentifierNoel Grandin2012-11-053-25/+4
| | | | | | ...which has lots of nice knock-on effects. Change-Id: Icc93fdb70f24903b08702654db4e1105eb1d438e
* fdo#46808, use service constructor for ucb::PropertiesManagerNoel Grandin2012-11-054-32/+28
| | | | Change-Id: Ib0c7375ac9f72647b10adcb2cea8a0f8e2fdcca0
* fdo#46808, use service constructor for ucb::StoreNoel Grandin2012-11-053-23/+25
| | | | Change-Id: I62719ef9d58215e287af3e1be52404993722ec67
* fdo#46808, Deprecate configuration::ConfigurationProvider old-style serviceNoel Grandin2012-10-313-10/+30
| | | | | | | | | | | | | | | | | | | | | | | | | ...in favor of existing new-style configuration::theDefaultProvider singleton. Theoretically, ConfigurationProvider instances can be created with specific Locale and EnableAsync arguments, but this is hardly used in practice, and thus effectively all uses of the ConfigurationProvider service use the theDefaultProvider instance, anyway. theDefaultProvider is restricted to the XMultiServiceFactory interface, while ConfigurationProvider also makes available XComponent. However, dispose must not be called manually on theDefaultProvider singleton anyway, and calls to add-/removeEventListener are so few (and in dubious code that should better be cleaned up) that requiring an explicit queryInterface does not really hurt there. This commit originated as a patch by Noel Grandin to "Adapt configuration::ConfigurationProvider UNO service to new style [by creating] a merged XConfigurationProvider interface for this service to implement." It was then modified by Stephan Bergmann by deprecating ConfigurationProvider instead of adding XConfigurationProvider and by replacing calls to ConfigurationProvider::create with calls to theDefaultProvider::get. Change-Id: I9c16700afe0faff1ef6f20338a66bd7a9af990bd
* CMIS: added cancelCheckOut and checkIn implementations and menu itemsCédric Bosdonnat2012-10-312-14/+46
| | | | | | | Although the implementation is here, the dialogs to show when clicking on the menu items aren't there yet. Change-Id: I14886ec8ea8b97a35ca6c8474bc33e30da1a86d3
* Travelled MIME type through UCB for CMIS UCP to use it when creating documentsCédric Bosdonnat2012-10-312-5/+8
| | | | Change-Id: Id067932355607d3d60994862201b531f9844506d
* 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