- 02 Eyl, 2015 2 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: I4888d0474199bb10ca81d1ad03118a150f574671 Reviewed-on: https://gerrit.libreoffice.org/18235Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Miklos Vajna yazdı
Change-Id: Iddc51cd927fa4e2e44c094909892102158f07389
-
- 01 Eyl, 2015 38 kayıt (commit)
-
-
Stephan Bergmann yazdı
...for arg that ultimately ends up as const GLVoid *pixels arg to glTexImage2D Change-Id: I69ba2f1dd397fa103f3f59638bec727add3caed7
-
Michael Meeks yazdı
Change-Id: I55df85df2d01c322e5725fb2844333f967ef48e2
-
Michael Stahl yazdı
Change-Id: I6c9742c8be222a33feea9f6291b29dde73869a93
-
Caolán McNamara yazdı
Change-Id: I667a8582a740f5fbbcdbcd82907e40e82f6165a1
-
Michael Meeks yazdı
Change-Id: If15e30908103780d5d01191ee98f390dbebfc1d3
-
Michael Meeks yazdı
Change-Id: Ia36f8424226da4e66ae991abd4d6f24604db324c
-
Tor Lillqvist yazdı
Change-Id: I01290e9257aff844106b677ce2167b4b0ee96dd2
-
Tor Lillqvist yazdı
Change-Id: I2ab166ab0286213bf61f83fc257a3cc7123413c6
-
Stephan Bergmann yazdı
Needs to be enabled manually for now by changing CONFIGURATION_LAYERS's tail from " user:..." to " user:*... dconf:!". Change-Id: I31cd806f21d2ded376832faf98f49167b7243d1c
-
Stephan Bergmann yazdı
...to avoid having multiple dconf paths for the same set element (with different template names or operations encoded into the dconf path segment), esp. when introducing write-back into dconf. Change-Id: Ieebad3b1024dd7607022abbfa963850b05c26d65
-
Tor Lillqvist yazdı
Change-Id: Ic2230e1d1f54e27d4189fc56b525a7e76ddab649
-
Jan Holesovsky yazdı
Change-Id: I840e8bb2d2ccae869c330bb32dba484b4a835a51
-
Michael Stahl yazdı
Change-Id: I20eb3379838c5255ff47882b6693908b5971653f
-
Michael Stahl yazdı
Change-Id: I846180641279b19f6bd4ac14c3e840e0bec4ded5
-
Michael Stahl yazdı
Change-Id: I74181ccf42e86bc6b65056199e6102bc05518a34
-
Michael Stahl yazdı
Change-Id: Iad91811a0e674b3541d51f3e94a9a5770bfda0a1
-
Michael Stahl yazdı
The OFOPXMLHelper class causes duplicate definition link errors due to its WeakImplHelper base class. It turns out that the OFOPXMLHelper class itself is only used by other exported functions in comphelper itself so just hide the implementation detail. Change-Id: I3ac8c561af703193cc2609e2c799b630a0d43127
-
Michael Stahl yazdı
Try not to export the WeakImplHelper symbols as that causes duplicate definition errors with the class OSelfTerminateFileStream that has the same WeakImplHelper base. Change-Id: Id41bfed24617113de48c76ab6802b21a8892e66f
-
Eike Rathke yazdı
Change-Id: Ib080b5292e48ea0709217cd4e3e697ae1fa5d4cd
-
Eike Rathke yazdı
Change-Id: I354698d6959aeb9ce022ecc420f2e10b0155c184
-
Caolán McNamara yazdı
Change-Id: I7aa99f3a6668e66b8d02e20b7ea1cf0862e5d760
-
Marco Cecchetti yazdı
Now can be accessed through the vcl_get_crc64_table() function Change-Id: Ife85dde373a48652a0d67460184c1f325eb91702
-
Marco Cecchetti yazdı
Change-Id: Ic3fa76557746242ca99e3ce63ea73ec1d2b11f50
-
Marco Cecchetti yazdı
Change-Id: I50e4b30e0932f092db9e7d60e50f88f2b7e83895
-
Marco Cecchetti yazdı
Change-Id: I5226a55ba804d494a8c9c9c9b5cd7ed3889eafbf
-
Michael Meeks yazdı
Change-Id: Ic75801d7ad941ba802ffe418d5c666b1e7b0e94f
-
Marco Cecchetti yazdı
Change-Id: I647941591615733caa546a8710817616923afa85
-
Miklos Vajna yazdı
Since BitmapChecksum is a typedef for sal_uInt64. Change-Id: I768fa5134fa6e86559f3c6cbe1071093b4e68152
-
Marco Cecchetti yazdı
Changed the size of the string buffer used for converting 4 integer values into a hexadecimal string: aHexStr.setLength(24 + (2 * BITMAP_CHECKSUM_SIZE)) Change-Id: I5936bae4ce3b41e85a68f6f342b5288f7f9395fe
-
Marco Cecchetti yazdı
Change-Id: I733240798a8415602b824a9732193c344fe53a5c
-
Marco Cecchetti yazdı
Change-Id: I2cedf8acf73f71529f4090ff2f9fce7ab7663e68
-
Marco Cecchetti yazdı
(nWidth * nHeight) < (1024*768) || nWidth < 128 || nHeight < 128 Change-Id: Iedda6a333958c76c19b837890eb3fa28e631bc90
-
Marco Cecchetti yazdı
Changed hardcoded checksum value in ooxmlimport unit test (testN777345). Change-Id: Ied43bf626be82c0e7f6c62e965d0704fc645ac19
-
Michael Meeks yazdı
Change-Id: I9e4d36105a59c5f81677d8e062106dae6f709464
-
Michael Meeks yazdı
g Conflicts: vcl/inc/salbmp.hxx Change-Id: I57d1e4b8e4909ce0b82c9e61ca271768cc73cd8b
-
Marco Cecchetti yazdı
Defined BitmapChecksumOctetArray which is an array of bytes whose size is the same of BitmapChecksum. Defined a routine for converting a BitmapChecksum into a BitmapChecksumOctetArray. Change-Id: I70d17ab8b841795ae27c60b418d6b090bff604bb
-
Marco Cecchetti yazdı
Change-Id: I72916f18966756ecc99e77f1b164e99377eb456e
-
Marco Cecchetti yazdı
A typedef sal_uLong BitmapChecksum; has been added to include/vcl/checksum.hxx Wherever needed sal_uLong and sal_Int32 has been substituted with BitmapChecksum. A BITMAP_CHECKSUM_BITS constant equal to the amount of bits used by the BitmapChecksum type has been defined and used in `GraphicID::GetIDString` (vstools/source/graphic/grfcache.cxx). Change-Id: I74bd285089e58a8b18c06233d75b87023c7bf31b
-