- 04 Ock, 2016 1 kayıt (commit)
-
-
Christian Lohmaier yazdı
Project: translations a4d73b6c9d421623eef51d4ca9907954002cf8dd update translations for 5.0.4 rc2 and force-fix errors using pocheck Change-Id: I60a7ba91db056f5cffde7d32542f556e031a8293
-
- 23 Ara, 2015 1 kayıt (commit)
-
-
Henry Castro yazdı
In the tiled rendering case the map mode is disabled, and conversion pixel to logical is not computed. Change-Id: I0d54aaa897f0fe0df6e8b55334053dc66b6ea925 Reviewed-on: https://gerrit.libreoffice.org/20912Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Henry Castro <hcastro@collabora.com>
-
- 21 Ara, 2015 32 kayıt (commit)
-
-
Mihai Varga yazdı
Change-Id: Ifd8655932670fca081af740899441857256ee029
-
Andras Timar yazdı
Change-Id: I5732a2cd6402ffd7f8b69886b5ade7b6e7621206
-
David Tardon yazdı
I don't remember why I added it anyway. And it will break build with (system) libetonyek >= 0.1.4, as the format is supported by that version. Change-Id: I4b69af8ae637eae2ff1f7342eaa6a7e8580c3af4 Reviewed-on: https://gerrit.libreoffice.org/20790Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com> (cherry picked from commit c28aad62)
-
Miklos Vajna yazdı
The situation is similar to commit 79fb61ef (tdf#92379: svx: don't overwrite fo:background-color on ODF import, 2015-08-21), except that here text frames had the problem of loosing colors when transparency is set. Fix the problem by informing getSvxBrushItemFromSourceSet() about if we're in XML import or not. (cherry picked from commit 3a0c0af7) Conflicts: sw/qa/extras/odfimport/odfimport.cxx Change-Id: Id1adf60b14a3762f0a2a43c49caeed9f6ea039be Reviewed-on: https://gerrit.libreoffice.org/20744Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com> (cherry picked from commit 09ea045d)
-
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. (cherry picked from commit b0fc09da) (cherry picked from commit 4118f8f4) sw: loading embedded ODF objects requires unordf component (cherry picked from commit b3b7982f) Change-Id: I3d1ed29b3a2c0e77ec606a1d09f7bc07e7860733 Reviewed-on: https://gerrit.libreoffice.org/20761Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit fe4c7f20)
-
Eike Rathke yazdı
Change-Id: I15843b320ac8ddcefce8094da7aa7c6b81b42e4f (cherry picked from commit 5b404cc2) Reviewed-on: https://gerrit.libreoffice.org/20773Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com> (cherry picked from commit aed57fec)
-
Caolán McNamara yazdı
Change-Id: I8aabc68e8dfb9376cafe4cc709b18344da083a01 (cherry picked from commit 2f0fba49) (cherry picked from commit 51a1b41a) Reviewed-on: https://gerrit.libreoffice.org/20755Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
David Tardon <dtardon@redhat.com> (cherry picked from commit f1c1380c)
-
Michael Stahl yazdı
(cherry picked from commit 1af4dbd8) (cherry picked from commit e2bb242e) sw: extend some more OOXML export test to check embedded objects (cherry picked from commit 988f1c71) (cherry picked from commit b676e97d) Change-Id: Ie1047a2a213632f05b0ae091a3a7e4118a271082 Reviewed-on: https://gerrit.libreoffice.org/20760Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit e3c741d7)
-
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. (cherry picked from commit 2a9f1dd2) (cherry picked from commit 456d0315) sw: replace OUStringBuffer (cherry picked from commit ea50cb70) (cherry picked from commit a0cad01e) sw: fix MSVC build, stupid thing can't initialize const members (cherry picked from commit 159e7879) (cherry picked from commit 0050019b) Change-Id: I3c78c5ab5b4d534213af5e773fe0c6c2c92d9104 Reviewed-on: https://gerrit.libreoffice.org/20759Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 0d5c9007)
-
Michael Stahl yazdı
OOXML embedded objects are converted to ODF during export, which prevents the export from working, as it expects a stream, and ODF uses a storage. There is already a unit test in testEmbeddedXlsx, but it wrongly succeeds because the components necessary to convert from OOXML to ODF are missing in the test environment. (cherry picked from commit 1dac99e7) (cherry picked from commit 290cac71) sw: un-break DOCX formula export (regression from 1dac99e7) (cherry picked from commit 3b63d2b9) Change-Id: Ib4df346e04ecfb54ec1a728535be876db921b884 Reviewed-on: https://gerrit.libreoffice.org/20469Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 7689b7b7)
-
Michael Stahl yazdı
(cherry picked from commit a7762b56) (cherry picked from commit 6768b669) sw: docx export: write something more specific for embedded PDF Doesn't really change anything, but looks nicer. (cherry picked from commit 6c569a2e) (cherry picked from commit f8e628ab) Change-Id: Ieb308d717aa661fa51bd1b9dd3d0a12ca61337c1 Reviewed-on: https://gerrit.libreoffice.org/20758Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit c8c52960)
-
Michael Stahl yazdı
... that was causing test failures on some but not all platforms. (cherry picked from commit c56e0858) (cherry picked from commit 2263a59a) Change-Id: I0d04cd6e540ea2693a3ec8511d615a9b0fecf456 Reviewed-on: https://gerrit.libreoffice.org/20757Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit c7d111b5)
-
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) (cherry picked from commit 5d9a20b3) Reviewed-on: https://gerrit.libreoffice.org/20756Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit a3eb2cfd)
-
yogesh.bharate001 yazdı
Problem Description : - Excel chart contenttype is not exported properly, it exported the .xls file as .bin file. - Due to this when we open the roundtrip file back in MS Office, the embedded excel chart is not open and gives ERROR. Solution : Added support for embedded .xls for docx file. Change-Id: I16e18ffa4f6c72526665ff9d34d6c6053278c2c5 Reviewed-on: https://gerrit.libreoffice.org/17066Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> (cherry picked from commit 0f64e580) Signed-off-by:
Michael Stahl <mstahl@redhat.com> (cherry picked from commit e190f4c5)
-
Michael Stahl yazdı
Zillions of auto_ptr warnings in boost. Change-Id: Ib9071c0241c2cb4c748f2634c1b39a2f8e889c20 Reviewed-on: https://gerrit.libreoffice.org/20737Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit ee26cbc5)
-
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 (cherry picked from commit 3bb7557d) Change-Id: I246120f2430b92cd2d3e5003445aa4c9da4f6a68 Reviewed-on: https://gerrit.libreoffice.org/20721Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit bd05312d)
-
Caolán McNamara yazdı
queue_resize needs to invalidate the size cache even if there is a pending layout idle awaiting Change-Id: I6dba3d37fbb33125cc3f5d17aff6d2f7a3388654 (cherry picked from commit d40d756f) (cherry picked from commit c3a4bfcb) Reviewed-on: https://gerrit.libreoffice.org/20374Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit f307d1a0)
-
Caolán McNamara yazdı
Change-Id: Iaaefbe2311e61be3b9689c693481d149aa1355f5 (cherry picked from commit 0261be7f) (cherry picked from commit 2365ff9f) Reviewed-on: https://gerrit.libreoffice.org/20372Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit 04899220)
-
Tor Lillqvist yazdı
The old SimpleWinLayout::GetNextGlyphs() did it. PDFWriterImpl::drawVerticalGlyphs() expects GF_ROTL etc to be set when necessary for vertical text when exporting to PDF. Change-Id: I1971dd2784efa3cd7274a32a51f61fdf197ec81a Reviewed-on: https://gerrit.libreoffice.org/20329Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> (cherry picked from commit f295adc5)
-
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) Reviewed-on: https://gerrit.libreoffice.org/20723Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com> (cherry picked from commit 80acb57d)
-
Eike Rathke yazdı
... if literal strings are copied with formula expression tokens. (cherry picked from commit dad412e0) Conflicts: include/formula/token.hxx Change-Id: I13526907bb6c2c605c6ed9584fa6e3f2b18623b8 Reviewed-on: https://gerrit.libreoffice.org/20731Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> (cherry picked from commit 58c8f4dc)
-
Christian Lohmaier yazdı
Change-Id: Id2416b2b67f7ae62f3d3fbe1ebebeb89edabfc40 (cherry picked from commit 30d7f510) (cherry picked from commit aae3875f)
-
Mark Hung yazdı
Revert "Fix tdf#77514 CJK ruby text in RTL( vertical ) base line issue." This reverts commit f0a149fe. Change-Id: I0a5b9ec2ea0225bf2ef587549e97c9c7b0541253 Reviewed-on: https://gerrit.libreoffice.org/20356Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com> (cherry picked from commit 307fcbf0)
-
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/20514Reviewed-by:
jan iversen <jani@documentfoundation.org> Tested-by:
jan iversen <jani@documentfoundation.org> (cherry picked from commit 30ce44f8)
-
Stephan Bergmann yazdı
Change-Id: I3bd1222642ab3e8d24bf0f5cca897c2ce638757a (cherry picked from commit fd433a12) (cherry picked from commit 485821de)
-
Caolán McNamara yazdı
(cherry picked from commit e3d2e376) (cherry picked from commit 6d4d9cb5) Change-Id: I0a7b6c1037ea9442001b4eb9a9bb96778c0dedb6 Reviewed-on: https://gerrit.libreoffice.org/20718Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com> (cherry picked from commit 96819276)
-
David Tardon yazdı
Change-Id: I326d306af89dcb0611e07689d2c26a828f3896ee (cherry picked from commit 6be05a08) Signed-off-by:
David Tardon <dtardon@redhat.com> (cherry picked from commit 71efb50c)
-
Caolán McNamara yazdı
guard against missing Foundry (cherry picked from commit 92c15e8b) guard against missing grandfather layout (cherry picked from commit f9164c17) guard against corrupt LwpTocSuperLayout (cherry picked from commit e0dca588) don't trust that this is what its supposed to be (cherry picked from commit f792baef) guard against missing HeadHolder (cherry picked from commit ca868de5) avoid divide by zero (cherry picked from commit 92b936e3) guard against missing Foundry (cherry picked from commit ed09d4f5) check is within legal bounds (cherry picked from commit 84105275) don't trust that this is what its supposed to be (cherry picked from commit 9ad6f07e) check dynamic casts (cherry picked from commit 54e95789) guard against missing Foundry (cherry picked from commit 6093ba60) guard against missing range (cherry picked from commit 1aff042d) there can be 0 columns (cherry picked from commit 6857a386) need dynamic casts here, etc. (cherry picked from commit 46fe3bdd) add a reference to ensure pPara exists until end of scope (cherry picked from commit 61f55b25) this needs to be a dynamic cast (cherry picked from commit 67296edb) detect infinite recurse in object creation (cherry picked from commit 48c3eb3c) check for null content (cherry picked from commit 4a573e67) check for null Modifiers (cherry picked from commit 6834384e) guard against broken formula and bad lengths (cherry picked from commit 1e0b9881) guard against empty Story (cherry picked from commit ef68438d) need a dynamic cast here 53rd and final distinct crash fix of this sequence (cherry picked from commit 3735b056) coverity#1341875 Division or modulo by float zero (cherry picked from commit 18952ac1) guard against missing m_pXFContainer (cherry picked from commit 13eaf4da) guard against missing table (cherry picked from commit 00340194) guard against empty XFDrawObjects (cherry picked from commit e9801b28) this cast needs to be dynamic (cherry picked from commit 8d57f2fb) this cast needs to be dynamic (cherry picked from commit 25632b8f) check all obj().get() casts with dynamic_cast (cherry picked from commit 411dc205) guard against missing Container Layout (cherry picked from commit dd43c614) guard against null pContent (cherry picked from commit c910e229) guard against infinite recursion (cherry picked from commit 5df32643) cppcheck: fix memleak in lotuswordpro (cherry picked from commit 6e1efd48) infinite recurse protection (cherry picked from commit fb8cba16) need more dynamic casts here (cherry picked from commit 5d8449cd) recursion protection (cherry picked from commit 4e6df6de) protect against missing Foundry (cherry picked from commit ddc7d96a) guard against missing header rows (cherry picked from commit 2487ba80) deploy references to keep layout alive long enough (cherry picked from commit 1deae8a2) use more references to fix life cycles (cherry picked from commit 62a6cadb) use more references to fix life cycles (cherry picked from commit a1426bc5) deploy references to keep layout alive long enough (cherry picked from commit fdf12237) use more references to fix life cycles (cherry picked from commit 0876868a) protect both EnumNamedProperty branches the same way (cherry picked from commit a065eda2) guard against no container layout (cherry picked from commit c6a2df40) guard against invalid Layout Scale (cherry picked from commit c66ed959) use more references to fix life cycles (cherry picked from commit a258c3a6) use more references to fix life cycles (cherry picked from commit a23f7b3c) use more references to fix life cycles (cherry picked from commit 64cfe976) hold WaterMarkLayout by reference (cherry picked from commit 80509545) most casts and checks (cherry picked from commit 01f920f2) font might be null (cherry picked from commit 00bccc56) more use of references to avoid crashing (cherry picked from commit 69d166a0) more lifecycle protection (cherry picked from commit 012bdecf) guard against infinite recursion (cherry picked from commit 76220aaf) need more References for life cycle fixes here 32nd and final distinct crash fix of this sequence (cherry picked from commit 9550737e) Change-Id: Id6961e7c35df56ca37d5cb57c2d3d1e03e31dd6d 1282b2c3c920ef89460aa57026d89c8928155116 18648e74d16b932cfa6fbd2057d1e9987c498fd4 f0450bdab2c315a94a75060e1fadf2f8513f9dae c12ee6f4366285fc05fd59b94ec371d8ca013a4a 7d6502c752a7b9f39f94d5cddd5f44240e0b6d04 d15a2692f8aa572c0b5db87f04761ca3eac0249e e3f9e52575436b9505a412b20c7e1b24fa61f6cb 8ae6252039729a1cba8c2fe34f72222c94e3e449 cc3eee0776fb385a5c750293811dec796458a26b 7e76589689d2c9e79a8823d594e8f3ca030e26cf cdb0694b9c1771a475368aeeb4cb11f4ba8b84f3 e367e88df7165d728015a1b3987b220a23203765 578343719d2d7feff51775ff1b073b6584e76f82 0067ead587c25296ab195b80f461fb0766b1899a d606e58292a25309adb67cf05cc9b9a237e83f81 e56eb27bb1827860b2600a5586e866e39cd31518 824c29b39fe1e9e631a21f09611758bea03b0ca9 842122f7e2cba48d4798905f41f63b3e06775d00 ab13d67fdc218c84400a4d84e177e5096bb68379 de44aed9a3189b0fd21a8adc039eb61bd3d3dc14 d170132c2082fd4905192adc840125088ef5da27 3a07361bb66a62533475618c9b50f184d791a799 5c0800c353b46ea1fe359a893bdd8215f70cd809 00bde6564be6fb7c7f6d2ccb1faa7dd94e414635 9deb28a3a5420a43f8604a56145c8274bb4cc8d9 af8e7a46be9c92a7cd11136cb903cc4b9ffe54f5 6d02cc8dc894ef7e2903874b0ab973f7f1b3225d 763aa5874d0c1f977decff88414eea6247f96405 d9525918eab822b39576a1efce7dc3a3bd93e78d a4f2dff9c3cb81bb5056f005b23420cab1ca49e5 7c55986fba87dea0c519f60240605db03262dfe9 15b8aa6b95264d56018fbd5c22bcb0d04e43cf91 7139e67e7b5bcd7e1867dff1cfbd53fa0f5748b7 df84ababeeb109a411c03a18d3a9aa6e136c7ef4 66fda143ba1f0fa6f2638a8bd4936c75a6c40980 e5c0317f842258fe42f894dbace0ea0e328f288a aa28ef00572eb9c4ba3a6d8ae0c668b7b0132f56 670f00b0beb77e5014c3dd4a4798e69ece882b87 b70b5ebc498e6517ef40d0515e69e2e77288c1b5 0c903533542608c1d7a3c97e2be7f2b7624b265b cac22d3c179eca42e01a724f7592ee4b34dd45e3 54931f0dccabb2d9a58cc92ef5ebf3469f93f03c 93669a6460806c1d4c35669a639667b0c6f3f4ab f615c68bfaf145d81dab96b05e7b903c1a6b03cf 84541445e44f14244030b9970e0a48e72edacea7 50fd30114b45d1225adb7bfd5d77cb89a229aac8 83928638a390f434c431487b1cb13633f24de9ec b14639d532da5bffdfe7e0a7bb362b20a7f25dfb 7dc7739ee7b958319ddd4e0cf262254728ef0569 8be1b8298f096791628d1f51d36ceeabdc804f9a d0d9bb1d1abe6f6c9440bf979407d13db49696c4 03748695efbe17d59aba09f88d5c6fcd174113c9 158632de6898685e34d362cc274e959bb5c2e2d7 1b566c835b6cdc733d0aa4393d3b3ce2ff7b764f b9f41091737e66995f332c06083d51408eb1497b clear objects from duplicate ids early Change-Id: I0caab9e329a465e10bf3ed321c55c287371bd437 (cherry picked from commit 480fb6ca) Reviewed-on: https://gerrit.libreoffice.org/20698Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com> (cherry picked from commit d1d9e61d)
-
Tomaž Vajngerl yazdı
Printing is done with the WinSalGraphics and not with WinOpenGLSalGraphics on Windows even when OpenGL is enabled, but the SalBitmap is still using the OpenGLSalBitmap which can't be used with WinSalGraphics. So detect when the implementation of SalGraphic is "wrong" and convert. (cherry picked from commit 1cc30679) also includes commit: tdf#94851 use BGR color order in Windows (cherry picked from commit 8a498fad) and commit: tdf#94851 check SalBitmap & convert in all drawBitmap methods (cherry picked from commit 917d59a8) Change-Id: I67c730514a8a016c828b5cafdf6e70ddeca450ec Reviewed-on: https://gerrit.libreoffice.org/20659Tested-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 f625f1e1)
-
Lionel Elie Mamane yazdı
Change-Id: I33c63d2c002d9abcbadb16bcd460996ef3212f4a Reviewed-on: https://gerrit.libreoffice.org/20687Tested-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 fabfd88b)
-
Lionel Elie Mamane yazdı
Change-Id: Ia4d4c56318bc7d32d317abbda27eda9d3413ba75 Reviewed-on: https://gerrit.libreoffice.org/20363Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Julien Nabet <serval2412@yahoo.fr> Reviewed-by:
David Tardon <dtardon@redhat.com> (cherry picked from commit a4a35652)
-
Caolán McNamara yazdı
by stealing the quartz impl (cherry picked from commit 3d22df17) Change-Id: I548042328144e23c68b83e461a63cdb0d7d8ff2c Reviewed-on: https://gerrit.libreoffice.org/20230Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
David Tardon <dtardon@redhat.com> (cherry picked from commit fff1c0e2)
-
- 19 Ara, 2015 1 kayıt (commit)
-
-
Marco Cecchetti yazdı
Change-Id: I83f6d524feb21197ad930180f36224feae565ab0 Reviewed-on: https://gerrit.libreoffice.org/20808Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Marco Cecchetti <mrcekets@gmail.com> (cherry picked from commit 84dc88a0) Reviewed-on: https://gerrit.libreoffice.org/20831Tested-by:
Marco Cecchetti <mrcekets@gmail.com>
-
- 18 Ara, 2015 1 kayıt (commit)
-
-
Mihai Varga yazdı
Change-Id: Id4aac707666420752b985bcfd03b5b9bb99f79f1
-
- 17 Ara, 2015 1 kayıt (commit)
-
-
Henry Castro yazdı
When LOOL requires to insert a graphic, it uses UNO command ".uno:InsertGraphic", and the corresponding URL file image argument. However Impress, ignores URL file image argument, and by default pop up a dialog, so no image is inserted in LOOL. Change-Id: I31dd1b1536307ef2dbb6b3d49812b310560c919f
-
- 16 Ara, 2015 2 kayıt (commit)
-
-
Miklos Vajna yazdı
The body frame did get a request to shrink, but because it had fixed size, nothing happened. Trigger a recalc that does the right thing wrt. hidden whitespace. (cherry picked from commit 72f00672) Conflicts: sw/qa/extras/uiwriter/uiwriter.cxx sw/source/core/layout/calcmove.cxx Change-Id: I446978da8b33372c2ab30200b45b1bcec1dea7a0
-
Miklos Vajna yazdı
(cherry picked from commit 2c23d4ee) Conflicts: sw/qa/extras/uiwriter/uiwriter.cxx sw/source/core/layout/calcmove.cxx Change-Id: I9b273543ccf2eaa87116c6e1475860e9e872c445
-
- 14 Ara, 2015 1 kayıt (commit)
-
-
Marco Cecchetti yazdı
Change-Id: I4b7422eb77edd39a2c6bd427aa8c10d62b1e370d
-