- 07 Şub, 2013 6 kayıt (commit)
-
-
Thorsten Behrens yazdı
See http://code.google.com/p/android-coverflow/source/browse/LICENCE.txt Change-Id: I29cd2f9115f9c711dc07d8efbe89e42bedab040f Signed-off-by:
Michael Meeks <michael.meeks@suse.com>
-
Stephan Bergmann yazdı
Such failure happens e.g. for components that bring along duplicate UNO implementation names, and if they ever got added to an rdb, LO would afterwards refuse to start forever. Change-Id: Ia62ac496547a45f5a72fdc81543f15a417c09687 (cherry picked from commit 2a31dd40) Reviewed-on: https://gerrit.libreoffice.org/1999Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Noel Power yazdı
this patch rolls up the following commits I8f12ce4fedd3da76bab683ac85169186deeb89dc 55f0c9e0 1f41546e Change-Id: I8f12ce4fedd3da76bab683ac85169186deeb89dc Reviewed-on: https://gerrit.libreoffice.org/1877Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Thorsten Behrens yazdı
With Change-Id I7cb1cf29bcae59ef26cf3bf0c2b3dd028eb8f878, this code gets run on every onCreate, thus adding activities on top of existing ones. Seems FragmentManager lifetime is a bit decoupled from Activity Change-Id: Icc1dc86ef91257ce734ee00fed83e909ddf52dc8 Signed-off-by:
Michael Meeks <michael.meeks@suse.com>
-
Noel Power yazdı
squash errors trying to gain object for rhs ( where no object yet exists ( Change-Id: I81548d1c6a32f0445dc18e31c84c3df85163ed45 Reviewed-on: https://gerrit.libreoffice.org/2003Reviewed-by:
Petr Mladek <pmladek@suse.cz> Tested-by:
Petr Mladek <pmladek@suse.cz>
-
David Ostrovsky yazdı
Change-Id: I0557a7c9cf0d18fbe5620ef8869bb83d0a6a7904 Reviewed-on: https://gerrit.libreoffice.org/1983Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com> Reviewed-on: https://gerrit.libreoffice.org/2022Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
- 06 Şub, 2013 12 kayıt (commit)
-
-
Kohei Yoshida yazdı
When launching it from the Security tab of the PDF Options dialog during PDF export. Change-Id: Ife2d3a7b508ba2e077018d11478ad680d18d3f0d Reviewed-on: https://gerrit.libreoffice.org/1946Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Dávid Vastag yazdı
Project: help 7dded42472968783f5c90a0aa9e497ee3dfb247f
-
Michael Meeks yazdı
Change-Id: I09588f4e4b22466843f855d99c06f616c04518ac Signed-off-by:
Jan Holesovsky <kendy@suse.cz>
-
Tor Lillqvist yazdı
Change-Id: Ib3f16646035fe29aa64608a17f1a3063f9ebde95 Signed-off-by:
Jan Holesovsky <kendy@suse.cz>
-
Michael Meeks yazdı
This is far and away the easiest way to switch slide. The coverflow with it's physics / momentum is really no-where near as useful. Signed-off-by:
Jan Holesovsky <kendy@suse.cz>
-
Michael Meeks yazdı
Signed-off-by:
Jan Holesovsky <kendy@suse.cz>
-
Eike Rathke yazdı
Change-Id: I7059abdb6232b95e0b940b34f74bf87182510146 (cherry picked from commit c0fdab89) Reviewed-on: https://gerrit.libreoffice.org/2018Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by:
Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by:
Kohei Yoshida <kohei.yoshida@gmail.com>
-
Caolán McNamara yazdı
if (basically) the last para is on next page Change-Id: Iaff610ea94a829e73bfb8c694a27e0e9b4f6e295 Reviewed-on: https://gerrit.libreoffice.org/2012Tested-by:
Michael Stahl <mstahl@redhat.com> Reviewed-by:
Michael Stahl <mstahl@redhat.com> (cherry picked from commit 15d8b51b)
-
Kohei Yoshida yazdı
These two errors in the code contributed to the reported bug. Let's fix them. Change-Id: If82a1bd4d1e27145b48e722b30388cc9dc4a8a6e Reviewed-on: https://gerrit.libreoffice.org/2007Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Muthu Subramanian yazdı
Signed-off-by:
Jan Holesovsky <kendy@suse.cz>
-
Caolán McNamara yazdı
Change-Id: Ia17d3f4d14319adec6b0b20dced5daf5b8018c36 (cherry picked from commit 5dc0c03f) Resolves: fdo#59767 detect outlier widths and exclude from size normalization For non-homogeneous (the default) button boxes we want in general to give all buttons the same width as the max button width. But if we detect that certain buttons are > 1.5 the average button width, then leave those outliers at their natural size and set the rest of the buttons to the max width of the remainder. (cherry picked from commit 6e81082d) Conflicts: vcl/source/window/layout.cxx Change-Id: Ice514e741e3a7725d69e150e5752158a1c267141 Reviewed-on: https://gerrit.libreoffice.org/1973Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Michael Stahl yazdı
"Required line break" was eaten by the newly added code in text() to ignore \'0a. (regression from f593a2e4) (cherry picked from commit c4696e7c) Conflicts: sw/qa/extras/rtfimport/rtfimport.cxx Change-Id: Id32687c40a17ddb99196635cedfc850182705799 Signed-off-by:
Miklos Vajna <vmiklos@suse.cz>
-
- 05 Şub, 2013 13 kayıt (commit)
-
-
Kohei Yoshida yazdı
Change-Id: I35968241a79db0aabe06e25c0efac2aa3d1c5b84 Reviewed-on: https://gerrit.libreoffice.org/1984Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Michael Stahl yazdı
Change-Id: I3c684ceced78f1238320972312be83e2cf5b59d2
-
Miklos Vajna yazdı
(cherry picked from commit bd52275bf311f4ea2f94aec4336deb7ee14a3ba4) Change-Id: Ia655743710778ea7d48a9b2221f22f55a4ccce32 Reviewed-on: https://gerrit.libreoffice.org/2005Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Miklos Vajna yazdı
This was about importing RTF tables where different rows had different number of cells. In the meantime, a better implementation was added for DOCX, just using that for RTF fixes the import of this bugdoc. Also fixes a crasher while loading ooo43817-1.rtf. (cherry picked from commit d276d3f3) Change-Id: I0970275272eca7f33a442bd6acc97a4f8d9dabeb Reviewed-on: https://gerrit.libreoffice.org/1947Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Miklos Vajna yazdı
Normally such a page break is surrounded by text, and text() already calls checkNeedPap(), but in case the whole paragraph contains a page break only, we need it here as well. (cherry picked from commit b70f74cb) Conflicts: sw/qa/extras/rtfimport/rtfimport.cxx Change-Id: I3961272d77c743e0e6da2d5052e57cec5f5937e7 Reviewed-on: https://gerrit.libreoffice.org/1965Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Miklos Vajna yazdı
(cherry picked from commit 3974e995) Conflicts: sw/qa/extras/rtfimport/rtfimport.cxx Change-Id: Ia632edb24869ddfb76a029fdb460bcf24d9a2059 Reviewed-on: https://gerrit.libreoffice.org/1968Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
(WriterWindowState.xcs is in writer.xcd) Change-Id: I4e6d7cea64afae21cfb00ca9dc7873c5ce90d2bc (cherry picked from commit 82c53d53) Reviewed-on: https://gerrit.libreoffice.org/2002Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Caolán McNamara yazdı
When the dispatched is locked, SfxRequests accumulate in aReqArr for later dispatch when unlocked via Post The pointers are typically deleted in Post, so only if we never get around to posting them do we delete the unposted requests. regression from 528aba3a Change-Id: I4c214791d356ce0e5401a87b968b53e4866f6174 (cherry picked from commit 1385896f) Reviewed-on: https://gerrit.libreoffice.org/1991Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Andras Timar yazdı
Conflicts: cui/uiconfig/ui/customize.ui Change-Id: I0a10cbb7eab77d215c15592a2121b65f1c9f3732 Reviewed-on: https://gerrit.libreoffice.org/2001Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Petr Mladek yazdı
It is not provided by the old icecram-0.9.2 on SLED11 Change-Id: If8dc9b028276ac05733eb59c1ec62e352f4a2796 Reviewed-on: https://gerrit.libreoffice.org/2000Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I6fad4e840cf47b4d41592ff179f66943a4469760 (cherry picked from commit 3d23c626) Reviewed-on: https://gerrit.libreoffice.org/1997Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Tor Lillqvist yazdı
Always call IFileDialog::SetFolder() in VistaFilePickerImpl::impl_sta_SetFileName() as that seems to be what the customer wants. And overall, it is a more reasonable behavior. Change-Id: I53807847d1d8f954caefe7d9e4b4e4807e6dcbfb Signed-off-by:
Jan Holesovsky <kendy@suse.cz>
-
Michael Stahl yazdı
When there is no explicit first page, set the proper left or right margins, which are different for mirrored page styles. (regression from a964cf66) Change-Id: I56ccc6f7987accefc27d627d2427ee37d83bd758 (cherry picked from commit 2fc87188) Reviewed-on: https://gerrit.libreoffice.org/1987Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
- 04 Şub, 2013 1 kayıt (commit)
-
-
Miklos Vajna yazdı
(cherry picked from commits a5e885df24eb11c028a94ac709966b3ce2976db9 and 927de8786850936bb42c5595c41a4353c076fdea) Conflicts: sw/qa/extras/rtfimport/rtfimport.cxx Change-Id: Ic700cdc67f756cafc454c326b73f680a8a47a6e8 Reviewed-on: https://gerrit.libreoffice.org/1974Reviewed-by:
Norbert Thiebaud <nthiebaud@gmail.com> Tested-by:
Norbert Thiebaud <nthiebaud@gmail.com>
-
- 03 Şub, 2013 1 kayıt (commit)
-
-
Caolán McNamara yazdı
...in X11SalGraphics::GetGlyphBoundRect In MultiSalLayout::GetBoundRect we loop through each fallback font and union each level's GetBoundRect to get the result, which seems reasonable, except that for each level that means a call to SalLayout::GetBoundRect which calls X11SalGraphics::GetGlyphBoundRect. Those sublevel SalLayouts don't know that they are sublevels so they never set the level bits on their glyphs. Which results in X11SalGraphics::GetGlyphBoundRect always searching for that glyph in the level 0 font, so there's a mismatch between the font the SalLayout's are created to use and the font that gets used. Now, SalLayout::GetBoundRect is a fairly simple thing, it just calls GetNextGlyphs 1 by 1 and X11SalGraphics::GetGlyphBoundRect on the result of that. So I *think* that if we remove the specialized MultiSalLayout::GetBoundRect in favour of the default implementation, then because MultiSalLayout::GetNextGlyphs is specialized to do-the-right-thing and set up the glyph ids correctly, then we bubble the ids down to X11SalGraphics::GetGlyphBoundRect correctly to get it to use the right font and we get the correct bounding size. defb4d60a2d22fd36a0ff3f077faa6a0932b45a4 defb4d60a2d22fd36a0ff3f077faa6a0932b45a4 Change-Id: Idefb4d60a2d22fd36a0ff3f077faa6a0932b45a4 Reviewed-on: https://gerrit.libreoffice.org/1907Tested-by:
Lior Kaplan <kaplanlior@gmail.com> Reviewed-by:
Miklos Vajna <vmiklos@suse.cz>
-
- 02 Şub, 2013 2 kayıt (commit)
-
-
Michael Stahl yazdı
Revert commit 0c220608, since this apparently causes failure to open ODF files via SMB on Linux. Instead of changing SfxMedium, adjust the ScExportTest: when saving XLSX files interactively, the SfxFilter::lFormat is always 0, which causes SfxObjectShell::SaveTo_Impl not to call SfxMedium::GetOutputStorage() at all, working around the locking issue on WNT. Change-Id: I0ab8b4262475e4c8425eebb1413997457e5e9417 (cherry picked from commit 0799130b) Reviewed-on: https://gerrit.libreoffice.org/1952Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Kohei Yoshida yazdı
When scanning the entire data range in an attempt to determine where the first data row is, we shouldn't stop at the first column. We should scan all data columns to make sure we pick the lowest value row position among all columns. Change-Id: I693ec169857b181c6b4237efcba3fa6a46eaa531 Reviewed-on: https://gerrit.libreoffice.org/1959Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
- 01 Şub, 2013 5 kayıt (commit)
-
-
Markus Mohrhard yazdı
This caused an overflow and resulted in adding endless number of values until a bad_alloc was thrown. Change-Id: I954acd801eb18e2c2fe6a449048856cb95d0d8b0 Reviewed-on: https://gerrit.libreoffice.org/1945Reviewed-by:
Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by:
Kohei Yoshida <kohei.yoshida@gmail.com>
-
Markus Mohrhard yazdı
Otherwise we may have problems with sheet names from sheets that are not yet imported. Change-Id: I99a6507567b7d1018b790a90019cd563fa7323a0 Reviewed-on: https://gerrit.libreoffice.org/1944Reviewed-by:
Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by:
Kohei Yoshida <kohei.yoshida@gmail.com>
-
Markus Mohrhard yazdı
Change-Id: Ic1218179cd9c87ec15826adc861d505339a05f2d Reviewed-on: https://gerrit.libreoffice.org/1943Reviewed-by:
Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by:
Kohei Yoshida <kohei.yoshida@gmail.com>
-
Markus Mohrhard yazdı
Change-Id: Ib52a546a98f681b918de5e3bd285c36407fa8254 Reviewed-on: https://gerrit.libreoffice.org/1942Reviewed-by:
Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by:
Kohei Yoshida <kohei.yoshida@gmail.com>
-
Markus Mohrhard yazdı
Change-Id: Iba49bec62cb9081cdcd9410215f269b59c1be304 Reviewed-on: https://gerrit.libreoffice.org/1940Reviewed-by:
Kohei Yoshida <kohei.yoshida@gmail.com> Tested-by:
Kohei Yoshida <kohei.yoshida@gmail.com>
-