summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-03-02Build libvisio with user CXXFLAGSVincent LE GARREC
Related with commit 8ae9d4727d8010a8f5d51f76ff0ebc5f88f0709f Change-Id: Ic38585f5f5ea5a633a67026d2640e0c43ea43f2b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111503 Reviewed-by: Michael Stahl <michael.stahl@allotropia.de> Tested-by: Jenkins
2021-03-02Update git submodulesAndrea Gelmini
* Update helpcontent2 from branch 'master' to ce92ec4ae71e03d3ee0a52c869f541c5f24fcb72 - Fix typo Change-Id: Ia5b8b1aa284dad599452c14d662a9583b9087498 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111763 Tested-by: Jenkins Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2021-03-02HTML XSLT: Adding explicitly whitespace - prior been erased in patch - as it ↵Svante Schubert
is often missing in our LO version used to create the MathML Change-Id: I90468c89297b5f3d70e7ba61cde5481069fc600b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111622 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-03-02HTML MathML update - enabling inline MATHML & fixing duplication (regression ↵Svante Schubert
from last commit) Change-Id: I22dba4fef5d1de7e4ef056a2e7f33511fa91318d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111621 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-03-02HTML XSLT: Adding missing MathML siblings. The floating draw:frame sibling ↵Svante Schubert
content being text were not shown, nor further occuring draw:frame (other MathML) Change-Id: Ifc5cdd4c58bdf01ceebcf10c01b85cdf96b60d26 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111620 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-03-02HTML XSLT: Added missing listLevelStyle parameter otherwise prefix/suffix ↵Svante Schubert
did not work for list level > 1 Change-Id: I5bddde8ad620d91163688e6748b15e14693c41b8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111619 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-03-02HTML XSLT: Appendix headings looked incorrect (in general heading within ↵Svante Schubert
lists were missing HTML element heading number) Change-Id: I125b095a436be3c6d9f5f64496564d63ea10a5fb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111618 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-03-02HTML XSLT: Missing paragraph BORDER of stand-alone border paragraph ↵Svante Schubert
(@style:join-border problem) Change-Id: I20afce950213d4d55541d66a438db14a54b6ddd1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111617 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-03-02HTML XSLT: 1)FEATURE: ODF @text:min-label-distance becomes CSS ↵Svante Schubert
padding-right; 2) FIX: List @text:style-name only exists at root and have to be provided by parameter within recursion Change-Id: I287482ddbe394815268ef84d3207af2b0fdd3e18 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111616 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-03-02HTML XSLT: Overtaking masking ' for ODF font-family with spaces in namesSvante Schubert
Change-Id: I718fc232a3903d0b449a4c9a4ef4dff601744756 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111615 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-03-02HTML XSLT: Adding default language for accessiblitySvante Schubert
Change-Id: I1e608239bd2524f0d2372871f465d926ea24ba42 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111614 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-03-02HTML XSLT: Removing old IE7 fix, which was enabled by fixing invalid CSS and ↵Svante Schubert
corrupts layout these days Change-Id: Ic5531439521a94be9dadabff7278f964472aa39f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111613 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-03-02HTML XSLT: List empty CSS styles (ODF styles without CSS mappable styles) ↵Svante Schubert
only as a comment Change-Id: I0be491ff96d0b454d064618426da5aa3f861b7f3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111612 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-03-02HTML XSLT: Only write page {} information when they existSvante Schubert
Change-Id: I213645835745e992fe6f2aa79a678d177a97c45f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111611 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-03-02HTML XSLT: Placing font-family names within 'double quotation marks' in case ↵Svante Schubert
of spaces within the font name Change-Id: I780845df636c6a07bd621fa01cb60134d3ead592 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111610 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-03-02HTML XSLT: Set default to 0 in case of not-a-number: min-width:NaNcmSvante Schubert
This had a conflict with commit 9804cb2f195451811eff8924d7997a3cbd6d679d Fixing bodx.xsl: Invalid min-width:NaN check (Michael's GitHub Review) Change-Id: I0bd5bbae1411c6b4892bf332e6ff3c7027f8c341 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111609 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-03-02HTML XSLT: Fixing CSS selectorSvante Schubert
Change-Id: I4c26f71936e6df655bb5c11bf9137b91ca894cce Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111608 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-03-02HTML XSLT: Excluding loext namespace from outputSvante Schubert
Change-Id: I603e8eec319c83b1cb1a47dd095d82761dda3cd5 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111607 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-03-02HTML XSLT: Neglecting redundant @type of styleSvante Schubert
Change-Id: I64d277776ba023910b6c7743c2c4f60bcc2ca4cd Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111606 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-03-02Minor XSL updates to improve for the XHTML of our specificationSvante Schubert
Change-Id: I8a4f82e3e67c1f9f9e7c0b228216036cee22eb71 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111605 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-03-02Filepicker: Add note about possible raceSamuel Mehrbrodt
Change-Id: I17b928c467354d4b5e4a178e3320678875573f60 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111743 Tested-by: Jenkins Reviewed-by: Samuel Mehrbrodt <samuel.mehrbrodt@allotropia.de>
2021-03-02lok: sc - suppress LOK editengine events for the calc input bar.Michael Meeks
The calc input uses an EditEngine - but it emits events as if it is part of the document - as well as emitting events as if it is a dialog window. This causes horrible jumping artifacts to the top of the document with word auto-completion and typing in cells a few page down. Also remove obsolete tweak to turn off autocorrect for LOK, since it was contradicted by: 1f0943e5e9432f96daff9f3b006388d5bc7415b2 Change-Id: I7352cd3b5ca6d18645cfd9e18959b0e44ec969d7 Signed-off-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110422 Tested-by: Jenkins
2021-03-02tdf#140117 sw UI: keep headers/footers when inactiveDaniel Arato (NISZ)
Custom left page and first headers (and footers) used to disappear forever if hidden temporarily by checking the "Same content on left and right pages" or "Same content on first page" options, respectively. This commit stashes the endangered headers (footers) in SwPageDesc and restores them on demand. Change-Id: I1f6b605e2bd19af18726de1b825721487d29b4eb Reviewed-on: https://gerrit.libreoffice.org/c/core/+/110398 Tested-by: Jenkins Reviewed-by: László Németh <nemeth@numbertext.org>
2021-03-02split out MoveAttrFieldmarkInsertedCaolán McNamara
Change-Id: Ib48bd62994167b1703790857cb562fc7f7dbd76f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111755 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-02Revert "sw_fieldmarkhide: init fieldmark mode from options"Michael Stahl
This reverts commit c0864f26f3143ea81c65d3826fae32a8fd54c531. Revert "sw_fieldmarkhide: toggle mode depending on View->Field Names" This reverts commit c74a2fd835474caf311be10703c985e2f916a83b. Currently no time to fix the remaining bugs, for example tdf#138771 tdf#139638 tdf#139737 Change-Id: I800c5c8df10c02ac8be6234141e7c58d73915cd9 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111758 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.stahl@allotropia.de>
2021-03-02Value for display size in 32bitHeiko Tietze
Follow-up to 28e022c258682dc030668fed7879d9d3f078b720 Change-Id: I05a7edd2e24071e4ddbbbf8eb6a9232912f4a376 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111738 Tested-by: Jenkins Reviewed-by: Heiko Tietze <heiko.tietze@documentfoundation.org>
2021-03-02tdf#140552 RTF export: fix hyperlink, in footnote, in hyperlinkMiklos Vajna
Regression from commit 7d42346ba77c9c4df241ea40eaf550993ca18783 (tdf#90421 RTF export: ignore hyperlinks without an URL, 2015-04-21), URLs can be nested in the footnote case, which requires a stack. Otherwise the inner URL clears "the" URL and we don't close the outer field as we believe it's empty, so it was not started. Change-Id: I9f87ddbb7e597c413bf836eb9b58beb76722361f Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111794 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2021-03-02Implemented MoveShapeHandle uno command for scmert
Change-Id: I5f81348cd778d7fbcb3b4e721fbf0412c4f5753d Signed-off-by: mert <mert.tumer@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111195 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111514 Tested-by: Jenkins
2021-03-02Convert MapModeUnits If necessary.mert
Connecting to a glue point or handle callback messages contain points which may need a unit conversion depending on the module Change-Id: Icc0b2bc5981bb7d135efd38e60ac06fe12a70480 Signed-off-by: mert <mert.tumer@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111193 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111513 Tested-by: Jenkins
2021-03-02Implemented MoveShapeHandle uno command for swmert
Change-Id: I9feccc4fa1a4d7426609afa474f87ab12c769090 Signed-off-by: mert <mert.tumer@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111192 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111512 Tested-by: Jenkins
2021-03-02tdf#43175: Adapt ranges when copying or moving several sheetsOuyang Leyan
When copying several sheets at once using the "Move or copy sheets..." feature, the ranges were not updated, in charts for example. Same when moving a sheet and choosing a new name at the same time. Change-Id: I0d05f2d123dfe1174ba126d7f73845988ec1e983 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/108739 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-03-02Correct arguments to create a svl::GridPrinterOuyang Leyan
Otherwise, the application does not compile with the DEBUG_CHART2_TOOLS flag Change-Id: I3c481f09502e810eb8b641bc1e2ff2ac87425596 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/109834 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-03-02loplugin:refcounting in chart2Noel
Change-Id: I7f49a25fccf853b6e61c37f35c116888163153f8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111746 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-03-02loplugin:refcounting in xmlhelpNoel
Change-Id: I0b045ab762e946db16632637f24b06d20e294bc8 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111768 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-03-02Simplify ElementsDockingWindowdante
This is not related to the multiple smparsers. Just simple code simplification. Change-Id: Id95e3b106dfc02fbb8d9d4ee28f21aebc597cd5c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111799 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-03-02Starmath now allows multiple parsers third partdante
Allows SmDocShell to choose parser Change-Id: I36e7563943690ffe3bf031438061b302b7439258 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111684 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-03-02sw bibliography, refer to a page: de-duplicate bibliography table URLsMiklos Vajna
If we have 2 bibliography entries which refer to the same source, just different page numbers, then have 1 row for that sources in the bibliography table, not 2 ones. Change-Id: Icb7c342d41604b36c7e269095d139ee3dd970d7c Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111761 Reviewed-by: Miklos Vajna <vmiklos@collabora.com> Tested-by: Jenkins
2021-03-02tdf#121591: uitest: remove disabled testXisco Fauli
This test has been disabled for a while. Besides, tdf#121591 is only reproducible on Windows. No point in having it around when the python uitest framework is only working on Linux Change-Id: Icdb68398671c5dbedd23dac0fd9fbc6f07e40813 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111760 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-03-01tdf#118086: sc_subsequent_filters: Add unittestXisco Fauli
Change-Id: I90d8a58ef4d7304a0c1788bf3f074bc9589965e0 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111759 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-03-01merge sw::hack::Position and SwFltPositionCaolán McNamara
because they both attempt the same thing Change-Id: Ica0201fc114dd6251f05aa94c685258e322f7314 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111749 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-01tdf#140342 sw layout: remove explicit gutter handling when positioning bordersMiklos Vajna
Word has two modes the specify border positions: the distance can be measured from the edge of the page or from text. Similar to how documents that have page borders but no gutter, page page border + gutter documents should be always measured "from text" by the layout. "From page" should be a concern for Word filters. "From page" was already working -- fix "from text" by changing the layout to do "from text" and then extending DOCX import/export to handle gutter while handling the "from page" page borders. This also requires allowing nominally negative top margins, because we want to have the gutter unchanged, but the border might want to be on the gutter area, which is only possible with a negative top margin. Change-Id: I7f2c9943357359e76cb554cb2a65b93a492e694b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111735 Tested-by: Jenkins Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2021-03-01tdf#140528: sw: Add UItestXisco Fauli
Change-Id: I29704c48456fe579c123a8f97e5f231667cc8ccc Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111739 Tested-by: Xisco Fauli <xiscofauli@libreoffice.org> Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-03-01tdf#116421: sc: move UItest to CppunitTestXisco Fauli
Change-Id: I9a7913f631fbf970faa2e3f50710b7e67a19c558 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111751 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-03-01loplugin:refcounting in sfx2Noel
Change-Id: Iba7b1be688f1a7c1b0947c2423cc1965362386b1 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111682 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-03-01loplugin:refcounting in canvasNoel
Change-Id: I7807e2e7fa7f9a68d36c103d8b1dba708350f8aa Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111745 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-03-01loplugin:refcounting in svxNoel
Change-Id: I87b1d0684e6e8921b222f76a13a36706c0eb8c87 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111750 Tested-by: Jenkins Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2021-03-01tdf#140537 scroll-wheeling shouldn't affect disabled scrollbarsCaolán McNamara
Change-Id: I5d8659c7d431d35d628b12cebfe6a4b4f9cab9ef Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111748 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
2021-03-01Update git submodulesRafael Lima
* Update helpcontent2 from branch 'master' to d87d59a9e8f8143d2faedfb47c4ddcb937535706 - Create SF_L10N Help page Also in this patch: - sf_timer: toggle translation of strings - sf_string: fix typo / add <literal> tag Change-Id: I45356a23104744e41b339d23ecaf03652bb0a765 Reviewed-on: https://gerrit.libreoffice.org/c/help/+/111591 Tested-by: Jenkins Tested-by: Jean-Pierre Ledure <jp@ledure.be> Reviewed-by: Jean-Pierre Ledure <jp@ledure.be>
2021-03-01uitest: sc: re-enable test to see if it still failsXisco Fauli
it doesn't fail for me, let's see for others. Change-Id: I7650cfe8378ed6876472e108b6a658f2955f1cb3 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111744 Tested-by: Jenkins Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
2021-03-01tdf#140462 sc ODF import: fix empty autofilter columnsBalazs Varga
(followed a date type autofilter column) by setting QueryType to ByDate at ODF import. Change-Id: Ie78cb15885dfb1e40c9e8ac993ff79b19fe17993 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/111070 Tested-by: László Németh <nemeth@numbertext.org> Reviewed-by: László Németh <nemeth@numbertext.org>