- 04 Şub, 2015 17 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: Ie675dc47d6008aa3ce947f8969895f32eb20b8c4
-
Caolán McNamara yazdı
Change-Id: Iaf27a27548c008b4c51a0e187570aa298fd56d7c
-
Caolán McNamara yazdı
Change-Id: I8810389998fdcf43c55db7e6cd1acd8600e91e2b
-
Caolán McNamara yazdı
Change-Id: Ied0f1dd16b7f681290c707f1aeb2d1d115612629
-
Caolán McNamara yazdı
Change-Id: Icb43cae170b8ca5dc3ef3379136d265869eb978e
-
Caolán McNamara yazdı
and coverity#1267690 Uncaught exception Change-Id: I728fc0fb1c5e472ab40649e949499d98e3ee2b7f
-
Caolán McNamara yazdı
Change-Id: I62c05d2baf7f46263468e194a1e947000ef7a1e3
-
Caolán McNamara yazdı
Change-Id: I3b4a1db77a5b9888e2ac5db32ba2cb8f904e663d
-
Caolán McNamara yazdı
Change-Id: Idfa32d54ed8af7eda823da2223cbaaf2f396e8d9
-
Caolán McNamara yazdı
inspection shows it can never be null Change-Id: I5160fc1e212996ddea89075d86c6f3a0d0c5da94
-
Caolán McNamara yazdı
inspection shows they can never be null Change-Id: Idffbed313769b232e5476a10ed4df815719606ed
-
Caolán McNamara yazdı
inspection shows its always non null Change-Id: Idc2e0f62a29b635381685f81d0f9f88b3eef659d
-
Caolán McNamara yazdı
Change-Id: I49a058915f0fd7caaa3793e70784a30efcac15d3
-
Caolán McNamara yazdı
Change-Id: I36b72abc7021aa9a0f64f4a2ac71a7eedd75f6ec
-
Caolán McNamara yazdı
Change-Id: I242a332adf9961881599ba048f8f63b2711e8b4d
-
Michael Stahl yazdı
Change-Id: Ief76c578aaddbeada7f436373879a6dbbd11908f
-
Takeshi Abe yazdı
Change-Id: I09802fc799a892c322d8b69f16995b2f99da1f9c
-
- 03 Şub, 2015 23 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: Ib9a5c131701e8240779be43af015ff4943d68ae8
-
Julien Nabet yazdı
Change-Id: I3f405d9525d3afb6534166fd733cabf7779a2846
-
Miklos Vajna yazdı
Change-Id: Ia112cf626126149ea9cf09c5d6ff812d5d5ffec5
-
Miklos Vajna yazdı
- style:border-line-width's first value should be positive (follow-up fix could be to handle such existing documents, but this is a test document, so let's just modify it) - style:contextual-spacing is written as loext:contextual-spacing today Change-Id: I4463ad83d45bb85f39257cc5bfda96ae1ef2c2a1
-
Miklos Vajna yazdı
Change-Id: Iedf8eacd37b8ed8e307a10e8ade32f53c7417c4a Reviewed-on: https://gerrit.libreoffice.org/14306Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
David Ostrovsky yazdı
The order in which the hash table of incomplete structure types is iterated is non-deterministic. Make sure that the array fields are complete types before they are assigned. This fixed weird error on Windows 64 bit. The reason this bug wasn't hitting on 32 bit Windows build is because the generation order was different and by chance the referenced fields were already generated. Change-Id: Ifc8622b420fc25fea5a0ac8c09d08f7804c9b77c Reviewed-on: https://gerrit.libreoffice.org/13851Reviewed-by:
Michael Stahl <mstahl@redhat.com> Reviewed-by:
Andras Timar <andras.timar@collabora.com> Tested-by:
Andras Timar <andras.timar@collabora.com>
-
Stephan Bergmann yazdı
...at least since 1c064d14 "I don't see that any of this makes sense anymore" removed the last uses of it from X11GlyphPeer::RemovingGlyph. Change-Id: Ic8c879ac6023a1e796da220dd61dc33750aaad60
-
Jan Holesovsky yazdı
Change-Id: I91969800330042a6950402e3995b4d86020006f3
-
Norbert Thiebaud yazdı
Change-Id: I323f6532d00f30cde50616e9399cad6bbe00cb8c
-
Mark Hung yazdı
1. Revert koreanDigital2 back to NUMBER_HANGUL_KO (import). 2. Map NUMBER_LOWER_ZH in Simplified Chinese document to chineseCountingThousand (export). Change-Id: I62ec255626c250802288bf7fbec7371076e727d3 Reviewed-on: https://gerrit.libreoffice.org/14155Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Stephan Bergmann yazdı
Change-Id: I0170c1ecd7f6f037640eaa26f5477fdf4852c54f
-
Stephan Bergmann yazdı
Change-Id: Id1ab4496c5a8fa5bf97ac00e57cb89afe82b232b
-
Marcos Paulo de Souza yazdı
using initializer_lists with Sequences Change-Id: Ic6177f99b6c083710135348039958d72a6faf327 Signed-off-by:
Stephan Bergmann <sbergman@redhat.com>
-
Michael Stahl yazdı
Change-Id: I53b86e3baebbcca7cb0a72aa072db3da0f84fd4f Reviewed-on: https://gerrit.libreoffice.org/14303Reviewed-by:
David Ostrovsky <david@ostrovsky.org> Reviewed-by:
Lionel Elie Mamane <lionel@mamane.lu> Tested-by:
Lionel Elie Mamane <lionel@mamane.lu>
-
Michael Stahl yazdı
SwChangeDBDlg::UpdateFlds() depends on undefined behaviour in constructing sTemp, because the call to GetDBName initializes local variables that are already used in other sub-expressions of the statement. (regression from 8a7a9992) Change-Id: Ibf8c0091da672e133d7a35bc61c059eaf65a3bc2 Reviewed-on: https://gerrit.libreoffice.org/14302Reviewed-by:
Lionel Elie Mamane <lionel@mamane.lu> Tested-by:
Lionel Elie Mamane <lionel@mamane.lu>
-
Lionel Elie Mamane yazdı
Change-Id: I2acc5cd6a57bb6a18f3f20177b3bcf2b8469a834 Reviewed-on: https://gerrit.libreoffice.org/14272Reviewed-by:
Lionel Elie Mamane <lionel@mamane.lu> Tested-by:
Lionel Elie Mamane <lionel@mamane.lu>
-
Tor Lillqvist yazdı
Put the whole non-DESKTOP case in #if 0 for now. Unclear what we actualy need to do there.
-
Tor Lillqvist yazdı
-
Tor Lillqvist yazdı
Change-Id: I89e71e03ede5175fabe1df949b8d3200f64757a0
-
Stephan Bergmann yazdı
Change-Id: Ibfa00b98bde90e1a84e19637179be83449b7743d
-
Stephan Bergmann yazdı
Change-Id: Ia6494c611e6596fa4811c2751bb96294a3950f17
-
Tor Lillqvist yazdı
Change-Id: Iabfe272e95e4f3517f3072dd6c36b8889c2fdbd1
-
Caolán McNamara yazdı
==1739== by 0x7A93F1C: SfxUInt16Item::Clone(SfxItemPool*) const (in core/instdir/program/libsvllo.so) ==1739== by 0x7047E11: SfxShell::PutItem(SfxPoolItem const&) (shell.cxx:196) ==1739== by 0x27FCA298: SdModule::GetSdOptions(DocumentType) (sdmod.cxx:172) none of the other uses of pCache->SetState clone, and I don't see why this one does. Change-Id: I7d3cf6969c433c890776dfbcc1dc57d72420b6e2
-