- 09 Ara, 2018 1 kayıt (commit)
-
-
Rene Engelhard yazdı
Change-Id: Ia25f388f81b827803683859c388317484a2b0cde Reviewed-on: https://gerrit.libreoffice.org/64845Reviewed-by:
Xisco Faulí <xiscofauli@libreoffice.org> Tested-by:
Rene Engelhard <rene@debian.org>
-
- 08 Ara, 2018 2 kayıt (commit)
-
-
Eike Rathke yazdı
... which is the to be used function parameter separator here. The current document's grammar (from which the separator is obtained in ScRangeList::Format() if not specified) may differ from the forced English grammar later when compiling the formula, and all formula expressions to be inserted use the language independent ';' semicolon function parameter separator. Change-Id: I7a3deb6d50fc57ed434ede1f00bbe8c5c1361e0f Reviewed-on: https://gerrit.libreoffice.org/64819Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by: Jenkins (cherry picked from commit 470a91cb) Reviewed-on: https://gerrit.libreoffice.org/64823
-
Roman Kuznetsov yazdı
Change-Id: Icd7ac2d10e9d28d563f964cb144bbe94027617c1 Reviewed-on: https://gerrit.libreoffice.org/64788Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com> (cherry picked from commit 06fae15c) Reviewed-on: https://gerrit.libreoffice.org/64812 Tested-by: Jenkins
-
- 07 Ara, 2018 37 kayıt (commit)
-
-
Xisco Fauli yazdı
Change-Id: Ia82e6e5c4d6c3e78ba5fbc320d299acf3800a72e Reviewed-on: https://gerrit.libreoffice.org/64766Reviewed-by:
andreas_kainz <kainz.a@gmail.com> Tested-by:
andreas_kainz <kainz.a@gmail.com> Tested-by: Jenkins Reviewed-by:
Xisco Faulí <xiscofauli@libreoffice.org> (cherry picked from commit c9713e08) Reviewed-on: https://gerrit.libreoffice.org/64787
-
Stephan Bergmann yazdı
...fixing <https://github.com/flathub/org.libreoffice.LibreOffice/issues/54> "Build against org.freedesktop.Platform 18.08" Change-Id: I70448277ce326075435932c75a837bd7be3d4508 (cherry picked from commit 9d6799c1) Reviewed-on: https://gerrit.libreoffice.org/64775 Tested-by: Jenkins Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Stephan Bergmann yazdı
...which are no longer used by the LO build since 0ce173b5 "tdf#103080 Dont package Open Sans and PT_Serif fonts" Change-Id: I9ece7a85fe0003711eb23f332e617b780e6701cd (cherry picked from commit aa358408) Reviewed-on: https://gerrit.libreoffice.org/64774 Tested-by: Jenkins Reviewed-by:
Stephan Bergmann <sbergman@redhat.com>
-
Caolán McNamara yazdı
so for a quiet life arrange it like that again. https://xkcd.com/1172/ Change-Id: I8d1f3a914f8792b8c91ccd1b98d1fbd2a25a4213 Reviewed-on: https://gerrit.libreoffice.org/64778 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Caolán McNamara yazdı
Change-Id: I25b1ed89b8d0e7a7c0e36c621a43644bc2b4aa7b Reviewed-on: https://gerrit.libreoffice.org/64708 Tested-by: Jenkins Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com> (cherry picked from commit f820f6eb) Reviewed-on: https://gerrit.libreoffice.org/64754Reviewed-by:
Xisco Faulí <xiscofauli@libreoffice.org> Tested-by:
Xisco Faulí <xiscofauli@libreoffice.org>
-
Heiko Tietze yazdı
This reverts commit 08b50481. Disabled h/f lead to an inactive menu entry (tdf#121759). Also, the change was not accepted by the OP (tdf#99296). See discussion on the mailing list, Gerrit, and BZ. Change-Id: Ie3dcf14c173a1813da05d8f2a9c8f2eda14cee46 Reviewed-on: https://gerrit.libreoffice.org/64727 Tested-by: Jenkins Reviewed-by:
Heiko Tietze <tietze.heiko@gmail.com> (cherry picked from commit d08e63fb) Reviewed-on: https://gerrit.libreoffice.org/64728
-
Stephan Bergmann yazdı
...which is the latest 9.2.x currently listed at <https://www.postgresql.org/ftp/source/>. 9.2.1 doesn't build against OpenSSL 1.1 which dropped SSL_library_init (cf. <https://wiki.openssl.org/ index.php/Library_Initialization#libssl_Initialization>), and 9.2.24 apparently has that covered. (Ran into this when trying to upgrade the LibreOffice flatpak build to org.freedesktop.Sdk//18.08, which has OpenSSL 1.1.) On Windows, the new tarball as-is fails with > ..\..\port\chklocale.c(214): error C2037: left of 'lc_codepage' specifies undefined struct/union '__crt_locale_data' because at least in Windows Kits/10/Include/10.0.17763.0/ucrt/corecrt.h (included from Windows Kits/10/Include/10.0.17763.0/ucrt/locale.h), the relevant definitions are now > typedef struct __crt_locale_data_public > { > unsigned short const* _locale_pctype; > _Field_range_(1, 2) int _locale_mb_cur_max; > unsigned int _locale_lc_codepage; > } __crt_locale_data_public; > > typedef struct __crt_locale_pointers > { > struct __crt_locale_data* locinfo; > struct __crt_multibyte_data* mbcinfo; > } __crt_locale_pointers; > > typedef __crt_locale_pointers* _locale_t; which presumably has changed from a past state where that lc_codepage member was directly publicly accessible. <https://dev-www.libreoffice.org/src/postgresql-9.2.24.tar.bz2> is a copy of <https://ftp.postgresql.org/pub/source/v9.2.24/postgresql-9.2.24.tar.bz2>; `sha256sum postgresql-9.2.24.tar.bz2` reports the same a754c02f7051c2f21e52f8669a421b50485afcde9a581674d6106326b189d126 as recorded in <https://ftp.postgresql.org/pub/source/v9.2.24/postgresql-9.2.24.tar.bz2.sha256> Change-Id: I196dd93aa03471042efba57ea639e1bb6655de98 Reviewed-on: https://gerrit.libreoffice.org/64730 Tested-by: Jenkins Reviewed-by:
Stephan Bergmann <sbergman@redhat.com> (cherry picked from commit a01ac385) Reviewed-on: https://gerrit.libreoffice.org/64764
-
Michael Stahl yazdı
... frames from a layout with hidden redlines. Change-Id: I8f5d5bbbc5bfd49a8a52579a1c34157b9c5c4515 (cherry picked from commit c1d7cc39)
-
Michael Stahl yazdı
It's actually possible for Seek to be invoked with a position that is neither 0 nor >= the current position: lcl_CalcOptRepaint(), called from SwTextFormatter::FormatLine(), will move backwards via some funny heuristic and call GetCharRect(), which then seeks. Change-Id: If061a768b9a0155d9a95b190c44e7048312f4ba3 (cherry picked from commit c985eba6)
-
Michael Stahl yazdı
There is no reason for SwpHints::TryInsertHint() to add 1 to the end index of an empty hint, which results in an invalid index when the end of the hint is at the end of the node. The only user of the indexes in SwUpdateAttr is SwTextFrame::SwClientNotify() and it already extends a 0 range to 1. Change-Id: I7355bac931cd8dd390f96d04546d73273f364cda (cherry picked from commit 109a573a)
-
Michael Stahl yazdı
Change-Id: Ib6495d4248faa679d5a55642ac51baf419708287 (cherry picked from commit e7283ebe)
-
Michael Stahl yazdı
Change-Id: Ie59c09bdc57505e16022c43791d5e65cc233d5b9 (cherry picked from commit aa4f245e)
-
Michael Stahl yazdı
The hope is that the AutoCorrect never deletes nodes, hence never deletes SwTextFrames, hence we can pass in the SwTextFrame::GetText() result and it will be updated via the SwTextFrame::SwClientNotify() on editing operations. Change-Id: Ib644d0373963119b9f7fe6767b028fd89724feb3 (cherry picked from commit 7481e8b5)
-
Michael Stahl yazdı
Change-Id: I0ab7665f8635d6716fce996408db1e2bedf54d0c (cherry picked from commit c03da6a4)
-
Michael Stahl yazdı
Adapt this in a similar way, with a DeleteSel() that skips over delete redlines. The Replace functions fortunately only have callers that replace 1 character currently, but there is another ReplaceRange() call that needs a litte more complicated handling. Change-Id: Idd5c80e96c0f355d3dc965b2f70376258d23e1a3 (cherry picked from commit 9926ea7d)
-
Michael Stahl yazdı
In order to not require moving the delete redlines out of the document body, rely on the DeleteSel() implementation skipping over the redlines, and also pass the shell's layout to the various SwDoc functions that are called. Previously, the redlines were not deleted by DeleteSel() due to SwAutoFormat setting RedlineFlags::Ignore. Change-Id: Ib05ecb534993368d81f66e70124617968b4c8e9a (cherry picked from commit eb92dc08)
-
Michael Stahl yazdı
Change-Id: I001e61305ee8416f851f834d3068bd91de8281f8 (cherry picked from commit b9a5d497)
-
Michael Stahl yazdı
(regression from 9fcef57a) Change-Id: Id6ea5841dd25a30519deb825c3ae0aaa7469c250 (cherry picked from commit 56426080)
-
Michael Stahl yazdı
Rename also DelPrevPara() and DeleteCurNxtPara(). Also document the state transitions. Change-Id: I0b874852a4c1aab8d5d3a55b9dfef360e313089c (cherry picked from commit c1f1cad3)
-
Michael Stahl yazdı
... should use layout. Change-Id: Iabb29bb49558ef1c805ede3300042b815f62136a (cherry picked from commit 1af5ca57)
-
Michael Stahl yazdı
Missing TextFrameIndex conversion. Change-Id: Ie7b58b74aa6bb1e2ff8199031a9f59f5c3ba68c0 (cherry picked from commit fd04c73a)
-
Michael Stahl yazdı
... and tests. Change-Id: I847a9441b73cdfc9bd826fad2c9075a9aa1d7d2d (cherry picked from commit 23b008ee)
-
Michael Stahl yazdı
Change-Id: Ib9a13eab25b02b919d472ae864213b110e7794c7 (cherry picked from commit a4165e1b)
-
Michael Stahl yazdı
Change-Id: I1ac09d3dfd95f2a98142c4bfe51aad04926e2d38 (cherry picked from commit 6b54554d)
-
Michael Stahl yazdı
Move SwTextNode::GetScalingOfSelectedText() to SwTextFrame & simplify. Change-Id: I9e9f0059665fb128de6be12a15ca2b4a95ebc5ff (cherry picked from commit 78250633)
-
Michael Stahl yazdı
This is really to complicated & should be simplified, but while it seems reasonable to assume that a frame always exists (or that nodes without frames should be skipped), there needs to be a way to update a SwScriptInfo if it turns out to be invalid... Change-Id: I185733c2e1e93b0c4d2453eeb3ea48cd4b9b6779 (cherry picked from commit 025ebb41)
-
Michael Stahl yazdı
Change-Id: I2bc29816af93ae265c0f0d11977b2d694e00ad6c (cherry picked from commit b070202b)
-
Michael Stahl yazdı
Change-Id: I97a2081a142fd1f74a5d6be534f094fdc4db45ab (cherry picked from commit a382ecb5)
-
Michael Stahl yazdı
Change-Id: I8a85d1fe580ce8c8a52d0ee00d36e499b5e903dc (cherry picked from commit 695a7f10)
-
Michael Stahl yazdı
Apply to/reset only the paragraph properties node. Change-Id: I4dd3973a758f4afcc30f905b7351e9687d050e33 (cherry picked from commit c2932c10)
-
Michael Stahl yazdı
Change-Id: I5131f5a3ff261a4d86e65b4afff3eb8cdd98cebf (cherry picked from commit 68093f95)
-
Michael Stahl yazdı
Skip hidden nodes, apply to properties-node. Change-Id: I9c511e87c431bd39dc6efdcddf2cad9bbf18c592 (cherry picked from commit 6bbec38a)
-
Michael Stahl yazdı
Change-Id: Iaf6101f02bd5dbeb9a07e796932186b5e2b1a563 (cherry picked from commit 3b3a81ce)
-
Michael Stahl yazdı
It's really quite annoying to have RES_BREAK applied to all nodes; so apply the node-items only to the first-/properties-node and skip hidden nodes. Keep applying text/character items as before, except skip over hidden nodes. Change-Id: I085afd59af78caf1ca8dac4080c53bdbdb4e56a1 (cherry picked from commit c253dde8)
-
Michael Stahl yazdı
MergeValues would set everything to invalid. Change-Id: I45795fe9bd113399e276ac42851cbf5a198c9694 (cherry picked from commit 2ad1767c)
-
Michael Stahl yazdı
Merge items from first-node and props-node, as they are used in the text formatting. Change-Id: I4cbab55bc3b0f8bc6dc5bd3577da53b3160018a3 (cherry picked from commit eb3481d9)
-
Michael Stahl yazdı
Change-Id: I1de6b544a4868f0d30077ba2c6d195bffd2e8b00 (cherry picked from commit 2b610430)
-