summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/wrthtml.cxx
AgeCommit message (Expand)Author
2015-05-19tdf#90905 fix for url encoding in internal urlsVasily Melenchuk
2015-04-17convert SCRIPTTYPE_ constants to scoped enumNoel Grandin
2015-03-20tdf#89756 Switched postfix to prefix operator++/--Gulsah Kose
2015-03-18convert DocumentSettingId to an enum classNoel Grandin
2015-02-02tdf#76291 write encoded URL as href in html outputVasily Melenchuk
2015-01-25coverity#1266508 Useless call (gold)Caolán McNamara
2014-12-18sw: Use appropriate OUString functions on string constantsStephan Bergmann
2014-12-17Introduce rtl::OUStringLiteral1Stephan Bergmann
2014-12-16fdo#86857: sw: fix HTML export of page style background colorMichael Stahl
2014-12-16HTML export: optional CSS2 dot leaders in the Table of ContentsLászló Németh
2014-12-02loplugin: cstylecastNoel Grandin
2014-11-26loplugin: cstylecastNoel Grandin
2014-11-25loplugin: cstylecastNoel Grandin
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-09-22werror: ‘nDirection’ shadows a member of 'this'Tomaž Vajngerl
2014-09-22html export: rework image output to use HTML writerTomaž Vajngerl
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-28SwHTMLWriter::MakeHeader: indent conditional blockMiklos Vajna
2014-08-27sw HTML export: avoid invalid output for embedded documentsMiklos Vajna
2014-08-12Refactored IDocumentStylePoolAccess out of SwDoc.Valentin Kettner
2014-08-07coverity#1130480 Uninitialized pointer fieldCaolán McNamara
2014-07-22SwpHintsArray/SwpHints and related: sal_uInt16 to size_tMatteo Casalin
2014-06-24new compilerplugin returnbyrefNoel Grandin
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-04Export fieldmark check boxes as HTML checkboxes.Kohei Yoshida
2014-06-03Changed DocumentDeviceManager includes to IDocumentDeviceAccess.Valentin Kettner
2014-06-03Removed DocumentSettingManager methods from SwDoc.Valentin Kettner
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-14typo: arround -> aroundThomas Arnhold
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 wrthtmlTomaž Vajngerl
2014-04-06sw html: convert stringbuffer chaining (append) to use + operatorTomaž Vajngerl
2014-03-24svtools: sal_Bool->boolNoel Grandin
2014-03-10coverity#708487 Uninitialized pointer fieldCaolán McNamara
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-01-22convert more SvStream::operator<< callsNoel Grandin
2014-01-15Related: #i17171# big xub_Strlen -> sal_Int32 changesCaolán McNamara
2014-01-08123792: complete annotations on text ranges featureOliver-Rainer Wittmann
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin
2013-11-19Resolves: #i33737# enable in-place editing of Input FieldsOliver-Rainer Wittmann
2013-11-01Related: #i33737# some minor refactoring in advanceOliver-Rainer Wittmann
2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist
2013-10-18convert sw/source/filter/html/*.cxx from String to OUStringNoel Grandin
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-10-08Related: fdo#38838 remove UniString::SearchAndReplaceAllCaolán McNamara
2013-10-07html export: export attributes with literalsThomas Arnhold