summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlplug.cxx
AgeCommit message (Expand)Author
2016-11-15loplugin:constantparamNoel Grandin
2016-10-31loplugin:oncevar in swNoel Grandin
2016-10-24sw: prefix members of SvxCSS1PropertyInfoMiklos Vajna
2016-10-05convert MapUnit to scoped enumNoel Grandin
2016-09-08loplugin:constantparam in swNoel Grandin
2016-05-22Convert XOUTBMP to scoped enumNoel Grandin
2016-05-12clang-tidy modernize-loop-convert in swNoel Grandin
2016-03-23loplugin:stringconstantStephan Bergmann
2016-03-23tdf#63211: saving embedded images to HTML optionalOliver Specht
2015-11-25bin/rename-sw-abbreviations.shlibreoffice-5-1-branch-pointRobinson Tryon
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-05sw: prefix members of SwHTMLParserMiklos Vajna
2015-11-05sw: prefix members of SwHTMLWriterMiklos Vajna
2015-10-27sal_uIntPtr to sal_uInt64, sal_uLong to sal_Size for streamsMatteo Casalin
2015-09-01WaE: loplugin:staticmethods in the non-Java caseTor Lillqvist
2015-06-15Fix typosAndrea Gelmini
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
2015-04-15Uncaught exception at HTML export of embedded objectsLászló Németh
2015-03-31Reduce to static_cast any reinterpret_cast from void pointersStephan Bergmann
2015-01-03sal_uInt16 to more proper typesMatteo Casalin
2014-12-02loplugin: cstylecastNoel Grandin
2014-11-25loplugin: cstylecastNoel Grandin
2014-10-10convert SWHTML_OPTTYPE #defines to enumNoel Grandin
2014-09-29MSVC 2012 apparently isn't ready yet for std::vector<std::unique_ptr<T>>Stephan Bergmann
2014-09-29svtools: std::auto_ptr -> std::unique_ptrStephan Bergmann
2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann
2014-08-27sw HTML export: handle embedded text documentsMiklos Vajna
2014-08-26sw HTML export: don't crash on embedded object without native dataMiklos Vajna
2014-08-26sw HTML export: avoid <table> directly inside <p>Miklos Vajna
2014-08-25HTML export: avoid invalid output for embedded spreadsheetsMiklos Vajna
2014-08-25sw HTML export: avoid loosing embedded objects when skipping imagesMiklos Vajna
2014-07-15Refactored IDocumentContentOperations out of SwDoc.Valentin Kettner
2014-04-30sw: sal_Bool->boolNoel Grandin
2014-04-08liblo: Return early everywhere where we potentially export images.Tomaž Vajngerl
2014-03-24svtools: sal_Bool->boolNoel Grandin
2014-02-27Remove visual noise from swAlexander Wilms
2014-02-20svl: sal_Bool -> boolStephan Bergmann
2014-01-28bool improvementsStephan Bergmann
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2013-10-18convert sw/source/filter/html/*.cxx from String to OUStringNoel Grandin
2013-10-09Related: fdo#38838 remove UniString::EqualsAsciiCaolán McNamara
2013-09-13String to OUStringThomas Arnhold
2013-08-19Rename SOLAR_JAVA to ENABLE_JAVA and HAVE_FEATURE_JAVATor Lillqvist
2013-08-15sw: fix more clang tinderbox warningsMichael Stahl
2013-08-15convert include/svtools/parhtml.hxx from String to OUStringNoel Grandin
2013-08-12Change String to OUString in some class and functions.Palenik Mihály
2013-08-12String to OUString and some optimizationsMatteo Casalin
2013-07-11remove unused headersAndras Timar
2013-07-11fdo#63211 - embed images in HTML export.Ciorba Edmond
2013-06-29remove OUString wrap for string literalsThomas Arnhold