Age | Commit message (Collapse) | Author |
|
Change-Id: I8450fd4003ad5f9b082817765a2d44fc00dea15e
Reviewed-on: https://gerrit.libreoffice.org/25688
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
Low priority idles can fire more or less randomly, and consequently two
consequent runs of LibreOffice differ in the amount of the idles that have
been performed during an operation.
This commit adds a possibility to turn on a 'deterministic mode' where two
subsequent runs of LibreOffice trigger about the same amount of events when
they perform the same set of operations.
Change-Id: I92566ef4eee20e7d604cfd48f01c4df30c77e653
|
|
...introduced with 2986e54412bbaf95ef768b9ffc18c9a465678337 "Fix tdf#99506:
Insert OLE object with icon failed"
Change-Id: I17186b838c062cf630cf68c72e053ac88fb8c85d
|
|
Change-Id: I7fe5814b268e4c70977699edaa89926ca3fda92e
Reviewed-on: https://gerrit.libreoffice.org/25080
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
|
|
If equation is too long compared to chart width:
equation is wrapped
and if equation has General format, the number of digits is reduced
In this patch, only polynomial equation is treated. If this approach is ok,
I will extend to other regression curves.
Conflicts:
chart2/source/view/charttypes/VSeriesPlotter.cxx
Change-Id: I1bfd897881d752655faec6df034c0dde7f78c51b
Reviewed-on: https://gerrit.libreoffice.org/18397
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I8262133fa2cb759dd8f203b3399dc8865346c884
|
|
... to transport an actual sheet number for other-sheet-local names
within names when importing OOXML.
Change-Id: I00f2ffe07271c1c2a8ce9e10514e10872396f566
|
|
Change-Id: Ifb7c33d6052efe5ea8a1e0e10b3178073cd29ca0
Reviewed-on: https://gerrit.libreoffice.org/24536
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: Id81b16ff26283611f0b84929d831c827f847ab73
Reviewed-on: https://gerrit.libreoffice.org/24317
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I74385b762ed70ec9d8303f1cb94f76b9edac7cc5
Reviewed-on: https://gerrit.libreoffice.org/24261
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I9d775397b7905a8b33c67069fd3eae2ddb810149
Reviewed-on: https://gerrit.libreoffice.org/24246
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
Tested-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
|
|
Change-Id: I92d324b9e0ff48f6a4b3d62d6e9d22bf6ec7561a
Reviewed-on: https://gerrit.libreoffice.org/24245
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
|
|
Change-Id: I4201b4e36e783c5ec37e5c2ca1b19144d7cec2ad
|
|
This allows to use the username as a placeholder in the config paths (Autotext, Gallery, etc)
Change-Id: I76434e980cd8ec8785a5587d0bc5fdd67dc42de2
Reviewed-on: https://gerrit.libreoffice.org/22901
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
|
|
so we're free to fiddle around a little longer..
Change-Id: Idd6f4a6a4ce51d4991bac1907b808919f34638d7
|
|
Change-Id: Ie84088f571245864663b49be2a457d6ed04bc267
|
|
Change-Id: Iec1b0d8c0f03074acea2640a6e5d309921f04c59
|
|
Change-Id: Ie098b41440f97395893f4200128a2016cd1103d4
|
|
Change-Id: I6c2ee67d9e62a0159a36a1905f29deeee23a3587
|
|
Change-Id: Ic7cb4f4ab52f05c16637cc1283a8cba59cd1764f
|
|
Change-Id: I3b2493a02d16604aead5d416fc90cceecdfddc38
|
|
At least '\' (search in Word) and '~' (search in Excel) should be
supported as escape character.
Being able to restrict a match to entire selection instead of substring
speeds up the Calc match whole cell scenario.
Change-Id: Ice242b9cd59009f172b724e03c2cc08feda4cd3c
|
|
Change-Id: I50cfa3e5b0f9432f2298d078f80b42739d5aeae0
|
|
Change-Id: Ibd1c3b650d85284feb2902f4f8f249ed373cc4ab
|
|
Change-Id: I7105bdeafe6a1b8bf24e88f7a00d5eb3d23df15a
|
|
and use the users preferred initials for impress annotations
i.e. the ones entered in the tools->options
and save and load those to/from odf similarly to
what we do for writer annotation initials
Change-Id: Iadc0e994bfaf58632ce25b8f7cdc737580ee97bc
Reviewed-on: https://gerrit.libreoffice.org/22143
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Because the writerfilter::ooxml::OOXMLFastContextHandlerShape
constructor only sent the input stream (and not the full media
descriptor) to oox::shape::ShapeContextHandler, it's startFastElement()
tried to reconstruct a media descriptor from just the input stream. As a
result, the base URL of the document got lost at the time the
oox::drawingml::BlipContext constructor tried to call getAbsoluteUrl(),
to convert the relative URL to an absolute one.
Fix the problem by sending not only the input stream, but the full media
descriptor to the shape importer. As a bonus that makes code simpler,
too.
Change-Id: I1f06c04d0745aa7e2e06d4848cf454790d5073ca
|
|
Change-Id: I9cc99c3108bae582d0da9645ba75947cced904fc
|
|
Change-Id: I933266695bfa88eb6665c7d2968176d74b640172
|
|
Change-Id: I3a4097abe5887f0859ea11ac2025cf52689dc4e4
|
|
on css.awt.UnoControlFixedTextModel
Patch by: hanya
(cherry picked from commit 92ff48eb981610cb1565cd5472a6714feb7f68a6)
Change-Id: I44bbf7d49add8e49d3cb8e1a19839626a2f69b63
|
|
Change-Id: Ic46ffa9423032a61ef79471c7cb4f2771c7f4270
|
|
Change-Id: I55f4c0388b99cfebe647be1c35a9fd4bb2acf7ce
|
|
Change-Id: Ibd7183423cf9f6c984218e8b896a9593f9c04a2e
|
|
Change-Id: I55d5c2729a23bfdf079480f4d3adc41e9d8e03f2
|
|
Change-Id: Ie6da8994451deca5577503e116281441c6358a6d
|
|
Change-Id: I0fbd4affa876fa01458942c4cf14d029ed5d1095
|
|
Change-Id: Iff29ac615ad4b6516790b1cbbde0215a3cd0efe6
|
|
fix confusion between characters, code points and code units
Change-Id: I315735e103799ff2fb53e99442d500b998f50304
|
|
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86
Reviewed-on: https://gerrit.libreoffice.org/21209
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
|
|
- probably out of date
- links against Gtk2 and thus causes a GTk2 dependency in core packages
- the only serious usecase (Flash) is doomed anyway
Change-Id: I7264ab5eb04c2f4b6c31a815e45b9818209e5ae2
Reviewed-on: https://gerrit.libreoffice.org/20658
Reviewed-by: David Ostrovsky <david@ostrovsky.org>
Reviewed-by: Bryan Quigley <gquigs@gmail.com>
Tested-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
|
|
Change-Id: Idbaca99c9376ade11cd36526c0f667562a2d9c53
|
|
Off by default.
Expand config options to show the user agent used.
Re-use this to show more useful info in Help->About too.
Change-Id: I1044116ef9beeb341a537c0f4451dca54e198f67
Reviewed-on: https://gerrit.libreoffice.org/20098
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
|
|
(cherry picked from commit 78dce87d4bd6936f0310d96381a0130f3ba82ed0)
Change-Id: Ide972a5574c0062a7ee4e4300e512715c55e8d37
|
|
Marking as published was not intentional
Change-Id: I1ec8d4e4b307eb2d93e66d286f1065eea197de48
|
|
(cherry picked from commit 902cd9fe198a4e24843b0e4432cbc2dd3c587056)
Change-Id: I7cac635d9e7b6eae93466ced0349edc01caab0c2
|
|
Change-Id: Ic10dbef286d12e897841fac352d7f6e36086ab20
|
|
Change-Id: I604cef365d2b45c26686a9eaf014d431a4538153
Signed-off-by: Michael Stahl <mstahl@redhat.com>
|
|
(cherry picked from commit a17388ff7dfeda73445967f7680cd7dc2832c95e)
Change-Id: I8056767f88f4a6ced01a34f116e94f8e7192eefa
|
|
Actually the "new" comment means "non-standard", as the "new" ones are
not in SMIL 2.0, which is what ODF references. Yay for standards.
Added clarifying comments.
This reverts commit 11c7da74d5633d55c11d1ec04dd0096cb96f88f0.
Change-Id: I0696b731c1a055eaf35c68066dfa6f92e1af06f2
|