Age | Commit message (Collapse) | Author |
|
Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86
Reviewed-on: https://gerrit.libreoffice.org/21209
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Ashod Nakashian <ashnakash@gmail.com>
|
|
Change-Id: I9b4f884c6313a53fea543ea6f93175205351ad14
Reviewed-on: https://gerrit.libreoffice.org/18517
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I2712a0901049885502cade31f9757f712048bb33
|
|
Change-Id: I49d06d54157e1e7c5b7ce2aa3f8917763de6826d
|
|
Change-Id: I89b6735bca19eec1ccc1d14cd3c35e88fd36d51f
|
|
Change-Id: I8b375ba0eab97c4e0383ed6638b9dc4be149369e
|
|
Change-Id: Ifad69772a4954f14772cca9eeae913e546eff477
|
|
Change-Id: I1fc2c69640ed625425a679380d6f25178bc5aeb1
|
|
Change-Id: Ie69fa0fcc8cae0a3f5be8fb4a5b884caa2d56a94
|
|
Change-Id: I22a9d9c313a81ccee885b9c8785d4b008a6f2058
|
|
Document that in README.lifecycle; the problem is that our constructors
currently take and release references left/right on the object being
created, which ... means we need an initial reference.
Change-Id: I5de952b73ac67888c3fbb150d4a7cde2a7bc9abf
|
|
Change-Id: Iffdc9f73520a97ccc284ecba1b2468dc229506c1
|
|
Change-Id: I2b154e0ed9eee0a45900ada7f805a1d444a31bc0
|
|
Without this, assigning to a ScopedVclPtr instance thus:
pScopedVclPtr = new Foo();
constructed a new intermediate ScopedVCLPtr, used a default assignment
operator, unhelpfully disposing the new Foo before it could make it to
pScopedVclPtr => add operator, and hide problematic constructors.
Change-Id: Icc0da962938bf115eac0c24a6a76cfeb66ddf23a
|
|
At least a start of some documentation on VCL lifecycle.
Change-Id: I6180841b2488155dd716f0d972c208b96b96a364
|