Age | Commit message (Collapse) | Author |
|
Change-Id: I58cf35e8729110f2488bf08d6cadc1ec428298cf
|
|
Change-Id: Ia8b8f1cdaa2bc14e6d3249998e06b076ad4e6ae4
Reviewed-on: https://gerrit.libreoffice.org/10150
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
to replace hand-rolled version
Change-Id: I4cd74b3e95a61c32d3aa52646d654ce306791fae
|
|
to replace hand-rolled version
Change-Id: Ia983f5b87c55d8e5cce6f388e0f77077b6415745
|
|
Change-Id: Ibcd5d2b4124ab441a90748588d063f394b1ef372
|
|
Instead, atls.lib should be used also with code compiled to use the
debugging runtime. See
http://msdn.microsoft.com/en-us/library/bb531344.aspx which says
"Atls.lib no longer has character-set dependencies or code that's
specific for debug/release. Because it works the same for Unicode/ANSI
and debug/release, only one version of the library is required."
Change-Id: Ie39ea271513dec1084cae8d1bbf93afa286f357a
|
|
Change-Id: I69d7e13c8a279b3470aef8329aa50f5042c4c55b
|
|
Change-Id: I348a876413fa1acf2cf253784d53a0078bbedd92
Reviewed-on: https://gerrit.libreoffice.org/10043
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I146844d10dc6ee147031a8ffa6fabe9e271b2bd0
|
|
Change-Id: Iecfbb9b7cd1cb8507028cbaf7e39a1e401f74dbe
|
|
Change-Id: Id0cecd2a6431e21c896210e255f37ba220a0941f
|
|
and
coverity#983660 Uncaught exception
Change-Id: I509805fd6517196d505e78bcbf632d83dff01f03
|
|
Change-Id: I99cb4f64b093765d0667ddcddf1f696891450a9a
|
|
Change-Id: Id7c517fb37bc28797c45fc0dde83e866f2aa4aac
|
|
Change-Id: If10c9643474620855e21caaa1fdcbbc4b7fd07ac
|
|
Change-Id: I4bdfb074b3cf6fcb49765322308dfa4b9ed67713
|
|
Change-Id: Ie5486e910ba562954ef38c83b2fa673511a9e931
|
|
Change-Id: Ifa1dafe838e0e9c5bfa4525eaa744d4851551fc8
|
|
Change-Id: I34937e400ac8576154d33e1e11b80690222f532c
|
|
Change-Id: I480a789c767dd671775c9d70d96bf71908f21f5b
|
|
Change-Id: I4a6280f47ca3c4a77b4e42fe05d79ded7fc30ef1
|
|
Change-Id: Ieae5303e55f21044ef8e91e63c4896696cfad51c
|
|
Change-Id: I4d0f1c21aed9bbcc97f432b0f1872c508853708c
|
|
after my commit e2080e7 "new compilerplugin returnbyref"
Change-Id: Iec1663507ddda009903c31aa3ceedfe5380c1962
|
|
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: Icae67c083ca867c89cff7f9d5d44dbbe4aadcba9
Reviewed-on: https://gerrit.libreoffice.org/9858
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I2b48e88a1041823f825f4c7e00db74285aaae39d
|
|
also
coverity#706000
coverity#706001
coverity#706002
Change-Id: Ib970a4956fcf8362b8e3f9ae859c374c5fc8a545
|
|
Change-Id: I5519b552507ab81e51f81996835467d353277a18
|
|
Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
|
|
and drop the now unused helpid
Change-Id: I38fb93e50e7715e05f21e08c2e8714a1a52305b8
|
|
Change-Id: Ifc379008f545ba0c44e8c3bb18a43fc2a633dc64
|
|
Change-Id: I92a5778a2f4f69beb73885c2f7c78a43045986c0
Reviewed-on: https://gerrit.libreoffice.org/9779
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ib8bbba8d6e3364f7474643ddb60a469497437616
|
|
also
coverity#706515
coverity#706516
coverity#706517
coverity#706528
coverity#706529
Change-Id: I5beb753d5cc8ed976b3c11319cc36415adebd1e6
|
|
Change-Id: Ia4eda7adc7685809b69a248f664b6a38dc3ea0e6
|
|
Change-Id: Id8a6d6c4faf3101b13d84de180f8db7cab2cb16f
|
|
Change-Id: If0d3829bfc14c602a0167967cbe215782c75f549
|
|
so the dialog stops scribbling on itself, and instead
uses a real widget for that
This has to be one of our weirdest dialogs, why expend so much effort to create
this dialog for the most obscure of issues.
Change-Id: Ia25e6c67fb278528c6c68a1d6db74de59915fd34
|
|
Change-Id: I5f34889520afb2149ba480f56d59f14d75ee50c0
|
|
Change-Id: I4476559cc2e6a90b65d5bdc8169b256929f07f7e
Reviewed-on: https://gerrit.libreoffice.org/9734
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I20f751f6b9fdf683566544aed4ca2ad877abc253
|
|
Change-Id: Iffc5a864954e106e1b20a86c8caddf4257ff139e
|
|
Change-Id: Id2830727216fa25ca5935406a74f4237276d56db
|
|
I guess no-one ever tested with multiple scanners but it just happens that my
laptops webcam is presented as a (non-functional) scanner alongside the real
one
Change-Id: Ie36651cfc867027ef19e272dbabe46de6c4261ee
|
|
instead of scribbling over the parent dialog directly. Doing is this way allows
the .ui-ification to work right.
Change-Id: Ia0c33eae4cd5a4c94896436fe5a5afad8d60a577
|
|
Change-Id: I1f08493cdc18f4c0691a8436368432fe4e94dec3
Reviewed-on: https://gerrit.libreoffice.org/9696
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
...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
|
|
Change-Id: I5863de6d8b1f0fe2419ea7419b1ff90087bb513d
Reviewed-on: https://gerrit.libreoffice.org/9715
Tested-by: Michael Stahl <mstahl@redhat.com>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I6e3524ab98ec6ffdea24be808a718b2798e44f95
|