- 06 Agu, 2015 40 kayıt (commit)
-
-
David Tardon yazdı
Change-Id: I19586eaae36fac7fa750614e6e31eff1a1e8440c
-
Caolán McNamara yazdı
This reverts commit 6c84442f. "tdf#87820 Images not displayed properly in Calc" and replaces it with an alternative solution Change-Id: Iecb560d43767f0e41e442a307eefcdcecb7589ef (cherry picked from commit 2d196d0e)
-
Caolán McNamara yazdı
since commit e8b97a52 Merge: 2b0be6c0 0cde74f7 Date: Tue Apr 28 11:41:31 2015 +0100 - bWaterDisabled = !(pTreeBox || aFmtLb.GetSelectionCount() <= 1); - bWaterDisabled = (pTreeBox || aFmtLb->GetSelectionCount() <= 1) ? sal_False : sal_True; ++ bWaterDisabled = pTreeBox || aFmtLb->GetSelectionCount() <= 1; Change-Id: I14d848b4527adf05eb05110b93369791134cbe6c (cherry picked from commit 76837070)
-
Yousuf Philips yazdı
Change-Id: I1cdfc8495dbc54b71d5971b7aef396b7a34c6de9 Reviewed-on: https://gerrit.libreoffice.org/16555Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 605f2233) Reviewed-on: https://gerrit.libreoffice.org/16559Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Philippe Jung <phil.jung@free.fr>
-
Miklos Vajna yazdı
properties.pSGlobalShell can be legitimately 0 here. No testcase, for some reason the export does not crash if it's done by CppunitTest_sw_filters_test or CppunitTest_sw_odfexport; but it does crash with '--headless --convert-to odt kde140265-1.doc'. Change-Id: I50936f9e5236763cc987aba14d8fc897c4b789bf (cherry picked from commit 4cd3f9a7)
-
Miklos Vajna yazdı
One tricky part is that in generic SwFrm methods SwRootFrm may not have a shell and doesn't need a vcl::RenderContext, either; so check for that situation explicitly where the frame may be a root one. Change-Id: I48f39fb7195290393fca34f75d8798fb5f960f46 (cherry picked from commit a3413204)
-
Miklos Vajna yazdı
Change-Id: I468d662a612c951dc1482cfc685dee800bb11f82 (cherry picked from commit 05e50b57)
-
Miklos Vajna yazdı
Change-Id: Ia37257286cce7a4a4a6fdffd2dd0d896d46db548 (cherry picked from commit 6b88a650)
-
Katarina Behrens yazdı
Regression from ed6b8c9f which slightly changed the logic and set bHandled to true by default, thus effectively throwing all key press events except for Enter and Esc away. Set key press events (minus Enter & Esc) to bHandled = false and let them fall through to be dealt with in the base class (ComboBox) Change-Id: Ie1d857725a7de1d0bed1fd59df7eef5390ae5f3d Reviewed-on: https://gerrit.libreoffice.org/16407Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
László Németh yazdı
(cherry-picked from 1ebe3004) Change-Id: I9ea9cf895f3d608bd3289c1847eea2f6d47a910c Reviewed-on: https://gerrit.libreoffice.org/16521Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
László Németh yazdı
Change-Id: I8f622680ddd31d0a7048c14c85932ae495ae0f5e Reviewed-on: https://gerrit.libreoffice.org/16534Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Caolán McNamara yazdı
Change-Id: I77ecdb2703e7957613db005517a354879f5bb009 (cherry picked from commit d5df3833)
-
Yousuf Philips yazdı
Change-Id: Ibd70f1cd7cf50d7bd50347e5b428bb3a12521fc3 Reviewed-on: https://gerrit.libreoffice.org/16530Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> Tested-by:
Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit 6d86e27c) Reviewed-on: https://gerrit.libreoffice.org/16531Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Eike Rathke yazdı
Try to resync shared group top and length. Change-Id: I31bd0db7c1dceb880a22274edc4c3f20ce253095 (cherry picked from commit d8541c2a)
-
Christian Lohmaier yazdı
Change-Id: Ifb5756d693e73072b735dba257a762728dfffca8
-
Miklos Vajna yazdı
Reading SwWW8ImplReader::CoreLoad()'s "update graphic bullet information" block, it turns out that the numbering picture bullet's height should be independent from the supplied bitmap, and only its aspect ratio should be respected. (cherry picked from commit eab89b7f) Change-Id: I1300aa0397a8098df2a3170af795fbba47fd2a9e Reviewed-on: https://gerrit.libreoffice.org/16502Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-
Katarina Behrens yazdı
if printer settings haven't been modified Change-Id: I68b0096ce6fa0f9e50db640a0acb3039ff7e66b5 Reviewed-on: https://gerrit.libreoffice.org/16529Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Christian Lohmaier <lohmaier+LibreOffice@googlemail.com>
-
Eike Rathke yazdı
This gets significant now that we have regular A:A/1:1 references. Change-Id: I6cee35173cb1c13b03f6bf4dfc0dce9949536e23 (cherry picked from commit dc34bb9b)
-
andreask yazdı
* Breeze: Textbox - It would be good for the top to be closed (cherry picked from commit 34c006c9) * Breeze: insert should be according to the Guidelines in blue (cherry picked from commit 4df981b9) * Breeze: Calc formating toolbar last ones (cherry picked from commit 04f9b752) * Breeze: Uppercase and Lowercase adaption (cherry picked from commit 3b1cb077) * Breeze: add chart diagramm type support (cherry picked from commit 5c80ff5c) * Breeze: draw icon show an update symbol (cherry picked from commit 3236c492) Change-Id: I4aeef961b8a3e06cbff2762d7734eb2e877dba01 Signed-off-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
andreask yazdı
Change-Id: Ib5ddc5b037bda4aaef9ced7f167273de614d2f25 Reviewed-on: https://gerrit.libreoffice.org/16458Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Eike Rathke yazdı
Change-Id: I4287019f5492825f6d295c4e364405f0d7329eb7 (cherry picked from commit dcbceb94)
-
Eike Rathke yazdı
... if both anchors of the other axis are absolute. Now that we can parse them as of commit 0c8778ce (and follow-up 4091b4fb). Change-Id: Ie67127fe2d7546e7e598ee1a4d89133c08222262 (cherry picked from commit eeea41e2)
-
Caolán McNamara yazdı
Change-Id: I91d21e3d1663880de14792ded0a1e079d1a40f09 (cherry picked from commit 30a5b304)
-
Eike Rathke yazdı
Change-Id: I2ae8c1c81734efd7c80558ba5337253985e8e8b7 (cherry picked from commit 4091b4fb)
-
Caolán McNamara yazdı
Change-Id: I0f10d03c1e4481e8efa765e52b5264071c86a3cf (cherry picked from commit ce07affe)
-
Caolán McNamara yazdı
in favor of hooking in via get_accessible Change-Id: I8c265e0d9a5f8bdf02b7ba4be71fc58194cf5aa4 (cherry picked from commit aff0d4b2)
-
Caolán McNamara yazdı
(cherry picked from commit 093d7b81) Change-Id: I89cfde9b4c97852d36817b716ac08bd32096915b
-
Eike Rathke yazdı
They still get displayed as A1:A1048576 and A1:AMJ1 but are accepted as input. Change-Id: I6a44ce56767695af874e9f5122501a4c7925b0d6 (cherry picked from commit 0c8778ce)
-
David Tardon yazdı
(cherry picked from commit ee3d40b3) Change-Id: I451f02ee93a798c9c1712082d59a7ff96b0d4a4e Reviewed-on: https://gerrit.libreoffice.org/16508Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
David Tardon yazdı
Change-Id: Ie6516be4ced938b5c969a12a4974b0feee27177f (cherry picked from commit 40e64af9) Reviewed-on: https://gerrit.libreoffice.org/16507Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
...as discussed in 371cc81b "external/liborcus: Fix Linux RPATH:" * When an external module produces multiple libraries (that we all install) that depend on each other, they need to contain $ORIGIN in RPATH (strictly speaking, those that do not depend on any other libraries from the module would not need that, but it is harmless and easier to do that way). * When an external module's libraries depend on other external modules' libraries, and (at least some of) those other external modules are not configuread as --with-system-*, they need to contain $ORIGIN in RPATH (again, for simplicity, some libraries may get that even if they would not strictly need it). * Try to outsmart the external modules' libtool instances to not add (ultimately bogus) paths to RPATH for dependencies on libraries from external modules (either from the same module, or from anohter module not configured as --with-system-*). The only time we do not outsmart libtool, and instead rely on it (hopefully?) doing the right thing is when a given external modules' libraries depend on libraries from excatly one other external module, and the latter is configured as --with-system-*. * That outsmarting means that if an external library depends both on external libraries provided by modules not configured as --with-system-* (so RPATH contains $ORIGIN, and the outsmarting is not suppressed) and on external libraries provided by modules configured as --with-system-*: Then if the latter are in unusual locations on the system that would require an RPATH entry (which might be provided via the corresponding "pkg-config --libs", say, and presumably would be honoured by libtool if we did not outsmart it), then those paths are now erroneously missing from RPATH. * That outsmarting also causes linking of some utility applications in module redland to fail, but those are ultimately unused, so cut them off by patching their respective sub-directory Makefile.in. (cherry picked from commit 1d028d47) Change-Id: Iec05b3568fbcf04987018322c328b769ae4f5dab Reviewed-on: https://gerrit.libreoffice.org/16506Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
David Tardon yazdı
PKG_CHECK_MODULES requires both _CFLAGS and _LIBS to be set to skip the check. Change-Id: Ia4ae0576f186eb0c002c40bdb66f3a11a972a0c3 (cherry picked from commit 969255f0) Reviewed-on: https://gerrit.libreoffice.org/16505Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
David Tardon yazdı
Change-Id: I27e5ae913474001154fa6352a3ccefaee16e309c (cherry picked from commit 7fffbdc4) Reviewed-on: https://gerrit.libreoffice.org/16504Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
David Tardon yazdı
Change-Id: I7d7cbe85219615f80069155a954f917781bc5b71 (cherry picked from commit 3f040ce5) Reviewed-on: https://gerrit.libreoffice.org/16503Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Yousuf Philips yazdı
Change-Id: If373aa7a7efb338fd7a5305acbd19e95344a4bfc Reviewed-on: https://gerrit.libreoffice.org/15995Tested-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 d5a0cb56) Reviewed-on: https://gerrit.libreoffice.org/16470Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Caolán McNamara yazdı
Change-Id: Ia08207143d27f88d09bd45e64ba7c3c12cd2c1a1 (cherry picked from commit acdf113b) Reviewed-on: https://gerrit.libreoffice.org/16468Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Miklos Vajna yazdı
(cherry picked from commit 54106fae) Conflicts: sw/source/core/text/frmform.cxx Change-Id: I8ff1647bdf8c46d395c398c97b97066d7b128cdb
-
Miklos Vajna yazdı
Change-Id: I0f775bdfaf6a098be25d053f87b1bcf86d533297 (cherry picked from commit a5fe6ea0)
-
Miklos Vajna yazdı
Change-Id: I07b3a7768def547a34cbcdd8966157065605d5fb (cherry picked from commit d3456256)
-
Miklos Vajna yazdı
Change-Id: I1931ec139798d2f2eb956fd0590ab98ce1a65c3c (cherry picked from commit 0c33e10b)
-