- 28 Haz, 2013 40 kayıt (commit)
-
-
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
-
Lionel Elie Mamane yazdı
When converting a parse tree to SQL snippet for a predicate in the context of a column, we skip the name of the same column in 'simple' cases. This is used mainly in the "Criterion" lines of query design, and in the search/filter dialogs of forms, tables, etc. In all other cases (such as when creating a full SQL command, or for references to *other* columns than the context one), the column name must be printed out. In this respect, the condition "should we skip the column name?" in impl_parseLikeNodeToString_throw was buggy, and different from the one in the general case (in impl_parseNodeToString_throw), leading to generating invalid SQL like: SELECT foo, bar FROM baz LEFT JOIN qux ON LIKE qux.quu instead of SELECT foo, bar FROM baz LEFT JOIN qux ON baz.baa LIKE qux.quu Change-Id: Ie14fce319554a66feb0fd0ce1a03d947a46a820a
-
Miklos Vajna yazdı
Change-Id: I74e371b531d1a0d5cc9393dd10b9ee2c65ac2e4e
-
Luboš Luňák yazdı
Should have been included in daaaaf7d . Change-Id: Icc6ecf42580d708dc8c610866212ece2e2026452
-
Caolán McNamara yazdı
Change-Id: Ie9408fecfdb9216a6a80d92a2c215ebf25997e9f
-
Caolán McNamara yazdı
Project: help e26aa35eb646a5f0e1256c72af000595c4845016
-
Lionel Elie Mamane yazdı
Change-Id: I5f2ef1ecff7e2071b55c27b9dc60e7d92950435c Reviewed-on: https://gerrit.libreoffice.org/4563Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Jelle van der Waa yazdı
Change-Id: I062570091ebea0ad30f09b0358ab664a3ff949ef Reviewed-on: https://gerrit.libreoffice.org/4316Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Isamu Mogi yazdı
From 8e784b59 Change-Id: Iab0ac8ef53cf0d3d1f1f1ec23ee9a26a3d89f38a Reviewed-on: https://gerrit.libreoffice.org/4435Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Thomas Arnhold yazdı
Change-Id: Idb9971d848870f4d00dbf77e80e48bf7dfde8913 Reviewed-on: https://gerrit.libreoffice.org/4601Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Thomas Arnhold yazdı
Change-Id: I8a90bfcfff904d42a529644ae7b6f03d0ac762eb
-
Thomas Arnhold yazdı
Change-Id: Ib2c6ae071525ba52ee754439c1405da79fa3eeaa
-
Andras Timar yazdı
Change-Id: I978229bc783c2d2314d6faa94693af85766d3546
-
Caolán McNamara yazdı
Change-Id: Ie785f4b112b8992707f886720d92bd34d0823f39
-
Caolán McNamara yazdı
Change-Id: I57f9cc8fbdb9d2a304c346e03893fa55d6a61bd5
-
Caolán McNamara yazdı
Change-Id: Icc91931ec3eb4ea73476f3f570ca5eb7ef784dce
-
Andras Timar yazdı
Change-Id: I7f69b3809790b6313b4487935745eec73a34a465
-
Andras Timar yazdı
Project: help 12227e8292bb583346c7fca808ddb78fde0f5011
-
Andras Timar yazdı
Project: help e2321b4d8fd5c889e817efdce243d8255f9e167a
-
Andras Timar yazdı
Change-Id: I2ea80005662c58ec74c0991026a2bb5e11399f31
-