Age | Commit message (Collapse) | Author |
|
Change-Id: I1a111ba1be3083555b47af8cc272f93b367accae
|
|
Change-Id: Ib75e4dffb35032f273b9482341a438ccb9b00397
|
|
Change-Id: I21f90c8d4b3d52b7119d664cb7af471b33f27649
|
|
Change-Id: I91d833a541f1d21be66789bba6c983aa741731d8
|
|
We don't need them in a MSVC or OS X compilation either.
Change-Id: I00181fe0a047df09bbdfcce34c07eb2ebc45a2da
|
|
The GLEW headers are enough, and what we actually use in these
places. In addition to handling GL extension things in its dynamic
fashion, GLEW headers also have declarations for standard,
non-extension, OpenGL API, including xgl and wgl ones.
Most likely we don't need mesa_headers on Windows or OS X either, and
can drop them completely.
Change-Id: Ic0d8d6238c862f8fe4a74e99e95344dcbf540980
|
|
GLEW handles all that, that is why we use GLEW, isn't it?
Change-Id: I83d272f89f7e6dbb0c6c4502cc1ec4d697a6b0a2
|
|
Change-Id: I9f8a4ca0991b59bb9b6af4d40e3136ce5c986731
|
|
tools/rtti.hxx removed
completed the interface of some Sdr.* Items
and removed pseudo items
Change-Id: I0cdcd01494be35b97a27d5985aa908affa96048a
Reviewed-on: https://gerrit.libreoffice.org/19837
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
|
|
Change-Id: Id12333cce50e14698e32195c49863d2e0cb448e4
Reviewed-on: https://gerrit.libreoffice.org/19893
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Jenkins <ci@libreoffice.org>
|
|
detect when we can convert a new/delete sequence on a local variable to
use std::unique_ptr
Change-Id: Iecae4e4197eccdfacfce2eed39aa4a69e4a660bc
Reviewed-on: https://gerrit.libreoffice.org/19884
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Restored some missing includes and
refactored sot/formats.hxx.
Change-Id: I11b7102b06889f426f5e0f3efa3a835c6e774d88
Reviewed-on: https://gerrit.libreoffice.org/19891
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Jenkins <ci@libreoffice.org>
|
|
This reverts commit e3bd0951e6b8e8889aabc8640c5641ab32300517,
the newly added assert fires during JunitTest_forms_unoapi_2.
|
|
Change-Id: I90a955eb3e485723bb81e7164edcf60f7b0e94c7
|
|
Change-Id: Ifb85cac1289af94102947b9064a8c12ca65ad43b
Reviewed-on: https://gerrit.libreoffice.org/19404
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
This also makes SalColormap::GetColor() return an RGB color
if m_hColormap is valid.
Change-Id: I154dc43a2be54f7da473263f9f2a29db0cf2fd4b
Reviewed-on: https://gerrit.libreoffice.org/19836
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I32b1263c00e2b2e4d3d43ca3e96e4492e09e9c17
|
|
When UniscribeLayout::LayoutText(ImplLayoutArgs & rArgs) is run with
BiDiRtl flag, and some skipped VisualItems was reversed in lines 908-927,
it's possible that they will arrive in reverse order to the code adjusting
mnSubStringMin, so this assertion may fire.
This situation is not erroneous, so simply replacing the assert with "if".
Change-Id: Icb244502dd00b4c08a2c5192369ee66d743b0dcc
Reviewed-on: https://gerrit.libreoffice.org/19835
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I05e89f9896170d4df3d1377549ea074f06b884a0
|
|
Change-Id: I35fa7c2dcec0731aed1f5effefa131ce3007d010
|
|
We asked for a 64-bit one, which is rather preposterous. And the
comment claimed we asked for a 32-bit one. Funnily, this same odd code
and comment is found in half a dozen code samples on the
Internet... Copy pasta rules.
Change-Id: Ie54a7b75e07cfe0ffd98ec330ce63158d2d15415
|
|
Make sure the hardcoded indexes into the iAttributes array that we use
mean what they are supposed to.
Add comments about that, and fix one misleading comment.
Change-Id: Ibb748b00782db4fcaf34f6c717075f6aff50651e
|
|
blendBitmap24 assumes bitmap is 2 lines high for doing
interpolation. For bitmaps of height 1, really nothing to interpolate
there. Fix cornercase by 'blending' between the very same line instead.
Change-Id: I9b94000aa563e525d0bb2418346ad2c86af26df8
Reviewed-on: https://gerrit.libreoffice.org/19863
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: Ibb42bfbbf8c7a1796998c5390e7d933009b3ab89
|
|
Change-Id: If57390510dde4d166be3141b9f658a7453755d3f
Reviewed-on: https://gerrit.libreoffice.org/19815
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
|
|
Change-Id: I8629481a454a668b3044eb6f56dbe43d4720e52a
|
|
Change-Id: Ie2d0cc90ecc3e585a8fbfc9517e48170cf07c0d2
|
|
Change-Id: Ieda1c334d8d995c774381c52fa1d9aa11751c5ef
|
|
Change-Id: I9e505814f206c35b465633c45bab6f989ad18074
|
|
Change-Id: Ied1e1c12f2fe19734f27c005e60db07e674e3639
|
|
Finds static variables of types that have bad non-static members.
Change-Id: I81ee940580c0f043feb543840ea4d3dd27734202
|
|
Change-Id: Ic5ae9d2c2c9a7ef95604d80134b0ff4de005db38
Reviewed-on: https://gerrit.libreoffice.org/19825
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
Tested-by: Oliver Specht <oliver.specht@cib.de>
|
|
Change-Id: I973b6b68a225cc872aff2c0fe0e8a2e9108b3140
|
|
instead of egi, eme, epb, epg, epp, eps, ept, era, eti, exp,
icd, idx, ime, ipb, ipd, ips, ipt, ipx, ira, itg, iti,
there is now one graphic import export lib (gie)
Change-Id: I20c0dd94e5857bb6e2e8cc8ac175ff500c6bbdfc
Reviewed-on: https://gerrit.libreoffice.org/19756
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Oliver Specht <oliver.specht@cib.de>
|
|
Change-Id: I76161e87adc70fb8ae94c5c4cc7157b95f76b6f7
|
|
Change-Id: I7ac150458a72963f3336d30ef9d99d7c0d81c024
|
|
Change-Id: Ia563e1c58a61eaa9f2316be280711fafe6702c9d
|
|
Change-Id: Icdb7d1cc250640f428984b96b0a51ac950013cb2
|
|
Change-Id: I0d64393c029d27c8e6f3b6d360d2509dad16d860
|
|
Change-Id: Ie9a52745a83ca6e4281faa4f1dc8b8ea7411badf
Reviewed-on: https://gerrit.libreoffice.org/19805
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
|
|
Change-Id: I31a69a997098eb1807361b8049c3312a4f287d75
|
|
Hopefully this will un-confuse users about whether GL is enabled; the
settings only take effect on re-start, so show a current status line too.
Change-Id: I82832fd8d35bc76ab2cf1f394f11a881fde80774
Reviewed-on: https://gerrit.libreoffice.org/19790
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
|
|
(even though it's not being built right now)
Change-Id: I237cce48ea50b1184b166a8a8132ae425597bffe
|
|
Change-Id: Ib01701c4e89f665cb65cdfa8612b02a70633181e
|
|
The intention is to call the real function, not the stub itself.
Change-Id: I4bfd3020871c68951b19a3c63ea9a2dc4d736be7
|
|
See <https://code.google.com/p/android/issues/detail?id=74835>,
Android's <cmath> currently does not provide std::copysign(), add a
forwarding stub till it gets fixed.
Change-Id: I49cc74ad1b61fed0460588150f21471d63e9069f
|
|
Change-Id: I9a947beefd2dfe21da8239e841ea3fb416bd1548
|
|
("using integer absolute value function 'abs' when argument is of floating point
type; use function 'std::abs' instead")
Change-Id: I3634186a10607f3b3fc6fc7c0aef968b32892156
|
|
Change-Id: I888ca84342a6c34b99a1f03d44d686e1f50622f4
Reviewed-on: https://gerrit.libreoffice.org/19778
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: I7fdcc939154ca6804707039c3311728a0249dec7
|