Age | Commit message (Collapse) | Author |
|
Change-Id: I245af77126739bb219f6a085a47cee2efac2c351
|
|
Change-Id: I4713b88a2130658513fd64793129c855169f0187
Reviewed-on: https://gerrit.libreoffice.org/15720
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I26e03159fa6115025c6cf376e6ce71443bc98cec
|
|
Change-Id: I8e790153c45c8ec2a4a94d629fbc0e36e60617d8
|
|
Change-Id: I8172015668cc43b4383276f2cd20cce4b0704277
|
|
Change-Id: Id35a86eb52bbde6ca09a5e61a0b1a79b23be8faf
|
|
Behaves oddly; not ready yet.
This reverts commit 9f016bd69422bdfb4cf7c4f5e57356eb98db2d8c.
Change-Id: I30d746eac29d1dbe78d3072b10d2e22c051e3f4e
|
|
Change-Id: Id35a86eb52bbde6ca09a5e61a0b1a79b23be8faf
|
|
Change-Id: I88e67f89dbbab0646e8f106dfeb32c6ee1bb0b95
Reviewed-on: https://gerrit.libreoffice.org/15671
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I437801a752e2ae2fa762f46f566b761fdc02acb8
|
|
Change-Id: I28543128b75315be1eda1a82f6e856778c38a33e
|
|
Change-Id: I70598072c1d492e360ef46dd7b5ef5a2fa4be495
|
|
Change-Id: Ifb032457d6c1b279c4183282ef2b271c706dd71a
|
|
When complete - should ease the switch to VclPtr<>::Create.
Change-Id: Idf876e2eeb830b36dd86e84317277cc88e1dc013
|
|
Change-Id: Ib27854a8470f3ff5b208cb949a7bd02f2a86c969
|
|
Change-Id: Ibfcf7cffe661efc1ce2063e87d38c45d943df69d
|
|
Change-Id: I88f46f7724296e1c58cf7604a0c514de91b5ae2a
|
|
Change-Id: Ic9f20c90e54f53484d67c1c38530dbac9638cbfe
|
|
Change-Id: I8348a5e5c13a6628ad543652e50bac0432b2b7be
|
|
Change-Id: I21d04451aa747f6d8d9560533674f1c0aa590e65
Reviewed-on: https://gerrit.libreoffice.org/15664
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I242cd126814bbebdb99ea38d9e66513189c313d9
|
|
Change-Id: If7652a7c0251b741660365848a717c06954ca419
|
|
Change-Id: Ia33e957f6cf530e2639b3c86d9482f642652cb46
|
|
Change-Id: Iddfd36ae0de86fdd2d4febb2c05d1fe0c02801f0
|
|
Change-Id: I97160fc51dc16ff92b06d44570298eeec637e132
|
|
Change-Id: I189937950325dc4ef663f7f49cb45f38f8537de9
|
|
Change-Id: Iaaf0c93e5b28c0f7dbe4f02eda8beeae30708100
|
|
Change-Id: I0de1cfaa0df460c7bc8e49752b31056f95c30053
Reviewed-on: https://gerrit.libreoffice.org/15628
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: I4cd47d843e6892edfa43c37c131dde9cd324579a
Reviewed-on: https://gerrit.libreoffice.org/15520
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
|
|
Change-Id: I5841f1b7b6f9ff60f9f1437b76a3e0b1b552a8a2
|
|
Change-Id: Iaab521433d8573fb1184ec59e7d734b0e0c97f00
|
|
Change-Id: If627c5300b3b4acc8351177857fc8fa70e76df00
|
|
Change-Id: Id34a655c554e78476e3bd83c87de3cbe1b557980
|
|
Turn the Link class into a template abstracting over the link's argument and
return types, but provide default template arguments that keep the generic,
unsafe "void* in, sal_IntPtr out" behvior. That way, individual uses of the
Link class can be updated over time.
All the related macros are duplicated with ..._TYPED counterparts, that
additionally take the RetType (except for LINK_TYPED, which manages to infer the
relevant types from the supplied Member).
(It would have been attractive to change the "untyped" LinkStubs from taking a
void* to a properly typed ArgType parameter, too, but that would cause
-fsanitize=function to flag uses of "untyped" Link::Call.)
Change-Id: I3b0140378bad99abbf240140ebb4a46a05d2d2f8
|
|
Change-Id: I68f674dcdb16a507e962945ed90caf796daa48d3
|
|
Change-Id: Id1a4dcbc25b78afe123d529413ac8873b6452d2e
|
|
Change-Id: Ib8af3f17db019dcddca58173806ee6499b50b416
|
|
Change-Id: Iaad4aa553564e31726b31ebf890ef0376c8f1690
|
|
Change-Id: I2dc49ec1c10da97f9b57ebff804cf403d2802beb
|
|
Change-Id: I0b0a5df307bc5478283fbbe48a0016256b9cf7cd
|
|
Change-Id: I8886c022d709acfd0f65453e36f29c1c953b4b1c
|
|
Change-Id: Ibbeb069b6fcb2aa0581429ac5cb6db519548fd00
|
|
We used it all over the place without leading :: already anyway, even
in many files in include. So let's be consistent. In the majority of
cases, prefer the easier-on-the-eyes choice, not the "safe" one.
In those files in include where *all* existing uses of ::vcl:: indeed
used the :: prefix, there let's keep it for consistency.
Change-Id: If99cb41d3bf290d38c601d91125c3c8d935e61d0
|
|
Change-Id: I252a4994d2ee981018d07d6fac7ffe639f065d3e
Reviewed-on: https://gerrit.libreoffice.org/15334
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: I5329ecdceb5eb590942f604b4a460d91e363d756
|
|
Change-Id: Ica72e5d0502736e562a78e1cbee600c5ff9ae475
|
|
Change-Id: Ia5389095683a1c012a988ed71bf769a1f25d80fb
|
|
Change-Id: I1495dbaf05b642d98f41639d41f831f007601df3
|
|
Change-Id: If2f12ea54b57f32df23fc22fb8be0aa3c6f2e76e
|
|
Change-Id: Id716c47d56922ab6ce0c3adb3d426ea814980674
|