- 20 Agu, 2014 1 kayıt (commit)
-
-
Tor Lillqvist yazdı
Change-Id: I579205c4cdc3149ef0c1b01daef32155a13d666b
-
- 19 Agu, 2014 39 kayıt (commit)
-
-
Miklos Vajna yazdı
Change-Id: If58b3a9f5b1d79d164bb1c2a7c18aa4f99f00ca8
-
Miklos Vajna yazdı
The same info is already available from oox. Change-Id: I0725799e1f3ffebf6140ad38a0ce376e5417265d
-
Valentin Kettner yazdı
Removed its output paramater as GetCurrentViewShell should be used instead and added a const version. Change-Id: Iad8b57553b6e93e3472ce8c6905d08e8d49af770
-
Eike Rathke yazdı
Let Ctrl+; current date and Shift+Ctrl+; (Ctrl+:) current time behave more flexible, depending on the formatting (and as such the type) of the existing cell content. key date on time cell => current date + time of cell => date+time formatted cell key date on other cell => current date => date formatted cell key time on date cell => date of cell + current time => date+time formatted cell key time on other cell => current time => time formatted cell Change-Id: I2ccbfbab3c50c36a72c4db4696520e32f94caefa
-
Eike Rathke yazdı
And use DateTime instead of manually concatenating Date and Time. Change-Id: I6f9fb988beea2a9a17c976d3b98860c4f9ed063b
-
Caolán McNamara yazdı
regression probably triggered by... commit 2e3c45af Date: Fri Mar 4 07:38:16 2011 -0800 Remove usage of deprecated List container. but that just stopped at the first NULL by chance Change-Id: I767e3bc3130d99cedceb4172857d1741c677b19b
-
Tor Lillqvist yazdı
This is, not surprisingly, somewhat weird code, but I think this patch does what is necessary, it does fix the bug. Change-Id: Ie1947b311f1455ba48a904f5ef42ad92899fac31
-
Luboš Luňák yazdı
Change-Id: I32d3f99a2f090637d6891123f91093c0bcceddf4
-
Luboš Luňák yazdı
Change-Id: I7620d71fe34b5f7bbd9bf9bf63b634d85cdb4d6c
-
Caolán McNamara yazdı
otherwise infinite loop in extensions update check Change-Id: I0dbf4f34208f1bf0854e365006a79470b26571f3
-
Miklos Vajna yazdı
Change-Id: I0fab5ae4335ed6016d31aa243b131899c3154388
-
Miklos Vajna yazdı
Change-Id: I52c2298c9583617481069040e118520cf8935c6d
-
Caolán McNamara yazdı
Change-Id: Ifc1968e5474c7f252960d4b790d6f01db29cab8a
-
Luboš Luňák yazdı
In order to allow running them in parallel. There are already enough tests to make it run for a couple of minutes and it's annoying to see only once core busy with it. I intentionally left the original file at the same name, without 1 appended, in order to avoid merge problems. Change-Id: I097c45c34797cc68f5d1790cf31eefc96fbaf44e
-
Caolán McNamara yazdı
Change-Id: Ic99c6519b02c546e0d3574cb756e3fb172d1ff52
-
Takeshi Abe yazdı
Change-Id: I41392572692bc219ae18ad89d95fc8be47d6812c
-
Caolán McNamara yazdı
valgrind + bff Change-Id: I5fa40f7a9759c98bb70ee6eb854dd9b376401f89
-
Takeshi Abe yazdı
by replacing it with a typedef. Change-Id: Iaa88086e3c5195012982dd625bfd589de2e484a2 Reviewed-on: https://gerrit.libreoffice.org/11017Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
David Tardon yazdı
C.f. commit 861a1c2d. Change-Id: I9f6cf917c63ee8c0db5461529c4ee277e231368f
-
Noel Grandin yazdı
Change-Id: I7610774c94bf673ed3b574ffce04c4ee6ca93c03
-
Noel Grandin yazdı
Change-Id: Ia99765a6226317ee41ffb02a1b0dd7e6fd944a90
-
Noel Grandin yazdı
Change-Id: Icef19ef61ee0af2dd3bda527263934006271f219
-
Noel Grandin yazdı
Change-Id: If4fff3dd37326fbcdd01b743355a16591d71fa69
-
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
-