summaryrefslogtreecommitdiff
path: root/writerfilter/source/rtftok/rtfcontrolwords.hxx
AgeCommit message (Collapse)Author
2017-03-25Fix typosAndrea Gelmini
Change-Id: I80b6d080aa31ff8b9d043b983993f4d26d8dc87c Reviewed-on: https://gerrit.libreoffice.org/35662 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2016-05-09writerfilter: extract dispatch{destination,flag,symbol,value} from rtfdocimplMiklos Vajna
These were half of the lines of rtfdocumentimpl. Change-Id: I3f24cd5d23c91bf0d53b898266c187699ae6ee56 Reviewed-on: https://gerrit.libreoffice.org/24790 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2016-03-09RTF import: handle \staticvalMiklos Vajna
With this, user-defined document properties are imported from RTF. Change-Id: I8dfb8e802bd26906827620550d6f5d88f047d364
2016-03-09RTF import: handle \userprops and \propnameMiklos Vajna
Change-Id: I3fa0be5186603006e671779933625efff5d31867
2015-04-16RTF import: handle \objclassMiklos Vajna
Change-Id: I771c83d0ed8a06a2eeec57a40a80092b537d9b84
2015-03-29writerfilter: turn RTFDestinationState into a C++11 scoped enumerationMiklos Vajna
Change-Id: I5d3c0ab5869f415b3a435e5f931613a188e43173
2014-12-16(related fdo#84685): writerfilter: RTF import: support \tc TOC entryMichael Stahl
Change-Id: Icda252e1f092707728d3a24df50fba7080e759bb
2014-12-16fdo#84685: writerfilter: RTF import: support \xe index entryMichael Stahl
Change-Id: Ia957541a5997961aa86b2eb8537ebd29d3092691
2014-07-19writerfilter: RTF import: ignore \listname destination differentlyMichael Stahl
This adds a skeleton for \listname but not immediately obvious what it should do... Change-Id: Icd8dd3b5d597f1c4038044ec2eba8b63718e0d3d
2014-05-02writerfilter: fix indentation in rtfcontrolwordsMiklos Vajna
Change-Id: Iab15548826efd7f11f3103fd63d66be443e9039f
2014-04-19fixincludeguards.sh: writerfilterThomas Arnhold
2014-03-15rtftok: add static array that maps between rtf and ooxml math tokensMiklos Vajna
Change-Id: I7e27115ec35ce4209b7c92951919312267754742
2014-03-03-Werror,-Wtautological-constant-out-of-range-compareStephan Bergmann
(If the underlying type of an unscoped enumeration is unfixed, it need not be signed.) Change-Id: I26a406504863512a0d3861ad8b28523b0a6dccaa
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks
2012-12-07remove bogus assert and add emacs modelines.Michael Meeks
Change-Id: If4b6478ab67211e00c52fb9b17189f6f054b3482
2012-04-21rtftok: try to make tinderboxes happyMiklos Vajna
2012-04-21fdo#44736 speed up RTF import a bit by sorting keywordsMiklos Vajna
If we sort the keywords once in the constructor, then we can do binary search when looking up RTF keywords, and that speeds up the import by about 20% using the first testcase from the bug.
2011-09-02RTFSymbol: avoid unnecessary typedefMiklos Vajna
2011-08-18implement RTF_FLYANCHORMiklos Vajna
2011-08-18implement RTF_FLYVERT and RTF_FLYHORZMiklos Vajna
2011-08-18enter RTF_FLYMAINCNTMiklos Vajna
2011-07-29rtfcontrolwords should not know about rtfdocumentimplMiklos Vajna
2011-07-01add license headersMiklos Vajna
2011-05-27introduce enum for rtf keywordsMiklos Vajna