- 29 Haz, 2013 16 kayıt (commit)
-
-
Ivan Timofeev yazdı
Change-Id: I4411ffaa3c8bc73891fc854894cca9d5ab1a1dc5
-
Khaled Hosny yazdı
When drawing right aligned text, rounding errors in the position returned by GetDrawPosition() cause the right margin of the text to change whenever text width changes causing "jumping letters" effect. So here we calculate the drawing position relative to the right margin on our own to avoid the rounding errors. That is basically a hack, and it should go away if one day we managed to get rid of those rounding errors. Continue using GetDrawPosition() for non-right aligned text, to minimize any unforeseen side effects. Change-Id: Ia095a17a41f723f5fb7afc99df4250262e9a0051
-
Thomas Arnhold yazdı
Change-Id: I8fdaf2af22dcdd20706d1200bbc1d258e717f414
-
Caolán McNamara yazdı
Change-Id: Ic5fc9abfb5485a120af86b7832b0bc79f9d470f9
-
Thomas Arnhold yazdı
follow-up of a7674482 Change-Id: I25f40c601454c092078307d931333af1bc1447ac
-
Tor Lillqvist yazdı
Change-Id: Idd4d01c61ccba493554e359bc6ff4298e39633e3
-
Julien Nabet yazdı
Change-Id: Iadc3a3dddb7d6df22888e76e8f69e6a829ea901a
-
Julien Nabet yazdı
Change-Id: Icd8aedbe66943bb06720af3fb572f7acce96c05e
-
Julien Nabet yazdı
Change-Id: I7a986f39baf515b19255851f38600f112fe8b021
-
Julien Nabet yazdı
Change-Id: I9fa98ac78463f91c442f5b23b04c44457436e91f
-
Markus Mohrhard yazdı
Change-Id: I58f06a57a05ef007afc203c737acfe29df6ea6a3
-
Markus Mohrhard yazdı
Change-Id: Ib404958e2bc0e3bfe075d1c94f348e907ee004c8
-
Markus Mohrhard yazdı
We need to map localized style names during import and export from and to ODF. The default styles are the only localized style names and are not imported with the name written into the file. Change-Id: Ibdc2f750b7a4b7ce6994b22248e237fe95ac638d
-
Markus Mohrhard yazdı
we need this code in our next step for some mappings in the filters code Change-Id: I059d9d05877846215e1a967123dc253de605417e
-
Markus Mohrhard yazdı
Change-Id: I2f4feecb3180b165f6b9b299ecb3dcdbb65f87e3
-
Markus Mohrhard yazdı
Change-Id: Ifc7c8f061861f61384e68ad30daed35e9870955a
-
- 28 Haz, 2013 24 kayıt (commit)
-
-
Markus Mohrhard yazdı
When the formulas depend on cells outside of the paint range we need to update the whole range. This approach will update the range more often than necessary but prevents that we need to mess with ScFormulaCell. In the future we should replace ScFormulaCell in this part of the code with something simpler that will correctly fix this problem. Change-Id: Ie8a8e5205f9ea1e43bb6d9f8bee6e0bab29e4840
-
Markus Mohrhard yazdı
Change-Id: Ie3117c26b347e1a8996ef9cbcb8b0d6ee561b5b3
-
Markus Mohrhard yazdı
Change-Id: Ife9a2d7d5f6e47a16b0572b43f20d3010d60f277
-
Michael Stahl yazdı
Change-Id: I569e7fd3cf9e418af03285f4f499f5ea3a0c0dc0
-
Ivan Timofeev yazdı
This patch fixes horizontal scrollbar in Calc when a sheet is RTL and UI is LTR. When a particular window (horizontal scrollbar in this case) is RTL and a whole UI is LTR this code used for mirroring and re-mirroring back coordinates. AFAICS mirroring is correct, but re-mirroring is not. The used formula comes from commit 69b684b1, and the same formula appears in the other variant of overloaded function "mirror": mirror(sal_uInt32, const SalPoint*, SalPoint*, const OutputDevice*, bool), but it does not affect the bug. Change-Id: Iec9c53edce9d33be6b676d1094bed8bf92f2e435
-
Ivan Timofeev yazdı
Change-Id: I518e9bcf673ffd1f17ecb51c2c4f962a2f722446
-
Ivan Timofeev yazdı
returning false here in getNativeControlRegion results in a fallback to square buttons in vcl scrollbar code. But there is no problem in gtk+ backend in this case, let's fix the problem differently. This reverts commits 898a3e84 and e8e82bd2. Change-Id: I66fcdd1f27d471321852445e5881cee03baef7b1
-
Kohei Yoshida yazdı
Change-Id: I85787366313e38ce0ff503c7677e4407c1e2e30e
-
Caolán McNamara yazdı
Change-Id: I04e5a96cb7fb5e7b8955a98eae2fdc01d4caa798
-
Jan Holesovsky yazdı
Change-Id: I41cecd6b4a1ce5789638df04d27a08f158356b81
-
Jan Holesovsky yazdı
Change-Id: I1670ab45de7da6097e92ebdac6bc9928bacc72ba
-
Jan Holesovsky yazdı
Change-Id: Ibd7c08e6dba70f802aeb8027e1ce5b522ca50edd
-
Jan Holesovsky yazdı
Change-Id: Ifdc07bcdb21493e471c05afa65c29239e4ae3732
-
Jan Holesovsky yazdı
Change-Id: Ib1afe892ebb23422cb5ce405ccbaed7e211ef5de
-
Jan Holesovsky yazdı
Change-Id: Iab60c34dc7f8ce8cb65f709a65e2f1914f06c48a
-
Jan Holesovsky yazdı
For the moment it is easier to do it as it was done before, and cleanup later. Change-Id: I122870ffb51a7ee61825a3ac9e83e9e0a3335c4f
-
Jan Holesovsky yazdı
Change-Id: I88879e4985f0864e874619107754b224d8fd2d2e
-
Prashant Pandey yazdı
Change-Id: Ib51c1499c51d9d7ca87f90622add431a8755dac6
-
Takeshi Abe yazdı
Change-Id: Ia390987749be2d1d642d4add11efcc892a81722a
-
Michael Stahl yazdı
Change-Id: I509984a6029b6a86fd1ee3f947394af9cdf71c6a
-
Michael Stahl yazdı
Change-Id: I73aae52cc482f87fb27c35c5c0d9f7b378760906
-
Michael Stahl yazdı
Change-Id: Iedf60c9729067214365a74222be6a59c19d0f7d5
-
Thomas Arnhold yazdı
Change-Id: I9e83c797da7e8a30d08db0ca0279a73d3f335477
-
Lionel Elie Mamane yazdı
Change-Id: I3597aadab8b13703ed7b7731d530320c4e5999be
-