- 28 May, 2014 40 kayıt (commit)
-
-
Caolán McNamara yazdı
and coverity#704956 and coverity#704957 Change-Id: I6df06c3b20440659788b12a1f73dcdd68dcbe5b5
-
Caolán McNamara yazdı
Change-Id: If49ed05f54a9c89107d3a2836386c111966d0f54
-
Caolán McNamara yazdı
Change-Id: Ib8ca2a400947a4085238c3e0936636fbe134a023
-
Caolán McNamara yazdı
Change-Id: Iea6ee88d61e9f9c8396fe4aa0481a92001d7dcb8
-
Caolán McNamara yazdı
and coverity#704477 and coverity#704479 and coverity#704480 Change-Id: I505d499b39a37bdba33e13917aaf1519f0624bcf
-
Caolán McNamara yazdı
Change-Id: Ief79d090988c2178980724c7a7835f01457a8019
-
Caolán McNamara yazdı
Change-Id: I9300af5f9c2c430d0e67bfb8e16478db6be65477
-
Thomas Arnhold yazdı
Change-Id: I58dad585c5de24ebd06ce9bcc64e49e8973850bb
-
Thomas Arnhold yazdı
Change-Id: I9c57de1179d7db19f1fa2b104017dd379f854749
-
Thomas Arnhold yazdı
This fixes: warn:rtl.string:14867:1:sal/rtl/strtmpl.cxx:1269: rtl_uString_newFromLiteral - Found char > 127 Change-Id: I1f868406501c83918fc3c06dd0b68eb1f6604f26
-
Thomas Arnhold yazdı
Change-Id: Ife149baf15d6f38a2a316e124b78bdb7e1b64967
-
Stephan Bergmann yazdı
Change-Id: Iafca1288e044ab4650b004439027c134e159b45f
-
Stephan Bergmann yazdı
Change-Id: I3f32ea88dbb34a05baccba49c15b6691d923753e
-
Stephan Bergmann yazdı
...by using css::uno::Type instead of a naked typelib_TypeDescription. Change-Id: I387692265e9e032cb5ed6519739ebb3307db6f28
-
Stephan Bergmann yazdı
...by radically simplifying TypeToIdlClass(). It is unclear to me why this was so complicated. The only mildly plausible reaons would be that the old code was careful to return null instead of throwing an exception for an unknown type, but the TypeToIdlClass-call-sites either strongly expect a non-null return value (by dereferencing it without any further checking) or use OSL_ASSERT or similar to verify it. So lets hope this is good. Change-Id: I3e24eb6117e84c9d33f4c5f0e2fa88da4c4f2c30
-
Caolán McNamara yazdı
Change-Id: I408042bc7bf1a5a955203d65d2c68ebf9527b9b5
-
Matúš Kukan yazdı
Change-Id: I86c89a05d263cada38ff54eaccf9ba39458db52e
-
Zolnai Tamás yazdı
Handle those cases when file loading failes. Release *.json file on a different way since it is allocated by libgltf (inside the glTFHandle). (cherry picked from commit fafc1e29c1f060c1a44361a0445300f9786ad6f4) Change-Id: Idf6c6971a8ac1b342d89dc4f61a62624183e01d0
-
Caolán McNamara yazdı
regression from 0c17ccc4 I think it might actually make more sense for SetName to always Reindex and have another SetNameNoReindex for selective use where its known safe to get away with it Change-Id: I6bf7e1f45130f741954ab525b838f3ac5ff61a89
-
Tor Lillqvist yazdı
I saw such an error (and the resulting abort) in CppunitTest_sw_ooxmlexport, and the helpful backtrace displayed (it was on Linux) indicated it was caused by the erase() call in SfxListener::RemoveBroadcaster_Impl(). (Obviously this was when building against the debugging C++ runtime, i.e. --enable-dbgutil.) Unfortunately this seems to be one of those random error conditions that are hard to reproduce. At least I could not. But this is hopefully an obvious improvement. Change-Id: I0f247cf8f9fd0c151aafa59c43a49c100c518f19
-
Michael Meeks yazdı
Change-Id: Ia6c3c587302869a42376cda1363ee9df0b7a74f5
-
Noel Grandin yazdı
Change-Id: I83cb2abe19e72c13ac00ecd8c6ec58ffbfbcb659
-
Noel Grandin yazdı
Change-Id: I93c41521a7687ca5a451f8107971d1b8fabfd489
-
Noel Grandin yazdı
Change-Id: Ib3014a8f7916d8d3b9b21ddb7d2ba29108c5cd27
-
Noel Grandin yazdı
Change-Id: I23b4d4de0772a45b57730921ef0fd191c53c4763
-
Noel Grandin yazdı
Change-Id: Ic33fd98771d04d120df7dfc5387d5d223800d666
-
Noel Grandin yazdı
Change-Id: I206711c97ad1078442e92ea67d491d5b8af6b008
-
Noel Grandin yazdı
Change-Id: I0a63e63318f1fa51878dff5dee8154aa34992f7e
-
Noel Grandin yazdı
Change-Id: Id04efdfc7b9890c428e08a3f841e12e631f88008
-
Noel Grandin yazdı
Change-Id: I4c46e98a8382ac39786ffb6607bd3ecdb57b3914
-
Noel Grandin yazdı
Change-Id: I81b8b6775a3475309696fe78b2db842cda330904
-
Noel Grandin yazdı
Change-Id: Idb845cd756767eb4d5caf6ff0b735e71fef0efce
-
Jens Carl yazdı
Added header guards to directory filter/ Fixed missing INCLUDED_ prefix Change-Id: I091e6a0262d3a58b3b784e39970f79c5b10d04f5 Reviewed-on: https://gerrit.libreoffice.org/9521Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
Thomas Arnhold yazdı
BaseSize has to be set in 100th mm, otherwise the scalable brackets are far too thin. See starmath/source/cfgitem.cxx: pFormat->SetBaseSize( Size(0, SmPtsTo100th_mm( nTmp16 )) ); nTmp16 is 12pt -> 422 100th mm (at least for me). Let's reuse that. Change-Id: I69571ae002f790199ab423955b1635eda42096eb
-
Thomas Arnhold yazdı
Change-Id: I2255be738aa2230b4102030891026f1f9ad2c38f
-
Stephan Bergmann yazdı
Change-Id: Ie12862f8df701298db51ed45b5c24814a6f94def
-
Stephan Bergmann yazdı
Change-Id: Idbb8109c36dfe1c8ed4acb8dff1a1538e386abd8
-
Stephan Bergmann yazdı
Change-Id: Iae6c5c1590970f79f78c50e390ffd592e5be1bc6
-
Stephan Bergmann yazdı
Change-Id: If4e7f6fca3f6afbbeaa79e00706be08d674e2aeb
-
Stephan Bergmann yazdı
Change-Id: I8086bd4859f9f89c39e4cd1a57144a51caec3876
-