- 07 May, 2013 40 kayıt (commit)
-
-
Faisal M. Al-Otaibi yazdı
Change-Id: Ie451b7a84b5481e9209c5b6d6d439844de5082fd Reviewed-on: https://gerrit.libreoffice.org/3789Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com> (cherry picked from commit 5bff7f52) Signed-off-by: Eike Rathke <erack@redhat.com>
-
Lionel Elie Mamane yazdı
Change-Id: I0a716b4339747f1994e5c8710e15474807aea4a2 Reviewed-on: https://gerrit.libreoffice.org/3767Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Miklos Vajna <vmiklos@suse.cz>
-
Lionel Elie Mamane yazdı
Keep hardcoded values as *fallback* only, but trust m_aProps.aComponent.m_xShape->getShapeType when present. Change-Id: I5a024a9bc5f87d226ab3c857817dfe91ad975acb Reviewed-on: https://gerrit.libreoffice.org/3766Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Miklos Vajna <vmiklos@suse.cz> Reviewed-by: Miklos Vajna <vmiklos@suse.cz>
-
Markus Mohrhard yazdı
(cherry picked from commit 6e2292b3) Change-Id: I9ec33b347647bfcd6c1411c4db7af51ca597dc8e Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
-
Markus Mohrhard yazdı
Different MSO versions behave differently in respect to the default values. 2007 is not compliant to OOXML and is what our export filter expects, 2010+ are compliant to OOXML and therefore our charts look awful. Change-Id: If301d878a1603ed9835884cfbb9ed9c902526ba0 (cherry picked from commit 93abb208) Reviewed-on: https://gerrit.libreoffice.org/3793Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
-
https://ssl.icu-project.org/trac/ticket/10107Eike Rathke yazdı
do not call LayoutEngine::reset() Calling reset() disposes everything the LayoutEngine knows in its current state. While this may have prevented some obscure crash during exit in the past (call was added 2003-03-27), it definitely leads to a crash if the updated LayoutEngine "patch" http://download.icu-project.org/files/icu4c/51.1/icu-51-layout-fix-10107.tgz is applied as that sets fGlyphStorage=NULL (it doesn't delete LEGlyphStorage though and thus may leak, but that patch is in the wild now) and a later call to mpIcuLE->layoutChars() tries to access fGlyphStorage->...() if mpIcuLE is reused. For the patch mentioned see http://site.icu-project.org/download/51#TOC-Known-Issues and http://bugs.icu-project.org/trac/ticket/10107 Change-Id: I1b8f5c446c174d7d12b896b3ecd2a266645e8abc (cherry picked from commit 7de7267f) implemented IcuFontFromServerFont::getFontTable(LETag,size_t&) so that ICU versions trying to call LEFontInstance::getFontTable(LETag,size_t&) actually call it instead of IcuFontFromServerFont::getFontTable(LETag) See http://site.icu-project.org/download/51#TOC-Known-Issues "NOTE: Applications must implement LEFontInstance::getFontTable(LETag, size_t &length) in their LEFontInstance subclasses, so that ICU can properly bounds-check font tables." See also https://ssl.icu-project.org/trac/ticket/10107 (cherry picked from commit 428bde35) Conflicts: vcl/generic/glyphs/gcach_layout.cxx Change-Id: Ic20b7e8dda4e84734eb6de0ccba82b0dea481d55 Reviewed-on: https://gerrit.libreoffice.org/3755Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
-
Caolán McNamara yazdı
Which was empty of contents e.g. from autotext->macro... because of 5d84af7e "fdo#57553: Picture dialog Macro tab page: lazily init" which was because of bd2c14ec "we have to have all tabpages in all modes now" which was because we need to create all tabpages in order to determine their size for layout. Change-Id: I01fe03abf3e4582e87927729286a21d0bac7037c Change-Id: Ic662f6a927225b56820ccebf135b82ab1631974d Signed-off-by: Andras Timar <atimar@suse.com>
-
Riccardo Magliocchetti yazdı
This fix a build error since otherwise X libraries are required Backport of 759cc275 Change-Id: Iba718969dca90563ba9e60aa16944e6de67c7141 Reviewed-on: https://gerrit.libreoffice.org/3786Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
-
Kalman Szalai - KAMI yazdı
Change-Id: I7eb75450f42c895e58920b5b8c58d7a9eb4cb580
-
Lionel Elie Mamane yazdı
Change-Id: Iab36de3d407925cdb0e092afae457907f0261b3e Reviewed-on: https://gerrit.libreoffice.org/3765Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
-
Miklos Vajna yazdı
pPostIt is 0 when we have a large document, and the layout is not yet ready for a later part of the document, having a comment. Just don't try to delete such comments, better than a crash. (cherry picked from commit 9a764145) Change-Id: I5fd5c908bc7b1feba926214863e84391b9037484 Reviewed-on: https://gerrit.libreoffice.org/3757Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
-
Michael Meeks yazdı
Change-Id: Id0c07507810ec1db41359f39dee804364fd37ecd Reviewed-on: https://gerrit.libreoffice.org/3744Reviewed-by: Noel Power <noel.power@suse.com> Tested-by: Noel Power <noel.power@suse.com>
-
Zhe Wang yazdı
Signed-off-by: Michael Meeks <michael.meeks@suse.com>
-
Fridrich Štrba yazdı
Change-Id: Ib35fcee1605215fb22ae9838b29fe1d8be5eaf58 (cherry picked from commit 4314e654) Reviewed-on: https://gerrit.libreoffice.org/3739Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
-
Michael Meeks yazdı
Change-Id: Ibe6e0b9fa55bab7a7d02e55560c1db4c8ed84132 Signed-off-by: Muthu Subramanian <sumuthu@suse.com>
-
László Németh yazdı
Change-Id: I1aa1152940697f6390155871c0128519211abddd Reviewed-on: https://gerrit.libreoffice.org/3696Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
-
Markus Mohrhard yazdı
And another step closer to opening my test file correctly in Excel. Change-Id: Ib6aa8ddb2f2792513c7263d86865e08fe5f1483d (cherry picked from commit 81b9d431) Reviewed-on: https://gerrit.libreoffice.org/3686Reviewed-by: Kohei Yoshida <kohei.yoshida@suse.de> Tested-by: Kohei Yoshida <kohei.yoshida@suse.de>
-
Markus Mohrhard yazdı
One step closer to opening my simple test file correctly in Excel. Change-Id: I1bfa76a46081ba478e44d8d90d8a91790a9a9ff3 (cherry picked from commit 6ddd7fcc) Reviewed-on: https://gerrit.libreoffice.org/3685Reviewed-by: Kohei Yoshida <kohei.yoshida@suse.de> Tested-by: Kohei Yoshida <kohei.yoshida@suse.de>
-
Markus Mohrhard yazdı
My simple test file is finally valid but is still now shown in Excel. There must be another bug in our exporter. Change-Id: Ib55e5b32edc3a556e9081b3008df539275dc289b (cherry picked from commit e81d0c40) Reviewed-on: https://gerrit.libreoffice.org/3657Reviewed-by: Kohei Yoshida <kohei.yoshida@suse.de> Tested-by: Kohei Yoshida <kohei.yoshida@suse.de>
-
David Tardon yazdı
B2DPolyPolygon can contain Bezier curves, but that is not taken into account when drawing the hatching in OutputDevice::ImplDrawHatch. The poly-polygon is adapted already when creating metafile, because the information about the poly-polygon containing curves is then lost somewhere in the process. At least, when I do the adaptation in OutputDevice::ImplDrawHatch, it has no effect and the hatching in the produced PDF is still wrong. Change-Id: Ibec9d6aceb23da986fe2d2414dc2e7fd4bf835b4 (cherry picked from commit 092fa33f) Reviewed-on: https://gerrit.libreoffice.org/3660Reviewed-by: Thorsten Behrens <tbehrens@suse.com> Tested-by: Thorsten Behrens <tbehrens@suse.com>
-
Michael Meeks yazdı
Change-Id: Ie0c5f39f6265e38534a6d0c9743877eef79e5954 Reviewed-on: https://gerrit.libreoffice.org/3687Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
-
Luke Deller yazdı
The creation of the UNO shape in SdrObject::getUnoShape is influenced by pPage, so when the page changes we need to discard the cached UNO shape so that a new one will be created with the new page. Change-Id: Id37593fe5578afe06cd967bf0b0b7d56922fe4af Reviewed-on: https://gerrit.libreoffice.org/3662Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
-
Caolán McNamara yazdı
i.e. false for "we can't provide context", and true for "we can provide context, even if there isn't any" Still looks to me that there's a bug in the si-phonetic-dynamic im (or something in the stack) that assumes that returning false once means it will always return false and give up for ever fix indent while I'm at it also let si-phonetic-dynamic survive libreoffice losing focus and regain it cycle and still use surrounding text. It should be safe to report that we can provide surrounding text but there isn't any during the time window when there is no focus window, because the focus in event was received but it hasn't arrived yet because that happens on a postuserevent. (cherry picked from commit 21fb0923) Change-Id: I0481c42208953f2a0618aaed7b0d9e9f3e7bda07 Reviewed-on: https://gerrit.libreoffice.org/3608Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
-
Lionel Elie Mamane yazdı
but it is *still* NULL. This was initially done to "fix" i#108092, but i#112652 comment 13 suggests this may have been fixed more cleanly. Change-Id: I2b76af2182715bc489cb89dd45d6b77d5038b506 Reviewed-on: https://gerrit.libreoffice.org/3599Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
-
Caolán McNamara yazdı
make it approximately infinitely faster a) add a method AdjustEntryHeightAndRecalc that just does AdjustEntryHeight and RecalcViewData and replace all the places that do the two of those together with that utility b) in our SetFont now only call AdjustEntryHeightAndRecalc if the new font is different to the old font, ignoring color which doesn't have a bearing on row size. c) where we originally called SetFont(GetFont()), which would have triggered AdjustEntryHeightAndRecalc, now call the new AdjustEntryHeightAndRecalc explicitly. The performance problem apparently a regression from ac7acb0a where we seem to now end up drawing on ourself and calling SetFont on ourself rather than on a pImpl without an overridden SetFont. So when we redraw on scrolling we triggered a cascade of calculations and force text layout of every row. (cherry picked from commit 3b6e61c3) Conflicts: include/svtools/treelistbox.hxx Change-Id: I3c284c360f06ac383e8c38045fc4c2946f505b35 Reviewed-on: https://gerrit.libreoffice.org/3611Reviewed-by: Tor Lillqvist <tml@iki.fi> Tested-by: Tor Lillqvist <tml@iki.fi>
-
Fridrich Štrba yazdı
Change-Id: I17fa205f16929b913084c8eee320a73416b1eda0 (cherry picked from commit d34a1590) Reviewed-on: https://gerrit.libreoffice.org/3605Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
-
Miklos Vajna yazdı
This partially reverts commits 1eee77f2 and 51f9e894. (cherry picked from commit d9293274) Conflicts: sw/source/core/doc/acmplwrd.cxx sw/source/ui/docvw/edtwin.cxx Change-Id: Ie6a1202e139a0eb30cac482a2bb528ef70c7797f Reviewed-on: https://gerrit.libreoffice.org/3580Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
-
Jan Holesovsky yazdı
Change-Id: Ib316bf40bb9b9afeb5fbdf9281f2d3b9539e346f
-
László Németh yazdı
Change-Id: Ib9b3a63ad48ab9a8c109a97f4053c0fc4aca8a28 Reviewed-on: https://gerrit.libreoffice.org/3591Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
-
Kohei Yoshida yazdı
This is a cherry-pick of 6374df20. Credit goes to Isamu Mogi for pin-pointing exactly what caused the crash and which commit fixed it on master. Change-Id: Ic5653c76c8c7d8eb8798a9c4ae0cbc43f0e946e4 Reviewed-on: https://gerrit.libreoffice.org/3581Reviewed-by: Eike Rathke <erack@redhat.com> Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
-
Olivier Ploton yazdı
Includes following master commits: commit 6536d0eb Author: Lionel Elie Mamane <lionel@mamane.lu> Date: Tue Apr 23 06:44:57 2013 +0200 reword comment commit 5143e162 Author: Lionel Elie Mamane <lionel@mamane.lu> Date: Tue Apr 23 06:44:42 2013 +0200 isEmpty() instead of getLength()==0 commit f0c38b63 Author: Olivier Ploton <olivier.ploton@univ-tours.fr> Date: Wed Dec 12 22:04:38 2012 +0100 Base: fix incorrect field removal in criterion inside query design view Change-Id: I2fedae672c24a269fca3dfc1bacc66fd53fc61af Signed-off-by: Miklos Vajna <vmiklos@suse.cz>
-
Michael Stahl yazdı
Apply the table-cell-style to paragraphs inside the table cell for cells with value-type="string" and office:string-value attribute. This should complete commit 1b5839f4. Change-Id: Ief34de1e7c5087906ea597ce3ca96e020f6eebe6 (cherry picked from commit 84217e29) Reviewed-on: https://gerrit.libreoffice.org/3575Reviewed-by: Miklos Vajna <vmiklos@suse.cz> Tested-by: Miklos Vajna <vmiklos@suse.cz>
-
Fridrich Štrba yazdı
(cherry picked from commit 4757ffcc) Conflicts: libcdr/ExternalProject_libcdr.mk Change-Id: Icdf57cb8a40256b4a474ededd3ba030bd79497f4 Trying to fix a boost::property_tree::json_parser error on windows (cherry picked from commit 41d2b58b) Conflicts: boost/UnpackedTarball_boost.mk Change-Id: Iea3ec9a56eb008c6a0729a151b392f1e62925720 Trying to avoid linking with boost on Windows Change-Id: Ic0c538dfad88f850d95f417f2741ef7dba7fc5e4 (cherry picked from commit 1e392ea7) Reviewed-on: https://gerrit.libreoffice.org/3559Reviewed-by: Michael Meeks <michael.meeks@suse.com> Tested-by: Michael Meeks <michael.meeks@suse.com>
-
Stephan Bergmann yazdı
(cherry picked from commit aa1aedb2) Conflicts: vcl/inc/unx/salinst.h vcl/unx/generic/dtrans/X11_service.cxx Change-Id: Ifc8275276811ba24b62f93096e7cb98a5dbf658c Reviewed-on: https://gerrit.libreoffice.org/3556Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
-
Noel Power yazdı
Change-Id: I4e3cf644d8a6e6989f79a6758ad3d55972fc82b1
-
Noel Power yazdı
Previouslly there were some internal methods to allow event handlers to be triggered. To test some functionality from the unit tests we now expose some of that functionality via uno. Change-Id: I11022226260d3dacd82f42ce89413102ce34cc13
-
Noel Power yazdı
Change-Id: Id9aa26cac2f59829e8b00057c82dc52bbbbc20cb
-
Noel Power yazdı
<sigh> pagebreak implementation is still flawed here, the used range is used to determine whether the page break should be considered ( or not ) Problem is that it is not the used range but rather the rightmost column position that contains content ( but not necessarily the column that contains content but rather the righmost column that has content ( or even that is covered either by spillover from an adjacent column or drawing ) Change-Id: I68c8ccc5911049bc4b2076992f839bc684d966a9
-
Noel Power yazdı
At some point in the past default tab was introduced, the VBA Range code calling ScRangeList::Parse was not adjusted to take care of this extra defaulted param and and the delimiter param was passed in place of default tab. Change-Id: I45a971f7ad9cb4f3299fae8cb1882cb0e7744c3b
-
Noel Power yazdı
This reverts commit 7c63d525.
-