- 04 Mar, 2015 3 kayıt (commit)
-
-
Stephan Bergmann yazdı
...that hack was in there since the initial import, but it is unclear to me what it shall fix, and it rather leads to problems as reported by -fsanitize=signed-integer-overflow when OuptutDevice::PixelToLogic of a 1x1 Size calls ImplPixelToLogic with n=1, nMapDenom=LONG_MAX causing the computation of 2*n64 to overflow on 64-bit Linux. Change-Id: I2465da46175b8a1d4af1c23fb3df993230eec78d
-
Miklos Vajna yazdı
Change-Id: I53ea0be24123a5466e0659196a3990782cc66b3b
-
Caolán McNamara yazdı
Change-Id: Ica2563d9e8da15e19eb38246d4de54a1fcb75655
-
- 03 Mar, 2015 22 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: I3589214b540232d84ad86c67991065f7d376c94b
-
Michael Stahl yazdı
Due to the wildcard checking for it will actually attempt to check for the SDK 8.0, which fails with Visual Studio 2013 because its SDK 8.0 apparently lacks a midl.exe, so configure fails. Change-Id: Ib0e61a3a999d6a2ebe16645225fc9838dab3bdb1
-
Julien Nabet yazdı
Change-Id: I0aef0c185457687aa0e40a4a1e8024d9e691093f
-
Julien Nabet yazdı
Change-Id: Id4262fa42c9c13722ceb2f91f01876614cbf1ad2
-
Stephan Bergmann yazdı
Change-Id: Id739c8c9f76343b28016ea868c587a52909cdd07
-
Julien Nabet yazdı
Change-Id: I64995f15e8367412f345c6505668a1c560eef1ef
-
Michael Stahl yazdı
Change-Id: I1e1ca09e870461990c919938ed0902c8b90c4413
-
Stephan Bergmann yazdı
...by making more liberal use of already existing sca::analysis namespace instead. Change-Id: I17355b3aca3a5f415db1de718feba9153012bb2a
-
Stephan Bergmann yazdı
...in sc/inc/callform.hxx and scaddins/source/analysis/analysishelper.hxx, where using -fvisiblity-ms-compat for Clang -fsanitize=* on Linux would make both _ZTS8FuncData externally visible and confuse -fsanitize=address. Change-Id: I216665ca8931dbe22a7f9eccd4fa7d73592ef0b5
-
Stephan Bergmann yazdı
Following up on 7a4cc197 "Also on Linux do not export symbols from static orcus libraries" that turned out to not be enough to prevent ASan ODR violation reports after f0aa1a78 "For Clang -fsanitize=vptr use -fvisibility-ms-compat, not -fvisibility=hidden." Given that liborcus is only ever linked in as a static archive, it is hopefully OK (intended, even?) to not export any of its symbols. Change-Id: Ib8eb084def1725374747a389065bf8186218786e
-
Stephan Bergmann yazdı
...in certain Windows build environments (whatever it is exactly that causes some Windows builds to fail with "error C3861: 'InetPtonW': identifier not found" while others succeed). Unclear what the original reason was for setting _WIN32_WINNT here, but removing it hopefully does not break anything. Change-Id: I83222ad010d428cf2b9c447760ea47381552d04a
-
Rishabh Kumar yazdı
Creates a rectangular text area with following attributes- Color-Black Transparency-20% Alignment-Bottom Default Text-Click to add Title Change-Id: Ifb75c57fd19d41635fd4e397cbfe2b8a65975eb6 Reviewed-on: https://gerrit.libreoffice.org/14517Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Jan-Marek Glogowski yazdı
There are quite some places, which manually walk the vector of SwPageDesc to find the named item. Replace all of them and also drop the duplicated and unused GetPageDesc function. Additionally adds a ContainsPageDesc function, which checks the vector for the SwPageDesc pointer. Change-Id: I7ade35b78d8208dc00ee56a8f83c3ebadaebb8af Reviewed-on: https://gerrit.libreoffice.org/14508Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tobias Lippert yazdı
The code is now more robust and will accept illegal arguments. Change-Id: I43ae82b953cea845fb170aa7b6e8d42470ad4e5e Reviewed-on: https://gerrit.libreoffice.org/14580Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Yousuf Philips yazdı
Change-Id: I89eb4a5a984e94588103e5b36f786152c679ff82 Reviewed-on: https://gerrit.libreoffice.org/14602Tested-by:
Caolán McNamara <caolanm@redhat.com> Reviewed-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I93479fe18e1ea3e58dcec46a43fe1a89647c8000
-
David Tardon yazdı
Change-Id: Ifef96196192d4a636475ff4d9f2b9602c4106e28 Reviewed-on: https://gerrit.libreoffice.org/14698Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Yousuf Philips yazdı
Change-Id: I99058377251e690784a3450e2610a4aa06c7a786 Reviewed-on: https://gerrit.libreoffice.org/14702Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I5c185f9306f73f787f38566ba5335b5a8f51ee1d
-
Caolán McNamara yazdı
Change-Id: I309eaef08f597658c068170875733e5e1daa56ef Reviewed-on: https://gerrit.libreoffice.org/14715Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Miklos Vajna yazdı
Change-Id: Ic245fe20e364be8c4110a52f5f91b611adb187db
-
Stephan Bergmann yazdı
Change-Id: I88ab4c51ff59312127681d3087d22b9c79192b94
-
- 02 Mar, 2015 15 kayıt (commit)
-
-
Thorsten Behrens yazdı
aVRP and aVPN were initialized through the call to the same function Change-Id: I8ebc2d474521a4cedb5ed72bc14c8596887ac740
-
Julien Nabet yazdı
Change-Id: I70b8249827c799610a0466ebd5559169c4fac6ec
-
Laurent Godard yazdı
the gtk-cancel button overlapped the "adding extension" label if %EXTENSION_NAME is too long. Change-Id: Ia6a650d7ff82853155da67527a1cdc865b01148e Reviewed-on: https://gerrit.libreoffice.org/14717Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Stephan Bergmann yazdı
Change-Id: I0e91619efc9375e92c918e93d1fd3ec02f4c686a
-
Stephan Bergmann yazdı
(after removing the one remaining use of gluErrorString in a SAL_WARN call) Change-Id: Ib94e346d73e508e69c07deafdc690e3ae0e23d4e
-
Caolán McNamara yazdı
so how about we just move all of the svp "headless" stuff into vcl proper Change-Id: Ibf4ab0b0698ef031ffeeb05ef9bbcf3b89144010 Reviewed-on: https://gerrit.libreoffice.org/14714Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Lionel Elie Mamane yazdı
at *m_aValue.m_pValue. But there could not even be a pointer there, e.g. if m_aValue.m_nIntXX is in use. Then the pointer dereference usually leads to a crash. Can e.g. be reproduced by calling getBytes() on an integer column of a RowSet. Change-Id: Ib5361d838d2869142fd797d4e3454e2562ea7acf
-
Lionel Elie Mamane yazdı
also handle UNO exceptions that are not RuntimeException Change-Id: I7050de6ee4b2e4f2af2e0a0be42ba65e0bc028db
-
Tor Lillqvist yazdı
Change-Id: Idd28be5ed39298d8a49466724ac8600df4473464
-
Caolán McNamara yazdı
Change-Id: I49c022b29a2771b5091ba04b85e5117773730b85
-
Stephan Bergmann yazdı
Change-Id: I45eabbe9d1a4e3f85f16c2869c4031fc06f5ef31
-
Caolán McNamara yazdı
Change-Id: Iee15e6f2a08447ccbb82b39146cd5ade68e82b1e Reviewed-on: https://gerrit.libreoffice.org/14711Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Iea35e1377613a16a05c0df73cd9a38f4b717f015
-
Caolán McNamara yazdı
Change-Id: I1dc064886516777ef4f714c2e4ecc95abd053dbc
-
Caolán McNamara yazdı
Change-Id: Ie7defb4233a8ed51d358f8686ea8bfb6d22bb4c3
-