summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/wrthtml.hxx
AgeCommit message (Expand)Author
2015-11-24loplugin:unusedfields in sw/Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05sw: prefix members of SwHTMLWriterMiklos Vajna
2015-10-30sw: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-10-27Reduce scope of #include <tools/stream.hxx>Matteo Casalin
2015-10-27don't allocate uno::Reference on the heapNoel Grandin
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann
2015-10-06loplugin:unusedmethodsNoel Grandin
2015-10-02Fix typosAndrea Gelmini
2015-08-19comphelper: reduce copypasta with UniquePtrValueLess functorMichael Stahl
2015-08-03sw: inline use-once typedefsNoel Grandin
2015-07-27sw: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-05-26cppcheck: noExplicitConstructorCaolán McNamara
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-05-05loplugin:staticmethodsNoel Grandin
2015-02-02unwind the casts to initial entry pointsCaolán McNamara
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin
2014-12-16HTML export: optional CSS2 dot leaders in the Table of ContentsLászló Németh
2014-12-02loplugin: cstylecastNoel Grandin
2014-09-22html export: rework image output to use HTML writerTomaž Vajngerl
2014-08-27sw HTML export: avoid invalid output for embedded documentsMiklos Vajna
2014-06-25remove spurious com::sun::star::text prefixMichael Stahl
2014-06-25remove spurious com::sun::star::forms prefixMichael Stahl
2014-06-04Export fieldmark check boxes as HTML checkboxes.Kohei Yoshida
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-23coverity#708480 Uninitialized scalar fieldCaolán McNamara
2014-04-08html: rename IgnoreImages -> SkipImages, initialize to falseTomaž Vajngerl
2014-04-08html: "IgnoreImages" Option, which ignores images at exportTomaž Vajngerl
2014-04-06sw html: cleanup wrthtml.hxxTomaž Vajngerl
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-12fdo#66822 - refactor HTML export of image to bullet listTimothy Markle
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara
2013-11-05fixincludeguards.sh: swThomas Arnhold
2013-10-15convert sw/source/filter/html/*.hxx from String to OUStringNoel Grandin
2013-10-13Reduce copypasta: Introduce SAL_NEWLINE_STRING and use itTor Lillqvist
2013-10-12Simplify, and check _WIN32 instead of UNXTor Lillqvist
2013-09-08Generalize SwHTMLWriter::ToPixel methodZolnai Tamás
2013-08-22convert include/svtools/htmlout.hxx from String to OUStringNoel Grandin
2013-08-12Change String to OUString in some class and functions.Palenik Mihály
2013-08-05Change String class to OUString class in two files.Palenik Mihály
2013-07-25Change String class to OUString class in css1atr.cxxPalenik Mihály
2013-07-11fix HTML export of linked image bulletsAndras Timar
2013-07-11fdo#63211 - embed images in HTML export.Ciorba Edmond
2013-06-06Some more modules at least building with mingw64Fridrich Štrba
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-05new module i18nlangtagEike Rathke
2013-03-27Remove HTMLMODE_FRM_COLUMNS and export column-count CSS attributeHarri Pitkänen
2013-02-12Some cppcheck cleaningJulien Nabet
2012-12-23sal_Bool to boolTakeshi Abe