- 27 Eki, 2015 40 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: Idcdc9aeb7d3fdca0a9db43c1cb518ab1d1b2f0f4
-
Michael Stahl yazdı
With one additional m_Effects.clear() in EffectProperties::assignUsed() to make it idempotent like it was before and avoid duplicating elements. Change-Id: I105535a2a250e682a5d6976e0c7f74374b1f31ac
-
Michael Stahl yazdı
Change-Id: I9ac46ffcf21e8af2cb3b92d4068981cafb271ebc
-
Stephan Bergmann yazdı
Change-Id: I49891d6c2149154c4fd524f79f3cbda17568fa7e
-
Stephan Bergmann yazdı
Change-Id: I5ee823c58061e31913c37291d5a854837fb48240
-
Matteo Casalin yazdı
Change-Id: I0752cbb0cb2e0f89607d81d9eda7ce7091449fd6
-
Matteo Casalin yazdı
Change-Id: I062f1f6c5b20ca47734a9a3cd1a229d51763a206
-
Matteo Casalin yazdı
Change-Id: I2b4b2673aa27de664f6c6780e67c70559ec61971
-
Matteo Casalin yazdı
Change-Id: I2ba2d867785765e4850c60070e86419f66e25f57
-
Matteo Casalin yazdı
Change-Id: I790cd140166bf0041abebbe0c4d9c15e931628f1
-
Matteo Casalin yazdı
Change-Id: I0dc8e00d65078ba910516a9b4473988fdbfe2cc1
-
Matteo Casalin yazdı
and cast size() to sal_uInt32 in ScCsvSplits::Count() Change-Id: I35de736702a58e82df6fe90396fe748161f1ff8d
-
Matteo Casalin yazdı
Change-Id: I9210db5196e5c40f450e8bedac2ddd9bd2299f9c
-
Matteo Casalin yazdı
Change-Id: Ia0fcd51c5c1cfaff86aeaab2919addcce6621322
-
Matteo Casalin yazdı
Change-Id: I1e91aa9da6fa3ead16ee8f7628dd8c44a7540238
-
Matteo Casalin yazdı
Change-Id: I59f1ff177e197db07ac9a9a33487d04c2a5e768e
-
Matteo Casalin yazdı
Change-Id: I16fba233346b807a4c216da70a71e66f2bb0e0a3
-
Tor Lillqvist yazdı
Change-Id: I4f76c7699333cd9236f5231984db5c6d02a31445
-
Noel Grandin yazdı
There is no point, since it's the size of a pointer anyway (found by temporarily making the new operator in uno::Reference deleted). Change-Id: I62a8b957fef9184f65d705600acfdab4116dcb34 Reviewed-on: https://gerrit.libreoffice.org/19603Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Maxim Monastirsky yazdı
Change-Id: I305163b691a8fa51ef5da0c940c59c3a3440a2dc
-
Maxim Monastirsky yazdı
Change-Id: I687a58e17ce30ced101c4585884106cff9b6292b
-
Tor Lillqvist yazdı
Change-Id: I4273a4ddc00d24f561cce6a21b5237d4dfc56a92
-
Tor Lillqvist yazdı
The actual transition is not yet at all like the one in the competing product. But some basic ideas are in place. Change-Id: Ie17a4fe03ae93abe51a2f1f760f417ee4b193e2c
-
Michael Weghorn yazdı
Options specified in PPD files can be grouped using the keywords "OpenGroup" and "CloseGroup". The keyword "InstallableOptions" is used as a group name for a group containing options that define optional hardware features of the printer that can be present or not (s. section 5.4 in version 4.3 of the PPD specification). As they are not print job specific, it is recommended not to show them in the print dialog. To be able to distinguish those options, the PPD group name was added as an attribute to the PPDKey class. Change-Id: I4a3abf23a711ad98556c0b608a07ef0a91e77e2b Reviewed-on: https://gerrit.libreoffice.org/19623Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de>
-
Andras Timar yazdı
Change-Id: I23db46dddae093a85dc4dcb0f7b12630a1e7aa3f Reviewed-on: https://gerrit.libreoffice.org/19624Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: Icbffa2973b3cb803950ffe280b95194795f8861c
-
Stephan Bergmann yazdı
Change-Id: I55595fdbc6ae5a51f402201cdc5f4adbdd86b984
-
Stephan Bergmann yazdı
Change-Id: Id57c9dded321b870002792056e9734ac3074a606
-
Noel Grandin yazdı
since it's only usage is there Change-Id: I882ddd3e08ab37cf7b3cca8121463598ea3d3bc4
-
Stephan Bergmann yazdı
...by again using 'long double' instead of 'double' to "force worst-case alignment," just like Python 3.3 used to do. This fixes -fsanitize=alignment failures like > workdir/UnpackedTarball/python3/Modules/_ctypes/_ctypes.c:2923:10: runtime error: member access within misaligned address 0x6110007af498 for type 'CDataObject' (aka 'struct tagCDataObject'), which requires 16 byte alignment > 0x6110007af498: note: pointer points here > ff ff ff ff 01 00 00 00 00 00 00 00 98 98 17 00 90 61 00 00 00 00 00 00 00 00 00 00 00 00 00 00 > ^ > GenericPyCData_new workdir/UnpackedTarball/python3/Modules/_ctypes/_ctypes.c:2923:10 > PyCFuncPtr_new workdir/UnpackedTarball/python3/Modules/_ctypes/_ctypes.c:3385:29 > type_call workdir/UnpackedTarball/python3/Objects/typeobject.c:908:11 > [...] during PythonTest_dbaccess_python. Change-Id: I8cc65823e1bc65807ec30c97a9099462e55c996d
-
Noel Grandin yazdı
Change-Id: I161cd52606c11b6008f5d8b1d8ee391692f91861 Reviewed-on: https://gerrit.libreoffice.org/19231Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: If703da1323e38df1c5e84d97a7d467dc8e639421 Reviewed-on: https://gerrit.libreoffice.org/19618Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
Miklos Vajna yazdı
Change-Id: I962ee5dc35d5b33c751890ff9d56850897c7d080
-
Miklos Vajna yazdı
Change-Id: Id9e18c67a4fa6e3646ac33cd616838819d1f10d8
-
Miklos Vajna yazdı
Change-Id: I89c434ba488963fdbaa9025bdd1dd420ab255dac
-
Miklos Vajna yazdı
Change-Id: Ibbcafef60e5074ef8b9e86bd6709bcfa50a5068d
-
David Ostrovsky yazdı
Change-Id: I2882a97d0e078bd3217170e7906cd41680fbc4a4 Reviewed-on: https://gerrit.libreoffice.org/17360Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
David Ostrovsky <david@ostrovsky.org>
-
Noel Grandin yazdı
Change-Id: I0684db21c260e38d1d2e32eb5924cf7e25212b4d
-
Noel Grandin yazdı
Change-Id: Id6dc03a5957adf657d12db7941273593a9f7c10f
-
Andras Timar yazdı
Change-Id: Ib32a4f2484466802ac6c9152e8dd41fc8c67aa46 Reviewed-on: https://gerrit.libreoffice.org/18560Reviewed-by:
David Ostrovsky <david@ostrovsky.org> Tested-by:
David Ostrovsky <david@ostrovsky.org>
-