- 29 Haz, 2013 8 kayıt (commit)
-
-
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 32 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
-
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>
-