- 15 Ara, 2015 24 kayıt (commit)
-
-
Michael Stahl yazdı
When the object is edited in the UI, the m_xClient is set to a SfxInPlaceClient and the DocumentBaseURL is retrieved from it. But if the object is not edited, it will be loaded during export via the API and without a m_xClient; in this case the DocumentBaseURL must have been set previously to be available during import. There appears to be no way to get the URL of the document via the API while it is being imported; SfxBaseModel's m_sURL is unfortunately only initialized from SfxObjectShell::FinishedLoading(). During ODF import, the SvXMLEmbeddedObjectHelper creates the embedded object, so let's make it pass in the parent's BaseURL. The "DefaultParentBaseURL" parameter already exists but was unused previously. Change-Id: I3d1ed29b3a2c0e77ec606a1d09f7bc07e7860733 (cherry picked from commit b0fc09da)
-
Michael Stahl yazdı
Change-Id: I2d51b6093e13fd5ea2a93c5a4f38e4078587808d (cherry picked from commit 7dfa45a6)
-
Michael Stahl yazdı
Change-Id: I272afd26addfde5065939db4a04c2f0f01aa28c8 (cherry picked from commit 1af4dbd8)
-
Michael Stahl yazdı
If the user edits an embedded object it is converted to ODF, so we really need to be able to store such objects. Ensure that the proper MediaType is set in [Content_Types].xml, the package relationship type in document.xml.rels and the proper ProgID attribute in document.xml. Change-Id: I3c78c5ab5b4d534213af5e773fe0c6c2c92d9104 (cherry picked from commit 2a9f1dd2)
-
Michael Stahl yazdı
Change-Id: Iebb4ac4a7307bb8482ca735096503da03448fee7 (cherry picked from commit ea50cb70)
-
Michael Stahl yazdı
Change-Id: Ieb308d717aa661fa51bd1b9dd3d0a12ca61337c1 (cherry picked from commit a7762b56)
-
Michael Stahl yazdı
Doesn't really change anything, but looks nicer. Change-Id: I8f2dc41adaf22e11b1c15ba619ac00b6b72892fa (cherry picked from commit 6c569a2e)
-
Michael Stahl yazdı
==7727== Conditional jump or move depends on uninitialised value(s) ==7727== at 0x9121E24: SfxDockingWindow::Resize() (dockwin.cxx:451) ==7727== by 0x3CADFAC3: SmElementsDockingWindow::Resize() (ElementsDockingWindow.cxx:753) Change-Id: Ie6e8a61f6c295373e5ccad409e2557e7c2dd6c1a (cherry picked from commit 88312819)
-
Eike Rathke yazdı
... if literal strings are copied with formula expression tokens. Change-Id: I13526907bb6c2c605c6ed9584fa6e3f2b18623b8 (cherry picked from commit dad412e0)
-
Xisco Fauli yazdı
I was wrong for thinking that there was a problem when elements inside def elements were not written. Actually, Cristina's commit ( 5e27d23d ) was correct as elements inside defs don't have to be written at least they're refered by <use> element, which isn't supported in Libo right now. Working on implementing support for use element Change-Id: Id0b8d8e9b27887f75cc961881daeb82089b2e62b Reviewed-on: https://gerrit.libreoffice.org/20333Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de> (cherry picked from commit f268e6f1) Reviewed-on: https://gerrit.libreoffice.org/20484Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-
Stephan Bergmann yazdı
...where a return value was double-deleted if it was "complex" (i.e., generated by callee into caller-provided memory) but not related to UNO interface types (so doesn't need any mapping, like sequence<css.beans.Property> returned by css.beans.XPropertySetInfo.getProperties). Change-Id: I4cfc16ba63022686afd016ef5b64419e8dee53a4 (cherry picked from commit 27f5679c)
-
Caolán McNamara yazdı
because we're setting DISPLAY always, and under wayland that resolves to "wayland", not the original ":0" so the gtk2 gvfs-open eventually called open xdg-open cannot open the correct display Change-Id: I246120f2430b92cd2d3e5003445aa4c9da4f6a68 (cherry picked from commit 3bb7557d)
-
Yousuf Philips yazdı
Project: help 892e5592e152d3f4de91102d1683dfd05cea6d83 Correct 'Window' menu entry reference Change-Id: I68cb3287063f7b4c4169a9bf6c4002aa911f02c9 Reviewed-on: https://gerrit.libreoffice.org/20641Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 581ae2d39799c48ee338b27e9b64d547ab62b70c) Reviewed-on: https://gerrit.libreoffice.org/20719Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-
Giuseppe Castagno yazdı
The call to assert() is not appropriate, better use a SAL_WARN_IF instead. The call to DAVProperties::createUCBPropName() method immediately after will take care of the missing namespace. The change to assert() was introduced in commit dd9c15b3 In libreoffice-5-1 branch it was introduced in commit 0ee79446 Change-Id: Ib9b85426fc84907fb12f70759a189cedcf117b3a Reviewed-on: https://gerrit.libreoffice.org/20380Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> (cherry picked from commit 9b9329e4) Reviewed-on: https://gerrit.libreoffice.org/20711Reviewed-by:
Giuseppe Castagno <giuseppe.castagno@acca-esse.eu> Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-
Yousuf Philips yazdı
Change-Id: I651fa1ba23e5630508d94c05202d1af7b31fb0f9 Reviewed-on: https://gerrit.libreoffice.org/20318Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> (cherry picked from commit 1a39e0d6) Reviewed-on: https://gerrit.libreoffice.org/20494Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-
Caolán McNamara yazdı
via gtk_window_begin_move_drag so add some BYDRAG/ByDrag hints to select mechanism to move window by Change-Id: Icc58653dff752a6d4ee49446647d7ede2af9dd9b (cherry picked from commit ea4c75dc)
-
Mark Hung yazdı
Revert "Fix tdf#77514 CJK ruby text in RTL( vertical ) base line issue." This reverts commit b14861e1. Conflicts: sw/source/core/text/itrpaint.cxx Change-Id: I61b81016631d028ca1843533d74b5ccc7d527df2 Reviewed-on: https://gerrit.libreoffice.org/20387Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> Tested-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-
Caolán McNamara yazdı
Change-Id: Ibbf45b44eba9f5f65db0e7ae26cf6946b32f879d (cherry picked from commit 5c19ef21)
-
Tomaž Vajngerl yazdı
This device IDs were taken from Firefox blacklist and are not relevant for our opengl implementation that uses different opengl features. Change-Id: I32b4bf364e196e0c1fcfa0c5ee6f025757a93e65 (cherry picked from commit f2996d8f)
-
andreas kainz yazdı
Change-Id: I7840dbceda0fa43b146e610f2dc7c90743646b9d Reviewed-on: https://gerrit.libreoffice.org/20353Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit c6e0c124) Reviewed-on: https://gerrit.libreoffice.org/20518Reviewed-by:
jan iversen <jani@documentfoundation.org> Tested-by:
jan iversen <jani@documentfoundation.org>
-
andreas kainz yazdı
Change-Id: I45929bd334ed73df425f8e256429acf9b60a8c98 Reviewed-on: https://gerrit.libreoffice.org/20351Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 4fabf624) Reviewed-on: https://gerrit.libreoffice.org/20442Reviewed-by:
jan iversen <jani@documentfoundation.org> Tested-by:
jan iversen <jani@documentfoundation.org>
-
andreas kainz yazdı
Change-Id: If13e03f8c59aac8fe0e29a03eecddab3e8193008 Reviewed-on: https://gerrit.libreoffice.org/20359Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 7640de3d) Reviewed-on: https://gerrit.libreoffice.org/20513Reviewed-by:
jan iversen <jani@documentfoundation.org> Tested-by:
jan iversen <jani@documentfoundation.org>
-
Stephan Bergmann yazdı
Change-Id: I3bd1222642ab3e8d24bf0f5cca897c2ce638757a (cherry picked from commit fd433a12)
-
Caolán McNamara yazdı
Change-Id: I0a7b6c1037ea9442001b4eb9a9bb96778c0dedb6 (cherry picked from commit e3d2e376)
-
- 14 Ara, 2015 9 kayıt (commit)
-
-
David Tardon yazdı
The original code breaks at least in optimized build on Fedora x86, because there nBits for 256 is computed as 9, not 8. Change-Id: Ib157c415bc9e231bf7fd544349810e6bc83c8fcc (cherry picked from commit fd94964a)
-
David Tardon yazdı
Change-Id: I326d306af89dcb0611e07689d2c26a828f3896ee (cherry picked from commit 6be05a08)
-
Caolán McNamara yazdı
Change-Id: I3ca21608d633145c8a5238b947e22671460e9195 (cherry picked from commit 0e6ea7b9)
-
Caolán McNamara yazdı
which makes modal dialogs (which are most of them) place correctly under wayland. Modeless ones are still uselessly shoved far to the left, but this makes things near usable and gives the same "graying into the bg" effect for the main window as other gtk apps Change-Id: If1486feb7631c5a0c2aa6efac3a6b9dd1b215daf Reviewed-on: https://gerrit.libreoffice.org/20699Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com> (cherry picked from commit 8d582298) Reviewed-on: https://gerrit.libreoffice.org/20700
-
Mike Kaganski yazdı
... to prevent duplicating masters on slide copy-paste. Also fixed a 10-year copy-paste error (pRefPage wasn't replaced with pNPage). Fixed argument evaluation order issue (aStream.GetEndOfData() depends on Flush() but doesn't call it, so will return incorrect result if called before aStream.GetBuffer()). Replaced compare of hashes with results of stringify(), because it removes useless overhead (hashes are calculated from stringify() anyway, and are not cached anywhere). Removed Flush() called from SvMemoryStream::GetBuffer(), because it calls GetData(), which calls Flush() itself. Thanks to Andras Timar for unit test framework. Change-Id: Ia46d4e9a017fc628d424949a9d229045a249a4ca Reviewed-on: https://gerrit.libreoffice.org/20367Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 6381fe55) Reviewed-on: https://gerrit.libreoffice.org/20694Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Tor Lillqvist yazdı
It keeps state that apparently doesn't affect its cache hash key. Change-Id: I82ead9fcded16152f2a106a971484cf4a9eaf8ea (cherry picked from commit 8681113d)
-
Caolán McNamara yazdı
Change-Id: I0caab9e329a465e10bf3ed321c55c287371bd437 (cherry picked from commit 480fb6ca)
-
Andras Timar yazdı
Project: translations e5fbdb56562d1f88b532f50bae67f2a5ce782a85 Updated Slovenian translation Change-Id: I2a49208a17dd5e5e7813f94da13c910691efb03a
-
Michael Meeks yazdı
Other code is out of legacy mode now, so can't legacy as a proxy. Change-Id: Ie3807a3af680b707f2f08d058db955bc9cae6c2b Reviewed-on: https://gerrit.libreoffice.org/20647Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com>
-
- 13 Ara, 2015 7 kayıt (commit)
-
-
Maxim Monastirsky yazdı
Change-Id: I9af0b49c95dd55ccde463b6f0567c9160d180670 (cherry picked from commit fd5708bf)
-
Yousuf Philips yazdı
Change-Id: Ibad6e02b4198219ae32f61af20abd312a99811e8 (cherry picked from commit d1461011)
-
Caolán McNamara yazdı
32nd and final distinct crash fix of this sequence Change-Id: Ib9f41091737e66995f332c06083d51408eb1497b (cherry picked from commit 9550737e)
-
Caolán McNamara yazdı
Change-Id: I1b566c835b6cdc733d0aa4393d3b3ce2ff7b764f (cherry picked from commit 76220aaf)
-
Lionel Elie Mamane yazdı
Change-Id: I33c63d2c002d9abcbadb16bcd460996ef3212f4a Reviewed-on: https://gerrit.libreoffice.org/20686Reviewed-by:
Lionel Elie Mamane <lionel@mamane.lu> Tested-by:
Lionel Elie Mamane <lionel@mamane.lu>
-
Caolán McNamara yazdı
Change-Id: I158632de6898685e34d362cc274e959bb5c2e2d7 (cherry picked from commit 012bdecf)
-
Caolán McNamara yazdı
Change-Id: I03748695efbe17d59aba09f88d5c6fcd174113c9 (cherry picked from commit 69d166a0)
-