- 01 Eyl, 2015 40 kayıt (commit)
-
-
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
-
Marco Cecchetti yazdı
Change-Id: I70f82f16d5907ce0bbe2d838c4acee226886aab2
-
Marco Cecchetti yazdı
Added a C++ and a GLSL implementation of a 64-bit CRC algorithm. Changed hardcoded checksum value in ooxmlimport unit test (testN777345). Change-Id: I16bb985a14866775efda49e21fe033ff64645896
-
Eike Rathke yazdı
... bStartOnly is not the header row but only the top left cell. Change-Id: I8d93aeafa8d55b59defd4476b5bcc19b0e026e70
-
Eike Rathke yazdı
Change-Id: I6166293cfa0704ef96df917b7af1940d5efbdb14
-
Miklos Vajna yazdı
For one, aPos.Y() is meant to be the baseline position of the text. Based on the MSDN documentation and <https://www-user.tu-chemnitz.de/~ygu/petzold/ch05c.htm>, that means if we want to get top position, we have to only extract tmAscent and not tmInternalLeading. For another, ImplWinFontEntry::AddChunkOfGlyphs() adds a border of 2 pixels both horizontally and vertically, which means that then we need to undo that when counting the vertical position, too. Change-Id: I4ac8e881ea5910662674c2a1b53ece943487ccd9
-
Michael Meeks yazdı
Change-Id: I21726d0dd052fdc87e8dd36ff7122518325f6313
-
Caolán McNamara yazdı
since commit 74ef8a41 Author: Maxim Monastirsky <momonasmon@gmail.com> Date: Sun Dec 7 01:18:06 2014 +0200 Introduce ParaspaceIncrease/Decrease commands in Writer and Calc Change-Id: I53dab158160ed9840404e60917fbb8725517bcd3
-
Maxim Monastirsky yazdı
This reverts part of 745c7bce. The current behavior of affecting only the current document is useless, given that the same can be done by editing the corresponding styles. Actually I'm pretty sure that's why the wiki flagged the "Current document only" option as unnecessary. So let's go back to saving for all documents. Change-Id: I7ed9609bc93ae519ac89a6e6080a3b37b09633d8
-