Age | Commit message (Collapse) | Author |
|
look for places calling the 1-argument vector fill constructor and then
immediately called push_back, which is generally a sign that its
leaving empty slots.
Change-Id: I34e69b8d09cc48c0d409499faaf192b9f86bc517
Reviewed-on: https://gerrit.libreoffice.org/17525
Reviewed-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
Tested-by: Björn Michaelsen <bjoern.michaelsen@canonical.com>
|
|
Change-Id: I03541b984db147f8bd3ed35f83e297cf7eecd7f0
|
|
Change-Id: I8f385b2997585b3245ad862da60f0b394689b03b
Reviewed-on: https://gerrit.libreoffice.org/19463
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I946e1970647d8005f54ac0362f5c2b04f867b22f
|
|
found with
git grep -nP '(\w+)\s+=\s+\g1\(' | lots-of-hand-filtering
Change-Id: I598b0cfa6607823eaef09d95e610e05145c727f7
|
|
This reverts commit 84254268bf5902d2405815970218e1893a7a673e.
Change-Id: Id99bc1f44a4e23daaf2f12585981c0be66cbeda5
|
|
Change-Id: I44c44f96c0ece4d9412df234f57d0acb26b10f2d
Reviewed-on: https://gerrit.libreoffice.org/19423
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: Ib409b7fe4244b89f8767b20adcfae060f121b2f2
|
|
Change-Id: I51d39d9d1688c4c734cd132213ef654fdc7d9b8e
|
|
Change-Id: Icbba339dac0be31e30dff021bba06a219f8aecd6
Reviewed-on: https://gerrit.libreoffice.org/19405
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I936ddbabb22e3dc16080ef0b11d585ea98442e57
|
|
the Call() already does a check
Found with:
git grep -A 1 -w 'IsSet()'
| grep -B 1 '.Call('
| grep ':'
| cut -d ':' -f 1
Change-Id: Ia7248f5d62640b75f705e539c3d1183e39c0d847
|
|
found with git grep '// /'
Change-Id: I948cf9ae61bbbf2ec706ca5b0572c4f27c58c745
|
|
Change-Id: I631f34faf2befeb7cc61027c8fd59ef7b3543785
|
|
Change-Id: Ieffdfd1cc0d6b5cc0dd8394896aeb49838096a6b
|
|
Change-Id: I700ae8ff591ef1ea82887b1ec2cd7b4be04978db
|
|
Change-Id: Ifa5ba21308e32df44571fa2941370f2f11179580
|
|
Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274
|
|
Change-Id: I328ac7a95ccc87732efae48b567a0556865928f3
|
|
Change-Id: Iec15042138e0715459b2c9e872a7464d75a6b1eb
Reviewed-on: https://gerrit.libreoffice.org/19305
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: Icd01de71fe87e0bf17eba39f5b00fc9a46765509
|
|
Change-Id: Ie280fa01dbe25287d01b7f36d152ee55ce5dbe07
|
|
Change-Id: I7ab991e94005665809ec52b8d4310209eb6ef75b
|
|
Change-Id: I6347a1466038afd625cf59ae2ee87cb4e2014aa0
|
|
Change-Id: I0cb9cdec33924e560b24744cc78d632025a189fc
|
|
Change-Id: I28f4895814d9fc419274de5681efa535e815f822
|
|
This is a much better approach than my old one that tried to use the
correct XModel with the chart sidebar. Now everytime we leave the chart
edit mdoe we destroy the chart sidebar panels and recreate them when we
go back to chart edit mode.
As a result we no longer need to have worry that much about using the
correct ChartModel and about the lifecycle of the ChartModel.
Change-Id: Ie85ad82968e20a81f059d4bd930a83a70da35fc9
|
|
Change-Id: I6390f16a6c2346c4c903a34d702277b931bc0079
|
|
Change-Id: Ie2d1b466f5773799347aac59d7b5dc25f283b920
|
|
Change-Id: I3fa01a2d03e7de6438d0db0685e53e6b7ca6c25a
Reviewed-on: https://gerrit.libreoffice.org/19218
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Use negative Y if there is only 1 positive Y
Skip some 0 or 1 in some corner case.
Add minus sign if intercept is missing
Simplify writing of equation
Change-Id: I4b164568c87c54934a38ff2d0cd72133f7fece26
Reviewed-on: https://gerrit.libreoffice.org/19033
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Replace complex uses of ::std::for_each with a range-based for-loop.
Change-Id: I6f3d8488a63a5bed271ab70ad6f024e9869906cc
Reviewed-on: https://gerrit.libreoffice.org/19143
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
|
|
Skip coefficient if its value is 1 (or near 1)
Change-Id: I39a5630cc76250ded1ab22709522344d42fcc0e9
Reviewed-on: https://gerrit.libreoffice.org/19037
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Fixed 45-degree layout for axis labels, too.
Change-Id: I9764e281aeee0a439fa9eec1e3b0df840221b72f
Reviewed-on: https://gerrit.libreoffice.org/18889
Reviewed-by: Jan Holesovsky <kendy@collabora.com>
Tested-by: Jan Holesovsky <kendy@collabora.com>
|
|
Skip intercept value if it is near 1
Change-Id: Ie52b2ac06c53c2e85b3c465be28081f6dc0ad2cb
Reviewed-on: https://gerrit.libreoffice.org/19038
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I70e960742b4af2c1ab234b6d1c681254c0627b03
Reviewed-on: https://gerrit.libreoffice.org/19138
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: If918532fcc860e3deacd9c86dd7a2d554e4f748d
|
|
Change-Id: Icd8a8d79da0ada68e9ee869c3c2a7b93db5b2733
|
|
- Removed the data-label-wrap token and related code in xmloff module.
- Using the already present `fo:wrap-option` seems to be the preferred
solution: investigated to see how the token is imported exported: the
class `XMLWordWrapPropertyHdl` takes care of that, luckily it converts
the token to a boolean property.
- Fixed a minor issue in the code for the data label dialog.
Change-Id: Id050fdfeedd3af7fb79be96bfe157c61c4b44191
Reviewed-on: https://gerrit.libreoffice.org/19197
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: I96ab1c0683eadef1f7012b346705450e69ca5a65
|
|
Change-Id: Ibde6ee93edae124da52e2a03528a240d4066baa7
|
|
Change-Id: I7243c1590384472bf40cdbdb5af0614fffcb253b
|
|
Change-Id: I3f34115b7d73e71441404866fc45894f78ab28f6
|
|
Change-Id: I09d518a81b392bef444d7e01aa08ce30a2aee984
|
|
Change-Id: I12efd66cdacbe73080855694fe397136ea59aabd
|
|
Change-Id: If852229c04eb5787fb017cf13f483d406d60bf07
|
|
...and handle related fallout
Change-Id: Ie82d853a9bf28b359d5aab9d0af01b728d68ed70
|
|
Change-Id: I358340bd1b17f0e2eb5a119a60b623e489044dd3
|
|
Change-Id: I0eacedbb3d96a059278bab0ef98a66ed49b827fc
|
|
Change-Id: I776c517ba87838c0c3391f79010a30fa7fe2abd3
Reviewed-on: https://gerrit.libreoffice.org/18939
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
|