- 04 Ock, 2017 17 kayıt (commit)
-
-
Michael Stahl yazdı
... by fixing the size of SwFootnoteNum so it can be forward declared. Change-Id: I1a9d32a1ec7e7201de1910407d32020b75fb7342
-
Justin Luth yazdı
way back in 2001 commit a7afc46b removed the option to select per-chapter footnote-numbering for footnotes placed at the end of the document (or perhaps chapter since the variable is called FTNPOS_CHAPTER, but the UI refers to it as document). So only "Per Document" remained. However the function GetNumbering was never updated to reflect that fact that 2 options were removed from the list now, instead of one. So, the UI reported the choice as "Per Page", the only dropdown choice available was "Per Document", and the actual implemented choice was "Per Chapter". How's that for a mess? Change-Id: Ib8dc3d07c0ef62d39afdd2a1c78c14527649c6df Reviewed-on: https://gerrit.libreoffice.org/32700Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Justin Luth <justin_luth@sil.org> Tested-by:
Justin Luth <justin_luth@sil.org> Reviewed-by:
Michael Stahl <mstahl@redhat.com>
-
Takeshi Abe yazdı
Change-Id: Ic1e0f3f7aefb801cdda4709c3d43794ad9a21b02 Reviewed-on: https://gerrit.libreoffice.org/32722Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I4ebf48e5def5fb31aa7e34b5b6f89b220a27d1a6
-
Stephan Bergmann yazdı
The "DocShell must be cleared..." comment was a leftover from 2613afee "INTEGRATION: CWS sw008", pertained to code that had been moved into implFlushDocument. The extra code block and accompanying "Thus, an own block..." comment are just nonsense. Change-Id: I7e60b488c609796d86bedf518218b06c612e494d
-
Michael Stahl yazdı
This currently has no effect and so the CppunitTest_cppcanvas_emfplus pops up an annoying window. (regression from 181932b3) Change-Id: I26314d98f10f6b39ca1c28821ccd0de6ba2a4358
-
Gabor Kelemen yazdı
Project: help 17e3d608a1d4a09b6ef258beb4c2c22becd16414 Fix ahelps and bookmarks on the 'Database Selection' page The wizard page is renamed, so change that too. Main DB Wizard page bookmark was obsolete, fix that too Change-Id: Ida8827add4531efb0e0e1c7391eb2a17eb699f62 Reviewed-on: https://gerrit.libreoffice.org/32707Reviewed-by:
Gabor Kelemen <kelemeng@ubuntu.com> Tested-by:
Gabor Kelemen <kelemeng@ubuntu.com>
-
jan Iversen yazdı
Update to isolate module, and have groups for: Sources Headers Targets Other files Change-Id: Id2c48b0e3dae7c943c122e767d391d324e936619
-
Mark Hung yazdı
Liberals of Number format code (NFC) were no longer recognized by dmapper after it had been removed in d30a8ec4. Replace them with enumeration. Change-Id: I3ed1e09d9f3987fce95bd708b9c0b0568d3f15f9 Reviewed-on: https://gerrit.libreoffice.org/32527Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Mark Hung <marklh9@gmail.com>
-
Stephan Bergmann yazdı
SwXAutoTextEntry::GetBodyText calls SwGlossaries::EditGroupDoc to create a Sw[Web]GlosDocShell (which it then stores in xDocSh), and there must be a call to that shell's DoClose to clean up its resources. However, if a reference to the SwXAutoTextEntry is still held during XDesktop::terminate (as can happen in JunitTest_sw_unoapi_1, where such a reference is held from Java, thus arbitrarily delaying destruction of the SwXAutoTextEntry until the JVM does GC), SwXAutoTextEntry::Notify's PrepareCloseDoc case will release xDocSh without calling DoClose, so an eventual ~SwXAutoTextEntry will not call DoClose either. (And calling DoClose from withing SwXAutoTextEntry::Notify would cause a crash, as it would destroy the SwGlosDocShell recursively from within its SfxBroadcaster::Broadcast call.) So introduce a disposal protocol for XAutoTextEntry and call it at least in the place that caused the resource leak in JunitTest_sw_unoapi_1. For lack of a better inerface, reuse css.lang.XComponent for that protocol, even though this scenario doesn't involve breaking cyclic references among UNO objects caused by listener patterns. Change-Id: Id6501b84e562950e40b83e0b1afd1b3184807856
-
Miklos Vajna yazdı
Change-Id: If6ed5c12c100af6e37c83e177891f3c5c17c3aad Reviewed-on: https://gerrit.libreoffice.org/32720Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Justin Luth yazdı
hideMark in Word does not force the minimum possible row size, but simply ignores any cell marker styles/sizings. So an empty row then takes on the "at least" size defined for the row. Change-Id: Id24a52f2a360a5040c2eed5c17757c0d32d03520 Reviewed-on: https://gerrit.libreoffice.org/32380Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Justin Luth <justin_luth@sil.org> Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk>
-
Michael Meeks yazdı
Makes code on common EnableInput crash reporter trace safer. Change-Id: Ibcf218d0d2460383d12e19f48aaf0ab08e541532 Reviewed-on: https://gerrit.libreoffice.org/32706Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Michael Meeks <michael.meeks@collabora.com>
-
Miklos Vajna yazdı
Be explicit about the page number, this way a video on the second page doesn't end up as an annotation for the first page. (In the Impress case each slide is exported separately, so there this wasn't a problem.) Change-Id: I83ba9cb4a3b2a6734bd88a138654e391199651c6 Reviewed-on: https://gerrit.libreoffice.org/32696Reviewed-by:
Miklos Vajna <vmiklos@collabora.co.uk> Tested-by:
Jenkins <ci@libreoffice.org>
-
Takeshi Abe yazdı
by fixing a regression which seems introduced at 4f294a90. Change-Id: If47f7528f5b5fd04432da134f345d69c25a1ca77 Reviewed-on: https://gerrit.libreoffice.org/32665Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Takeshi Abe <tabe@fixedpoint.jp>
-
kerem yazdı
Change-Id: Ia5fb43c8f5398659a08982700dbece72959af19c Reviewed-on: https://gerrit.libreoffice.org/32529Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Jochen Nitschke yazdı
Change-Id: I4e06b536db63d8782662023a83cc92956b519e11 Reviewed-on: https://gerrit.libreoffice.org/32698Reviewed-by:
Jochen Nitschke <j.nitschke+logerrit@ok.de> Tested-by:
Jochen Nitschke <j.nitschke+logerrit@ok.de>
-
- 03 Ock, 2017 23 kayıt (commit)
-
-
Winfried Donkers yazdı
With permutations with repetitions, argument selection may be larger than argument elements. Probably inadvertently copied from PERMUT; has been there from pre-git. Change-Id: Icdee18eca647fb278f140630e45844684a1e3046 Reviewed-on: https://gerrit.libreoffice.org/32569Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com>
-
Winfried Donkers yazdı
Added constraint check for significance argument. Replced inproper use of log() with log10(). Improved code efficiency a little bit. Change-Id: Ie918857e6a04ea9fcf18410f789d7252f9c1cfc8 Reviewed-on: https://gerrit.libreoffice.org/32528Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com>
-
Olivier yazdı
Project: help 723fa653bcc87c94ff246e9ef754e11fb097d926 Adjust menus paths for commands Change-Id: Ie8f1c874cc3d8179b79afee3f673e50379708a05 Reviewed-on: https://gerrit.libreoffice.org/32702Reviewed-by:
Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by:
Olivier Hallot <olivier.hallot@edx.srv.br>
-
Winfried Donkers yazdı
Apply constraint lambda > 0. For POISSON.DIST all 3 arguments are mandatory. Change-Id: Ica056a2b315c10f0a22dd105c121d8ce97ea1717 Reviewed-on: https://gerrit.libreoffice.org/32538Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com>
-
Michael Stahl yazdı
gb_OSDEFS already globally sets at least 0x0502 Change-Id: I52b75dc114eb498232faeb70ec75948ad01d3675
-
Caolán McNamara yazdı
Change-Id: I303f60b3347f6e079dd951b0c2a0b727a0696eef
-
Muhammet Kara yazdı
Change-Id: I92faaf758e08776b731411c964f168c6ced253bc Reviewed-on: https://gerrit.libreoffice.org/32474Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com>
-
Olivier Hallot yazdı
Project: help b35dc043354c7a585cce3346e94987205bb14f9a Revert "Remove tautology" This reverts commit 8c86ecf8cccaf730c2d03514d614db9a958172a7. Change-Id: I4ab158c181026f285f44fc1a99da8ff729561462 Reviewed-on: https://gerrit.libreoffice.org/32701Reviewed-by:
Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by:
Olivier Hallot <olivier.hallot@edx.srv.br>
-
Zdeněk Crhonek yazdı
Change-Id: Ia90c0414a22fbae1479820567f93c586a9c6e119 Reviewed-on: https://gerrit.libreoffice.org/32655Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
kerem yazdı
Change-Id: Ia3afaf2abd0f0a56ccb56d4f967117f1adc52fb2 Reviewed-on: https://gerrit.libreoffice.org/32357Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com>
-
kerem yazdı
Change-Id: I2a0cf6d6b663e00cd67447089f65512667b18f3a Reviewed-on: https://gerrit.libreoffice.org/32297Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com> Tested-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com>
-
kerem yazdı
Change-Id: I6148ffccd4284cfc72fed2c7f4538054a5aaf24c Reviewed-on: https://gerrit.libreoffice.org/32358Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@canonical.com>
-
Rosemary Sebastian yazdı
Follow-up for https://gerrit.libreoffice.org/#/c/32425/; Change-Id: I59f77f0ccd681fb96bb9f1e7ec4b38d41c4f331a Reviewed-on: https://gerrit.libreoffice.org/32695Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Jochen Nitschke yazdı
Change-Id: Iec9ea10992ae031c4362a913792f738b2b45f199 Reviewed-on: https://gerrit.libreoffice.org/32662Reviewed-by:
Jochen Nitschke <j.nitschke+logerrit@ok.de> Tested-by:
Jochen Nitschke <j.nitschke+logerrit@ok.de>
-
Michael Stahl yazdı
Nobody can agree on what the poor string should say: a2a605d8 "Image Styles" cf5a2811 "Graphic Styles" b55b9658 "Drawing Object Styles" a71a562a "Image Styles" 77ab005c "Graphics Styles" ... but since "Image Styles" is clearly wrong, let's try another innovative variant. Change-Id: I748a0fd50d6d13a48632f77434c7f3f35cc00050
-
Olivier yazdı
Project: help 8c86ecf8cccaf730c2d03514d614db9a958172a7 Remove tautology Change-Id: I8567633042a09f1423499bbbb3d814399fccb0a6 Reviewed-on: https://gerrit.libreoffice.org/32659Reviewed-by:
Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by:
Olivier Hallot <olivier.hallot@edx.srv.br>
-
Olivier yazdı
Project: help c277e5344c0caea2ec5c331c54ce32a378439acc Fix typos in help page title_page.xhp Change-Id: Ibaf2a0584576ad5fd34b337e10994953ea4bc1ae Reviewed-on: https://gerrit.libreoffice.org/32641Reviewed-by:
Olivier Hallot <olivier.hallot@edx.srv.br> Tested-by:
Olivier Hallot <olivier.hallot@edx.srv.br>
-
kerem yazdı
Change-Id: Ic46e747a9dbec99e6037c6b35e175ce5b1efdd82 Reviewed-on: https://gerrit.libreoffice.org/32594Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Tamás Zolnai <tamas.zolnai@collabora.com>
-
abdulwd yazdı
Files which references the moved files now include them with #include "bar.hxx" style Change-Id: Ia69c61f04e4e7ca587c8065c8af6d1de7f33dd5d Reviewed-on: https://gerrit.libreoffice.org/32443Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Tamás Zolnai <tamas.zolnai@collabora.com>
-
Caolán McNamara yazdı
Change-Id: Id11f005f32a0c66e9584c90aebb6943ed41acaf0
-
Caolán McNamara yazdı
Change-Id: I4fb3aaa8a5e8c62091fbc542deae6af3a113a608
-
Caolán McNamara yazdı
Change-Id: Ib602edbbc2d972ec77e4d9d76ac493912579554a
-
Caolán McNamara yazdı
Change-Id: If8764b5cfda173bedfe2e911e39bf5b5e8a8573a
-