summaryrefslogtreecommitdiffstats
path: root/ucb
Commit message (Collapse)AuthorAgeFilesLines
* targetted improvement of UNO API includes / usageMichael Meeks2012-07-0215-60/+15
|
* UCP CMIS + fpicker: SharePoint binding URLs contain ?, encoded themCédric Bosdonnat2012-07-021-1/+1
| | | | Change-Id: I256220ab48b13ac28ff14d3b24d7a67332f871dc
* CMIS UCP: show some caught exceptions in ucpcmis.INFOCédric Bosdonnat2012-07-021-0/+5
| | | | Change-Id: I2ebbed596cc9c21759633154a46c15e5f0f66e72
* Remove unused definesThomas Arnhold2012-07-012-16/+0
| | | | Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
* Some cppcheck cleaningJulien Nabet2012-06-304-7/+7
| | | | Change-Id: I14cab3dfd26ac1568feef902b566873cecf049b9
* Fix java "unchecked conversion" warning in UCB moduleNoel Grandin2012-06-291-2/+2
| | | | Change-Id: I8a9bcd81385c17b74b0ee7fc859e324421d141c6
* re-base on ALv2 code.Michael Meeks2012-06-291-23/+14
|
* UCP CMIS: avoid breaking the media type when saving a documentCédric Bosdonnat2012-06-291-1/+20
| | | | Change-Id: Iab7f932c25f66734994dfa44a09fc1d9f511ad11
* Remove some more include guardsThomas Arnhold2012-06-295-27/+0
| | | | Change-Id: I7c62d086cb593744785abecae7a107686a4d65ce
* Remove UNO includes commentsThomas Arnhold2012-06-296-18/+0
| | | | Change-Id: I48e193322967fb75e93eaf81e9e2110d3056f92a
* CMIS UCP: fixed save as which was broken by bad exceptions catchingCédric Bosdonnat2012-06-281-30/+50
| | | | Change-Id: I81bb45279b23d0c8d77f8e7aa366d038efa13d89
* CMIS UCP: cached session id change was not impacted on all constructorsCédric Bosdonnat2012-06-281-3/+4
| | | | Change-Id: I42cc76c08ce1a5e0942125d59bddf600c7ff9ee2
* CMIS UCP: strings coming from libcmis are UTF-8, not asciiCédric Bosdonnat2012-06-282-10/+13
| | | | Change-Id: Ieb906b8acb677bfc74abc35abb06312704887b66
* CMIS UCP: oops, read-only check has been reversed somehowCédric Bosdonnat2012-06-281-1/+1
| | | | Change-Id: Ib81bf394b71cf3e38ee6a87db903474414b9f704
* CMIS UCP: session cache, better use the binding URL + repo Id as idCédric Bosdonnat2012-06-273-7/+13
| | | | | | | | There may be cases where we have the host part of the URL encoded differently... and thus trigerring the creation of another session when it's not needed. Change-Id: Id8da4a7be31c98bb6b01df44da0d3963803b445b
* Remove unused include filesThomas Arnhold2012-06-271-69/+0
| | | | | | Those never get included at any point in the code. Change-Id: I17736e005635b9e57759cfc95176a99e7c5e8988
* CMIS UCP: Use the URL host as ID for cached sessionsCédric Bosdonnat2012-06-272-9/+4
| | | | | | | | Using the binding URL as ID for the cached sessions is bad as there may be several repositories on the same binding URL... which means different libcmis::Session objects. Change-Id: Id3605ee4fdfbfc32b72615fb573220e94c8748af
* cmisucp: catch the exception when getting CMIS objectCédric Bosdonnat2012-06-262-206/+258
| | | | | | | | Fixes crashers like the one when cancelling authentication request. The error message are still not meaningful for the user, but this would require libcmis API changes. Change-Id: I22afbf4d39522a2b0dbd043a68dfef2b9308dcec
* removed unused forward declarations of classTakeshi Abe2012-06-269-14/+0
| | | | | | except moving CGMBitmapDescriptor into filter/source/graphicfilter/icgm/outact.hxx Change-Id: Ib11d1c907b4c52c6e0f261b20992659b52f4c136
* Remove various commented out definesThomas Arnhold2012-06-251-3/+0
| | | | | | Most of them in hrc files. Change-Id: I3944f6ed9befd2b498385f61b851790362221a4f
* re-base on ALv2 code.Michael Meeks2012-06-21114-2651/+1657
| | | | Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
* re-base on ALv2 code.Michael Meeks2012-06-2119-418/+273
| | | | Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
* CMIS UCP: fixed Save As into a CMIS repoCédric Bosdonnat2012-06-141-12/+23
| | | | Change-Id: I8ab65f917e9442f8871a39d7d25a63336065bee6
* rhbz#678440: Always include User-Agent to avoid 403 from picky serversStephan Bergmann2012-06-121-0/+15
| | | | Change-Id: I4fa7b45062b0058427f77cf9dc0abebd6b26fb49
* nuke dead codeTakeshi Abe2012-06-122-29/+0
| | | | Change-Id: If8b6b4a3d9222726ae562e5b685710d86b5fe332
* Do not copy etc. singular iterator values.Stephan Bergmann2012-06-063-10/+55
| | | | | | | | | This also reverts previous attempts at fixing this, commits 33839f90e6f8275a584b483827585a6da05aab75 "ucb: try to fix weird STL assertion on tinderbox" and 6506af86b5e20a860c8d2d1dd578a22914df5f53 "ucb: second try to fix weird STL assertion on tinderbox." Change-Id: I89d0eb87fbd164c0a4cf24d60f225767cb2bfc1a
* ucb: second try to fix weird STL assertion on tinderboxMichael Stahl2012-06-061-5/+5
| | | | | | | | | It's possible that the constructor of RegexpMapIterImpl does not initialize m_aIndex, so try to park m_aIndex on some end() iterator; it looks like m_aIndex will not actually be used in this case, because m_nList = -1. Change-Id: I74cd0d1d87f3e90217c39bcd3168f157066ff3cb
* ucb: try to fix weird STL assertion on tinderboxMichael Stahl2012-06-053-16/+4
| | | | | | | Seems there's uninitialized iterators somewhere, let's try if removing the silly default constructor here improves anything. Change-Id: I2ba239df9b532805e177378f9fa35023d087716a
* CMIS UCP: changed URLs to have hierarchical pathCédric Bosdonnat2012-06-045-103/+106
| | | | | | | | | | | | Hierarchical path is assumed in loads of places, changed the URLs to the following: * Binding URL is encoded in the authority part, the repository ID is set as a fragment of the binding URL. * The hierarchical path reflects one of the path to the document on the server :x Change-Id: I8214daeb1d9c9b0f6ab86bdf60875e7e4e5369f4
* CMIS UCP: Fixed folder creation and nodes renamingCédric Bosdonnat2012-06-041-16/+72
| | | | Change-Id: I2c49b95279d90ebb06f38ed83061a5f1a905a555
* CMIS UCP: fixed a few bugs to show repo in fpickerCédric Bosdonnat2012-06-041-21/+49
| | | | Change-Id: I21a38adda013b8e75bf3a6ba91d70014461ea596
* CMIS UCP: if the URL has no object id, assume we want the root folderCédric Bosdonnat2012-06-042-2/+11
| | | | Change-Id: I6cc330f20222d4448d2267151d49f354068f54f3
* CMIS UCP: implemented delete command for foldersCédric Bosdonnat2012-06-041-2/+2
| | | | Change-Id: Iba1c5bf10c235ebd26108be944b88096f0ee84bd
* CMIS UCP: Implemented delete command for documentsCédric Bosdonnat2012-06-042-10/+20
| | | | Change-Id: I34c90f4675e461f461bad7e81c23da56463f0a24
* CMIS UCP: implemented folder case for open commandCédric Bosdonnat2012-06-047-4/+451
| | | | Change-Id: Id0997cd99d7d80c975de3d46670a1fa8b3d602a3
* CMIS ucp: write documents back to CMIS serverCédric Bosdonnat2012-06-046-138/+497
| | | | | | This change needs a git repo build of libcmis. Change-Id: I I740d18dbf3c36d9387b867e750fcbe8e114e5362
* libcmis: updated to 0.2.0Cédric Bosdonnat2012-06-041-0/+1
| | | | Change-Id: I I I Ieb36a287824e347e3ccc57c2c0abc6defbae5f47
* targeted string re-workNorbert Thiebaud2012-06-011-1/+1
| | | | Change-Id: I1e47f90e387724e74312091e577f010fb16ca72f
* targeted string re-workNorbert Thiebaud2012-05-3163-1494/+1069
| | | | Change-Id: Ic08995a67a407576da475a6716b1218e45b60dfd
* nuke unused namespaceTakeshi Abe2012-06-011-3/+0
| | | | Change-Id: Ic00cdfce4172af0a2f0aa1aa33ef5e386d407976
* targetted SAL_N_ELEMENTS reversion.Michael Meeks2012-05-296-11/+12
| | | | Change-Id: I30be93ccaeb1f9fd17cbe9e3ed3165e094810b2e
* removed dead codeTakeshi Abe2012-05-291-34/+0
| | | | Change-Id: Ic70d66befc90450aeb276d53f6da7e81aef85478
* removed unused static rtl::OUStringTakeshi Abe2012-05-141-5/+0
| | | | Change-Id: I5a097beaaeb30214ed6071bba1297e551291922b
* fdo#48253 Expand SAL_STATIC_CAST and SAL_CONST_CASTThomas Arnhold2012-05-0418-83/+81
| | | | Change-Id: I50f0887ceb4517d7ef234f970ca2ba679d533382
* Handle cases where ExtensionDescription is called on nonexisting pathStephan Bergmann2012-05-021-0/+3
| | | | | | | | | ...which happens when installing non-bundle extensions (like a plain .xcu file), where the path computed for the description.xml contains the path to the non-bundle extension file itself as a prefix, so access results in E_NOTDIR. Change-Id: Ic0f4a34b46d99d1817ceea599bb8b53dbd65bc49
* Cleaned up CommandLineArgsStephan Bergmann2012-05-021-6/+1
| | | | | | | | | | | * 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
* prevent getFileURL() & getLinkTargetURL() asserting for broken linksNoel Power2012-04-171-37/+40
|
* WaE: deprecated conversion from string constant to 'LPSTR'David Tardon2012-04-161-1/+1
|
* re-open output file on save to fsync to improve first-start performanceMichael Meeks2012-04-151-4/+0
|