Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-05-07 | fdo#38786 implement RTF_CHPGN | Miklos Vajna | |
Change-Id: I0ae693193b4fc8ed155e2d71b06daa80d46da47c | |||
2012-05-02 | fdo#47764 fix RTF import of automatic paragraph background color | Miklos Vajna | |
Change-Id: I4b3a4bd6ce45cffc5b2c23052c49ff98579c5564 | |||
2012-05-02 | sw/qa/extras: get rid of RTL_CONSTASCII_USTRINGPARAM() and a bit more | Miklos Vajna | |
Change-Id: If2add0d11f16d7206912cadad8ff50a668a14011 | |||
2012-05-01 | cppunit test appears to have gotten lost | Caolán McNamara | |
Change-Id: Ief45ebc79f145c03c5b5967c415b45affffd0ca0 | |||
2012-04-27 | testcase for n#757910 | Miklos Vajna | |
2012-04-27 | sw/qa/extras: no need to use different class names for these tests | Miklos Vajna | |
2012-04-26 | fdo#48037 fix RTF import of localized fields | Miklos Vajna | |
2012-04-25 | fdo#44211 (RTF) return default text encoding for Lithuanian | Aurimas Fišeras | |
2012-04-25 | fdo#48193 fix RTF import of fields without a result | Miklos Vajna | |
2012-04-24 | fdo#38176 fix RTF export of non-breaking hyphen and optional hyphen | Miklos Vajna | |
2012-04-24 | fdo#38176 fix RTF export of non-breaking space | Miklos Vajna | |
2012-04-23 | n#757890 add testcase | Miklos Vajna | |
2012-04-21 | fdo#48876 fix RTF import of \sl without \slmult | Miklos Vajna | |
2012-04-21 | fdo#48023 fix RTF import of Russian characters without an encoding specified | Miklos Vajna | |
lcl_GetDefaultTextEncodingForRTF() in editeng did the same. | |||
2012-04-20 | fdo#48356 fix RTF import of special unicode characters | Miklos Vajna | |
The \'0d string should not be an exception when ignoring characters after the \u control word. | |||
2012-04-15 | sw: also test RTF export of zoom level | Miklos Vajna | |
2012-04-15 | testcase for fdo#39053 | Miklos Vajna | |
2012-04-15 | writer redlining unit test starts to do something useful | Michael Meeks | |
2012-04-15 | implement RTF import of zoom level | Miklos Vajna | |
2012-04-14 | dmapper: fix import of odd/even page breaks | Miklos Vajna | |
2012-04-11 | fdo#44176 dmapper: fix import of titlepg top/bottom margin | Miklos Vajna | |
2012-04-08 | Replaced a few equal calls with == | Szabolcs Dezsi | |
2012-04-06 | n#751017 testcase | Miklos Vajna | |
2012-04-06 | Replaced equalsAsciiL(RTL_CONSTASCII_STRINGPARAM(...)) with == operator | Szabolcs Dezsi | |
Pattern used: find . -name "*.cxx" -exec sed -i 's/\( *\)\(else if\|if\) *( *\([^!()|&]*\)\.equalsAsciiL( *RTL_CONSTASCII_STRINGPARAM *( *\([^)]*\)) *) *)$/\1\2 ( \3 == \4 )/' \{\} \; | |||
2012-04-05 | Resolves: fdo#45271, i#17964 count CJK words the way that's expected by users | Caolán McNamara | |
2012-04-05 | UniString::CreateFromInt32 -> rtl::OUString::valueOf | Caolán McNamara | |
2012-04-03 | fdo#45182 fix RTF import of character encoding in footnotes | Miklos 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-03 | testcase for fdo#47107 | Miklos Vajna | |
2012-04-02 | RtfModelTest: introduce common getPages() method | Miklos Vajna | |
2012-04-02 | fdo#48104 fix RTF import of \page in inner groups | Miklos 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-30 | count words in text with mixed script punctuation correctly | Caolán McNamara | |
2012-03-30 | testcase for fdo#45394 | Miklos Vajna | |
2012-03-28 | add testcase for n#751117 | Miklos Vajna | |
2012-03-25 | rtftok: added missing test document | Miklos Vajna | |
2012-03-25 | disable failing test | Markus Mohrhard | |
missing test document | |||
2012-03-24 | fdo#46955 fix RTF import of all capitals char prop | Miklos Vajna | |
2012-03-24 | fdo#47036 fix RTF import of multi-paragraph exact height textboxes | Miklos Vajna | |
2012-03-24 | fdo#47036 fix RTF import of shapes inside text frames at the start of the doc | Miklos Vajna | |
2012-03-23 | removed duplicate includes in sw | Takeshi Abe | |
2012-03-23 | fdo#47326 fix RTF import of mixed super/nonsuper text | Miklos 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-23 | add testcase for n#751054 | Miklos Vajna | |
2012-03-19 | testcase for n#751020 | Miklos Vajna | |
2012-03-19 | testcase for fdo#43965 | Miklos Vajna | |
2012-03-13 | testcase for fdo#45563 | Miklos Vajna | |
2012-03-12 | implement RTF support of contextual spacing | Miklos Vajna | |
Import, export and testcase. | |||
2012-03-09 | add regression test for writer | Markus 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-08 | Resolves: fdo#40686 dyaLinePitch only valid between [1-31680] | Caolán McNamara | |
2012-03-06 | wrong types used here, breaks 64bit bigendian | Caolán McNamara | |
2012-03-05 | sw: CheckFields: oops, forgot to close the document | Michael Stahl | |
2012-03-05 | fdo#39694, fdo#42073: add junit test for these | Michael Stahl | |