summaryrefslogtreecommitdiff
path: root/sc/source/filter/html
AgeCommit message (Expand)Author
2014-10-28coverity#703988 silence Unchecked return valueCaolán McNamara
2014-10-28loplugin: cstylecastNoel Grandin
2014-10-15nDrehWink -> nRotationAngleMiklos Vajna
2014-10-04fdo#39468 Translate German Comments - difimp and htmlimpChristian M. Heller
2014-10-01Remove leftover SAL_WNODEPRECATED_DECLARATIONS_PUSH/POPStephan Bergmann
2014-10-01fdo#82577: Handle TimeNoel Grandin
2014-09-30sc: std::auto_ptr -> std::unique_ptrStephan Bergmann
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-09-10Replace uses of old SFX_ITEM_ON alias with SFX_ITEM_SETStephan Bergmann
2014-08-25sc HTML export: indent conditional blockMiklos Vajna
2014-08-25HTML export: avoid invalid output for embedded spreadsheetsMiklos Vajna
2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin
2014-06-25remove whitespaceMarkus Mohrhard
2014-06-17improve the inlinesimplememberfunctions clang pluginNoel Grandin
2014-04-28sc html export: some more places to skip imagesTomaž Vajngerl
2014-04-24sc html export: Skip all graphic objects at HTML exportTomaž Vajngerl
2014-04-24sc filter: Read "FilterOptions" in HTML export filterTomaž Vajngerl
2014-04-23sc: sal_Bool->boolNoel Grandin
2014-04-14Clean up function declarations and some unused functionsStephan Bergmann
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-24Avoid possible resource leaks by boost::scoped_arrayTakeshi Abe
2014-03-19Add dash-dot and dash-dot-dot line styles.Kohei Yoshida
2014-03-14coverity#705828 Dereference before null checkCaolán McNamara
2014-03-04fdo#75260: Correctly draw double lines for both Writer and Calc.Kohei Yoshida
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21editeng: sal_Bool->boolNoel Grandin
2014-02-18Remove <!-- --> in <style> in calc export to HTMLTimothy Markle
2014-02-14Remove deprecated text attribute from <body> in calc export to htmlTimothy Markle
2014-02-14sal_Bool->boolNoel Grandin
2014-02-03xub_StrLen and tools/string.hxx final strawNorbert Thiebaud
2014-01-28bool improvementsStephan Bergmann
2014-01-22remove SvStream::operator<< methodsNoel Grandin
2014-01-22convert more SvStream::operator<< callsNoel Grandin
2013-11-20remove unnecessary RTL_CONSTASCII_STRINGPARAM in OString::appendNoel Grandin
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-11-04remove redundant calls to OUString constructorNoel Grandin
2013-10-21drop CharSet typedefCaolán McNamara
2013-10-18convert remaining String in SC to OUStringNoel Grandin
2013-10-16CID#1103768 uninitialized scalar fieldCaolán McNamara
2013-10-13Reduce copypasta: Introduce SAL_NEWLINE_STRING and use itTor Lillqvist
2013-10-08convert sc/source/filter/html/*.cxx from String to OUStringNoel Grandin
2013-10-07really fix itThomas Arnhold
2013-10-07fix buildThomas Arnhold
2013-10-07html export: <table> has no cols attribute in 4.0Thomas Arnhold
2013-10-07html export: 4.0 needs type attribute for style tagThomas Arnhold
2013-10-07html export: use only HTML 4.0 for exportThomas Arnhold