- 03 Agu, 2015 40 kayıt (commit)
-
-
Miklos Vajna yazdı
No need to call it in PaintHelper::StartBufferedPaint(), which would happen only for the root of the paint hierarchy. It's enough to do it in PaintHelper::DoPaint(), which happens for each widget. Change-Id: Iaf3306ef746bedbe64be36c4efeae73afd75db2a
-
Miklos Vajna yazdı
Change-Id: Iebcf9ec9f54102ca13dd36a3d3c2d2b6137dc0f0
-
Michael Stahl yazdı
Change-Id: If08a4f0c177abf38a381dcb9ba73a09265b2bcb5
-
Michael Stahl yazdı
Change-Id: I85d240989e41a45b62a4631bb847daccd1919f34
-
Michael Stahl yazdı
Change-Id: I6418119f9d3e70ea89f7c8a094bbde42eeadec8c
-
Michael Stahl yazdı
Change-Id: Ib33fbe9792c35924ac61ed6b54af85d95689a8e3
-
Laurent Balland-Poirier yazdı
Change-Id: I408bab7edf58020fc1ec541dc940c84d387bb56c Reviewed-on: https://gerrit.libreoffice.org/17466Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I3ff55ee78927f46e337d56eeebeaebec87b604be
-
Caolán McNamara yazdı
Change-Id: If005f622bc76445f3a6becb26280abe40ee77e26
-
Caolán McNamara yazdı
Change-Id: I98ada1d4ccae0b804a6a083cdd0ab185c556ad71
-
Stanislav Horacek yazdı
Project: help 493f09c4bf065538f425a2f56a1cab25ab2093f8 rename Drawing Object Styles to Graphic Styles Change-Id: I3888ee6b5f0710ccef131baa03cf90acc9bd4737 Reviewed-on: https://gerrit.libreoffice.org/17479Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Michael Stahl yazdı
Change-Id: If70426d6d93a8c3b7c585b1c69e9b1c58643d140
-
Michael Stahl yazdı
This one is a bit odd, wonder if that was a bug: - aAction(aPredicate); + aAction(aPredicate()); Change-Id: I0ddd565b65fe4778a297486805fa7f7a12702224
-
Michael Stahl yazdı
Change-Id: Ibcb0f40d327e3086b6493cf2052caf135aa89e10
-
Michael Stahl yazdı
Change-Id: I52def97b8dfa9e4dba5d47937de45e587a23b4de
-
Michael Stahl yazdı
Change-Id: Ibcc536558f26ed15c59263c25bfeb690950dd3d0
-
Noel Grandin yazdı
Change-Id: I02cbbba56a2ad83e0ac3d806265a7e0d6a29594d Reviewed-on: https://gerrit.libreoffice.org/17495Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: I55cc82c8e180cce371c996690608090b1bfdfda4 Reviewed-on: https://gerrit.libreoffice.org/17494Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: I4fbdd3fb7d1e0ad4423148aaaed3a15aebb26d14
-
Noel Grandin yazdı
Change-Id: Id0e54c92769e6c82690fe6f1eab488fcabe6c655
-
Mihai Varga yazdı
1. For tiled rendering, don't invalidate the whole page when hiding it 2. Don't invalidate when showing a page because we've just hidden the previous one 3. No need for invalidation when setting visible layers Change-Id: I858401b22c95093c58ec00896fe92b766fddb6de Reviewed-on: https://gerrit.libreoffice.org/17452Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Jan Holesovsky <kendy@collabora.com>
-
Noel Grandin yazdı
caused by commit 5333782d "convert SETTINGS_ #defines to 'enum class'" Change-Id: Id0c2738a61f73223f6c8716f04a619c8cb84c0a9
-
Noel Grandin yazdı
Change-Id: I85a9a2bc12681e13fc482374165ff9bd6858dc93
-
Takeshi Abe yazdı
Change-Id: Ifabb905819e32cf4db603f3f7bb18e6cc8fdfdcf
-
Noel Grandin yazdı
Change-Id: I98c1e7eaa66b7afb05255a017a3de54714637501 Reviewed-on: https://gerrit.libreoffice.org/17491Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Miklos Vajna yazdı
If the shape is rotated 90 degrees clockwise and the text is further rotated 270 degrees clockwise that means we shouldn't do anything with the text and the result will be correct. Change-Id: I7c65319258136288520bd24fa2bf8e3c598b0878
-
Miklos Vajna yazdı
Change-Id: I60eb5e1bca50d0e35f0bec63f0e274bee68fc5f7
-
Julien Nabet yazdı
Wrong copy-paste Change-Id: I7460c095c7bbb340be2cab32c4724688076c5952 Reviewed-on: https://gerrit.libreoffice.org/17477Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
-
Jorenz Paragas yazdı
Since the function returned by o3tl::compose1 had its parameter passed by const reference, the same should be done for the lambda expressions that replace o3tl::compose1. I overlooked this detail in my previous commits. Change-Id: I0db5eec4e74d4835e786742ee6de3805215f377f Reviewed-on: https://gerrit.libreoffice.org/17465Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Jorenz Paragas yazdı
Change-Id: I53c73c6210ba3eec4d73949a329a35ad7834220e Reviewed-on: https://gerrit.libreoffice.org/17468Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Takeshi Abe yazdı
with the variadic variants in embeddedobj. Change-Id: I60aad1267b664825f781c085fb33612bce3f7221 Reviewed-on: https://gerrit.libreoffice.org/17474Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Daniel Robertson yazdı
Replace all uses of deprecated features in the o3tl with lambda expressions in dbaccess. Change-Id: I865bb5db5257e985a0eed0110874d6b29892fcfb Reviewed-on: https://gerrit.libreoffice.org/17483Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
This was a feature requested by mmeeks, as a result of tdf#92611. It validates that things that extend XInterface are not directly heap/stack-allocated, but have their lifecycle managed via css::uno::Reference or rtl::Reference. Change-Id: I28e3b8b236f6a4a56d0a6d6f26ad54e44b36e692 Reviewed-on: https://gerrit.libreoffice.org/16924Reviewed-by:
Noel Grandin <noelgrandin@gmail.com> Tested-by:
Noel Grandin <noelgrandin@gmail.com>
-
Noel Grandin yazdı
Change-Id: I92a9e6f27ef649c9d7501df55287c95c4d796156
-
Tomaž Vajngerl yazdı
Change-Id: I1dc34eee645b77537517e147b86599cfe74f09a9
-
Tomaž Vajngerl yazdı
Change-Id: Iba3fd58374a550f3411b02f029f12f4509fb6048
-
Tomaž Vajngerl yazdı
Change-Id: I66da1e93a65fc592c0827774da2388f9a82531e4
-
Tomaž Vajngerl yazdı
Change-Id: Id0258fe0db89aa06b91233ae2052f018d606cc74
-
Tomaž Vajngerl yazdı
Change-Id: Icbf228809e17e4114049e563468dececba04edde
-
Tomaž Vajngerl yazdı
Change-Id: Ibb4a308cfae3598e4d4e9759806c48f6a581bc83
-