- 30 Haz, 2015 10 kayıt (commit)
-
-
Eike Rathke yazdı
For example, convert A1:A1048576 to A:A but not A$1:A1048576 or A1:A$1048576 Change-Id: I7845134f79a04f7c031896d515ea1cb8050bd454 (cherry picked from commit 0ccefa0c)
-
Miklos Vajna yazdı
Commit 56dd27d9 (sw: invalidate after keypresses when we have a callback, 2015-01-13) only enabled invalidate-then-paint for the tiled rendering case, because the main loop had no priorities back then. This limitation went away with 48c2815d (tdf#91727 - Unwind non-dispatch of idle handlers., 2015-06-10), so it's not a problem to always do this panting inside the Paint() call. Change-Id: I98ddfcc0f20f1553974b74ec3c859dde315612e4 Reviewed-on: https://gerrit.libreoffice.org/16587Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org> (cherry picked from commit beb4aa21)
-
Miklos Vajna yazdı
The idea is that mpOut is only used for non-drawing purposes outside Paint(), e.g. to do logic <-> pixel conversion. Change-Id: Ia83cd32dd0a5152dcfc1644e92af08b4ddf4653c Reviewed-on: https://gerrit.libreoffice.org/16584Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org> (cherry picked from commit 98d2d985)
-
Miklos Vajna yazdı
(cherry picked from commit 8527dfbd) Conflicts: sw/source/core/layout/sectfrm.cxx sw/source/core/text/frmform.cxx sw/source/core/text/txtfrm.cxx Change-Id: I98de3f5413756c494c677d592ea921155e4c08be
-
Miklos Vajna yazdı
Change-Id: I2aaee946bdc5a22cf5a83e1e50714556260280f3 (cherry picked from commit 7192cb0f)
-
Miklos Vajna yazdı
Change-Id: I34306bb1622c79489eb647ed45f398ad2634c144 (cherry picked from commit ea1ea3b9)
-
Miklos Vajna yazdı
Change-Id: I9c59116828585c9645bc415ef5fffe65a24d09ee (cherry picked from commit 533e9794)
-
László Németh yazdı
Change-Id: I214f49ada17ddb350586426085d27290ad46ee61 Reviewed-on: https://gerrit.libreoffice.org/16603Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Andras Timar <andras.timar@collabora.com>
-
Rene Engelhard yazdı
Change-Id: Ie9cbf1b6dfc79df3a74efd3b9bb31ce33e7be3a0
-
Stephan Bergmann yazdı
(same as dfba7454) Change-Id: I3c79b406c2bf661717880def94989614860f9cb6
-
- 29 Haz, 2015 15 kayıt (commit)
-
-
Eike Rathke yazdı
Some callers of ScRefUpdate::Update() rely on a return value !=UR_NOTHING if rows or columns are inserted or deleted or moved, so simply ignoring the entire columns/rows cases is not possible even if the ranges actually don't change. Instead, return UR_STICKY that may allow to further differentiate in future. Change-Id: Iba6c1e5eb1a33d39ef677ef1de2f2d296bf504f1 (cherry picked from commit 9a21a20f)
-
Eike Rathke yazdı
Change-Id: Iac8574329c8c8e0bc0ac956993ccdd085372a6cc (cherry picked from commit 5e83f49e)
-
Caolán McNamara yazdı
Change-Id: I280408bae5d9c15c6bbc7da5f3e4ec8dd20757e8 (cherry picked from commit 1ca05e1a)
-
Eike Rathke yazdı
Change-Id: I89c1249315059d6a04615de27e8b9b18dfd300ff (cherry picked from commit 81b606f5)
-
Yousuf Philips yazdı
Change-Id: Id8d726599f6bd647ac41612df869e95faea75d2d Reviewed-on: https://gerrit.libreoffice.org/16440Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com> (cherry picked from commit e8938f2d) Reviewed-on: https://gerrit.libreoffice.org/16528Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de> Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de> Reviewed-by:
Philippe Jung <phil.jung@free.fr> Tested-by:
Yousuf Philips <philipz85@hotmail.com>
-
Eike Rathke yazdı
Change-Id: I8eed87f0e6c0816a7d315f6c5ed039b0b193c322 (cherry picked from commit 30396941)
-
Tor Lillqvist yazdı
Change-Id: I23537399cbf325a7049f67654439714c3dc1421e
-
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)
-
- 28 Haz, 2015 2 kayıt (commit)
-
-
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>
-
- 27 Haz, 2015 9 kayıt (commit)
-
-
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>
-
Christian Lohmaier yazdı
Project: translations 7ec7a7a803df44e1c864943345cc4822f1691689 update translations for 5.0.0 rc2 and force-fix errors using pocheck Change-Id: I487b0459260934f7f89ca815abd4cceab32323d1
-
Eike Rathke yazdı
This gets significant now that we have regular A:A/1:1 references. Change-Id: I6cee35173cb1c13b03f6bf4dfc0dce9949536e23 (cherry picked from commit dc34bb9b)
-
- 26 Haz, 2015 4 kayıt (commit)
-
-
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)
-