- 20 Eyl, 2017 33 kayıt (commit)
-
-
Eike Rathke yazdı
The previous implementation had the odd behavior that Freeze First Column and Freeze First Row removed any frozen state (column or row) if there was one, instead of freezing the actually selected choice. Changed to * Freeze First Column * always freezes the first column * removes another column freeze if there was one * keeps a row freeze if there is one * checks the Freeze Rows and Columns toggle box * Freeze First Row * always freezes the first row * removes another row freeze if there was one * keeps a column freeze if there is one * checks the Freeze Rows and Columns toggle box * Freeze Rows and Columns * freezes at the current cell cursor position if there was no freeze (toggle box was unchecked) * removes any freeze if there was one (toggle box was checked) Change-Id: I38c4b6f0486ef8e93da0bb3a69a99e5c7709a21e Reviewed-on: https://gerrit.libreoffice.org/41908Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Eike Rathke <erack@redhat.com>
-
Samuel Mehrbrodt yazdı
Change-Id: Ibc1520735ab20787496564e8561a6bb5920a5538 Reviewed-on: https://gerrit.libreoffice.org/42280Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Samuel Mehrbrodt yazdı
* Remove trailing spaces * Use 4 spaces for indentation everywhere See discussion at https://lists.freedesktop.org/archives/libreoffice/2017-September/078433.html Change-Id: I0bb9a0b9b0502cdf0870529cea37ee9c4d1ffdf4 Reviewed-on: https://gerrit.libreoffice.org/41009Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Serge Krot yazdı
Change-Id: I4c08723878a819139977ec4815505c5c02ca8e9f Reviewed-on: https://gerrit.libreoffice.org/42326Reviewed-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by:
Adolfo Jayme Barrientos <fitojb@ubuntu.com>
-
Caolán McNamara yazdı
Change-Id: I82e68bc00780ef37399b30f5374df4ef792546e9 Reviewed-on: https://gerrit.libreoffice.org/42540Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
so 'o' pops up native menu, shift+o is unhandled by native, sent to vcl one which pops up some shoddy emulated version of the o menu Change-Id: Id6b0d27dd81f8a6d141cef79cc4825703c923636 Reviewed-on: https://gerrit.libreoffice.org/42538Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Michael Stahl yazdı
Change-Id: I1722a0b3d67a7c8740daa5a131d7800319ee2373
-
Stephan Bergmann yazdı
otherwise CppunitTest_sw_rtfimport failed with > ##Failure Location unknown## : Error > Test name: testFdo52052::Import > An uncaught exception of type com.sun.star.container.NoSuchElementException > - file:///.../instdir/share/config/soffice.cfg/modules/swriter/ui/pagebreakmenu.ui > > ##Failure Location unknown## : Error > Test name: testContSectionPageBreak::Import > An uncaught exception of type com.sun.star.container.NoSuchElementException > - file:///.../instdir/share/config/soffice.cfg/modules/swriter/ui/pagebreakmenu.ui > > ##Failure Location unknown## : Error > Test name: testTdf59454::Import > An uncaught exception of type com.sun.star.container.NoSuchElementException > - file:///.../instdir/share/config/soffice.cfg/modules/swriter/ui/pagebreakmenu.ui > > ##Failure Location unknown## : Error > Test name: testLndscpsxn::Import > An uncaught exception of type com.sun.star.container.NoSuchElementException > - file:///.../instdir/share/config/soffice.cfg/modules/swriter/ui/pagebreakmenu.ui > > ##Failure Location unknown## : Error > Test name: testImportHeaderFooter::Import > An uncaught exception of type com.sun.star.container.NoSuchElementException > - file:///.../instdir/share/config/soffice.cfg/modules/swriter/ui/pagebreakmenu.ui Change-Id: I10c12f4b0ab49ec747fa64cc0b5d4fca252ff590
-
Jan Holesovsky yazdı
Change-Id: I5c22ff70d3895b0f4a86eb8be85dde971604874a Reviewed-on: https://gerrit.libreoffice.org/42480Reviewed-by:
Jan Holesovsky <kendy@collabora.com> Tested-by:
Jan Holesovsky <kendy@collabora.com>
-
Michael Stahl yazdı
There is only one PCH since commit "kill gb_NoexPrecompiledHeader" 2bf53015 Change-Id: I1b31462227df021068e8a6320d0613809d2503bc
-
Michael Stahl yazdı
SeekToEndOfRecord() now doesn't seek to EOF if the offset is too large; break out of loops in the obvious cases where this could be problematic. But don't use SAL_WARN_UNUSED_RESULT because unfortunately GCC doesn't allow to explicitly suppress that with a (void) cast. Change-Id: Ie0211075bf0f4ef271bb26bdfead5fb070875a2b
-
Noel Grandin yazdı
look for places where we can flatten the control flow in a method by exiting early with a throw, ie. instead of if (cond) stuff(); else throw ex; we change it to: if (!cond) throw ex; stuff(); Change-Id: I8b6bdf883b325807c7e3a3ef698e4f4606e7d38b
-
Sabin Frandes yazdı
Change-Id: Id08ce71bcd060121630c3a9194f8cfe663ca5822 Reviewed-on: https://gerrit.libreoffice.org/42331Reviewed-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de> Tested-by:
Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
-
Fridrich Štrba yazdı
Change-Id: I031580c6edd0d80727d940b4fd300308a905a383
-
David Tardon yazdı
Change-Id: Ie4e5422d2a6cb01b4a899ed0982d60fe65c386d7
-
Jan-Marek Glogowski yazdı
Change-Id: Ia0cf4311b42dfa170ce429a958a26afd9c70ff0c
-
Szymon Kłos yazdı
Change-Id: Ibf230a6c4ddac4806dab235c3394778db26da38c Reviewed-on: https://gerrit.libreoffice.org/42476Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Szymon Kłos <szymon.klos@collabora.com>
-
Tor Lillqvist yazdı
Change-Id: Ib0e786b0e8401da3e3c93bf254727411774e8f43
-
Noel Grandin yazdı
ever since commit ba0796b3 Date: Wed Dec 23 17:43:14 2015 +0100 mailmerge: Killed the 'Save, print or send' page. Change-Id: Id77cd6beb3eaa13ead848495d9f8661c83f60975
-
Noel Grandin yazdı
since it was added in commit d0d152d4 Date: Fri Apr 4 15:34:02 2003 +0000 INTEGRATION: CWS xmlfilter01 (1.1.2); FILE ADDED Change-Id: I69bf6cad4e3d637c065d967a2b5915312cc23e93
-
Noel Grandin yazdı
since commit bf2373da Date: Tue Jul 26 23:32:40 2011 +0200 callcatcher: remove unused methods Change-Id: I2eef2bdcd40d4b4b1da8cf7ca95b0194ea99216f
-
Noel Grandin yazdı
ever since commit 6297bf4e Date: Wed Mar 23 10:39:28 2005 +0000 INTEGRATION: CWS eforms4 (1.1.2); FILE ADDED Change-Id: Ic4915a9b31c3a5f0222da0a4fc8557b2cbe6078e
-
Noel Grandin yazdı
Change-Id: I1f8260fd148b694337ea0440eb2edde4753b34c1
-
Noel Grandin yazdı
Change-Id: Idd4ced156201e81ee818d4b6b69e6c4d254f3387
-
Noel Grandin yazdı
ever since commit 2106d8e6 Date: Sun Jun 10 21:51:19 2012 +0100 callcatcher: update unused code Change-Id: I88a13c5c414a86a82efc6883d2e1602199569dc9
-
Noel Grandin yazdı
ever since commit 89ef4dea Date: Fri Jul 17 10:34:58 2015 +0200 loplugin:unusedmethods cui Change-Id: Ibfa3841168448d4f08075a684fa36262b303210f
-
Noel Grandin yazdı
since initial commit 77e4adbe Date: Mon Sep 17 22:50:49 2012 +0200 mork driver implementation Change-Id: I226c4065a5ab4404cc9e99eb3e026d153d1ccf08
-
Noel Grandin yazdı
ever since commit 0929dfa8 Date: Sat Jan 11 11:54:14 2014 +0100 writerfilter: drop never generated rtf {XAlign,FHDR,YAlign,XRelTo,YRelTo} Change-Id: Icabe9ff848e3cc9918741e9c68d8f2312145fb74
-
Noel Grandin yazdı
ever since commit 4a924576 Date: Wed Jan 15 20:24:41 2014 +0100 writerfilter: drop unused BlipDib and FSP in doctok Change-Id: I9bf644bdc4b37cb6c4a9a9ab7757c4a83a520cd7
-
Noel Grandin yazdı
ever since introduction in commit 328d1540 Date: Fri Jun 10 18:56:08 2011 +0200 resolvePict: import the stream as a graphic object Change-Id: Ife03094d721621cc592be9cd94899a4e40550330
-
Noel Grandin yazdı
ever since commit fa135fd0 Date: Tue May 31 10:30:35 2016 +0200 remove unused SID constants and associated code Change-Id: I47388fa5dcfec67bbcd9f7bf0a079d9376bc05af
-
Noel Grandin yazdı
Change-Id: I4bf0d378003d1f54685f6c55c0314c117b243526
-
Serge Krot yazdı
Change-Id: Ibf8fe8d2fcdb5efef6df657607e65a791b67d4a0 Reviewed-on: https://gerrit.libreoffice.org/42462Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Thorsten Behrens <Thorsten.Behrens@CIB.de>
-
- 19 Eyl, 2017 7 kayıt (commit)
-
-
Bjoern Michaelsen yazdı
- we can call MakeFrames on them right away - as there had been performance issues on mail merge here before, this might a bit quicker for suoer large documents. Change-Id: Idd84d7e6a962d00d59e2981f63ed9db60377fa01 Reviewed-on: https://gerrit.libreoffice.org/42442Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
-
Bjoern Michaelsen yazdı
- fixes regression from 575e222a Change-Id: I686ce41c87e5b421e0382658404cf7bb153a4812 Reviewed-on: https://gerrit.libreoffice.org/42439Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Björn Michaelsen <bjoern.michaelsen@libreoffice.org>
-
Tor Lillqvist yazdı
utimensat() and futimens() are new in 10.13. Change-Id: I03448adb17b40a646771c37179bd70c787547ca3
-
andreas kainz yazdı
Change-Id: If221848b1ef389a1816e5aab71f784ddd932c9bc Reviewed-on: https://gerrit.libreoffice.org/42347Tested-by:
Jenkins <ci@libreoffice.org> Reviewed-by:
Heiko Tietze <tietze.heiko@googlemail.com>
-
Michael Stahl yazdı
... and also in XclImpDffConverter::ProcessDgContainer() This was looping in CppunitTest_sc_filters_test, reportedly since commit 7e8c38b6. The problem is that checkSeek() doesn't actually seek until EOF if the offset is too large. Change-Id: I16226a88388dcac8069d6a4cad860470540466e3
-
Michael Stahl yazdı
PropertySetInfo(PropertyMapEntry const * pMap) stores the pointers, and its lifetime is controlled by refcounting, so the lifetime of aInfoMap can't be automatic. ERROR: AddressSanitizer: stack-use-after-return on address ... ... is located in stack of thread T46 at offset 224 in frame SvXMLExport::exportDoc(xmloff::token::XMLTokenEnum) This frame has 39 object(s): ... [224, 288) 'aInfoMap' <== Memory access at offset 224 is inside this variable Change-Id: I4eaa9d38bab708b222d999b0982100d7ef97e95c
-
Tor Lillqvist yazdı
Compiling against the 10.13 SDK with --with-macosx-version-min- required set to 10.9 or 10.10 (or defaulted, meaning 10.9) causes a compilation error now. Earlier SDKs did not catch it if you were using connectx() even if targeting pre-10.11. Try the approach from https://github.com/curl/curl/pull/1336/commits . Change-Id: I7cac294931c8afa6ff26a6ca9cf4491aff249de0
-