Age | Commit message (Collapse) | Author |
|
Rename the virtual function, and add a new non-virtual Commit() to do
that.
Change-Id: I09421df781ba965d6ff638b46cd8214fb3a00022
|
|
Change-Id: Id3852abe9bc7bbe774331a7d691abd2a79ff59b4
|
|
Change-Id: I12290bed7e4f298ab90393b8de6e2b6e7061e53f
|
|
Change-Id: I8a280c54d81c7da74c9ab03ff3fc788e373ca4e4
|
|
Change-Id: I8c73d95d92dc4a30dd6a71260817ab4fc3096f27
|
|
and boost:make_shared->std::make_shared
Change-Id: Ic1e187c52c856a7b27817967b2caa8920f23a98d
|
|
Change-Id: I715b27b507926e2670cc094d4ebaa429e502232c
|
|
and
coverity#1266463 Argument cannot be negative
coverity#1266466 Argument cannot be negative
Change-Id: I4e910fa189be3b6cb8e9a6163a0d24dfcc1ef7d8
|
|
Where we can prove that the virtual method is never overriden.
In the case of pure-virtual methods, we remove the method entirely.
Sometimes this leads to entire methods and fields being
eliminated.
Change-Id: I138ef81c95f115dbd8c023a83cfc7e9d5d6d14ae
|
|
Change-Id: I8d8b48b297fa3ce0bb9a81dd396cbdb253b84a80
|
|
and drop DATACHANGED_DATETIME because no-one is using it
Change-Id: Id5ac9a7fbba0e35501ed82e5252f66858621f7ff
|
|
Change-Id: I49192637121441b9a1980350b9bb32cd995d4386
|
|
Change-Id: Ifa7ea9bf840cacb701dd4b5fb0904870bc3cf407
|
|
Change-Id: I72c97931098c1a029d39532e3433c0aeaba73e3f
|
|
Change-Id: I5846940cc45781f4a0264047107dbb568604d543
|
|
Change-Id: I191319d4893e622cb3d72a7a2a286241e3825c60
|
|
Change-Id: Ic5b7f1da92ac5a936857fe122cb8db0441b6d291
|
|
Change-Id: I8275832d8dae43b374bddd48520d11592e9a6a1f
Reviewed-on: https://gerrit.libreoffice.org/13134
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I839435338f4acf80c40896b6c86f7ef122f5449d
|
|
Added clear() method to OString and OUString class, Updated appropriate call-sites.
Change-Id: I0ba97fa6dc7af3e31b605953089a4e8e9c3e61ac
Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
|
|
Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959
Reviewed-on: https://gerrit.libreoffice.org/12164
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: Ifa46523619ae7fb8d112525b8df594836e51bb8f
Reviewed-on: https://gerrit.libreoffice.org/11843
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Put the VCL Window class in the vcl namespace. Avoids clash with the X11
Window typedef.
Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
|
|
Change-Id: I3010bdd736c15a086f3ce61cacbb34159f0b2abf
|
|
Change-Id: I2ddda0600ee876e9886ee3221f0ac5ad515fbd22
|
|
Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11
KeyCode typedef.
Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
|
|
Change-Id: I009e0f388cfe1861cef89d2148a02380dd47c1ff
|
|
and two virtual methods don't need to exist after that
Change-Id: I50ea8eaa99fddfed7e0c61e99e76631aa595f2dc
|
|
Change-Id: I2d074133172a2641d735efd2a007d18a65b4d9e9
|
|
Change-Id: Ia3acdb3501b7735820258cb090e731f5814bc07f
|
|
lots of ResID stuff going away now
Change-Id: Iad8524e201cd3072db71da9e5ee1c244ed337967
|
|
Change-Id: Ie4cef54a943fc456b042425b53286492a0bed0be
|
|
we still need to invalidate the layout of our parents, but we can
keep the cached optimal size
Change-Id: I8e77366bd61ff45d34f9d411c7f501a3a9ccbd4e
|
|
I converted RID_DLG_LISTCOMBOWIZARD, RID_DLG_GROUPBOXWIZARD and
RID_DLG_GRIDWIZARD to .ui
Change-Id: I221f22edbe4c638bfa80065d7775f78af24590cc
Reviewed-on: https://gerrit.libreoffice.org/10277
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: If5ae8852152012483237e7602e56a0c46ea8748a
|
|
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
|
|
Change-Id: If7b285a2214bc878e8464a986538d0445078fcb3
|
|
Change-Id: I2c04b004e190e071e5977c06a8f5d878870bc966
|
|
for i in `find . -name *.src -or -name *.hrc`; do FILE=$(cat -s "$i"); echo "$FILE" > "$i"; done
Change-Id: I2bac5ad3e1eb3c566e5c867ccf45893a19e1561e
|
|
Change-Id: I509299306ab6cd97c96e9a26d4674f983bbffbec
|
|
Change-Id: Ia249608d5166273bb6be7b52185d48dffbc918d9
|
|
follow to commit ff1a7a59434f5f793d4044aad615bcf78148e963
"RFC: add IsValueChangedFromSaved to VCL button and listbox"
Change-Id: If2e6d9e7c18590dc4abbc90362d7897ca2557dd6
|
|
Change-Id: Idd9a3ccf0eb6d14cec158daa17a6b2da625f7ffa
|
|
Change-Id: I66e443b5b641aaf16e1918f139a6b6a173ef7d4c
|
|
Change-Id: Ifaab2aecec65ec6e81056e5fca430df8ca3af908
|
|
Change-Id: I76c9ea0740223b601440ca7c7122b814e777fca3
|
|
Change-Id: Ic7d11a7ad3c643354e0bb2aaf20bda2c3e41dba6
|
|
It appears that the C++ standard allows overriding destructors to be marked
"override," but at least some MSVC versions complain about it, so at least make
sure such destructors are explicitly marked "virtual."
Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
|
|
...mostly done with a rewriting Clang plugin, with just some manual tweaking
necessary to fix poor macro usage.
Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
|
|
Change-Id: I42a341b5805e0b2a7d619ba552700db35815afd5
|