summaryrefslogtreecommitdiff
path: root/sw/qa/extras/rtfexport/data
AgeCommit message (Collapse)AuthorFilesLines
2014-02-10fdo#74709 RTF import: implement RTF_CLPAD*Miklos Vajna1-0/+32
Change-Id: I482735e3fc4091be983b2c7484e086f5d0dd283a
2014-01-15RTF export: fix nested commentsMiklos Vajna1-0/+0
Change-Id: I9986855f3160ed6f5856aec9f7d33fc416962e77
2014-01-05RTF export: write RTF_FTNSEP and RTF_CHFTNSEP if necessaryMiklos Vajna1-0/+9
Change-Id: Ie680436df68ea6287437f792d97259ee0a840ee1
2013-12-18SwFiltersTest::filter: detect import filter on export testMiklos Vajna1-0/+0
This allows e.g. crash-testing the RTF export, even if the input source is not RTF but ODT. Change-Id: I3cf6afd1bc44bb475f1bd8da622d10dac0d3baa6
2013-12-17test::FiltersTest: add support for export testsMiklos Vajna1-3/+0
For now, this is only implemented for the Writer RTF filter. Change-Id: I0c7ae5b0e544bd4738652a38474f4d262ce65661
2013-12-10i#23357 RTF export: fix crash on groupshapesMiklos Vajna1-0/+0
Change-Id: I3329663060aeb06ac552bd5d1615d19efe160091
2013-12-09abi#10201 RTF export: fix crash when handling table::BorderLineStyle::NONEMiklos Vajna1-0/+3
Change-Id: I811820c0d550ce24ad2180a8917ef0087968c30b
2013-09-23fdo#66743 fix import of some RTF_CLSHDNG valuesMiklos Vajna1-0/+5
This should be in sync with model.xml, got broken when the somewhat random values got fixed to be the same as the ones which are in the ww8 spec. (Regression from 26d40686128e70916a636e20f5ccc5763bbb6cc8.) Change-Id: Id62047e0b2d5d8402a7c8bce95de487afe627e32
2013-09-08CharBrd 9.3: RTF filtersZolnai Tamás1-0/+0
-Use sprm:CBrc attribute for all MS filter (for ooxml too). -Extract general code to FormatCharBorder() method, it selects the border side and decides whether add shadow to the border. -RTF export has a color table, which must be filled with border colors before the actual export.temp Change-Id: Ic3ceae6e19ddc2ed5aaa8de85617f9a592289b4f
2013-08-15RTF import/export of paragraph drop shadowMiklos Vajna1-0/+21
Change-Id: I8d2485962947eac8acc9ada384a9c1bd4cb22503
2013-07-10fdo#66682 RTF export: fix level text of SVX_NUM_ARABICMiklos Vajna1-0/+25
Even if level text is not ASCII, we should just write the placeholder values (0x00, 0x01, etc.) in a hex encoded form, without Unicode. Regression from 07d01742c69f1c0335bc7e1b57abd8341ce255e7. Also, fix the import side, so the previous bad output now looks bad in Writer as well. Change-Id: I2f93892006c07eec243ec7dfcb23372d243a2db4
2013-06-16sw: move the textframe-table testcase from rtfimport to rtfexportMiklos Vajna1-0/+41
Change-Id: I7e9d26ec1f47d16e35e24fc4bd9482f5d899e79c
2013-06-16Import/export RTF_REVISIONSMiklos Vajna1-0/+3
File -> Properties -> Security -> Record Changes on the UI. Change-Id: I96d321f407abd33e15a4a133e6723d48efa5bc53
2013-04-15sw: add textframe gradient RTF roundtrip testcaseMiklos Vajna1-0/+161
Change-Id: I8e4f6b926123c79ad1a62ddd4c5feebf5fe06cf0
2013-04-15sw: RTF export of TextFrame border/shadow testcaseMiklos Vajna1-0/+49
Change-Id: I85b85afb6d1b170d71633f93d56f7ce4fffdf0a3
2013-04-08test RtfAttributeOutput::StartURL()Miklos Vajna1-0/+9
Change-Id: I66f527ff7463852f65e1a3f02ddcea60d329147a
2013-04-08test RTF_BKMKSTART and RTF_BKMKENDMiklos Vajna1-0/+7
Change-Id: I00b258ef3ed89db3b9b8c97bea5ad6673b006398
2013-04-07RTF_LISTPICTURE and RTF_LEVELPICTURE testcaseMiklos Vajna1-0/+48
Change-Id: Ia6838d205ce25a22e2e5e8763f7bf4323c40879a
2013-04-02implement import/export of RTF_MNORMiklos Vajna1-0/+86
Change-Id: I9caea7fbea4643e57d81ad3b7812d0cc10f54c11
2013-03-29implement RtfAttributeOutput::PlaceholderFieldMiklos Vajna1-0/+0
Change-Id: Ib6fd380736c5567a98317ec117969d8c76a31f02
2013-03-27fdo#30983 RTF filter: fix handling of RTF_PVPG and RTF_PHPGMiklos Vajna1-0/+43
There were two issues here: 1) The export filter never exported these keywords. 2) The "flymaincnt" RTF extension we inherited from OOo actually never worked (i.e. it's like this since 7b0b5cdf, the initial import...), as RTFVertOrient / RTFHoriOrient's second parameter was stored in 1 bit, so text::RelOrientation::PAGE_FRAME (7) was read back as 1 instead. Note that I want to get rid of this flymaincnt extension in the exporter anyway soon, so killing the RTFVertOrient / RTFHoriOrient duplication is pointless: the sw version will go away. Change-Id: I5335567833ecf87e6b0ba7c73150a7b95c57f237
2013-02-26fdo#61507 export of RTF_TITLE may need RTF_UPR and RTF_UDMiklos Vajna1-0/+12
Change-Id: I3b8fe209a96e5119541e09cb5dbda8a2c6926b40
2013-01-17fdo#52286 fix RTF export of sub/super script font heightMiklos Vajna1-0/+0
Change-Id: If71cb6a20842f2fbe8eae94955da2d53842999a4
2012-12-21fdo#53604 fix RTF export of empty footnotesMiklos Vajna1-0/+0
Regression from d4069372484f18b242a42a1996767f57b031fff6
2012-11-29sw: fix RTF export of text frames anchored to empty paragraphsMiklos Vajna1-0/+0
Regression from d4069372484f18b242a42a1996767f57b031fff6 Change-Id: I28e095819e0c2f1a4b110741ace366329937f863 Reported-by: Michael Stahl <mstahl@redhat.com>
2012-10-25fdo#55939 fix RTF export of footnotesMiklos Vajna1-0/+0
Regression from d4069372484f18b242a42a1996767f57b031fff6. Change-Id: I58e8d48ac3222b795f7edfd0e74ecd86ea36f380
2012-08-15fdo#53113 testcaseMiklos Vajna1-0/+0
Change-Id: I64cb3050dcfd10253daa521b2c5fa69ed1cfa952
2012-07-27fix import of nested RTF_MF groupsMiklos Vajna1-0/+12
Change-Id: Ibd4f93663d27d997c44f73e201c355a34d6452d3
2012-07-27test RTF_M{RAD,SEPCHR,SSUB,F}Miklos Vajna4-0/+442
Change-Id: I73f472fb09f97d94fbc9ef5cf38d9cf3c4beb999
2012-07-27test rtf import/export of math placeholdersMiklos Vajna1-0/+26
Change-Id: Ie6864f152fae90e993e4ec127079491100029fa2
2012-07-27test RTF_M{NARY,LIMUPP,STRIKEH}Miklos Vajna3-0/+190
Change-Id: I612fbc2064dead58786fbe77597ca677f6703eb7
2012-07-27test RTF_M{LIM,M,BOX}Miklos Vajna4-0/+1355
Change-Id: Id80278060b51ca7864ddfeb1bcdd9232828935fc
2012-07-26test RTF math export escapingMiklos Vajna1-0/+12
Change-Id: Ib1303ddc8ea31cfea2d438eaf5986ea71aa32f15
2012-07-26test RTF_MDMiklos Vajna1-0/+170
Change-Id: Ib41b2599d843a5a0840f05e79a310afab42cd7cd
2012-07-26add tests for RTF_MACC and RTF_MEQARRMiklos Vajna2-0/+285
Change-Id: Id33672d0acef4d79239e0ee8a86d5a244ac736e7
2012-07-18implement export of RTF_ATNREF, RTF_ATRFSTART and RTF_ATRFENDMiklos Vajna1-0/+15
Change-Id: I829ec1fbca990f3d42121270f0bf3647dbd08a30
2012-06-27fdo#48335 testcaseMiklos Vajna1-0/+0
Change-Id: I032ff9b65ec9c4d70a2247c7311c2c7292a411c7
2012-06-22fdo#50831 fix RTF export of direct run formatting for empty paragraphsMiklos Vajna1-0/+11
Change-Id: I5f0e7aefdea80bbb9cf61b991c5b706bd2023dfa
2012-06-15fdo#50087 fix RTF import of Title, Subject, Comments document propertiesMiklos Vajna1-0/+8
Change-Id: I3358fad4949c2c21ecf63983a36b7c8428df9f06
2012-05-11fdo#44174 RTF_TITLEPG when title page has no headerMiklos Vajna1-0/+6
Change-Id: Ida6566b38ceaca30441a029c73bd1f52d93bbb3b
2012-05-09fdo#49683 implement RTF_KEYWORDSMiklos Vajna1-0/+5
Use comphelper::string::convertCommaSeparated(), as done in RtfExport::WriteInfo(). Change-Id: Iad4c3c57cf2e16c7256b9853cb1a6a0843463387
2012-04-24fdo#38176 fix RTF export of non-breaking hyphen and optional hyphenMiklos Vajna1-1/+1
2012-04-24fdo#38176 fix RTF export of non-breaking spaceMiklos Vajna1-0/+3
2012-04-15sw: also test RTF export of zoom levelMiklos Vajna1-0/+1