summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/wrthtml.hxx
AgeCommit message (Expand)AuthorFilesLines
2016-04-01loplugin:constantparam in swNoel Grandin1-1/+1
2016-03-23tdf#63211: saving embedded images to HTML optionalOliver Specht1-4/+7
2016-03-22loplugin:constantparam in swNoel Grandin1-2/+1
2016-02-29loplugin:unuseddefaultparam in sw (part2)Noel Grandin1-1/+1
2016-02-29loplugin:unuseddefaultparam in sw (part1)Noel Grandin1-1/+1
2016-01-13loplugin:unusedmethods unused return value in sw/Noel Grandin1-4/+0
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-10/+10
2015-11-24loplugin:unusedfields in sw/Noel Grandin1-3/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-15/+15
2015-11-05sw: prefix members of SwHTMLWriterMiklos Vajna1-90/+90
2015-10-30sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-1/+0
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin1-1/+0
2015-10-27don't allocate uno::Reference on the heapNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-2/+2
2015-10-06loplugin:unusedmethodsNoel Grandin1-6/+0
2015-10-02Fix typosAndrea Gelmini1-1/+1
2015-08-19comphelper: reduce copypasta with UniquePtrValueLess functorMichael Stahl1-10/+3
2015-08-03sw: inline use-once typedefsNoel Grandin1-3/+1
2015-07-27sw: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-4/+14
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara1-2/+2
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-65/+65
2015-05-05loplugin:staticmethodsNoel Grandin1-3/+3
2015-02-02unwind the casts to initial entry pointsCaolán McNamara1-1/+2
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin1-1/+0
2014-12-16HTML export: optional CSS2 dot leaders in the Table of ContentsLászló Németh1-1/+6
2014-12-02loplugin: cstylecastNoel Grandin1-2/+2
2014-09-22html export: rework image output to use HTML writerTomaž Vajngerl1-0/+7
2014-08-27sw HTML export: avoid invalid output for embedded documentsMiklos Vajna1-0/+2
2014-06-25remove spurious com::sun::star::text prefixMichael Stahl1-1/+1
2014-06-25remove spurious com::sun::star::forms prefixMichael Stahl1-1/+1
2014-06-04Export fieldmark check boxes as HTML checkboxes.Kohei Yoshida1-0/+1
2014-04-30sw: sal_Bool->boolNoel Grandin1-54/+54
2014-04-23coverity#708480 Uninitialized scalar fieldCaolán McNamara1-0/+4
2014-04-08html: rename IgnoreImages -> SkipImages, initialize to falseTomaž Vajngerl1-1/+1
2014-04-08html: "IgnoreImages" Option, which ignores images at exportTomaž Vajngerl1-0/+4
2014-04-06sw html: cleanup wrthtml.hxxTomaž Vajngerl1-21/+36
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-1/+1
2014-02-27Remove visual noise from swAlexander Wilms1-4/+0
2014-02-12fdo#66822 - refactor HTML export of image to bullet listTimothy Markle1-3/+1
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara1-4/+4
2013-11-05fixincludeguards.sh: swThomas Arnhold1-3/+3
2013-10-15convert sw/source/filter/html/*.hxx from String to OUStringNoel Grandin1-15/+15
2013-10-13Reduce copypasta: Introduce SAL_NEWLINE_STRING and use itTor Lillqvist1-2/+0
2013-10-12Simplify, and check _WIN32 instead of UNXTor Lillqvist1-5/+1
2013-09-08Generalize SwHTMLWriter::ToPixel methodZolnai Tamás1-1/+1
2013-08-22convert include/svtools/htmlout.hxx from String to OUStringNoel Grandin1-1/+1
2013-08-12Change String to OUString in some class and functions.Palenik Mihály1-2/+2
2013-08-05Change String class to OUString class in two files.Palenik Mihály1-2/+2
2013-07-25Change String class to OUString class in css1atr.cxxPalenik Mihály1-7/+7
2013-07-11fix HTML export of linked image bulletsAndras Timar1-1/+1