Age | Commit message (Collapse) | Author |
|
after commit 8066c73940a30e97d8634655ea39d73fa8cf3c20
"cppcheck: noExplicitConstructor"
Change-Id: I2caf2f5d0679e46cee5637d3090dd5a7bee5d25b
|
|
Change-Id: I03981ceba67280e8ed98a9add7f24b3bd958d522
|
|
Change-Id: I2b5fba9cdd950349a8e8d22bbd7bb6e17f008920
|
|
Change-Id: Ib8b6342d1da526df6104125ded546b3f053c448b
|
|
this is the canonical order, and it makes the code easier to read
Change-Id: I272e7f1e140296e582702b6dbf77a03eefb65470
Reviewed-on: https://gerrit.libreoffice.org/16242
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: David Ostrovsky <david@ostrovsky.org>
|
|
Change-Id: I21c5340e7b5ec09248b08aa76f43acf883c56cd8
|
|
Change-Id: Ie26303d737954f2d3af58e3cc6217aeadcb67cc0
|
|
Change-Id: I79e92b63aa2efc9c3da595c8e857666a2d727900
|
|
Change-Id: Ibe24fc199753dd7a840d57532a20d901c216b910
|
|
Change-Id: Ia39db9248a05db525cba364445942ac438725d39
|
|
results from the chain of...
commit 81b954718f0cdac6873927e869b3e41f863562e7
Author: Noel Grandin <noel@peralex.com>
Date: Tue Jun 9 08:55:13 2015 +0200
loplugin:unnecessaryvirtuals
Improve the plugin a little.
Create a python script to process the output.
Run it again.
commit a7cfc17991ce528eb5ceb80cfab82bfe76a73609
Author: Caolán McNamara <caolanm@redhat.com>
Date: Sat Apr 4 21:09:58 2015 +0100
and no user of OFILEOperandAttr left now either
commit c614370677d4b0605c061d5380072c4bae50cb6a
Author: Caolán McNamara <caolanm@redhat.com>
Date: Sat Apr 4 21:08:41 2015 +0100
no user of OFILEAnalyzer anymore
Change-Id: I9eb5b10d4c1f8b4d0876a0c172bbe01acaa0bb72
|
|
Change-Id: Ia5c8c0f38a347f398d587970a22e03f29ffd37af
|
|
Change-Id: I244a9eb6bce6b1c649653ec38ebb9a39f8b4c145
Reviewed-on: https://gerrit.libreoffice.org/16212
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Improve the plugin a little.
Create a python script to process the output.
Run it again.
Change-Id: I05c21d8a21c8f4243af739c412fda0a521f9b5f0
|
|
Change-Id: Ie2ae923ad4c1a66e779711de6ff05328ef144dac
|
|
Change-Id: I8c3f4d39629bbfee91402bddfe27b4d104c524c0
|
|
Change-Id: I22af41840410ee78aee739e0dec49bb43cda874b
|
|
This reverts commit 81d82b78a107f2e6c14d6fbdf0d97c8e6cc8b0bd.
|
|
Change-Id: I22af41840410ee78aee739e0dec49bb43cda874b
|
|
If the object being finalized (A) has the last reference to the UNO object (B),
and B is actually a proxy for a remote UNO object, then A and B become eligible
for finalization in parallel, and the finalizer of B may already have run when
the finalizer for A runs. That means that B may already have been removed from
the remote bridge, causing an "unknown OID" error from the remote end when the
finalizer of A now tries to make a call on B.
(We try to assert that close() has actually been called before finalize() calls
delete(), but the corresponding exception may be silently swallowed by the JVM
finalization machinery.)
This caused spurious "URP: queryInterface request message with unknown OID
received" failures during JunitTest_dbaccess_unoapi.
Change-Id: Ia47c3ef2c22a6adc75b1b8271eb4b3140accebe7
|
|
Change-Id: I63917d68b05d6e2f1248bcf88e27952df201d2c5
|
|
Change-Id: Ie10317f3ffcaa8032417584cb056007c5f67ea91
|
|
Change-Id: Id5501599969fab5c6944a31b1fb629a3fc5f85b2
|
|
Change-Id: I5967271c1c154ab4cf5555d30d3812183ea2a6b7
|
|
Change-Id: I9bb95b80e0e85573a09b8ad7233c6543fccae032
|
|
Change-Id: I9852610322540a87305b775a1f4c90fb81f728e9
|
|
Change-Id: I3f361a3d6d90b3449e0bf417fd39d756ad98cae6
|
|
Change-Id: I32f3014bbf32c4a4a990bea03ee565c9b4c0164d
|
|
Change-Id: Ic4e5afab0e948392a0f2e4bdeab84afffa3e647f
|
|
Change-Id: Icbe68b31d4ab04ca3cd9f572e3598413946a75c7
|
|
Change-Id: Icb31e51575f7fffd36be73bbd87a3c5e56c3aa26
|
|
Change-Id: I61d2b76a32be23d238b1f50a6a76975d64d1878c
|
|
..into WarningsContainer
Change-Id: I682528a4eb1b1298faf12b2d498db65f94800cd5
Reviewed-on: https://gerrit.libreoffice.org/15905
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
The same was done in mork driver [1] and mork driver was derived from
mozab driver.
[1] 317306710d8f7c16bd6b9edc1e0af7e0e757cbac
Change-Id: I64bc85819810707511a3cebd43802066cd94a727
|
|
Change-Id: I7676f1f69bd563dede965a1a5fc6b1f714f11aab
|
|
Change-Id: I364aedbd8870c2bbd3440f144143c503dd7ff2c1
Reviewed-on: https://gerrit.libreoffice.org/15767
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
|
|
Change-Id: Ib9af202c43b916b9af4b4e18db35d470a8692fe4
Reviewed-on: https://gerrit.libreoffice.org/15712
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
|
|
Change-Id: I74bf1042cc5a2c4027023f1fa32248a50f5d2274
|
|
Change-Id: I1730694d8856ed009b8bf02a71657ca933bc6101
|
|
Change-Id: Ie7844af5ab7ead6383e60933588f66c5871f3282
|
|
Change-Id: I87b547b76f6e214730757bec375b1d7b3d5d8f41
|
|
Change-Id: Iec38fdf8c165d1121e74f7221b49ca49f808ac03
|
|
Change-Id: I59352edd887982faa792b02adbb55c3f67f1d78d
|
|
Change-Id: Ic93e560641f1ec1c5fc316ed126617c6d99ab5b5
|
|
Change-Id: I8563922204d3ec93bf138cbd1aaba620c0215bf7
|
|
...seeing that there is no java.io.Reader.available. (And then, there's no good
way to map from java.io.Reader.ready's boolean value to
css.io.XInputStream.available's long value, so conservatively map true to 1.)
But I have no idea how to trigger this code.
Change-Id: I18d12e0d968141410a1b56e700ed544edceda97c
|
|
(css.sdbc.ColumnValue.NULLABLE happens to be 1, so the odd comparison is
harmless and redundant.)
Change-Id: I6b64cc083e72198c71e4e38ec4347f79af924621
|
|
Change-Id: Iecd03d0343b9b7c3a8b23b5a1e9654148b94d44c
|
|
Change-Id: I41c7053296c634c0fed5b31f2e080c3eaf59bbba
|
|
... by adding a XCloseListener that vetoes any attempt to close it.
The Calc document can be opened by the user in the UI and closed again.
Change-Id: Ied427b67274d925c911e516c0a50a4c0b2b18db9
|