- 25 May, 2013 6 kayıt (commit)
-
-
Herbert Dürr yazdı
with the corresponding TR1 container The TR1 containers don't support dynamic hash functions provided in their constructor. Having the hash functor as part the hash container's type is cleaner anyway. (cherry picked from commit fb8df933) Conflicts: animations/source/animcore/targetpropertiescreator.cxx Change-Id: I51ae91ef74002cbc8f24cd5f4df7dda58e1c4f8d
-
Khaled Hosny yazdı
This reverts commit cef3f3aa. The previous commit addressed the real issue. Change-Id: I802e5f19e4a4991c316135f3984a1b9a6533a104
-
Khaled Hosny yazdı
We need a way to recognize non spacing marks in fonts lacking GDEF table (like old Arabic fonts), so I just check for zero advance width and hope nothing elsewhere will break... Change-Id: I6fa848e97ba24d71fc9a381ae439e0fb98e50419
-
Stephan Bergmann yazdı
This reverts commit 6c61b20a. As discussed at <http://lists.freedesktop.org/archives/libreoffice/2013-May/052449.html> "Re: fdo#46808, Convert awt::UnoControlDialogModel to new style problem" why the odd change in 2e2a4827 "scripting: get CreateUnoDialog() work again" appears to fix things again: The problem is that the implementation of the css.awt.UnoControlDialogModel involves UNO aggregation (IMPL_CREATE_INSTANCE_WITH_GEOMETRY(UnoControlDialogModel) in toolkit/soruce/helper/registerservices.cxx creating a OGeometryControlModel<UnoControlDialogModel> instance that aggregates a UnoControlDialogModel instance). That means that queryInterface can return a reference to something that is technically a different object, and that's what's happening here, and explains why calling setPropertyValue in two different ways on what logically appears to be a single object can end up calling two different implementations (of two different physical objects). (UNO aggregation is known to be broken and should not be used. Nevertheless, there's still code that does---code that is a horrible mess and hard to clean up.) That all this worked as intended in the past is just sheer luck, but any way of substantially touching it is asking for trouble. I'm going to revert 6c61b20a again. I wasn't able to revert without also reverting be50ad28 "fdo#46808, Convert awt::XUnoControlDialog to new style," as the two were tightly dependant. Also reverts all the follow-up fixes cb4b6dde "-Werror,-Wuninitialized" (sans the const-ness fix in UpdateHandler::insertControlModel), 697a007c "Fix exception specifications," 2ce6828b "fix awt::UnoControlModelDialog crash," and 2e2a4827 "scripting: get CreateUnoDialog() work again." Conflicts: basctl/source/dlged/dlged.cxx filter/source/t602/t602filter.cxx xmlscript/test/imexp.cxx Change-Id: I5d133468062f3ca36300db52fbd699be1ac72998
-
David Tardon yazdı
Change-Id: I4cecd0105156adeb65bf1d42c3b26f8ad669a52b
-
David Tardon yazdı
Change-Id: Id4d03f2d500e8fcec4b6ead5365eaffbd0ece19f
-
- 24 May, 2013 34 kayıt (commit)
-
-
Caolán McNamara yazdı
This reverts commit 54c679f4. pushed that too soon before verifying if it does what it says it does
-
Oliver-Rainer Wittmann yazdı
(cherry picked from commit aad8d0b8) Change-Id: I7c341961370ce12de1aeb8f0caed18f2dc496390
-
Mark Wielaard yazdı
The >>operator of SvStream doesn't initialize a variable if the stream is faulty. So initialize the variables before usage. Also delete the SvStream even if it was faulty. Change-Id: I5a7f31016e060c3b9fb4f0fd1889f444877cb89d Reviewed-on: https://gerrit.libreoffice.org/4031Tested-by:
Caolán McNamara <caolanm@redhat.com> Reviewed-by:
Caolán McNamara <caolanm@redhat.com>
-
Mark Wielaard yazdı
DrawViewShell::GetAttrState() might create a temporary new SvxNumRule object. Make sure it gets deleted when done. Change-Id: I33ddd9df983193fe87dd076267043d202cdfc3d5 Reviewed-on: https://gerrit.libreoffice.org/4020Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: Iab62e87ed59061ee05daeae4ecd691c119a96b82
-
Caolán McNamara yazdı
both branches are the same and the set/get aren't called anyway. originally introduced with d02f75a8 Change-Id: I94399bba0fa259bfafcc214e2df15f172d32374f
-
Andre Fischer yazdı
Reported by: Li Feng Wang Patch by: Jianyuan Li Review by: Andre Fischer (cherry picked from commit 57fdcdd7) Conflicts: filter/inc/filter/msfilter/svdfppt.hxx filter/source/msfilter/svdfppt.cxx Change-Id: I6adae6d40ff106caeea2b9310a57228257d79404 Related: #i119874# Missing part of patch. Patch by: Jianyuan Li (cherry picked from commit a7dc3e8b) Change-Id: Icff3e1167ab780612ad47775aaa39c9baa99c70f
-
Pedro Giffuni yazdı
Sinc(x) is a simple function used in communications. boost happens to use it for quaternion math. The implementation is simple, however it looks fun to re-use the boost function even if just to say we are using quaternion math somewhere ;). The performance difference is not likely to be huge but JIC, set up a specific Boost math policy to limit type promotion with it's corresponding impact. (cherry picked from commit d1f61b3f) Conflicts: vcl/inc/vcl/bitmap.hxx Change-Id: I5f01db1688eedee25a2943ca3aa6e957b400c759
-
Tor Lillqvist yazdı
Change-Id: Icbb624b1441330406c0930aa6f1f15ffc9b138b8
-
David Tardon yazdı
Change-Id: I2b586e37906cf633d035e28fbf279eeffd17ef6c
-
David Tardon yazdı
Change-Id: I090d7d99a1f618c73a8d82fe2e95932d61ea1099
-
Samuel Mehrbrodt yazdı
Change-Id: Idbaa8cea7427db3103954c6c60aa7caa6784a3ba Reviewed-on: https://gerrit.libreoffice.org/4022Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
David Tardon yazdı
Change-Id: Idf448a865ad49eb67684589d9d669bff5911b0d6
-
David Tardon yazdı
Change-Id: Ifaac9bd368cb62abba5ebea315939c91856d0ee0
-
David Tardon yazdı
Change-Id: Ibcc9679b37f22fdfb6a53503b252f55a52834fbb
-
David Tardon yazdı
Yes, I am impatient .-) Change-Id: Ic3a51ffc0a151e8ae71f8d2ff067ea4c3ad1c6b2
-
David Tardon yazdı
Yes, I am impatient .-) Change-Id: I3d9c292b0d86bc1dd40a574272a43d8178f3a3b3
-
David Tardon yazdı
Change-Id: I84028e254ed1bea71321da11be2027577ce4fa85
-
David Tardon yazdı
Change-Id: I8e14cc411520272969cfd24048e403b9fd53cde4
-
David Tardon yazdı
Change-Id: Idb11e26ddf19c5424b838586dbd1d8d34a93cf23
-
David Tardon yazdı
Change-Id: I6402ef93bec9bf996089dcef702081b9853b9a0c
-
David Tardon yazdı
Change-Id: I2baf55f41bc4f2fa934db3580103cebaeb60155c
-
David Tardon yazdı
Change-Id: Id2755144f5942b4aeaaca8ef6dad0fcb11ddf76a
-
David Tardon yazdı
Change-Id: Id184df89c5c15c55e42f376ed06c83174c486f67
-
Caolán McNamara yazdı
because there are now a bunch of unrelated to java things in there in its new incarnation as the "advanced" tabpage this removes the weird empty tabpage in options in the java-disabled-at-build-time configuration Change-Id: Ie59d8362d440c41e746b67a0195e4159848f162a
-
David Tardon yazdı
Change-Id: Ia237a0095c2cc783f52224bdde5d525baafacc52
-
Andre Fischer yazdı
to make the Writer accept column headers dragged from database tables. (cherry picked from commit a32aabba) Change-Id: I63d41c8000cdfc7f0b2ca28e83aaedf2e822e64d
-
Caolán McNamara yazdı
Project: help 9d599487454a75a8076f2e40eace959ac58824fb
-
Tor Lillqvist yazdı
Change-Id: I13dc9ac0fcbf515df3f44ab18e0fee9cfb8ef239
-
Fridrich Štrba yazdı
Change-Id: Icab27a0a8195f5a0fb81a51c4609dfb93036343d
-
Fridrich Štrba yazdı
This reverts commit 3aeecc52.
-
Tor Lillqvist yazdı
The standard Boost convention is for them to be called libboost_date_time and libboost_system (with apropriate suffix then depending on type). Did not touch the libboostthread library we build for Windows. Add the ax_boost_thread.m4 file for completeness and possible use. Document where the ax_boost*.m4 files come from. Change-Id: Ib49bee71398d62c9760a1f8fd5c46be9f3400430
-
Tor Lillqvist yazdı
Change-Id: I88006cced5975fc0748b33094ae39197daba49cc
-
Tor Lillqvist yazdı
Change-Id: I66447ffe1a5f364377b80756f6c08f6986ce4eef
-