Age | Commit message (Collapse) | Author |
|
The crash is handled, but the huge files' size won't be properly handled
on 32bits builds: would require a libcmis API change.
Change-Id: I8ef1190a4d1de7d91a67ec20330db9e1747dfdc2
|
|
Change-Id: Ib81300d8606281d7de46382c4f251f58ffffb5ad
|
|
Just cast the size() return value to long int, which of course can cause
breakage when the size_type (is that always the same as size_t?) is larger
than long int. For 64-bit Windows code size_t is 64 bits but long is 32
bits. I couldn't think of any simple totally correct solution that would work
also on compilers without <stdint.h> and <inttypes.h> (MSVC2008), or without
the z format specifier (all MSVC versions?).
(Our SAL_PRI_SIZET is not available to a 3rd-party library like
libcmis. Should libcmis grow corresponding configury to find out that?)
Why does a C++ library like libcmis use C-style printf formats anyway? ;)
Change-Id: I093655577bc1a50c137c79b648058f0823cc66c1
|
|
|
|
Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
|
|
Change-Id: I7fdf7fd285d6b8c584d8fe225729f15f3f9798ad
|
|
Making libcmis and LibreOffice work with Lotus Live service needed a few
hacks to either better implement CMIS or workaround some bad
implementations.
As a general improvement, the CheckOut InfoBar isn't shown if the
document can't be checked out.
|
|
Change-Id: I5b856ac166b67097e1921ec71eb5b7e1819fec41
|
|
Change-Id: I43a0e613614f98351c157895812ce3ca5808f703
|
|
Change-Id: I7de9dd2372cd7b61a3bc03bdca0023a3bc7484bd
|
|
|
|
Change-Id: Id686e9eeef9d64943360c6d7187f13b76a6c374a
|
|
Change-Id: Ia66854f21446fff9a04b1708964286c566333ab0
|
|
Change-Id: I5f121cbeff3f0cda5776d5361e585eaa1b48ea63
|
|
Change-Id: I66716b090bdf0c10d940ab7ed225a1b5cb797516
|
|
Change-Id: I0b2f1b8011b0b38ef2ec874ed1681db7cbd114ab
|
|
Change-Id: I4dd47968b4273804858a47707fdf07a3b5be242a
|
|
/home/tinderbox/clang-master-build/solver/unxlngi6/inc/external/boost/uuid/seed_rng.hpp:143:61:
error: non-constant-expression cannot be narrowed from type 'int' to 'unsigned int' in initializer list [-Wc++11-narrowing]
unsigned int rn[] = { std::rand(), std::rand(), std::rand() };
Change-Id: Iea9808492cd3fbcf078e61bbc184bdc434e7cd8a
|
|
Change-Id: Ied3f21fa021ad0dbe044ae05941389810462d821
|
|
Change-Id: I8da852f3b5e89dcb09c25afe22906b1d902bff0c
|
|
Change-Id: I2b95f965ad6f00dd2a63114f8ec32a4acf606608
|
|
Change-Id: I4586cb27505bbdc20a543fc812d8b480b4b94236
|
|
so that on version bumps and/or added/removed patches that we
rebuild them from scratch, which hopefully will make incremental
builds post external module bump pain-free
Change-Id: If268401a2794989d49861c08f7a69ef926cf5809
|
|
This change will not be pushed in upstream libcmis-0.2 branch, so I
backported it here as it will be needed to show a list of repositories
in the filepicker UI somehow.
Change-Id: I5427e96ddf548c14d2a3b6988e4352c832ac7a0b
|
|
Change-Id: If065fe11b708d8c7135b5740169cc2ce17581000
|
|
Change-Id: Ifbdaa6fce3812ff7d5c884527924b0b321133856
|
|
Change-Id: Iaa42756f596333747a9100e075a2638b839175b3
|
|
Change-Id: I61e04283702f0ae839bfdd15c51a42ddbe002b86
|
|
Change-Id: I7ea63acbe2f75f1e53611d75a6adc14c2bcac887
|
|
Among the useful fixes:
* SharePoint fixes
* Base64 encoding fixed
Change-Id: Ic39a8d7ef9e9e19d5e0e37b6bfe86d0b2ba1bece
|
|
Change-Id: I56b5bcd459c79de5be079d0c6563148e17f0bc9b
|
|
Change-Id: I0ea2191a281405a0672fac2f8c1d4dafea224ef4
|
|
Change-Id: I2e97af8b0d1d6a6770730aa0bf22556b2ec115c0
|
|
Change-Id: Ibc600ce33bd59b3fd2d5ff29c5fb19710dc0df8f
|
|
Change-Id: I9ee6283a7f4a0b436ea89c7bd16af756c6aa36e4
|
|
Change-Id: I I I Ieb36a287824e347e3ccc57c2c0abc6defbae5f47
|
|
Change-Id: Ic8e3666d25a0776ddaa8fa0a462275f771befca3
|
|
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
|
|
|
|
...which has the necessary features to support it.
Change a lot of classes to either contain a protected non-virtual dtor
(which is backwards compatible, so even works for cppumaker-generated
UNO headers) or a public virtual one.
cppuhelper/propertysetmixin.hxx still needs to disable the warning, as
the relevant class has a non-virtual dtor but friends, which would still
cause GCC to warn.
Includes a patch for libcmis, intended to be upstreamed.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
This allow to run make in a module wihtout the need to source
Env.Host.sh.
|
|
In order to not have the offending local _ZNSs4_Rep20_S_empty_rep_storageE
symbol in ucpcmis1.uno.so, build it and statically linked libcmis
with hidden visibility.
|
|
|
|
|