Age | Commit message (Collapse) | Author |
|
Change-Id: I9fa98ac78463f91c442f5b23b04c44457436e91f
|
|
Change-Id: I58f06a57a05ef007afc203c737acfe29df6ea6a3
|
|
Change-Id: Ib404958e2bc0e3bfe075d1c94f348e907ee004c8
|
|
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
|
|
we need this code in our next step for some mappings in the filters code
Change-Id: I059d9d05877846215e1a967123dc253de605417e
|
|
Change-Id: I2f4feecb3180b165f6b9b299ecb3dcdbb65f87e3
|
|
Change-Id: Ifc7c8f061861f61384e68ad30daed35e9870955a
|
|
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
|
|
Change-Id: Ie3117c26b347e1a8996ef9cbcb8b0d6ee561b5b3
|
|
Change-Id: Ife9a2d7d5f6e47a16b0572b43f20d3010d60f277
|
|
Change-Id: I569e7fd3cf9e418af03285f4f499f5ea3a0c0dc0
|
|
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 69b684b12e42bf1396bdffca88ca880ac3c2e00b, 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
|
|
Change-Id: I518e9bcf673ffd1f17ecb51c2c4f962a2f722446
|
|
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 898a3e84807bccbb876e3f5583728f6d24e05e9a and
e8e82bd2109b82ddd535cdac30303249c6b62942.
Change-Id: I66fcdd1f27d471321852445e5881cee03baef7b1
|
|
Change-Id: I85787366313e38ce0ff503c7677e4407c1e2e30e
|
|
Change-Id: I04e5a96cb7fb5e7b8955a98eae2fdc01d4caa798
|
|
Change-Id: I41cecd6b4a1ce5789638df04d27a08f158356b81
|
|
Change-Id: I1670ab45de7da6097e92ebdac6bc9928bacc72ba
|
|
Change-Id: Ibd7c08e6dba70f802aeb8027e1ce5b522ca50edd
|
|
Change-Id: Ifdc07bcdb21493e471c05afa65c29239e4ae3732
|
|
Change-Id: Ib1afe892ebb23422cb5ce405ccbaed7e211ef5de
|
|
Change-Id: Iab60c34dc7f8ce8cb65f709a65e2f1914f06c48a
|
|
For the moment it is easier to do it as it was done before, and cleanup later.
Change-Id: I122870ffb51a7ee61825a3ac9e83e9e0a3335c4f
|
|
Change-Id: I88879e4985f0864e874619107754b224d8fd2d2e
|
|
Change-Id: Ib51c1499c51d9d7ca87f90622add431a8755dac6
|
|
Change-Id: Ia390987749be2d1d642d4add11efcc892a81722a
|
|
Change-Id: I509984a6029b6a86fd1ee3f947394af9cdf71c6a
|
|
Change-Id: I73aae52cc482f87fb27c35c5c0d9f7b378760906
|
|
Change-Id: Iedf60c9729067214365a74222be6a59c19d0f7d5
|
|
Change-Id: I9e83c797da7e8a30d08db0ca0279a73d3f335477
|
|
Change-Id: I3597aadab8b13703ed7b7731d530320c4e5999be
|
|
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
|
|
Change-Id: I74e371b531d1a0d5cc9393dd10b9ee2c65ac2e4e
|
|
Should have been included in daaaaf7dcd3982c80031bda141822a469fd5cc6f .
Change-Id: Icc6ecf42580d708dc8c610866212ece2e2026452
|
|
Change-Id: Ie9408fecfdb9216a6a80d92a2c215ebf25997e9f
|
|
Project: help e26aa35eb646a5f0e1256c72af000595c4845016
|
|
Change-Id: I5f2ef1ecff7e2071b55c27b9dc60e7d92950435c
Reviewed-on: https://gerrit.libreoffice.org/4563
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Change-Id: I062570091ebea0ad30f09b0358ab664a3ff949ef
Reviewed-on: https://gerrit.libreoffice.org/4316
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
From 8e784b59f1c1ce33dc95a6c591ee514383b28f3f
Change-Id: Iab0ac8ef53cf0d3d1f1f1ec23ee9a26a3d89f38a
Reviewed-on: https://gerrit.libreoffice.org/4435
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Change-Id: Idb9971d848870f4d00dbf77e80e48bf7dfde8913
Reviewed-on: https://gerrit.libreoffice.org/4601
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Change-Id: I8a90bfcfff904d42a529644ae7b6f03d0ac762eb
|
|
Change-Id: Ib2c6ae071525ba52ee754439c1405da79fa3eeaa
|
|
Change-Id: I978229bc783c2d2314d6faa94693af85766d3546
|
|
Change-Id: Ie785f4b112b8992707f886720d92bd34d0823f39
|
|
Change-Id: I57f9cc8fbdb9d2a304c346e03893fa55d6a61bd5
|
|
Change-Id: Icc91931ec3eb4ea73476f3f570ca5eb7ef784dce
|
|
Change-Id: I7f69b3809790b6313b4487935745eec73a34a465
|
|
Project: help 12227e8292bb583346c7fca808ddb78fde0f5011
|
|
Project: help e2321b4d8fd5c889e817efdce243d8255f9e167a
|
|
Change-Id: I2ea80005662c58ec74c0991026a2bb5e11399f31
|