Age | Commit message (Collapse) | Author | Files | Lines |
|
found by running UCDetector over the code many times, like peeling
an onion
Change-Id: I54d5147eb1b5c921ad236331bc4c1f765b13ca83
Reviewed-on: https://gerrit.libreoffice.org/13445
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
This addresses some cppcheck warnings.
Change-Id: Ifbc5a7a562e714f48dcfd51a75e9a4e0bfcde81c
Reviewed-on: https://gerrit.libreoffice.org/13443
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I3c77e7e551bd4b657cb58fdfeead73d50441e890
Reviewed-on: https://gerrit.libreoffice.org/13437
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I2e0db194357657df81d8cd94f42cdfbd2c3a2664
|
|
Ideally the XFilter implementations should only know that DomainMapper
implements Stream, nothing more. Add a factory and use it in RtfFilter.
When ImportFilter will do the same, then the DomainMapper class
definition can be an implementation detail.
Change-Id: If19cf23e61c2f78189d834261d57c569b9173b12
|
|
Change-Id: I00c3eaac473f0464e923e785cc50ad6769c78d41
|
|
This is just a simple oversight.
Change-Id: I024777c46641cce3410a20f40c48f47ad6a5dade
|
|
This patch sets the zoom level to a value that shows the whole
document width on the tile layer however it does not resize the
view until next zoom. This still needs to be tracked down.
Change-Id: I16940a2951e1be4b46cbd1870fda45f296aff70a
|
|
Change-Id: Ia44efb54cbb0a91ea61cef9e7f250b5105c7ff51
|
|
Change-Id: I057db0c3e254a9e9c90dace5551d6de51aff21c1
|
|
Change-Id: I20d6fb3117ac46c8de63708a122253444bca1671
|
|
Split DynamicTileLayer and move most of the implementation into
ComposedTileLayer except viewport zoom value.
Reevaluate tiles directly in UI thread instead a special call to
LO thread.
Change-Id: I9a4ce499cf35315cd386956484c2df6d5a5f20cc
|
|
Kohei says it is intentional, i.e. 1.0 or 0.0 should be passed, so say so
explicitly to avoid warning.
Change-Id: Ieff79d35f2b0770ea9de02b83d117ac90009f7d5
|
|
Change-Id: I4a1a96b785ced4364a325ac19975d29771afe122
Reviewed-on: https://gerrit.libreoffice.org/13396
Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
Tested-by: Kohei Yoshida <libreoffice@kohei.us>
|
|
Change-Id: I64d7a3c6c0894e231cb0644922675dcce0db89fa
|
|
Change-Id: I7d93f9ef4a0821ee3ab9526abd90b8aefe895ded
|
|
Change-Id: I6b1b790bfcc94823f703679689bbd76312ee3e5b
|
|
Change-Id: I44648fb951d03090759d8afaa20cab7d945f684d
|
|
Change-Id: Ie1431f24031265e6fe54c6f0523261da88d71b00
|
|
Change-Id: Iaa0c47bcd53eaaf2577a5401762afaabe44e7514
|
|
Change-Id: I953389e236739c01226365c33ab777fc3972b69d
|
|
Change-Id: Idc4dfb74734f1203586b04ea86a05905f5dac694
|
|
Change-Id: I8b977766e694ab449d612322138f5baa23fef29b
|
|
Change-Id: I0a26d4c4092226732620c3852b0402ee45d4fa1d
|
|
favoring the vclcanvas one for the places where
they diverge
Change-Id: I18e3d4e7659ebd4cb90c86718c1b1035671b4be3
|
|
otherwise vcl's clipping doesn't work quite right when the render text
with vcl apis fallback is used.
Manually forced in my case, but it should happen in practice with vertical
text, so if there is a bug about vertical text not appearing in slideshows then
this is part of the fix for that.
Windows and Mac remain unchanged as initialized with 1, 1. If the same problem
affects those platforms then they'll need to be adjusted to remember their
height/widths from the ctor and those values plugged in here instead
Change-Id: I2f82f0db0cf446d7db21f0a7ee4f8c15c7ebdb42
|
|
Change-Id: Ie4bb2b3bf7d2df58c30a54ded68f7b932c2111ed
|
|
It's the OOXML equivalent of the fAutoHyphen DOP flag from [MS-DOC].
Change-Id: Iae66dcd0d350ce4ebee3c3493ee07eff0d9a5e1d
|
|
OOXMLFastDocumentHandler::createFastChildContext() is called for the
streams we expect, no need to unconditionally produce output there.
Change-Id: I164b3c4dc6f2294487e1b1283266957d8f24cbbb
|
|
Change-Id: Id02f169b111945673a16d0c852940c805aa89319
|
|
Removed XGradientStyle
Reviewed on:
https://gerrit.libreoffice.org/13320
Change-Id: Iff662c05105c3a939104f658f2d0be7d8cb57995
|
|
Change-Id: I5c8a117df53e0c7efd1e82ec6e56080c8fd42345
Reviewed-on: https://gerrit.libreoffice.org/13438
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I0e716f1c6d5034774247264cd098ede14601f751
|
|
Change-Id: I7bb396cee015e36a02a8afb30a4f09f33fb5507c
|
|
Apparently introduced with 8e8b43a03e77dd251876c1de0ac06eeeb09192cd the
comparison results were stored as boolean values, effectively discarding
any infinite double values and error values encoded as NaN values.
Change-Id: I1fb6f46894a0bee02a37e28b7e6cc84f8c051f28
|
|
Change-Id: I79d8d3c30b6b0b2cc253963fdd50019aec033e12
|
|
revert part of my commit
7557f23b31dcfb4d86c122bb34d9675c0db9a694
"java: reduce visibility of fields and methods"
Change-Id: I2049a154b60b165d4d2217495935442d6da66e97
|
|
Change-Id: Ifce85b1a7fa8e8b6fc57802a5fb559d2db50ba2a
|
|
in favour of ReadXXX/WriteXXX methods
Change-Id: I39dfeee92e5b01fdf43db3bbee0f2fc471017653
|
|
in favour of ReadXXX methods.
Change-Id: I242b92da7dbcafe22aef69dc7348ac58dadc9241
|
|
in favour of ReadXXX methods.
Change-Id: Ifa627cf190b22315f4ce294c1ec268c4d1361748
|
|
Change-Id: Icd966a850b7c5e276e8b1d74566a4ea02e5b4a5c
|
|
...make sure the class is actually found, etc.
Change-Id: I5459d531be39b07594a975ae708a7611d1667a2f
|
|
...to have it available during JNI-UNO's uno_initEnvironment (see next)
Change-Id: I7a2f27b512fc74f418b4648d92dafbf0304eaa96
|
|
Change-Id: Ife9a98cfe2166ccc7aac3904c7be4ea71443d857
|
|
Change-Id: I8e6fb1fc0acff781dd6e6b62018c7ccd5d0e2307
|
|
Change-Id: I97879d250ed0ed20d5e129ff3af6dbc2f5759078
|
|
Change-Id: I720b51f52010e0946061302dc733f50360073930
|
|
Change-Id: I83fe85a50e6e98da02a7c46a9e0c07a043244d56
|
|
Change-Id: I7da643edf07e689bb24129d363fbba8170efa652
|