Age | Commit message (Collapse) | Author | Files | Lines |
|
Put the VCL KeyCode class in the vcl namespace. Avoids clash with the X11
KeyCode typedef.
Change-Id: I624c9d937f7c5f5986d313b6c5f060bd8bb7e028
|
|
Change-Id: I836381f710e4f36b977284f6996bb135fc328049
|
|
Change-Id: I6ca6914e80c186699df42253de46a3690c5130f2
|
|
Change-Id: I480a789c767dd671775c9d70d96bf71908f21f5b
|
|
Find places where we are returning a pointer to something, where we can
be returning a reference.
e.g.
class A {
struct X x;
public X* getX() { return &x; }
}
which can be:
public X& getX() { return x; }
Change-Id: I796fd23fd36a18aedf6e36bc28f8fab4f518c6c7
|
|
Change-Id: I26e1e0f66dad5ed4e8351fc7509449b312559166
|
|
...and also corresponding param of CreateTabPage function type and corresponding
Craete functions. There were some call sites that passed undefined "null
pointer references" and SfxTabPage internally uses a pointer member pSet that is
checked for null anyway.
Change-Id: I4eb3636155eac46c9c9d26e6e6e842e85d7e95af
|
|
...there was a call site that passed undefined "null pointer reference"
(apparently in a case where the passed argument was actually unused)
Change-Id: I663d4264b7a84f44ca69c732f3bc502f614b2b2a
|
|
...there were a number of call sites that passed undefined "null pointer
references" (apparently in cases where the passed argument was actually unused)
Change-Id: I19799e90f0cd8e98367782441a5ea9df27b59830
|
|
Change-Id: I45929aae52fa106b5f5c0199f8ce8b60c0ac5438
|
|
Change-Id: I3ba4ac78fd4810e006b1034bbe7c28b1803895d2
Reviewed-on: https://gerrit.libreoffice.org/9494
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
Tested-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I38e855966598342eb2352e70e04f7a5e09e54f83
|
|
Change-Id: I324a0ffde2ddcca105451c19e7aadcfad15211d8
|
|
Change-Id: I74f5e25a05ca3c4c0259dd7f33da57a9e0790caa
|
|
(regression from 6af1e845baa0ec63ce16f25868e5e3313bd647bb)
Change-Id: I22dd77fe9bb03f2cf4ce4518ef12c566aad66785
|
|
Change-Id: I7ce04c206250db40076bed699bee892bdfbf19b6
|
|
and remove some unused stuff
Change-Id: Iea6177c3d2f9d0668187e66155b62688ae2ecb04
|
|
Change-Id: Ic24715d86b3f822babd236ac73c041f3a5c1d92b
|
|
Change-Id: I812842e76ae0b7bc252530d2b4aaa2b452c2babf
|
|
Change-Id: I58c425ab9d2c01f8844226aff820dd56d88ec09c
|
|
|
|
|
|
Change-Id: Ib689e35b417e0e9016cd6a239c986e0603a99d62
Reviewed-on: https://gerrit.libreoffice.org/8837
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
|
|
... fails with exception and does not modify the configuration.
(regression from 1b0f7ee1e04d7b0fe81f7458ae2116615e0f6889)
Change-Id: I0e12cf0b531bc68147cf2be22c28c75c0f05f3ff
|
|
Change-Id: Ib62f992814ec83f3bb25a0197b50b0b85979d0bb
|
|
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
|
|
Change-Id: I72238e511c2fca4a4aba0be60b0f2d3b1f46e5c2
|
|
Change-Id: Ifd5d7a8fd792da9931995ae4982504b68afe8303
|
|
Change-Id: I7d4d000560c6774ffb691c47f951a191f9a92fa9
|
|
Change-Id: Ifa2713638369f8c77e58f4945570fd3faf137d93
|
|
Change-Id: I8a1ba77649c862eab1f381c678689c435420140e
|
|
Change-Id: If91343c2334f03cd35f95b79b8e341c6ee355f62
|
|
* Remove temporaries
* Remove concatenated appends
* Constify
Change-Id: I94db8071c69568818c94670a4b9c71ab31660ac9
|
|
...mostly done with a rewriting Clang plugin, with just some manual tweaking
necessary to fix poor macro usage.
Change-Id: Ie656f9d653fc716f72ac175925272696d509038f
|
|
Change-Id: I1fd02cc148fd9a54d2092dad1e548f51a0813a14
|
|
Change-Id: Id915a41e3cc50720d36955da9aa2c7efa6c9034c
|
|
Change-Id: I54e3b086c57b9b727ffdd5d3aa0c38c2c2ea2954
|
|
Change-Id: I60a552f14c4c4735f702581be18231e658cb30e7
|
|
Change-Id: I58e63b11c684d686e0e0830bb4e0e3b7fc9bbc32
|
|
Change-Id: I328eb08b719b5fdd51e1ca7c5c6fa3546ac90adb
|
|
Change-Id: I2ab4bb2f57c95d2d4b1029fd6e324ebbe0ff7148
|
|
Change-Id: I22d8869551f46d2a0607f670f937853f394b6acf
|
|
Change-Id: I0c2e9314d85860831b29db76c89c8776c1b071b9
|
|
Change-Id: Ia9d6af4d601b76dfb9e950fdb4bdaf283f3e985c
|
|
Change-Id: Ief810c49b821e2e60ee2c8b14187dd8d7d81c461
|
|
Conflicts:
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
Reviewed on:
https://gerrit.libreoffice.org/8473
Change-Id: Ie1b0ac3cb4d4b9bf305323599d5e4b63f913fb1b
|
|
Change-Id: I5a6a57f708a3a5ce1f065e341ae9da24e0c91499
|
|
Moved the files linked in sw/Library_sw.mk from sw/source/ui to
sw/source/core/uibase and modified the make files as per the new
directory location.
Reviewed on:
https://gerrit.libreoffice.org/8447
Change-Id: I05f6ccdeee5e76fb0ae477d16721d9ddc6eaff32
|
|
ListBox and related now handle up to sal_Int32 elements correctly.
sal_Int32 instead of sal_Size or size_t because of UNO and a11y API.
Also disentangled some of the mess of SvTreeList and other containers
regarding sal_uInt16, sal_uLong, long, size_t, ... type mixtures.
Change-Id: Idb6e0ae689dc5bc2cf980721972b57b0261e688a
Reviewed-on: https://gerrit.libreoffice.org/8460
Reviewed-by: Eike Rathke <erack@redhat.com>
Tested-by: Eike Rathke <erack@redhat.com>
|
|
Conflicts:
sw/inc/unodraw.hxx
sw/inc/unoframe.hxx
sw/sdi/swriter.sdi
sw/source/core/unocore/unoframe.cxx
sw/source/core/unocore/unoparagraph.cxx
sw/source/filter/ww8/rtfexportfilter.cxx
sw/source/ui/inc/unotxvw.hxx
sw/source/ui/lingu/hyp.cxx
sw/source/ui/lingu/sdrhhcwrap.cxx
sw/source/ui/uno/swdetect.hxx
Change-Id: Ic0a3fb2392187c277c9b36915ffb10dcf0317908
Reviewed-on: https://gerrit.libreoffice.org/8322
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|