Age | Commit message (Collapse) | Author |
|
Change-Id: Iddb64e592ae47dd5f22430778b8018fc8c9880c5
|
|
There was a problem that in style.xml and document.xml in <w:ind> tag "right" & "left" margin
attributes gets added(w:right=0 & w:left=0),if these attributes are not set in original document.
(In this case LO should not write these attributes in <w:ind>)
eg. if original doc has implicit right and left indentation values set(In style.xml) and there is no
explicit values provided for some para (In document.xml) still it used to write w:right=0 and w:left=0
in <w:ind> tag of document.xml which overrides an entry from style.xml.
XML difference :
- Original file:
<w:ind w:left="567" />
- Roundtrip file Before Fix:
<w:ind w:left="567" w:right="0" w:hanging="0"/>
- Roundtrip file After Fix:
<w:ind w:left="567" w:hanging="0"/>
Conflicts:
sw/qa/extras/ooxmlexport/ooxmlexport.cxx
Reviewed on:
https://gerrit.libreoffice.org/7816
Change-Id: Ifa01bae24d48bb38d5e255356247c46a43beefcc
|
|
Change-Id: I449173ea1c4418cc2cc978862fe465e33e7b4338
|
|
Change-Id: I65ca622983ced4645d97c3d7e0bcde94a46618c3
|
|
Change-Id: I48bbdc7fe2c6ac60ba9630565c1844a2a24b7ad0
|
|
Change-Id: I2d3df586f9579abcf42bd5a915d1e2e12017345d
|
|
Change-Id: I88faa8bb4401e026ce28f8bf08fcc0514c04bdcf
|
|
Convert the template based read_lenPrefixed methods to regular
methods.
Change-Id: Ifd0e93aca055e55a0575e4377ec2b8e266dfb019
Reviewed-on: https://gerrit.libreoffice.org/7895
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
First, I updated the clang rewriter to do the conversion.
Then I lightly hand-tweaked the output for the few places where
the rewriter messed up, mostly when dealing with calls on "this".
Change-Id: I40a6a977959cd97415c678eafc8507de8aa3b1a9
Reviewed-on: https://gerrit.libreoffice.org/7879
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: I07f357b069bd8ae31049f049163c0e20e7361f79
|
|
Change-Id: I20a5a0bd859b0df40a051dbb1894a9d8adfa521d
|
|
Change-Id: I132527f5e403721988ae8e1d60f181f3d3241810
|
|
Change-Id: Ie477a46fae2b8c4deb55435f3769ba74037dd259
|
|
Change-Id: I7f14257317c0c09737ad9aed78b39efff1062265
|
|
Change-Id: I684317003a7afee4154fe39098ced7ba27bdff2f
|
|
Change-Id: I7922905523406d05f864b10e1ecfd27f3fb5f9d6
|
|
Change-Id: I8c219ae3b1adcc615d75a61afba9414eb8acdc22
|
|
Change-Id: Ie96de8af75be60435f00593ca33d1dff2f42a02c
|
|
Change-Id: I95a3c09056a00a6839f25ecf54acc15e366cc360
|
|
Change-Id: Iaca51f3795341c1c834772abba340501b3fc60a3
|
|
Change-Id: Iad58bc1f5295bdaaff4ba17e70cb3aa4d5fc5aca
|
|
Change-Id: Icd0735a60cb5986af85917e37efcfae591bfe3e1
|
|
The GetPrevPara() method apparently has to return 0 when there is no
previous paragraph.
(regression from ac85b6cff11d193f5f71d11b1f3cc1c474653f59)
Change-Id: I09a3e1d3a3adb33562e4e03c0755447047cbd433
|
|
Change-Id: I01d9123fcad19aa84a41eb990fb65954314a4802
|
|
Change-Id: I7611c5307e4d4e925dc3e54c6b3f2d1a47bd9080
|
|
Change-Id: I9603cc51545f72fdb0854f2d76e2326706329000
|
|
Change-Id: I47b507d4e256572f879bab72cf99f007bb2df771
|
|
Change-Id: I35194385cc2f5d02a93ade0e8ab40fb77eba7e6e
|
|
Change-Id: Ibbd13e15b6aca33a8c9050dd0d9f210e64e85e3e
|
|
Change-Id: I9ebd8df6e510640e511a61332ab1d712b68c40ca
|
|
Change-Id: I3956259474b100d0d14d500f9528b04125e0d169
|
|
Change-Id: I9985284e852ddc3b29d75cdf0b8969c2a8cecb9a
|
|
Change-Id: I4de0a0857ce87266c3f3c4993efc45b12539156c
|
|
Change-Id: Ic45b3c572483aa0292c227274565a1750dd51f17
Reviewed-on: https://gerrit.libreoffice.org/7854
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
|
|
This also fixes non-displayed text box contents in Draw / Impress.
Change-Id: I49d022ea71df398a70d1dc65eeb122c9a6373b27
|
|
as preparation for converting the SvStream::operator>> methods on
primitive types
Change-Id: I62f134bced15c687d6e0d46924f56e8d1c3d95b9
Reviewed-on: https://gerrit.libreoffice.org/7798
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|
|
Change-Id: Idf3c4f31f9abd974d623d4a1cf08eeb167e1ef25
|
|
(Do we really need this ancient debug code writing to a /tmp/debug.log
/ d:\debug.log ?)
Change-Id: I005b938e95d963bc3b6a2d0d1d11352623b7c2e1
|
|
Thre is still some 0xffff limit left and possibly some
less than gracefully handled overflow/error cases
Change-Id: I00957ee3a30b02f73918ea49d7353056263dc638
Reviewed-on: https://gerrit.libreoffice.org/7787
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
Change-Id: I7ff5189473c3e0831c2f1e95264d1a04f3b716a9
Reviewed-on: https://gerrit.libreoffice.org/7761
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Marcos Souza <marcos.souza.org@gmail.com>
Tested-by: Marcos Souza <marcos.souza.org@gmail.com>
|
|
Change-Id: Ifc2d668b4dda3bc6f8a1aec97a2b9031d3cbd2e9
|
|
...not the resulting value, since 9ad0aa90fa5cf8c3b3e6a42bd9a0172b4cf75a47
"#80304# More improvements for vertial writing," but seems unnecessary anyway.
Change-Id: Ifb86e51970cd32a1933541c75fe5d1d8f8b9f05b
|
|
for outlobj.hxx users
Avoid the ParagraphDataVector default constructor in the editeng/outlobj.hxx
header. ParagraphData symbols are not DLLPUBLIC so they are not available
outside of editeng. When inlining is disabled (e.g. for debugging) this may
break the build as observed when building svx in debug mode on Solaris.
(cherry picked from commit 2738b2ea2df22759f32b687d08fd6868b425760e)
Change-Id: I0a8250fe3d61819217c913949dfa20a902b3e397
|
|
Change-Id: I54c360fbdb2d7eed786ff7e7566d6ebe12ed833c
|
|
Change-Id: I7d005fdd67e479852e9869332d3976b4a7095c29
|
|
Change-Id: If99daef91a41036a5b8dac1e53ab68e928b0b710
|
|
Change-Id: Id334f044d475de7ef14503e1a45190a0021d58be
|
|
Note: This only imports it and it may not be
even possible to export (even to othe formats).
Change-Id: I8e104f1bc3a95c42ac932b6ab58365dc113fb2e0
|
|
Change-Id: I03c3d93c03239ae39bb3078ffabe71276ec37d25
Reviewed-on: https://gerrit.libreoffice.org/7658
Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
|
|
.. and convert the last few places still using those methods.
Change-Id: Id2cd8f9c0dd281df43af439d4fef65881f34a6fd
Reviewed-on: https://gerrit.libreoffice.org/7495
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: Michael Stahl <mstahl@redhat.com>
|