- 19 Haz, 2015 40 kayıt (commit)
-
-
Eike Rathke yazdı
This reverts commit 26dacbb13d7d40b5ed2bf934dbf94b35919d0562. Change-Id: Ic8ebd787cf920041540b35ffd75e3f136872274d Reviewed-on: https://gerrit.libreoffice.org/16374Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I406977acab12a2f805de1f57b91378e9b80195d4
-
Caolán McNamara yazdı
its clearly accidental to do this only for gtk3, left over from various screen/xinerama untangling efforts Change-Id: Ic91f41fad5748f68fbefca1d6798fef6e2efe469
-
David Tardon yazdı
Change-Id: I3fbbd0f3b42a3be1c2a9c54eb8f35dd18f550b16
-
ritztro yazdı
Change-Id: Iea8879b2ef9e4d23ce5ea0be364d1359f174e5c4 Reviewed-on: https://gerrit.libreoffice.org/15241Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Ie96ccd3b3b0e2bebf10496f91d110d9a1a62e133
-
Stephan Bergmann yazdı
...with numeric values that are not meant to be characters. Inspired by <https://gerrit.libreoffice.org/#/c/16339/> "OUString: add constructor from single Unicode code point" and ecaf1cb3 "seems to be what was meant." Found e46e8d19 "Shall this produce a string representation of a number?" and f2a0e403 "Don't truncate a UTF-32 code point to a UTF-16 code unit." (LIBO_INTERNAL_ONLY mostly because it uses a C++11 delegating ctor for simplicity, but also because it requires mild modifications to client code, see additional changes in this commit and some other recent commits.) Change-Id: I8a156f01d1b772c6052d7afaa088ae13ed234e2b
-
Noel Grandin yazdı
This reverts commit 30e87214. which I accidentally pushed.
-
Noel Grandin yazdı
workaround GCC4.8 issue Change-Id: Iea4d10a02a114ce94e0219e8b89acf48db5411d0
-
Noel Grandin yazdı
the benefit here is that we avoid setting bObjOrdNumsDirty to true, because we almost always need the ord number the very next time this is called. Change-Id: I0b974b79e69754d35095e197400584df4a89bfe9
-
Noel Grandin yazdı
Change-Id: Iaa1164904febd8e97d4962e4004ec4719a1f4a42
-
Michael Stahl yazdı
Set the UILocale to en but do that with a registrymodifications.xcu as setting it via configmgr requires a restart. Change-Id: I26d9f6aa07852a7f18e2b3b7baccdb2e85524ea4
-
Noel Grandin yazdı
Change-Id: Ic889efaca00ad9600b1b5c8452aa7ee819e63c89
-
Caolán McNamara yazdı
Change-Id: Ibf2184f565225423f57597fe96164565b5a3194a
-
Jan Holesovsky yazdı
No need to introduce a special env. var for this I hope. Change-Id: I700299c4f40d504a4a437e9bb73f5b24856f9bf8
-
Caolán McNamara yazdı
Change-Id: Ibc9e93c702e885b14d7c0beac453479e9171f329
-
Caolán McNamara yazdı
Change-Id: Iee0c33cba80243b39b6de96cf58b8b274346e522
-
Caolán McNamara yazdı
Change-Id: Ic6a373fd3d809f7fc8b3d7f724be7a56383f3fa8
-
Noel Grandin yazdı
after my commit e0f3e7c0 "tdf#42374 some small optimisations for opening this PDF file" Change-Id: I908770ca618581ffe26ebb2205b804d1abcae5a7
-
Miklos Vajna yazdı
Change-Id: I29df1873b3954aa64a613e06c53c8e9acfa6a79d Reviewed-on: https://gerrit.libreoffice.org/16369Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Stephan Bergmann yazdı
(like 8313f683) Change-Id: Id170cc95f5271d3e5c3fa84dafd848e7f8a96503
-
Stephan Bergmann yazdı
Change-Id: I769cc6e11909c7f4c6394fdc4dec8a12b9a67af8
-
Stephan Bergmann yazdı
Change-Id: Ibec141be604f15d1c6358d3365a7a3e60c135f1f
-
Stephan Bergmann yazdı
...instead of assembling a OUString and calling OUString::hashCode. It appears that these hash values are only used in std::unordered_map instantiations, not used as part of a stable file format. Change-Id: Ie3f78b2cc9e162ac9777c7e5f4164a12bc9a62a4
-
Stephan Bergmann yazdı
(One difference is that for an XFListLevelBullet for which SetBulletChar has not been called, ToXml will use an empty string now instead of a string containing a single NUL character. But given that initializing m_chBullet to zero in the XFListLevelBullet ctor was only added recently with 72069675 "coverity#738770: Unitialized scalar field," assume that ToXml is supposed to be only called after SetBulletChar has been called.) Change-Id: I7a5d7496b038cd094ab11ef8cbc1823ffc5bc130
-
Stephan Bergmann yazdı
Change-Id: I951e95c4c81e7e0b4bfb2246c163809863fedac5
-
Stephan Bergmann yazdı
Change-Id: Ie332b3d088547f6bcc676471182420766ecfedca
-
Stephan Bergmann yazdı
Change-Id: Ie12370fbd0b1d5aaacd56d6e21de29b6134d9741
-
Stephan Bergmann yazdı
Change-Id: I057c2d346be6a6775f01a3a32edd4fc8224271a5
-
Stephan Bergmann yazdı
On the one hand, the code had apparently treated nIdx as a sal_Unicode character value ever since its inception in e7189508 "new querydesign." On the other hand, the preceding BROW_VIS_ROW case does produce strings "0" and "1". Change-Id: Ife6e98ba32146cc469b722fa4f013c12152b5505
-
Stephan Bergmann yazdı
...on a string potentially of length > 1 Change-Id: Ibdb8c3bb6e1630883069ff7dd17161014548ee76
-
Stephan Bergmann yazdı
Change-Id: I505400d539c36744a5ac138e63346a2a38f07b51
-
Jan Holesovsky yazdı
Change-Id: I279187a80b4c6d1fe9e34e38451abeb496e53b37
-
Noel Grandin yazdı
Change-Id: I336e6ea9b08edaa7e9718f8af9c112b983eeaa58
-
Noel Grandin yazdı
after my commit e0f3e7c0 "tdf#42374 some small optimisations for opening this PDF file" Change-Id: Ib9dc0aaf3ad2afca272160a934049d89bbd54175
-
Noel Grandin yazdı
Optimise the reading of the imported PDF file by reading in larger chunks. Eliminates roughly 10% of the time on my box Change-Id: I48fff325076850a4ccd32ad85a3092621a923034
-
Caolán McNamara yazdı
Change-Id: I4efe8bdfb7080365094306aee9db6b69a7f9e86a
-
Caolán McNamara yazdı
and use the generic implementation (for now at least) for the PRIMARY selection and use this for the CLIPBOARD selection Change-Id: I31d65534481dc73f0cf65d68a663b7dfbb13aa31
-
Noel Grandin yazdı
which was rendering it largely useless for hashing purposes Change-Id: Ie94457ea0a6e53fd9ceed9461656e2d3b0840d58
-
Noel Grandin yazdı
makes it about 10% faster Change-Id: I145faed5aa7c312372f08cc651df5afcf10c70ab
-