summaryrefslogtreecommitdiffstats
path: root/filter/source/msfilter/rtfutil.cxx
Commit message (Expand)AuthorAgeFilesLines
* loplugin:stringadd replace OUStringLiteral temporaries with OUString::ConcatNoel Grandin2021-04-211-1/+1
* sw reqif-xhtml import, embedded objects: handle non-package Ole10Native streamMiklos Vajna2020-10-161-8/+33
* [API CHANGE] Drop OSL_THIS_FUNC, directly use C++11 __func__Stephan Bergmann2020-08-261-1/+1
* Remove some unused includesMiklos Vajna2020-05-271-1/+0
* sw reqif-xhtml import, embedded objects: handle Ole10Native streamMiklos Vajna2020-05-041-2/+80
* clang-tidy modernize-concat-nested-namespaceNoel Grandin2020-01-311-4/+1
* sal_Char->char in filterNoel Grandin2019-12-191-7/+7
* loplugin:stringadd look for unnecessary temporariesNoel Grandin2019-10-141-1/+1
* convert WriteCharPtr..getStr to WriteOStringNoel Grandin2019-10-101-1/+1
* Improved loplugin:stringconstant (now that GCC 7 supports it): filterStephan Bergmann2019-07-311-1/+1
* connectivity Writer driver: make ProviderRequest members privateMiklos Vajna2018-11-211-1/+2
* sw reqif-xhtml export: write graphic of OLE object at OLE1 levelMiklos Vajna2018-11-201-1/+2
* Add missing sal/log.hxx headersGabor Kelemen2018-07-301-0/+1
* sw HTML export: use PNG fallback + RTF native data for all images for ReqIFMiklos Vajna2018-07-041-0/+16
* Improved loplugin:redundantcast (const-qualified typedefs): filterStephan Bergmann2018-06-291-1/+1
* Fix some IWYU warningsMiklos Vajna2018-05-091-1/+0
* msfilter: extract duplicated WriteHex() from HTML/RTF filterMiklos Vajna2018-03-271-0/+32
* msfilter: extract copy&pasted RTF code from sw and writerfilterMiklos Vajna2018-03-231-0/+72
* More loplugin:cstylecast: filterStephan Bergmann2018-01-121-6/+6
* RTF filter: drop now redundant astyle.optionsMiklos Vajna2017-11-221-63/+66
* remove some unnecessary temporary OUStringsNoel Grandin2017-05-111-1/+1
* improve comment about non-BMP code points in RTFMichael Stahl2016-10-111-0/+3
* Comment about state of non-BMP Unicode chars in RTFStephan Bergmann2016-10-111-0/+8
* loplugin:nullptr (automatic rewrite)Stephan Bergmann2015-11-101-2/+2
* sal: clean up public headers with include-what-you-useMichael Stahl2014-11-171-0/+1
* filter: whitespace fixes in rtfutilMiklos Vajna2013-12-121-70/+75
* Convert code that calls OUString::getStr()[] to use the [] operatorNoel Grandin2013-11-041-1/+1
* convert remains of filter module from String to OUStringNoel Grandin2013-09-171-3/+3
* convert filter/source/msfilter/rtfutil.hxx from String to OUStringNoel Grandin2013-09-171-4/+4
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-221-23/+4
* add msfilter::util::ConvertColor to avoid copy&pasteMiklos Vajna2013-04-101-1/+0
* msfilter: support checking if conversion to legacy encoding is lossless or notMiklos Vajna2013-02-261-5/+42
* move rtf escaping functions to msfilter, so starmath can use them as wellMiklos Vajna2012-07-251-0/+151