- 16 Şub, 2013 31 kayıt (commit)
-
-
Stephan Bergmann yazdı
Assume thread t1 creates OUString s, then spawns thread t2, then t2 acquires s, then t2 signals via a channel that does not necessarily involve memory synchronization (e.g., writes a byte into a pipe which t1 reads), then t1 releases s and can still see a refCount of 1 instead of 2. Change-Id: I31047a1a6cc8fccc401a87849f5c3cee3642d803
-
Stephan Bergmann yazdı
Change-Id: Ib74400765a6e0ef203e751afa5433a01c8564fee
-
Stephan Bergmann yazdı
Change-Id: I4b9e11e2a790e00e9a4acc5eb81485b59ce15da2
-
Bjoern Michaelsen yazdı
- this is a partial example commit moving ogltrans and mtfrenderer to OOOLIBS - this renames the libs universally as gbuild is making this trivial and little risk of having libs linking against the old name - having libs named differently (lib*.uno.so and lib*lo.so) just adds needles complexity to the build system and creates insecurity for new contributors (and is not really documented either) - we should probably look at the other lib groups for cheap kills too (renaming in stable/frozen URE isnt worth it though) Change-Id: I2106dd2afb71861acf3de7d21a2283473ea2110c Reviewed-on: https://gerrit.libreoffice.org/2169Reviewed-by:
David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by:
David Ostrovsky <David.Ostrovsky@gmx.de>
-
Tor Lillqvist yazdı
The Xcode 3 compiler warns: class 'ChannelDelegate' does not fully implement the 'IOBluetoothRFCOMMChannelDelegate' protocol. Change-Id: Id468bf7e42e2551fbcc372feefd6ba5967a911fa
-
Tor Lillqvist yazdı
Change-Id: Ib8d6e4e73443d5ee233133cbb9e201783405c49a
-
Tor Lillqvist yazdı
Change-Id: If21bdfb4f04d2901a8d692b4aedb3ec864faa040
-
Tor Lillqvist yazdı
Change-Id: Ibf718c3ecaea14ddbd48a8642c179dd8657779ce
-
Tor Lillqvist yazdı
Mostly the work of Thorsten, from December, adapted to compile against the current remote control code, and with one or two crucial things added. Plus lots of SAL_INFO calls added; once it works well many of them can be dropped. Does not work properly yet, do not cherry-pick just this to 4.0. Change-Id: I53361b49a2b6938c768be1ea0fc17eb5e46b6aa4
-
Matúš Kukan yazdı
It has served well but it's useless nowadays. build.pl is going to die anyway. Change-Id: I7769528af7987e43fee8707ce5b4e2214d43c5b4 Reviewed-on: https://gerrit.libreoffice.org/2174Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Kohei Yoshida yazdı
Change-Id: Ic3370f96c0582b7b0c80c6872ee9a55e38c2b842
-
Kohei Yoshida yazdı
This is to be used for debugging. Change-Id: Ie5a5ebd66a701937ab806e2370ded85ba557de5b
-
Markus Mohrhard yazdı
Change-Id: I1cd8978eba9f42aaa3d5e53085cac23f5e6a31ef
-
Markus Mohrhard yazdı
Change-Id: Ifb4cc80761611fbf398ee3cc1d56d104a2d2b5c9
-
Markus Mohrhard yazdı
Change-Id: I85292446e72acdf1afce2eff83e3aa9ae5e20546
-
Markus Mohrhard yazdı
Change-Id: I22e22105f1dd226a0bf721b7087fa16afd2e468a
-
Markus Mohrhard yazdı
Change-Id: I51c79d9b0d59b6de9b831ec8b4e9bf1a2642bd17
-
Markus Mohrhard yazdı
Change-Id: I8969b3152547d2d919c4bc41f2d7955763779bb8
-
Markus Mohrhard yazdı
Change-Id: I5ac5d7c05da7652ae61d2f1925a3fe8e3aaf0d71
-
Markus Mohrhard yazdı
Change-Id: If22c897ff97c584e98ab95301f89ed5c5b8bf7c2
-
Markus Mohrhard yazdı
Change-Id: I706eef2373d37452afe6b044a052762da1c8a848
-
Thorsten Behrens yazdı
This was somewhat broken after the setup_native gbuild conversion. Change-Id: I825dd5008348534718a5b43e6a3eb893fa75135b
-
Markus Mohrhard yazdı
Change-Id: I5e293c67691e0efaded2c359a35e3bbb00dcb3d8
-
Markus Mohrhard yazdı
Change-Id: Ie56951fd321820d16fdee197a86987c99d94f76e
-
Markus Mohrhard yazdı
Change-Id: Ie7ba893ed08ca6ba0083db20e4c887866d0b6642
-
Markus Mohrhard yazdı
Change-Id: Ib92f1b80e6e597b233eed91b8ed96cdeec509c90
-
Markus Mohrhard yazdı
Change-Id: I3aed29393376933fe6f07e38fb936911723ed2fe
-
Markus Mohrhard yazdı
Change-Id: Ia69953147cc39b9f5683554188912b8f3fa22265
-
Markus Mohrhard yazdı
Change-Id: Ic2c28232574460fd59dd404618af6b581f410a83
-
Markus Mohrhard yazdı
Change-Id: I5c8f4002d92be1ddef3f075be7cbcd6a2e88075f
-
Markus Mohrhard yazdı
Change-Id: I8bc75ab429619efef65d29a021403444dcd8a1c0
-
- 15 Şub, 2013 9 kayıt (commit)
-
-
Peter Foley yazdı
Change-Id: Id7cba31ac24f6a45077f5a41039b7b79ad668b95
-
Julien Nabet yazdı
Change-Id: I1cc0a9e5c7f8bfd310e9bf56664f0f8b396ad9ec
-
Markus Mohrhard yazdı
This reverts commit b3356f6f.
-
Michael Stahl yazdı
According to ODF 1.2 part 1 19.385 office:value-type, the attributes of table:table-cell, namely office:value-type="string" and office:string-value="foo", should override the element content of the cell. Change-Id: Ic580307effb046d127c4d64a4f963f0e91b3a2d1
-
Michael Stahl yazdı
Change-Id: I1ca2075ab99fe1b09df700f55645b44f38cf5bcc
-
Michael Stahl yazdı
Also adjust SwUndoReplace to not assume that everything was inserted and use the stored indexes instead in Undo. Change-Id: I52f3aaf063c2b1bd52381bdc19e29a41a12c3847
-
Michael Stahl yazdı
Return the actually inserted string from InsertText(), so callers can check if the insertion was actually successful. Especially InsertHint() will likely cause problems if it cannot insert its CH_TXTATR; also Undo objects should not Undo more than was actually inserted. Change-Id: I87c9ea8b226ae4a2a6c20c112da76db07051a1bf
-
Michael Stahl yazdı
Change-Id: Iba94df67c21514cf4f5361bab28629c6d5d9d3e8
-
Michael Stahl yazdı
Change-Id: Idfcf54013107ba6b7ce3de0d0bddbef306698f33
-