summaryrefslogtreecommitdiff
path: root/sw
AgeCommit message (Collapse)Author
2013-10-09Related: fdo#38838 remove UniString::EqualsAsciiCaolán McNamara
Change-Id: I55c85c1c44452c7fb6ac40591aea7177d054affe
2013-10-09Fix fdo#70143 by reporting swaping of positionsArnaud Versini
(regression from 6b08fe833186a04f9aef698a540d3a7493ac4519, which changed SwUndoReplace::Impl::SetEnd to use the wrongly set end position in rPam) Change-Id: I14c6f58bc5c1418c69eb565d42f1829856eed58c
2013-10-09Fix for C++03, and const-improveStephan Bergmann
Change-Id: I9d7c9bf832863c4b4776c7881ab7e44ab5df9607
2013-10-09DOCX filter: test CT_LatentStyles and CT_LsdExceptionMiklos Vajna
Change-Id: I343b1d83db8e7538fcb5276a8701b51fe64a2a67
2013-10-09DOCX export of CT_LatentStyles and CT_LsdExceptionMiklos Vajna
Change-Id: I32a594464c71215ee7557823aadaa72b8b72b4e2
2013-10-08fdo#70201: sw: eliminate no-extent RSID-only AUTOFMT hintsMichael Stahl
These are already filtered out in SwpHints::TryInsertHint(), but they can be produced by a SwTxtNode::Update() following some deletion like in SwTxtNode::ReplaceText() (or maybe CutImpl() and RstAttr() too?). So in order to prevent SwHistorySetTxt being created for these, filter them out in SwpHints::MergePortions(), which has the advantage that it's one location to change; probably filtering in Update() and RstAttr() both would work too. (regression from 6db39dbd7378351f6476f6db25eb7110c9cfb291) Change-Id: I597a9ab290dcc3fb1b624dd2dca241c462acf256
2013-10-08DOCX export: ParaScriptSpace() should not contain handling of more items.Jan Holesovsky
They are not really related, so no reason to have one method for them. Change-Id: Id633c2a9e8d46c3a64dc9d5abe508a4da5ab2410
2013-10-08CID#1079275 uninitialized member variablesCaolán McNamara
also CID#1079276 Change-Id: Ib8e5f56f6f970a4eaae334eff2f670b20b13ad2d
2013-10-08CID#1079273 uninitialized member variablesCaolán McNamara
and CID#1079274 Change-Id: Ia263d06e40093a58e5a37f4ad3848d2c2fd61fa4
2013-10-08CID#1079272 uninitialized member variableCaolán McNamara
Change-Id: Iff12fd9f9fbd1dac3f56dd733d967d8ba251d6b4
2013-10-08CID#1079270 uninitialized member variablesCaolán McNamara
Change-Id: I89b5ae1dd3a18bcc273ec2dff9edc11b5e3cbd3c
2013-10-08CID#1079262 uninitialized member variablesCaolán McNamara
Change-Id: Iee6ba8b3970f4d0f65756ecee12b859b6d1df82b
2013-10-08Related: fdo#38838 remove UniString::SearchAndReplaceAllCaolán McNamara
Change-Id: I093c95b8700b628375d69293022f7d4b8da2af9c
2013-10-08DOCX export: Export run properties defaults in docDefaults.Jan Holesovsky
The paragraph properties still need some work, so that part is disabled in order not to break the unit tests. Change-Id: I06e55a5345d4fe08b14b8a260ab774b38770bf7b
2013-10-08DOCX export: Fix potential crash.Jan Holesovsky
Change-Id: I8a7fb3ba70676c4574bc493c5e0ea9eea5267608
2013-10-08DOCX export: Fix potential crash.Jan Holesovsky
Change-Id: I27f4dde08443938201fb020c96f06aa46c6c5102
2013-10-08DOCX export: Move output of section breaks to a separate method.Jan Holesovsky
It does not really belong to StartParagraphProperties(), and also hinders re-uisng StartParagraphProperties() in DocDefaults(). Change-Id: I178f69a81fd65ad2d21916c45249357728c2629c
2013-10-08CID#1078608 unlikely NULL deref caseCaolán McNamara
Change-Id: I1f934512f2cf107d5ef72a30b85d569c9b97c640
2013-10-08CID#1078611 talk coverity down from the ledgeCaolán McNamara
and CID#1078610 Change-Id: Ia680732a25ecf445a7de8b8cd6cd77115e29196d
2013-10-07CID#1078699 keep coverity and nesting test happyCaolán McNamara
Change-Id: Ifa2c2e7a26c3c6844774edb1a3245c8da1f20e33
2013-10-07CID#1078700 keep coverity and nesting test happyCaolán McNamara
Change-Id: I313e76a480cd734d1e950e811bb02dd1280a143c
2013-10-07CID#1078701 keep coverity and nesting test happyCaolán McNamara
Change-Id: I6a33fd22604bc91a901268501588928de643f16e
2013-10-07CID#1078702 keep coverity and nesting test happyCaolán McNamara
Change-Id: I9408cbf16493f0287b7f123694eafc56e1afd556
2013-10-07Related: fdo#38838 remove UniString::SearchAndReplaceAsciiCaolán McNamara
Change-Id: I86019d7ab248679cd8518a621fe8e3721b44aeb0
2013-10-07restore original nPos incrementCaolán McNamara
b0caeafc1add0b52b3d7a9dc80f50080ba439f59 changed the logic of lcl_GetTokenToParaBreak slightly, from nPos+=1 to nPos+=2, which worries me a bit Change-Id: Ifb621a0bf8ea0705f39f35461449632c592e65e9
2013-10-07html export: <table> has no cols attribute in 4.0Thomas Arnhold
Moreover it's rendundant, because we have <col> and <colgroup>. Change-Id: Ic39a5dafdf252a7a7052681e7791aa57b99860bd
2013-10-07drop PURE_HTMLThomas Arnhold
Change-Id: I977e279706d2e53d9b2edc4e8719aa88187e97fc
2013-10-07html export: export attributes with literalsThomas Arnhold
This improves validity of generated html files. Change-Id: I3fbf92e861d9a3931870e25beaaf9f91a469f40c
2013-10-07CID#736510 mem leaks in early error return casesCaolán McNamara
Change-Id: I85dff67d5d92e1024e9b449f1298678e7f5ff9e6
2013-10-07CID#704127 coverity gold, typo, should be 0x0020 not 0x002Caolán McNamara
Change-Id: I22895d43efef47850dfb9162f75bf5a9e39f9614
2013-10-07CID#705101 try and help coverity out re infinite loopCaolán McNamara
Change-Id: I4a072d4d3bb510b65d213cf3cd1f5e06c519d830
2013-10-07CID#705102 try and help coverity out re infinite loopCaolán McNamara
Change-Id: I04fee0ebe13e6f3ab8f517c99929d30ecbc7fd62
2013-10-07CID#708496 uninitialized memberCaolán McNamara
Change-Id: I9118853324a84fc2e4d3db46d95c6ef3b266667d
2013-10-07more fix higher debug level buildCaolán McNamara
Change-Id: Ifc76287f330818d87f52af9186caf787471a94a9
2013-10-07fix higher debug level buildCaolán McNamara
Change-Id: I091a198bc1fac17434ae64c18560dda48d6d5142
2013-10-07CID#708514 uninitialized membersCaolán McNamara
Change-Id: Ib799d3d3ce968bca87d5841d2ecd8cd2f7c51dd0
2013-10-07CID#738896 uninitialized membersCaolán McNamara
Change-Id: I69d93000df942d6f4ff6a6bfff4862eb199ea2a0
2013-10-07DOCX:fdo#43093 fix wrong direction and alignment for RTLFaisal M. Al-Otaibi
Change-Id: If362d80a86a7493f2d43e6d661b94fc03942711f
2013-10-06Revert "Try to fix TB master Linux-Gentoo-x86_64_2-no-conf"Miklos Vajna
This reverts commit 1bbfd5a069eda17feec8b26c5002b8e7d570abee. Should not be needed after 4a96bc0c0eda8aff6c165bb6a79eb95f2926bb10 is reverted.
2013-10-06Revert "fix for fdo#65295, gradient issue"Miklos Vajna
This reverts commit 4a96bc0c0eda8aff6c165bb6a79eb95f2926bb10. The fix should be re-considered once it doesn't break CppunitTest_sw_ooxmlexport.
2013-10-06@param[in|out] -> @param[in,out]Zolnai Tamás
Change-Id: I585ca1450c22b77a03d0408fb5848be0838253da
2013-10-06fdo#58912 HTML export: headers and footers cause non-validating htmlThomas Arnhold
Fix it by using harmless title. Change-Id: I238034a23f4a446c69dd3c1408ac5ccf038c73dd
2013-10-06Try to fix TB master Linux-Gentoo-x86_64_2-no-confJulien Nabet
Change-Id: I9a1ed5b10f059ddf72fcbcfaf9260bbdbd529d03
2013-10-06convert HTML tags/attributes to lowercase for html exportTomaž Vajngerl
Nobody writes HTML tags/attribute names in uppercase anymore. Change-Id: I99be2a42212ad9dac9706c43864ff7fd633bc030
2013-10-05Correct prefix for OUString + constifyMatteo Casalin
Change-Id: I4662fa9c63717c57ccfb6bcee685c4d47c715eff
2013-10-05String to OUString + better namesMatteo Casalin
Change-Id: I811789b9fec38d7745ffffbcb57659aa5e3dc59f
2013-10-05String to OUString + use return instead of reference argsMatteo Casalin
Change-Id: I0c0857b4b4ac87586675e8540ef5135dbce82b5c
2013-10-05This reference argument can be constMatteo Casalin
Change-Id: I4d8d23d34aa72a0101bc18e98983ea8840806462
2013-10-05This does not need to be a member functionMatteo Casalin
Change-Id: I4d008ac516c66243d436a3afe3322ba1b6c9ef22
2013-10-05Unused data member and setterMatteo Casalin
Change-Id: Ib11213ecad715948793f0b608ebb99d22fbc3152