summaryrefslogtreecommitdiff
path: root/sw/source/filter/html/htmlplug.cxx
AgeCommit message (Expand)Author
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
2013-04-20Remove pass-through header file sot/inc/sot/clsids.hxxMichael Dunphy
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-02-23Fix typo "paramater" -> "parameter" + remove some commented linesJulien Nabet
2013-01-17Proper construction of the impl class, using initializer.Kohei Yoshida
2012-12-20incorrect if/for body alignmentLuboš Luňák
2012-11-30re-base on ALv2 code. Includes:Michael Meeks
2012-07-25delete svl/svstdarr.hxxMichael Stahl
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-01-17Fix for fdo43460 Part XL getLength() to isEmpty()Olivier Hallot
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora
2011-12-15Removed extra semicolonsJesse
2011-11-27remove include of pch header from swNorbert Thiebaud
2011-11-17redundant if not-null checks on deleteIvan Timofeev
2011-10-27ByteString->rtl::OStringCaolán McNamara
2011-09-13ByteString->rtl::OStringBufferCaolán McNamara
2011-07-29Get rid of these non-printable charsThomas Arnhold
2011-07-22More adjustment inside SOLAR_JAVA. Hopefully this is it!Kohei Yoshida
2011-07-22More adjustment for the GetOptions return type change.Kohei Yoshida
2011-07-22Adjusted for HTMLParser::GetOptions() return type change.Kohei Yoshida
2011-07-06Replace SvULongs with std::vector in htmlplug.cxx. LGPLv3+/MPL.Nigel Hawkins
2011-05-27Merge remote-tracking branch 'origin/integration/dev300_m106'Jan Holesovsky