Age | Commit message (Collapse) | Author |
|
Change-Id: Ic917730ced5ce60036dbab08c1f97ebefb6e86e8
|
|
Change-Id: Ia39df03be4f4a2470ec16dc55855916ddd758a8b
|
|
Change-Id: I31bfa39777d2cfe8c7fddc62f74273a8ba1a9bba
|
|
This adds an option to move the tabbar back to be inline with
scrollbar. The option is only available in Expert Configuration
under key: /org.openoffice.Office.Calc/Layout/Other property
TabbarInlineWithScrollbar
Change-Id: I95491072ad1cc195f2d8b8d0fadbd5ef045767e7
|
|
Change-Id: I8af78740ce3c0533eeb5277f8065f3fd84cb8834
|
|
When the requested region is larger than the native scrollbar the
uncovered regions need to be drawn with a background color to
avoid artifacts.
This situation can happen when the TabBar is inline with scrollbar
when the width of the TabBar is greater than the width of the
scrollbar. Inline TabBar support is added in a later commit.
Change-Id: I70cb2e5bfd8d79401f77bbe55abe596adc160194
|
|
Change-Id: Iccd140f06b9504606850de780262a23004a803b4
|
|
Change-Id: I82f668ef72e916d2ff11df5cda2a02653999f66f
|
|
Reviewed on:
https://gerrit.libreoffice.org/13541
Change-Id: I40ba14503ad9f5458d8326741a4fe7a13653b05a
|
|
Reviewed on:
https://gerrit.libreoffice.org/13542
Change-Id: I8d6289b814a063ba8037d07a7600a44fa77f860d
|
|
Reviewed on:
https://gerrit.libreoffice.org/13539
Change-Id: I309f9cfc31420e350acc05be7ff422c8aefad782
|
|
To be consistent with javadoc, see commit
ac631f9ebddbc3674f9628d941e81a7ee73c6c66 (odk: use javadoc -notimestamp,
so generated docs don't unnecessarily differ after each build,
2012-10-17).
Change-Id: Ie52d2ca08a873e663869d60413be7bf8ec1e0b56
|
|
Project: dictionaries 09b0646f984780d190ea53976f35ae23c99bd06c
|
|
Change-Id: I6ccf65308b7339768e9e0cc3c0b43fefc926f7e8
|
|
Change-Id: Ia7c5cf07dba7f65ee65dab67a0a32975c8026dce
|
|
This is a Writer-only change because:
1) Calc does not have the changes sidebar yet.
2) The redlines in Calc have more complex descriptions (like 'Deleted
column'), so postponing that for now until I have a good list of the
possible values there so that I can ask for the icons.
Change-Id: I2d9860261d0b690012c3c11cdd97a140f48842bf
|
|
Change-Id: I70aeaae8b054fc0dc6bcf1ef74bc2cad0b085911
|
|
Change-Id: Ib26b448f49c2ca633c557075b282ecbfb99dadea
|
|
Change-Id: Icf7e8eff2c0b0592fada13a022b17dab2a94bd7e
|
|
Change-Id: I93ec8bed19cf283ce6c9cd6718376798d8ea8de0
|
|
Change-Id: I2c65709cda6f10810452dfb8aa1a247cb3a5564f
|
|
Change-Id: I27281dfbb95c410c2725ec7ce93b91eed41061e2
|
|
Change-Id: I4210fd4bc086c5cfdfe7dc01cd9387993b4916ca
|
|
Change-Id: I0e226787206e0429149fccc99677529d52d7825a
|
|
Change-Id: I5f3cc2771ccde44e1ea45b1ff3e7f8a3fedfb94a
|
|
Change-Id: Ib2de94071ce0f80932fe31e40f7e3d434c0a274f
|
|
... only in case the whole table is already selected
Change-Id: If7626954460e16945af6b21402a84e90c71ae138
|
|
Change-Id: Iabcd57c5f11a53db9fc6fab3606a9ab36c94fcc0
Reviewed-on: https://gerrit.libreoffice.org/13722
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
- File getting corrupted after RT due to data label position is invalid in chart.xml
- LO must not export invalid label position property if chart type doesn't support that positioning in MS Office.
- For clusterd bar chart XML Difference
chart1.xml
Original file
<c:barChart>
<c:grouping val="clustered" />
<c:ser>
<c:dLbls>
...
<c:dLbl>
<c:dLblPos val="outEnd" />
</c:dLbl>
...
</c:dLbls>
</c:ser>
</c:barChart>
Roundtrip file
<c:barChart>
<c:grouping val="clustered" />
<c:ser>
<c:dLbls>
...
<c:dLbl>
<c:dLblPos val="r" />
</c:dLbl>
...
</c:dLbls>
</c:ser>
</c:barChart>
Change-Id: I9cae11b8d198aaa70fb05cb3bf329cd898519170
Reviewed-on: https://gerrit.libreoffice.org/11141
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Tested-by: Kohei Yoshida <libreoffice@kohei.us>
|
|
and use it instead of just using remove_if which is useless nothing!
Change-Id: I37d8254b05123e50b076ddbb6f67726198ec4d6c
Reviewed-on: https://gerrit.libreoffice.org/13723
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Tested-by: Kohei Yoshida <libreoffice@kohei.us>
|
|
By switching from clFinish, which blocks until the kernel executes, to
clFlush which does not. We instead will call clFinish before fetching
the results to make sure all the kernels have completed their executionn
before getting their results.
Change-Id: I157a05d5a5caf1f3e88935371144f1d52a57a313
|
|
Change-Id: I9cc8f18dfa552c9bc12f70b158b0445046e51fd9
|
|
|
|
Change-Id: I2ca3bf8f842c4ba4b2777f81547a20502510fcc9
|
|
Change-Id: I1fdbe47ed7a6e05d2cf20f4c296bffad4bbc6599
Reviewed-on: https://gerrit.libreoffice.org/13719
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
Change-Id: Ic67d11cff11078a7d83a3ee98b91ec8ae138adef
|
|
Change-Id: Id80f524bd8f1ac19d99e3cb6edb8c7f0ba4ab586
|
|
Change-Id: I3654a4eb4caa3a987f6d797c9bcb577c6fd6b426
|
|
Change-Id: I2527088fec51e597c406077e459969359a0ab28e
|
|
Change-Id: I6652b45a6010a05b59c1f87faaf7c06318f91fc1
|
|
See https://bugs.freedesktop.org/show_bug.cgi?id=87123#c15
and above all https://bugs.freedesktop.org/show_bug.cgi?id=87123#c18
Thank you Noel for your help!
Change-Id: I9feb2384ff5965bab005c9a1e8803062cd9d0f94
|
|
Change-Id: Ia3f5d11aace705f36016aabda7f325ba46aa8640
|
|
Change-Id: I55abf17a1da2616ca2b1303747ca8cc7e402634e
|
|
Change-Id: Icd44b7c128bf72236206d7c753a9ef986f50dad2
|
|
Change-Id: I65487e6a96a730b95c873613df6f33df27ceaf80
|
|
Change-Id: I6587bd27d07ae39074d3c304614e3bc831afe8c8
|
|
falls over during build with debug stl
Change-Id: Id7241e1275067f827e4a663eb901c41e4c9873f5
|
|
you can get debug stl this way
Change-Id: Ia70a3e7c7c452390e8bee34975d296c9318e4a19
|
|
Change-Id: Ief399439bdde047dfbaef43f2262e6212db8bd7e
|
|
Change-Id: I82ce1030e69f8794c9fdbdc138541e5d7e0541d4
|