summaryrefslogtreecommitdiff
path: root/sw/qa
AgeCommit message (Collapse)Author
2012-05-07fdo#38786 implement RTF_CHPGNMiklos Vajna
Change-Id: I0ae693193b4fc8ed155e2d71b06daa80d46da47c
2012-05-02fdo#47764 fix RTF import of automatic paragraph background colorMiklos Vajna
Change-Id: I4b3a4bd6ce45cffc5b2c23052c49ff98579c5564
2012-05-02sw/qa/extras: get rid of RTL_CONSTASCII_USTRINGPARAM() and a bit moreMiklos Vajna
Change-Id: If2add0d11f16d7206912cadad8ff50a668a14011
2012-05-01cppunit test appears to have gotten lostCaolán McNamara
Change-Id: Ief45ebc79f145c03c5b5967c415b45affffd0ca0
2012-04-27testcase for n#757910Miklos Vajna
2012-04-27sw/qa/extras: no need to use different class names for these testsMiklos Vajna
2012-04-26fdo#48037 fix RTF import of localized fieldsMiklos Vajna
2012-04-25fdo#44211 (RTF) return default text encoding for LithuanianAurimas Fišeras
2012-04-25fdo#48193 fix RTF import of fields without a resultMiklos Vajna
2012-04-24fdo#38176 fix RTF export of non-breaking hyphen and optional hyphenMiklos Vajna
2012-04-24fdo#38176 fix RTF export of non-breaking spaceMiklos Vajna
2012-04-23n#757890 add testcaseMiklos Vajna
2012-04-21fdo#48876 fix RTF import of \sl without \slmultMiklos Vajna
2012-04-21fdo#48023 fix RTF import of Russian characters without an encoding specifiedMiklos Vajna
lcl_GetDefaultTextEncodingForRTF() in editeng did the same.
2012-04-20fdo#48356 fix RTF import of special unicode charactersMiklos Vajna
The \'0d string should not be an exception when ignoring characters after the \u control word.
2012-04-15sw: also test RTF export of zoom levelMiklos Vajna
2012-04-15testcase for fdo#39053Miklos Vajna
2012-04-15writer redlining unit test starts to do something usefulMichael Meeks
2012-04-15implement RTF import of zoom levelMiklos Vajna
2012-04-14dmapper: fix import of odd/even page breaksMiklos Vajna
2012-04-11fdo#44176 dmapper: fix import of titlepg top/bottom marginMiklos Vajna
2012-04-08Replaced a few equal calls with ==Szabolcs Dezsi
2012-04-06n#751017 testcaseMiklos Vajna
2012-04-06Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operatorSzabolcs Dezsi
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \;
2012-04-05Resolves: fdo#45271, i#17964 count CJK words the way that's expected by usersCaolán McNamara
2012-04-05UniString::CreateFromInt32 -> rtl::OUString::valueOfCaolán McNamara
2012-04-03fdo#45182 fix RTF import of character encoding in footnotesMiklos Vajna
There were two problems here: 1) \plain reset the character properties, but did not touch the current encoding 2) the default properties were not passed to substreams
2012-04-03testcase for fdo#47107Miklos Vajna
2012-04-02RtfModelTest: introduce common getPages() methodMiklos Vajna
2012-04-02fdo#48104 fix RTF import of \page in inner groupsMiklos Vajna
If we have a postponed page break and it's sent to dmapper during a new inner group, we'll still have the page break request after the parser state is popped, leading to duplicated page breaks. Instead of the earlier workaround, just send the proper token to the domain mapper, and it'll handle it properly.
2012-03-30count words in text with mixed script punctuation correctlyCaolán McNamara
2012-03-30testcase for fdo#45394Miklos Vajna
2012-03-28add testcase for n#751117Miklos Vajna
2012-03-25rtftok: added missing test documentMiklos Vajna
2012-03-25disable failing testMarkus Mohrhard
missing test document
2012-03-24fdo#46955 fix RTF import of all capitals char propMiklos Vajna
2012-03-24fdo#47036 fix RTF import of multi-paragraph exact height textboxesMiklos Vajna
2012-03-24fdo#47036 fix RTF import of shapes inside text frames at the start of the docMiklos Vajna
2012-03-23removed duplicate includes in swTakeshi Abe
2012-03-23fdo#47326 fix RTF import of mixed super/nonsuper textMiklos Vajna
In most cases \super has its own group, but it's valid to have mixed super and non-super text in a single group, as long as \super and \nosupersub keywords are used: handle this.
2012-03-23add testcase for n#751054Miklos Vajna
2012-03-19testcase for n#751020Miklos Vajna
2012-03-19testcase for fdo#43965Miklos Vajna
2012-03-13testcase for fdo#45563Miklos Vajna
2012-03-12implement RTF support of contextual spacingMiklos Vajna
Import, export and testcase.
2012-03-09add regression test for writerMarkus Mohrhard
use the hidden layout dump export filter to export the state of the layout and compare it against a reference file Still a work in progress.
2012-03-08Resolves: fdo#40686 dyaLinePitch only valid between [1-31680]Caolán McNamara
2012-03-06wrong types used here, breaks 64bit bigendianCaolán McNamara
2012-03-05sw: CheckFields: oops, forgot to close the documentMichael Stahl
2012-03-05fdo#39694, fdo#42073: add junit test for theseMichael Stahl