- 20 Haz, 2016 36 kayıt (commit)
-
-
Markus Mohrhard yazdı
This seems to be a good idea based on several discussions in the project. In the end catching SEH exceptions is just going to cause strange platform dependent bahavior. This patch is based on on http://thread.gmane.org/gmane.comp.documentfoundation.libreoffice.scm/39102/focus=55516 and includes some additional cleanup of the sal signal code. Change-Id: Iedc998e37e6495afec445eccb60fa1c2b1a7defd Reviewed-on: https://gerrit.libreoffice.org/26497Reviewed-by:
Michael Meeks <michael.meeks@collabora.com> Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Miklos Vajna yazdı
All former clients are changed to call SfxViewShell::libreOfficeKitViewCallback() instead. Change-Id: Ic5dcf0a8a4241338fcd6941f13ce438157676481 Reviewed-on: https://gerrit.libreoffice.org/26521Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Miklos Vajna yazdı
So a view can be aware where cursors of other views are. Change-Id: I6133fb55aa2869843c0284b7d76264bab3b3d5da Reviewed-on: https://gerrit.libreoffice.org/26513Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Markus Mohrhard yazdı
Change-Id: Id377bc3bd814fad822d577603b1f147b71ad9ae2 Reviewed-on: https://gerrit.libreoffice.org/26445Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Adolfo Jayme Barrientos yazdı
Project: help 1abe8b8b3462e7f62e1d5563402672c0b2ae4851 “Page Break Preview” → “Page Break” in Calc Change-Id: Ic0d6cbe429305760a21ebc9fdbee67f0d752fe23
-
Stephan Bergmann yazdı
...even though that's not obvious from the implementation of ScInterpreter::ScEasterSunday (sc/source/core/tool/interpr2.cxx), which calls SvNumberFormatter::ExpandTwoDigitYear on that value, which also only checks that the value is < 100, but not whether it is non-negative. However, ExpandTwoDigitYear takes its argument as sal_uInt16, so any negative value is guaranteed to be converted into a large sal_uInt16 value that is not < 100. Change-Id: I6f10672e510918f6e9010061541829fcd98e6dd0
-
Jakub Trzebiatowski yazdı
Exporting cell-styles Exporting table-template To be able to map SwTableAutoFormat to table-template 1:1 extended table-template by the following elements: loext:first-row-even-column loext:last-row-even-column loext:first-row-end-column loext:first-row-start-column loext:last-row-end-column loext:last-row-start-column Added attributes describing box format to SwXTextCellStyle Change-Id: I2967ba461dfc6f030c1e5cdbba62e2673d3b232b Reviewed-on: https://gerrit.libreoffice.org/26185Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Caolán McNamara yazdı
not return nullptr Change-Id: I8f46e49b28fd9547fb3e32dca0c6b99ee2cd5c7d
-
Caolán McNamara yazdı
Change-Id: I1e6001d2c806a5808b2c2a8057d0ea403ab0f894
-
Caolán McNamara yazdı
Change-Id: I02566ed92197a2573cd4a1a6c7e9fe54aeab3301
-
Miklos Vajna yazdı
Change-Id: I4e8885b9fd85fdecec4f936c3c306887f1964c4b Reviewed-on: https://gerrit.libreoffice.org/26498Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Xisco Fauli yazdı
Comment from Michael Stahl in Gerrit: "to prevent potential disasters if somebody adds a sub-class and overrides ImplCommit, which is then not called here." Change-Id: I2d991c713734fd516827a5dd6c8929aa64e59409 Reviewed-on: https://gerrit.libreoffice.org/26278Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Stephan Bergmann yazdı
Change-Id: I319f932f24a5b4c2eb331eac6795731a1bc483ca
-
Akshay Deep yazdı
Change-Id: I839039e68c766480458a5956cf1261819c0ea005 Reviewed-on: https://gerrit.libreoffice.org/26465Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Stephan Bergmann yazdı
Change-Id: I433cca20fb29c6b6ede934edcb2e200f15b060f2
-
Katarina Behrens yazdı
Events appear in following order: normal -> master: 1. EID_EDIT_MODE_MASTER, 2. EID_EDIT_VIEW_SELECTION master -> normal: 1. EID_EDIT_MODE_NORMAL, 2. EID_END_TEXT_EDIT This is only partial fix, selecting the right master page in other than normal mode is still broken Change-Id: I2dd91e77c4ed5627079fc9d2b39e40c8e74a9f8e Reviewed-on: https://gerrit.libreoffice.org/26484Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Katarina Behrens <Katarina.Behrens@cib.de>
-
Noel Grandin yazdı
Change-Id: If4c2849beb207593d3d450ae3846ed24eaf66ca4 Reviewed-on: https://gerrit.libreoffice.org/26173Reviewed-by:
Jochen Nitschke <j.nitschke+logerrit@ok.de> Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Noel Grandin <noelgrandin@gmail.com>
-
Jan Holesovsky yazdı
Apparently the commit 07c7c88b changed the condition; I suppose that not deliberately. Big thanks to raal for the bisect! Change-Id: I775e133396ceb763e31aca101d365880652e1ac8
-
Caolán McNamara yazdı
after the strange code was removed by... commit c3a5012c Author: Caolán McNamara <caolanm@redhat.com> Date: Sun Jun 19 17:42:56 2016 +0100 Related: tdf#99310 data validity cell range dropdown empty under windows Change-Id: Icf6acdb2e5fff90aff45704f17f7918c877e166e
-
Stephan Bergmann yazdı
Change-Id: Iced9d25a15f25076b1c23b064eabfe5f0899882c
-
Noel Grandin yazdı
Change-Id: Ie05062cfe384971f5c358769ab16461a76f911cf
-
apurvapriyadarshi yazdı
Some unnecessary comments removed Change-Id: I01b90f760106819e2c5d065e0bb32d5f132ae33c Reviewed-on: https://gerrit.libreoffice.org/26462Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
jan iversen <jani@documentfoundation.org>
-
Zdeněk Crhonek yazdı
Change-Id: Ibbb5bd78b5d2878d0a73a3ff85879ad2b6f7225d Reviewed-on: https://gerrit.libreoffice.org/26385Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Zdeněk Crhonek yazdı
Change-Id: I1fec7355de2ab67251ae39dd5ba1d06f30779910 Reviewed-on: https://gerrit.libreoffice.org/26476Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Zdeněk Crhonek yazdı
Change-Id: I919ce6aec83acd458b8a067f61375215672765d2 Reviewed-on: https://gerrit.libreoffice.org/26388Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Markus Mohrhard yazdı
Change-Id: I45751598df2c14c1e8e3a7f17705fe52321b0c89 Reviewed-on: https://gerrit.libreoffice.org/26493Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Markus Mohrhard yazdı
Change-Id: I2cae24d36d1eebf48f52646d84e7f6d291c8e473 Reviewed-on: https://gerrit.libreoffice.org/26492Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Markus Mohrhard yazdı
Change-Id: I443dcccf6d560c252da38a0f0c63cc48a212c127 Reviewed-on: https://gerrit.libreoffice.org/26494Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Adolfo Jayme Barrientos yazdı
Project: help 2db75854e290a7ce93e869214b3d6fba86d93ae7 tdf#100478 Correct the syntax of two examples of the N formula Change-Id: If97787808183045e3a9573cf1a26ed3e923f3bdb
-
Zdeněk Crhonek yazdı
Change-Id: Ia7c3f57b17c63c64296307f618c14aa875f03796 Reviewed-on: https://gerrit.libreoffice.org/26474Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Zdeněk Crhonek yazdı
Change-Id: I0395c511d9e0c96942d8857b7dd2db2edbbd6a1d Reviewed-on: https://gerrit.libreoffice.org/26471Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Takeshi Abe yazdı
Change-Id: Icc48aa8ffa6a56f804c4d01f2fb3bcdf7de838d4 Reviewed-on: https://gerrit.libreoffice.org/26397Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Takeshi Abe <tabe@fixedpoint.jp>
-
Zdeněk Crhonek yazdı
Change-Id: I41d5e39d30fdf92fe2df86fc7f02b98f7ec7ef74 Reviewed-on: https://gerrit.libreoffice.org/26446Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Zdeněk Crhonek yazdı
Change-Id: I82e02f08767b5b23089051019f94b873ce52e062 Reviewed-on: https://gerrit.libreoffice.org/26473Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Zdeněk Crhonek yazdı
Change-Id: I615e248b0f1e4325bf4b52c42ee889995da44a0a Reviewed-on: https://gerrit.libreoffice.org/26472Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Zdeněk Crhonek yazdı
Change-Id: Iba099d662f93052c074bb5071be5e46083b1c6ab Reviewed-on: https://gerrit.libreoffice.org/26450Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
- 19 Haz, 2016 4 kayıt (commit)
-
-
Zdeněk Crhonek yazdı
Change-Id: Ib61e97bef590a33277f5d37d7ad80e87f9093491 Reviewed-on: https://gerrit.libreoffice.org/26469Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Albert Thuswaldner yazdı
Change-Id: Icf87fadd9a9ffb344d4f1134a54b300fdb86a7b7 Reviewed-on: https://gerrit.libreoffice.org/26481Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Jenkins <ci@libreoffice.org>
-
Yousuf Philips yazdı
Change-Id: I4724e5fd927371ce5df58451dbd0a0ae7eeca0e9 Reviewed-on: https://gerrit.libreoffice.org/24086Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Yousuf Philips <philipz85@hotmail.com>
-
Maxim Monastirsky yazdı
No idea how one managed to trigger this. The only way I see is to add the save button to one of the custom shapes dropdowns. The ToolBox there has mpData->mbWillUsePopupMode set to true, which causes ToolBarManager to call the update method of the controller twice. update registers additional modify listener each time, but there is only one "remove listener" call in dispose. Change-Id: I2a1d6e02f6d8b6bc847fb7694fffa6e85b1f5604
-