summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/wrthtml.cxx
AgeCommit message (Expand)AuthorFilesLines
2016-10-05convert MapUnit to scoped enumNoel Grandin1-1/+1
2016-08-30Let OUStringLiteral1 take its arg as ctor arg, not template argStephan Bergmann1-1/+1
2016-07-04remove comphelper::string::removeNoel Grandin1-1/+1
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin1-2/+2
2016-03-23tdf#63211: saving embedded images to HTML optionalOliver Specht1-8/+31
2016-02-08tdf#83890 sw html export: fix missing start numbering attributeMarc Bessières1-1/+1
2015-12-02loplugin:stringconcat: Also look through O[U]String ctorsStephan Bergmann1-6/+6
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon1-8/+8
2015-11-24loplugin:unusedfields in sw/Noel Grandin1-1/+0
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-37/+37
2015-11-05sw: prefix members of SwHTMLWriterMiklos Vajna1-258/+258
2015-10-27don't allocate uno::Reference on the heapNoel Grandin1-6/+5
2015-09-08loplugin:mergeclasses merge SwpHintsArray with SwpHintsNoel Grandin1-1/+1
2015-08-29XOutBitmap::GraphicToBase64 can return boolMatteo Casalin1-2/+1
2015-08-28tdf#93449 Internal hyperlinks are not exported corectly in HTMLVasily Melenchuk1-1/+2
2015-07-27sw: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-4/+4
2015-06-20Use auto/more proper integer typesMatteo Casalin1-5/+5
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-93/+93
2015-05-19tdf#90905 fix for url encoding in internal urlsVasily Melenchuk1-2/+6
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin1-3/+3
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose1-1/+1
2015-03-18convert DocumentSettingId to an enum classNoel Grandin1-7/+7
2015-02-02tdf#76291 write encoded URL as href in html outputVasily Melenchuk1-1/+3
2015-01-25coverity#1266508 Useless call (gold)Caolán McNamara1-2/+1
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann1-2/+2
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann1-1/+1
2014-12-16fdo#86857: sw: fix HTML export of page style background colorMichael Stahl1-1/+5
2014-12-16HTML export: optional CSS2 dot leaders in the Table of ContentsLászló Németh1-0/+22
2014-12-02loplugin: cstylecastNoel Grandin1-5/+5
2014-11-26loplugin: cstylecastNoel Grandin1-9/+9
2014-11-25loplugin: cstylecastNoel Grandin1-1/+1
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini1-1/+1
2014-09-22werror: ‘nDirection’ shadows a member of 'this'Tomaž Vajngerl1-2/+2
2014-09-22html export: rework image output to use HTML writerTomaž Vajngerl1-28/+34
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann1-7/+7
2014-08-28SwHTMLWriter::MakeHeader: indent conditional blockMiklos Vajna1-64/+64
2014-08-27sw HTML export: avoid invalid output for embedded documentsMiklos Vajna1-3/+17
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner1-5/+6
2014-08-07coverity#1130480 Uninitialized pointer fieldCaolán McNamara1-16/+42
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin1-2/+3
2014-06-24new compilerplugin returnbyrefNoel Grandin1-12/+12
2014-06-13loplugin:staticcallStephan Bergmann1-1/+1
2014-06-04Export fieldmark check boxes as HTML checkboxes.Kohei Yoshida1-0/+46
2014-06-03Changed DocumentDeviceManager includes to IDocumentDeviceAccess.Valentin Kettner1-8/+8
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner1-7/+8
2014-04-30sw: sal_Bool->boolNoel Grandin1-54/+54
2014-04-14typo: arround -> aroundThomas Arnhold1-1/+1
2014-04-08html: rename IgnoreImages -> SkipImages, initialize to falseTomaž Vajngerl1-1/+2
2014-04-08html: "IgnoreImages" Option, which ignores images at exportTomaž Vajngerl1-1/+21
2014-04-06sw html: cleanup wrthtmlTomaž Vajngerl1-19/+14