- 12 Mar, 2013 13 kayıt (commit)
-
-
Matúš Kukan yazdı
Change-Id: Ia9630c1ff60a00cd8286e99f61aacd27891f65e0
-
Matúš Kukan yazdı
Change-Id: Ie236bbe4122fa5686a8d4c6050b5e14f354a5bb3
-
Andras Timar yazdı
Change-Id: Ie50adaf4f90bd39c1f1f07dc1c7076038473064f
-
Thomas Arnhold yazdı
MSVC doesn't like this. This reverts commit 84dc8e5b.
-
Stephan Bergmann yazdı
Change-Id: I5709858582c2f1048915658e05233b8b58493749
-
Stephan Bergmann yazdı
Change-Id: I098a8d657ed5ac1976013e1ee370ef76ed2242db
-
Andras Timar yazdı
Change-Id: Ie20dab628e089a97c16b91b080eda5e09bbbb46a
-
Matúš Kukan yazdı
Also simplifies configure, hopefully without any mistake;) Change-Id: I5c6c53fbee06cd1ecccf878a5c080274bfd950c1 Reviewed-on: https://gerrit.libreoffice.org/2563Reviewed-by:
David Ostrovsky <David.Ostrovsky@gmx.de> Tested-by:
David Ostrovsky <David.Ostrovsky@gmx.de>
-
Tor Lillqvist yazdı
Change-Id: If38a5d23150bcd19a6eb6024c2ef1eea826898f5
-
Tor Lillqvist yazdı
Change-Id: Id30c005559631d4685aa00a6197fbc6c062dc624
-
Tor Lillqvist yazdı
(Rec is commonly used to mean Record.) Change-Id: I19f4611948510536b2db1e0142b52a7c0a35a60b
-
Tor Lillqvist yazdı
Presumably what is meant is equalsIgnoreAsciiCaseAscii. Change-Id: I93b3ecaf948cc818f607541f1ff90a134a60cdf1
-
Jian Fang Zhang yazdı
Patch by: zhao shao zhi, aoo.zhaoshzh@gmail.com Found by: Yan Ji,<yanji.yj@gmail.com> Review by: zhangjf (cherry picked from commit bcf01fd7) Signed-off-by:
Fridrich Štrba <fridrich.strba@bluewin.ch> Conflicts: sc/source/ui/view/gridwin.cxx Change-Id: Ie8a529c697979cf75c303bddcaddd2776f5b8047
-
- 11 Mar, 2013 27 kayıt (commit)
-
-
Rene Engelhard yazdı
Change-Id: I3440a45465fa79d3ace0f04fd6036734c9caf00d
-
David Ostrovsky yazdı
Change-Id: I251572564422f99f56021275afd6294e958bbff9
-
Eike Rathke yazdı
broken with 3bc5cb3c Change-Id: Id32daead9565493b615ba337fcbc1b2f9dd5bcfb
-
Thomas Arnhold yazdı
Change-Id: I8a50173babdd441c8247867fce0fdfbedaf0bc02
-
Caolán McNamara yazdı
Change-Id: I92f40d0a1e88b5cb0e6f07a1e6e4a8bd41cb8102
-
Michael Stahl yazdı
Change-Id: I951c5db621be2443961f5d2a1a0ca6a2684f8e0f
-
Thomas Arnhold yazdı
introduced due to 7d1f4cde Change-Id: I9e3489be57fc8fe3cfcf753a11d926e79bcba3de
-
Thomas Arnhold yazdı
Change-Id: I8eaa40197e2ea25d52af920e03b0fd0e32e94847
-
Thomas Arnhold yazdı
runtime.cxx: Added some output instead of nothing. Change-Id: Ia25ae4b5fe8661a8a3ac317bc0562e1339640cd8
-
Thomas Arnhold yazdı
some more conversions from 7d1f4cde Change-Id: I95e4fdf190e1f92501f3ec6ea09017e0c7bffe4f
-
Andras Timar yazdı
Change-Id: I6445108c049d6ee67df6b01966e1a047e169227c
-
Thomas Arnhold yazdı
Change-Id: I7212e456f395208b2f322c5ac21a97fd63277a3b
-
Noel Power yazdı
Change-Id: I68e2891999f306865d00b33fdfef3bc539a34e93
-
Noel Power yazdı
Change-Id: I36fefa280ee922cbade676c951b753e632c9d8bb
-
Noel Power yazdı
Change-Id: I6f7dfd369a36aff06f15b9a3affadb9d19787a9c
-
Fridrich Štrba yazdı
Change-Id: Ia3eb1c1576034c1cbc93e9fb4e60d205a325b132
-
Zolnai Tamás yazdı
Project: help 1c7b7c25446258b819ad5df2c157b78425058b26
-
Caolán McNamara yazdı
If the language of the font changes we have to throw away the "magic" cache. Otherwise we continue to use the parent paragraph style's font language, which isn't going to fly if we want to propogate the language down to vcl to give to icu to allow it to apply the expected locl tables. This is the fruit of an 8 hour debugging session. I hate writer. Change-Id: Ic32f7a223b527e702370d5d8b9f9ede59efd8a80
-
Armin Le Grand yazdı
Reported by: Yan Li Patch by: Yan Li, Tan Li, alg Review by: alg(cherry picked from commit 2b1cedbe) Signed-off-by:
Fridrich Štrba <fridrich.strba@bluewin.ch> Conflicts: chart2/source/view/charttypes/PieChart.cxx chart2/source/view/main/ChartView.cxx sc/source/filter/inc/xlchart.hxx Change-Id: Ibc6f070021c79809c651ba789409a5fb5096c185
-
Thomas Arnhold yazdı
Change-Id: I06885691c1fb3cfa0824f2ac1307ae4d9f3c9d40
-
Thomas Arnhold yazdı
NUMTYPE is never defined outside this header. So this complexity can go. There is no need to deliver nranges.hxx as there is only itemset.cxx using it. NUMTYPE -> sal_uInt16 NUMTYPE_ARG -> int SfxNumRanges -> SfxUShortRanges Change-Id: I27027f9ec83ebf456bb545763954884d5de227b3
-
Thomas Arnhold yazdı
As there are no other users of this files, those macros can be expanded: NUMTYPE -> sal_uInt16 SfxXRangeItem -> SfxRangeItem SfxXRangesItem -> SfxUShortRangesItem Change-Id: I35361e0622a8787d938fc6c6745c4169ad6d909f
-
elixir yazdı
Change-Id: If64db96005fcd8a42e4fa24041867b99183965f9 Reviewed-on: https://gerrit.libreoffice.org/2586Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Stephan Bergmann yazdı
Change-Id: I3081269acf9fa2c5bef01d96a84018271196f7b3
-
Matúš Kukan yazdı
Change-Id: I87c5373748a03800a889eb29f1d203291dd87d85
-
Stephan Bergmann yazdı
Change-Id: I0eed9c3ece69af1fde2ab008c166875997a7c54f
-
Stephan Bergmann yazdı
In theory, the logic of how SvtMatchContext_Impl threads are used to obtain autocompletion information could probably be improved so that long-latency scenarios would only block the ultimate closing of the dialog, if anything at all. In practice, this is probably not worth it, as users likely do not expect an autocompletion feature for remote content, anyway. (And previous commits like 260afe56 "neon commands cannot be aborted" make it questionable whether any remaining blocking upon closing of the dialog could be bounded in a reasonable manner.) Change-Id: Ie82b9a70285b30fe88cf4c40992710087e86815e
-