Age | Commit message (Collapse) | Author |
|
So that users of the widget can use a custom user profile, allowing
running widgets users and LibreOffice in parallel.
Change-Id: I1bd0a8e53aa3216adc721052cf30f0dd174327bd
Reviewed-on: https://gerrit.libreoffice.org/24237
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
Tested-by: Jenkins <ci@libreoffice.org>
|
|
Revert partially commit 0fa6c88007f61176ac707cb5d77fd35cf1521123
(BASIC : Simplify SbxArray) to make sure SbxArray::Put add too much objects behind 65k limit.
Change-Id: I2d86f213711665f8cb522879ff78ff5bc9f42b31
Reviewed-on: https://gerrit.libreoffice.org/24223
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
remove variable bDataImport and if clause
correct indentation
Change-Id: Ib7dd7b91cecbe9c47a50f7487be055b1247423a1
Reviewed-on: https://gerrit.libreoffice.org/24211
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: I5d5c916c966c9e9f2c77c9655f3e8d13a7032117
|
|
Change-Id: I5c56c99e6b2cc767e0a7a411f9d66f1eee630b2a
Reviewed-on: https://gerrit.libreoffice.org/24207
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
|
|
Change-Id: I0e5d0eea0c3d8cd14938f45353ca4f27cf09d176
Reviewed-on: https://gerrit.libreoffice.org/24212
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
|
|
Change-Id: I918eb21eef5696295ed1b9eb86e04121651245f8
Reviewed-on: https://gerrit.libreoffice.org/24206
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
|
|
Change-Id: If2dcb406d7bd1be8f5552ba75b6cabdbb6c97cb5
Reviewed-on: https://gerrit.libreoffice.org/24208
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: jan iversen <jani@documentfoundation.org>
|
|
Change-Id: I583235c28957a203df843d65887b4ca05f2a81ae
Reviewed-on: https://gerrit.libreoffice.org/24230
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: Icdd78ffb386b6b5222558dde0a6a9439b1431781
Reviewed-on: https://gerrit.libreoffice.org/24229
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
The regression was introduced with
1d1d1c62caf2ee6a96946e96d782e03f3ef80439 which traded interoperability
for some UX "gain".
Change-Id: I36517fc550e12714ad5855ce0bc5883f7a948a51
|
|
This fixes a regression from 99932fa89be0e041abf5ce5da3271600c841ff19
Change-Id: Idcee34c97173fb79503a560f5246230a9bfaeb51
|
|
small change for commit 150ac9cf05ed9da6a2af5bc3f820280fd853e519
use forward declaration instead of include
Change-Id: Ida9742b49233dc2bd2731e816dd6dc4d5705bb07
Reviewed-on: https://gerrit.libreoffice.org/24222
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: If2ec5f938c7278ce817de3d89dc84cc0584507ac
|
|
Change-Id: I5eb0fbd6a6671c2cded38800c3223bccf0f7ff60
|
|
Change-Id: I6871370341c8533e93f820e8f71ce09fe3d4d7be
|
|
Regression from commit 2c91cb08d65cd35fa8ef6eaca3677aa82fb58cbe (better
drawing support for borders of different width, fdo#33634, 2012-04-04),
the problem is that previously the width of inner/outer double border
lines got rounded to integer values quite early, but after the commit
they are kept at a double precision for much longer, which needs pixel
correction in VclPixelProcessor2D.
Example: if the border with is 1.47, and the line gets moved by 0.2
pixels, then the inner and outer edge of the line will be 0.2 and 1.67,
which gets rounded to 0 -> 2 in the pixel processor. Previously the
input was rounded to 1, so moving by 0.2 resulted in 0.2 -> 1.2, which
got rounded to 0 -> 1. The result is that sometimes the line width is 1
pixel wider than expected.
Fix the problem by allowing VclPixelProcessor2D to request pixel
correction from BorderLinePrimitive2D. It wouldn't be possible to do
pixel correction only in VclPixelProcessor2D, as it has no idea what to
correct: it only gets polygons, so it has no idea if e.g. the top of a
polygon is the outer edge of a top border line or an inner edge of a
bottom border line.
Change-Id: I1971f3a952fbcdc598ab46c659e12d976c13cbe6
Reviewed-on: https://gerrit.libreoffice.org/24221
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
With this fix the DDE links can be edited again without
producing additional wrong DDE links. However below
the updated DDE link there is still a unnecessary table
added which should be fixed.
Change-Id: I51e5a7ec84d2fc1429e68554dc131e4e456540df
Reviewed-on: https://gerrit.libreoffice.org/24213
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
Change-Id: I5afc4563fa119a71069daa608020cd215477b872
Reviewed-on: https://gerrit.libreoffice.org/24205
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: I6debdd6fce7296e8a8827eab7a99fe96ef176d12
Reviewed-on: https://gerrit.libreoffice.org/24202
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: Ic1e1b2f7aeb6d4c0a2f59f298df125c12a75b081
Reviewed-on: https://gerrit.libreoffice.org/24197
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: I8dfe3aa3c133ebb8ab6de058ae8335513bfb3f3b
Reviewed-on: https://gerrit.libreoffice.org/24199
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: I191dc169eea01d49ee357716a6bcc249e91437ec
Reviewed-on: https://gerrit.libreoffice.org/24201
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: I4dd933038c344e51f285acd1b11c3b17630457d9
Reviewed-on: https://gerrit.libreoffice.org/24196
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: Ic31d54b2929ce731a9330dca86256ac973375dfd
Reviewed-on: https://gerrit.libreoffice.org/24215
Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
|
|
...not already automatically enabled through the existing -W switches.
The set is assembled from information in
<https://gnu.wildebeest.org/blog/mjw/2016/02/15/looking-forward-to-gcc6-many-new-warnings/>.
All issues found have already been fixed with earlier commits.
Change-Id: I1abb6ba3a12c0ffb2756d06476e395b24e596f8e
Reviewed-on: https://gerrit.libreoffice.org/24219
Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
Tested-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: Ibb2831ed71f61461e7f23edd6eea29ba64df05a9
|
|
Change-Id: Ie0ad7834f54a5bf9cea65b4bb6d7501a90da0f24
|
|
Change-Id: I6a9a8ae34c2f5abafd4192287fb12d4289a761ff
|
|
Change-Id: Iedbb6bbdcdccf4ea44a7ad4d2e11ce630431034f
Reviewed-on: https://gerrit.libreoffice.org/24210
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
There is no sign it got ever used past 4011187ff516846635d4e2c3256dca3eb8c3719f
"MWS_SRX644: migrate branch mws_srx644 -> HEAD" at least.
Change-Id: Ia98613420a095b326ad26c024ff74f3c62bf4f99
|
|
...after 9b1307f790c550d91b062cbdf1e3fe41d7e7ea4a "Avoid reserved identifiers"
Change-Id: Ieec5e6b46483f557f63fd22855484df5688dd1b4
|
|
Change-Id: Ie10757b8026e0bdf8be40f41bb04bb02334241f3
|
|
Change-Id: Ib4c63e4942acec1b02bac1a5bc387e1931eaae12
|
|
Change-Id: I00ae9a495c69c8394f54c76d61c886229d746579
|
|
Change-Id: I207203433b6300dda662c2c0b5c1d9e167c1c4c6
|
|
Change-Id: I8ee75a8ba2ca579cf945a7ef2a9746a2eb13611a
|
|
Change-Id: Ie20bd7a9b3824ce2208d23ded2eae4959dff7bc4
|
|
Change-Id: I859614f65afb783004ca9230d3d4bfc354b5afc5
|
|
Change-Id: I527143a87c3793dc899ff25a73209e2997116b73
|
|
Change-Id: Idcdd35302e60392fae9f63de1828e1a41ab89610
|
|
Change-Id: Iee63999e4953a083783cb5c9811640150616472d
|
|
Change-Id: Ie527703e9687a42bfc39439952b9d1a83d7cad24
|
|
Change-Id: If0194bf8c888bc743b64984f6b655be4fe52aa1b
|
|
Change-Id: I8b85f65e5d3e66aa93e161ce1895547d7d863ca1
|
|
Change-Id: Ic1f02173e268934df2edbbb2ed752b4736c6e959
|
|
Change-Id: I2b0fe700057fea790e8b5d651770b27f0a553fbf
|
|
Change-Id: Iffa2247dab35c82c22dbbcac66150d03974d6b9b
|
|
the initial size hack has come unstuck, do it the now-standard
way or explicitly setting an initial size in code
Change-Id: I89c73e433b1974514fa2a68eb9bd5373142c313a
|
|
Change-Id: Id3d126c1e5dc21d683c2717e5e16ca0cd64114a5
|