- 28 Ara, 2012 12 kayıt (commit)
-
-
Peter Foley yazdı
Change-Id: I1763b73e80a19244d0fd788580c825c284347a35
-
Julien Nabet yazdı
Change-Id: I7ac04bf39004f8fd86404710ef2f15cf9678f63d
-
Julien Nabet yazdı
Change-Id: I01ad0d95a94ede6998850937c58495920e7a4113
-
Peter Foley yazdı
Change-Id: I9f52afff1bf513a09fd3ca82ba49e84b545347f9
-
Miklos Vajna yazdı
Previously there was only a compile-time switch to dump contents of RTF paste. Remove this, and add two environment variables instead: - SW_DEBUG_RTF_PASTE_TO: to dump what would be pasted - SW_DEBUG_RTF_PASTE_FROM: to paste contents of a file, instead of the real clipboard Change-Id: I65f89417ec1cf781ace41df7916791f2199fe104
-
Peter Foley yazdı
Change-Id: I5db8ac697c850e555e3edc584ab97e08942e8b54
-
Luboš Luňák yazdı
Keeping a reference to an expired temporary is a rather bad idea. Change-Id: I4d93d644b7db957ea49bcf1127647b7e5427f469
-
Peter Foley yazdı
Change-Id: Iacb4deeb29d20d8369e09d55c0b0d36324a48ce8
-
Julien Nabet yazdı
Cf http://nabble.documentfoundation.org/Cppcheck-reports-an-assignment-which-isn-t-used-in-sd-source-ui-func-fupage-cxx-td4026217.html Change-Id: I0061cbec5a92ac0499eb6c80d6ffe13862aad03a
-
Miklos Vajna yazdı
-
Miklos Vajna yazdı
-
Jan Holesovsky yazdı
Change-Id: I0ec321e1e4cdf7f20dba31f42ff493b2f3c7e74d
-
- 27 Ara, 2012 27 kayıt (commit)
-
-
Julien Nabet yazdı
Change-Id: Iac1c26d031e8196ef93cb403dc60f07e0eef6380
-
Christopher Copits yazdı
Instead of returning lowercase characters with BASIC's HEX command, uppercase characters are now returned. Digits from 0-9 are not affected. This change utilizes on OUString's toAsciiUpperCase() method. Change-Id: Id6ea93a7635c1913c8592bf5519bdd7391f4e3bc Reviewed-on: https://gerrit.libreoffice.org/1428Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
Julien Nabet yazdı
I applied the same for Windows part, hope there won't be any building pb Change-Id: Id62c8c5f60e7a525d82c36ced944b71cc5c28b78
-
Julien Nabet yazdı
Change-Id: Id9a772771fe1f1694d1e247c20447461175495ff
-
Norbert Thiebaud yazdı
Change-Id: I002470c2888d6dec876af18c2c016cc789eb399e
-
Tor Lillqvist yazdı
We need to pass the location of the icu build root for the BUILD platform with the --with-cross-build option when configuring icu for cross-compilation (to the HOST platform). I.e. we always need to build it for the BUILD platform. Surely this could be done in a more elegant way, but I got lost in the mess, and just hacked it in the cross-toolset rule in Makefile.in. Change-Id: Ia5e9d13d01067c6dded1fdc86c56f8f39aae6bc8
-
Tor Lillqvist yazdı
Change-Id: I874957a399c306bfdb057322edb09c0b56373f10
-
David Tardon yazdı
Change-Id: I2f0ae1eff5bd009a7cb467b38c1743eff51dc563
-
David Tardon yazdı
Change-Id: Id829cd4f12cb4d3fc8cb08dc5b297ee3cfc7591b
-
David Tardon yazdı
This should help a lot with Windows release build times (i.e., move it from "glacially slow" category to just "slow"). Change-Id: I6d397eb5d1ec1779616c3eef8e51f9cf29d5acec
-
David Tardon yazdı
uiex differs from the other *ex tools in that translation for every language must be in a standalone file, named after the language code. So uiex should take an output _directory_ instead of a file. Change-Id: If3ed966147c6d11d1fe85c484463f1bca4eec172
-
David Tardon yazdı
Change-Id: If62a89dc2f442f94cd0e36f4447ebc4899ee0ab3
-
Julien Nabet yazdı
Change-Id: I65c30e751fc01b63a54aa9c31b4b2a792b795a79
-
Tor Lillqvist yazdı
Change-Id: Idfea805082acaf4afa3fc198226379345ceda726
-
Peter Foley yazdı
Change-Id: Id7d8bc05b1393cc2bae4a531c8a47f62df24b1d6 Reviewed-on: https://gerrit.libreoffice.org/1488Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
Luboš Luňák yazdı
-
Tor Lillqvist yazdı
Change-Id: I3ce6d7c9cfba9f1391e9cb26df2573ea969d2f94
-
Miklos Vajna yazdı
-
Tor Lillqvist yazdı
Change-Id: Ie5070d514c1f4dd9f9708253eb44134baec6524a
-
Tor Lillqvist yazdı
Change-Id: I085f14f40fb83cba171b35b14cf7c0d99091fc00
-
Tor Lillqvist yazdı
We still have checks for $(COM) being GCC or MSC in makefiles, of course. But there is no reason to pass -D$(COM) to compilations. Checking the built-in compiler-specific macros __GNUC__, _MSC_VER (etc) is the right thing to do. Change-Id: Ia961a29ba74e2c4977e5300a92318f38104c6592
-
Tor Lillqvist yazdı
Change-Id: Ibaf2501e6b655913963a53c1cd63668f1c4cccb2
-
Miklos Vajna yazdı
-
Marcos Paulo de Souza yazdı
Change-Id: I43464dd702c6b4a63df39b6a4b35bec63712d5e6 Signed-off-by:
Marcos Paulo de Souza <marcos.souza.org@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/1486Reviewed-by:
Tor Lillqvist <tml@iki.fi> Tested-by:
Tor Lillqvist <tml@iki.fi>
-
David Tardon yazdı
Change-Id: I57b1c99d1e4a92ca7d61f6c54683016945ffa14c
-
Takeshi Abe yazdı
Change-Id: Ied7eef51ad46e79f8e3d55f8bdcf38d15fa68c09
-
Takeshi Abe yazdı
Change-Id: I788473f88d78cd3818dfed20112fa36cea81de0d
-
- 26 Ara, 2012 1 kayıt (commit)
-
-
Peter Foley yazdı
Change-Id: I344030d48c3f872cc63b5c1f444d18075fd160f5
-