Age | Commit message (Collapse) | Author |
|
doing so means code is not generated for it seeing as its not used, moving it
out means code is generated for it and its detected as unused code
Change-Id: I72edc89446bdfac50069e0b509fc7f90540e0d4a
|
|
which I messed up in commit 70f56bc22fe952c
"java: reduce scope, make member classes private"
Change-Id: I817b2a571e2124f551ccd5c0d8e1099d89f0ec46
|
|
Change-Id: Idbe6ac27a4125bd9d9acb01ac42b60396abf0c81
|
|
Change-Id: Ie230115d71bffeb08fc13380648e8216c43f3a5d
|
|
Change-Id: I14d3a3187b8528e3ff9743245b869773c2eb5e98
|
|
Change-Id: I5cb34d95e2a59ff6a3f5189beb40b7dbf574dc29
|
|
Change-Id: I3bb1e560eb325046f5b170da0c4c46c1139f3225
|
|
Change-Id: I8799033322d345b2f146c3577d3d264448252816
|
|
Change-Id: I8d8528c74bae3de67a0a9bdd727cd0d8c8304d3e
|
|
Change-Id: I568c2e0c9b5b234d941e17d57bcb53374626909e
|
|
Change-Id: Ib507da6fc85d8bc81fd48108a98ef96d188643ac
|
|
Change-Id: I76ee3a435ac7a49308db497306b5a9404f3c3ba0
|
|
Change-Id: I09f6c1d793c6d4f61c25649cfb463a41d88b23df
|
|
Change-Id: I82fea345a05c0327af3b75ccfd3358f54523c082
|
|
fix my commit aa2f02a4dc8a05f49e679a26f2beebb9d66b232
"remove operator>> and operator<< methods"
I incorrectly inverted the conditional
Change-Id: Iade05b88bdedb7e5b0cff25a80d3b88ff4a0235f
|
|
...but apparently wants pathnames instead, cf. the other use of it in
WinSalInstance::AddToRecentDocumentList (vcl/win/source/app/salinst.cxx).
Change-Id: Iaa64ff82915f7cbfee55b4389387b226f7adc919
|
|
Change-Id: Iea0f7b4ee3ef867a061c159d90efb5d210ae92a4
|
|
Change-Id: I7957898ed3172e79888bdb793e304359b10d75d7
|
|
Change-Id: Ia09f122d4d968318fc0208b64b9bf7a0bc131f8a
|
|
Change-Id: Ied7e5eba39672363065083493bd5e60449fda371
|
|
Change-Id: I1abbe02b6a449d61d6bed5a7659f81ec4cf985fe
|
|
Change-Id: I1c59a4fabf2f48f5f3637077496be5e252794b60
|
|
This reverts commit 2d724f086f0ac9ee9a340610e0fa2c4fff110565.
Apparently other bits of code are referencing the default .sce
file
|
|
in favour of ReadXXX/WriteXXX methods
Change-Id: I69eebee3a8ce5b40301db7940a1d85915c0bf6f4
|
|
Change-Id: I0ff1e44f17976fd3a3060d8ee7fe15d77c918b79
|
|
much easier to copy and paste an existing test anyhow, and more likely
to be accurate and up-to-date
Change-Id: I4deed6d14b0e860e394a537e2a2092387c62b657
|
|
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
|