- 19 Agu, 2014 19 kayıt (commit)
-
-
Noel Grandin yazdı
Change-Id: Ia8befb8d69914ce971174fc5f2ffc0e2f506a940
-
Noel Grandin yazdı
Change-Id: Ie41d6b0170a035a694dd270c311a137fd1810e74
-
Noel Grandin yazdı
Change-Id: I7b18f62336c3a8ca4c538b30ce04c99f202a4756
-
Noel Grandin yazdı
Change-Id: I0dfdc1acb0b550c1eeed16498f3e791e0123c4eb
-
Noel Grandin yazdı
Change-Id: Ibb905e6f3e7d92a0e558f1f6562e5b472cd2717b
-
Noel Grandin yazdı
The original crash was in GtkSalMenu::Active, triggered from RefreshMenusUnity and it looked like the refresh method was accessing already freed memory. Change-Id: Ib07d839a976869eb8719e71e0653f1a72e3b0e80
-
Miklos Vajna yazdı
Change-Id: I07fedc201c51008baca3254dcc099f0182aa4c72
-
Markus Mohrhard yazdı
Change-Id: I99cd2c23d640eef744b292d3643baab6d42d191f
-
Ptyl Dragon yazdı
Change-Id: I2857dae2df3b3e7e89b5bd56b35a4b8f3868920e
-
Miklos Vajna yazdı
Change-Id: I47ea5fd6e1b4d9d5a2893112efdcd810c4c84cfb
-
Eilidh McAdam yazdı
Previously, Draw/Impress use the default size from the printer. Now Draw uses the paper size (specified in page formatting). Impress still uses the old method - not sure if this is correct but printing handouts etc probably complicate print/paper size. Change-Id: If90bae4ac59cd95dd50fcd8deb25fd900756193e Reviewed-on: https://gerrit.libreoffice.org/9866Reviewed-by: Matúš Kukan <matus.kukan@collabora.com> Tested-by: Matúš Kukan <matus.kukan@collabora.com>
-
Noel Grandin yazdı
accidentally introduced by me in commit 0477e6c3 "java: add @Override annotation to overriding methods" Change-Id: Ieccd78f57282778a5e8f805f7a40f5e6a24e9498
-
Zolnai Tamás yazdı
It seems on some system the file dialog does not like spaces between the formats. Change-Id: Ifa69f4f210061209f7f0aa9223417d06b06b577a
-
Caolán McNamara yazdı
writerperfect::(anonymous namespace)::OLEStorageImpl::createStream(rtl::OUString const&) (WPXSvInputStream.cxx:260) writerperfect::WPXSvInputStreamImpl::getSubStreamByName(char const*) (WPXSvInputStream.cxx:201) MWAWInputStream::unzipStream() MWAWInputStream::MWAWInputStream valgrind + bff Change-Id: Iaecb8b7f05ed4369ddd37b34166dc3c3388ffb4d
-
Chris Laplante yazdı
Change-Id: I38aa34192244cdd29e1cce7ac612aa9cd5f9e8a1 Reviewed-on: https://gerrit.libreoffice.org/11006Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
-
Caolán McNamara yazdı
valgrind + bff Change-Id: I7b45e10471de77bd0481adf0bccdbf852c36d815
-
Chris Laplante yazdı
Change-Id: I5399362056276f324fd43eda05d3f606dc6f8c71 Reviewed-on: https://gerrit.libreoffice.org/11011Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
-
Miklos Vajna yazdı
And also fix one typo detected by this new check. Change-Id: Iaa7a4bb0b6dc3f81e5dd0b352584029cfed4ffbb
-
Miklos Vajna yazdı
Change-Id: Ibc25771002bd8ac9b4a2aca9f3c2965b8da9014e
-
- 18 Agu, 2014 21 kayıt (commit)
-
-
Lionel Elie Mamane yazdı
Change-Id: Iab383639ea73cc87c03f4f42433bc9ccfcd988ef
-
Miklos Vajna yazdı
The motivation is that <namespace-alias> elements in model.xml are redundant, as the same info is available from oox as well. But without sorting, it's impossible to generate the same output, as the (not interesting) order isn't the same there. Change-Id: I634c62e43d1b54100bfa623c6f43dddd34279fb1
-
Eike Rathke yazdı
Change-Id: Id5ba28d7862590e11cca24fc8e25ca68fae1d5a8
-
Tor Lillqvist yazdı
Change-Id: I7550a40bab4ffd1b585ad37dceb59c38cf1e4ca3
-
Kohei Yoshida yazdı
COL_AUTO is the default value which is treated as color not being set. The old code would export it as a white color which is not correct. Change-Id: Ib68fccfb228333f2059edc4cfffeed90880ebc60
-
Kohei Yoshida yazdı
Previously, we would incorrectly export a sheet tab without any color set as a tab with white color. Change-Id: I97e59a0d8e2fba6db64149f53acfe4331a5ce2ba
-
Lionel Elie Mamane yazdı
So that they agree (among others) on date recognition patterns. Change-Id: I964142702b5bb23bca2c62433e52f76dfa4bdacb
-
Matteo Casalin yazdı
See: http://nabble.documentfoundation.org/Suspicious-loop-any-idea-td4119239.html Since the code was like this since initial import (2000), if this patch proves to be wrong then the other option could be to just don't loop and process Mark(0) just once. Change-Id: I41ac18604e916740dcc68bf69af37529842f774d
-
Stephan Bergmann yazdı
...in the same vein as 80a1a259. Change-Id: I181d54475d82e2a01a56f48a13ac42dbad876d2c
-
Stephan Bergmann yazdı
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81c "Remove unused ctors" and 68969cc6 "Consistency around SdrMetricItem." Change-Id: I7ecf827a0713efaecb4b0eb49f9f8c06f8c59091
-
Stephan Bergmann yazdı
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81c "Remove unused ctors" and 68969cc6 "Consistency around SdrMetricItem." Change-Id: I4e98c362f811c19f03766d0c78f10c795d3ac79d
-
Kohei Yoshida yazdı
Change-Id: I4b8ccef5125c52c48e5d9757bb1f245bf73d0629
-
Kohei Yoshida yazdı
Change-Id: I1c10c7f0f85607a826ec06ffce12de761af3921a
-
Kohei Yoshida yazdı
Change-Id: I031f478aab721af0a65762f98bcde3b2473453e6
-
Kohei Yoshida yazdı
Change-Id: I699e320af9862fa3dc5f7408a834714668625888
-
Eike Rathke yazdı
... so adding it to the list in Format Numbers using the checkmark button is not possible. Change-Id: I57ca6a7a3617583a82a99c87291373b1fe4e246d
-
Stephan Bergmann yazdı
Change-Id: I9f4dc2f470f94d6f7cc2959e368fda419d9482c4
-
Miklos Vajna yazdı
Change-Id: I5c5f31a4970c1c5f2930dd3ae99a46c568101ac4
-
Eike Rathke yazdı
Change-Id: Id5df5775e4c5bfb1c484e60e6831f6bc77158d35
-
Eike Rathke yazdı
Change-Id: I016869b9d2230dfe6af233b1c3ae9b6de4818ce7
-
Eike Rathke yazdı
Change-Id: I80f78e0d2078c4e56d4f2ef5842b180e6080e410
-