- 25 Ara, 2013 3 kayıt (commit)
-
-
Markus Mohrhard yazdı
Change-Id: I256e0cb228edb85b402e6645fd40f24b7ccf234a
-
Markus Mohrhard yazdı
Change-Id: I352c6b415f0990890702fa21175c196d7f4b12ee
-
Julien Nabet yazdı
Change-Id: I8bd50f3c9ea3cfc770d530c9cbde0ad00e4def4c
-
- 24 Ara, 2013 20 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I4f8301578e01d3c7bf0ea912a5a9fc0beac70b4f
-
Caolán McNamara yazdı
Change-Id: Iedaa5db0add3e6f65d4e207f1514b8eb8344b6da
-
Caolán McNamara yazdı
Change-Id: I231de866d46d0e0a20e2f80855c0de3bd999ed1b
-
Caolán McNamara yazdı
Change-Id: I072f4264891aca552b73d12d402faa803bb269a5
-
Caolán McNamara yazdı
Project: help 0dc1069fa953547ac90aebf058b6ff18a83e820f
-
Caolán McNamara yazdı
Change-Id: I7e715cb2294de79a8c9453663f0cd0193f5d70fd
-
Caolán McNamara yazdı
Change-Id: I899aabc901488aa1c60aa57c809f330b399e7b7e
-
Caolán McNamara yazdı
Change-Id: Iee6c43aa192ae4d99872769f9cf8564c603165fb
-
Caolán McNamara yazdı
Change-Id: I32c3be9e12d1b3dafa0dc9876657844bd77c9e95
-
Caolán McNamara yazdı
Change-Id: I210ab0bb294ddfefc3f60cffe64b72e5d8fa4650
-
Marcos Paulo de Souza yazdı
We odbcbase is just used inside odbc library, so merge them. Change-Id: I4f4b34873b570ddcf1065c49e5310a1e73092fd6
-
Miklos Vajna yazdı
Change-Id: I4b4a3f9c4ec2c49c178d2e6a175b3dc307295e97
-
Zolnai Tamás yazdı
Call endtrackchanges when rPrChange ends so the corresponding redline will be removed. Change-Id: I4091d7b54e0a74f3158cc979f210577a2dc29783
-
Tor Lillqvist yazdı
I haven't managed to get the C++/UNO bridge to work for 64-bit iOS code yet. I think I understand the calling convention and the parameter marshalling etc might even be correct now. But something goes wrong in the dynamic creation of type_infos and throwing of exceptions. 64-bit iOS code uses a different unwinding mechanism than 32-bit iOS code, I think, which could be related. Quite possibly there is also an unintended compiler feature (or dare I say bug?) in Apple's Clang for arm64 that affects this: The typeinfos are generated as private_extern symbols in arm64 code (instead of as normal extern in armv7 code), thus the dlsym() thing to look up typeinfos doesn't work. Note that as we don't support any Basic, Java or Python on iOS anyway, the C++/UNO bridge is not used for much. Actually, the only use of the bridge at least in the TiledLibreOffice test app seems to be to throw exceptions. Fun, huh? As the actual types of exceptions thrown seems to be a quite small set, just hack it and throw the appropriate exception directly... The only places where exceptions are thrown through the bridge that is used in the test app seems to be the two cancelCommandExecution() functions in ucbhelper. (It would be nice to change the ucbhelper API to not use exceptions for non-exceptional conditions, but that's another thing...) Change-Id: Ifd1861ccbba23d3b138e82400f2b7d80baf0215a
-
Tor Lillqvist yazdı
Change-Id: I2d25c7c196d0386a1c38fa55746370a84c2a2398
-
Tor Lillqvist yazdı
Change-Id: I51bceba0918928812daca3a2c92633b6998b380c
-
Tor Lillqvist yazdı
Change-Id: I6909ed60b39a65e6a6464427b2f839aa2bff3863
-
Jan-Marek Glogowski yazdı
Move all fixed initializers into constructor definition. Change-Id: I7317deae43abf6a9e865c66969cb39a4b69de826 Reviewed-on: https://gerrit.libreoffice.org/7189Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Maxim Monastirsky yazdı
Change-Id: Ie2e3cfa3c35f5ccb59420afb13f5142ecdcb659e Reviewed-on: https://gerrit.libreoffice.org/7033Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Maxim Monastirsky yazdı
A follow-up of commit e239f372. Didn't notice there is fill_color.png also in these themes. Also fixed the ugly yellow color flash of paragraph color picker while initializing the sidebar (introduced by the above commit). This color picker shows the actual color of a paragraph, so there is no reason to set some default color there. Change-Id: I17eed733d1e35ec71c482e3df906523733383e96 Reviewed-on: https://gerrit.libreoffice.org/7035Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
- 23 Ara, 2013 17 kayıt (commit)
-
-
Caolán McNamara yazdı
Change-Id: I48fed93932db28ca1649c7e6c1abf4017757cd45
-
Alexander Wilms yazdı
Change-Id: If1789999363739231986e0e0e82c9d77f5ca0bc7 Reviewed-on: https://gerrit.libreoffice.org/7192Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I10491e37b62f052b8b45a6b0b94ff43b0dd9a80d
-
Alexander Wilms yazdı
Change-Id: Ib917865211407b9aed1cb04eaec9b71c63ead182 Reviewed-on: https://gerrit.libreoffice.org/7179Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
use an actual ProgressBar rather than direct drawing into the dialog window Change-Id: I13a17970055980e0e248f60058cd4d5ef91f1d7d
-
Caolán McNamara yazdı
Change-Id: I34b98d4c98b3f9af062473f254ffeadb05130471
-
hongyu zhong yazdı
AMLOEXT-300 Change-Id: I01f16fb5a00e1c96e40bfcf99e417519cb27e765 Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
Wei Wei <weiwei@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
yangzhang yazdı
AMLOEXT-270 Change-Id: I460354ede9a9666a7b5dcd7c5d125b605e3b3b2d Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
Wei Wei <weiwei@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
yangzhang yazdı
AMLOEXT-269 Change-Id: I10d33b50f743630ed91daa743017e431754e5659 Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
Wei Wei <weiwei@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
yangzhang yazdı
AMLOEXT-349 Change-Id: Ifd9532d7b73afee1a0d6eb8f2d4522e0356006f5 Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
Wei Wei <weiwei@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
yiming ju yazdı
AMLOEXT-376 Change-Id: I067819191f5926cef31ab50f1ad46d64a1e58a5c Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
Wei Wei <weiwei@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
minwang yazdı
AMLOEXT-279 Change-Id: I6d4d9f3fc67aeeb32b571998ef9ddeba66184449 Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
Wei Wei <weiwei@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
mulei yazdı
AMLOEXT-283 Change-Id: I10541f33f65a68d87931d92f520653d7751ae507 Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
Wei Wei <weiwei@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
mulei yazdı
AMLOEXT-277 Change-Id: I05b2d703820dab3e284a2356a3e9b1cd9b797247 Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
Wei Wei <weiwei@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
mingli yazdı
AMLOEXT-278 FIX Change-Id: I59bf06c1e8ef138e08a7699fa167034442780322 Signed-off-by:
haochen <haochen@multicorewareinc.com> Signed-off-by:
Wei Wei <weiwei@multicorewareinc.com> Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
Wei Wei yazdı
ISEVEN and ISODD Change-Id: If16b13a22d336d7d21c9034157be0aa38f2415be Signed-off-by:
I-Jui (Ray) Sung <ray@multicorewareinc.com>
-
Markus Mohrhard yazdı
Broadcast might result in calling Remove on the same object which erases the entry from the listeners vector. If we create a copy we can still iterate through the vector as all iterators are still valid.
-