summaryrefslogtreecommitdiff
path: root/sc/source/filter/html
AgeCommit message (Expand)Author
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann
2012-09-09fix crash introduced by stl conversion, fdo#54299Markus Mohrhard
2012-08-05Remove unused macrosThomas Arnhold
2012-07-26fix non-const accesses in previous commit:Michael Stahl
2012-07-26Convert SV_DECL_VARARR_SORT(ScHTMLColOffset) to o3tl::sorted_vectorNoel Grandin
2012-07-25delete svl/svstdarr.hxxMichael Stahl
2012-07-15prevent double delete in calc's html parser, fdo#52107Markus Mohrhard
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl
2012-07-03ditch String::CreateFromAsciiCaolán McNamara
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara
2012-06-09Remove superfluous include commentsThomas Arnhold
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann
2012-04-10sal_Bool to boolEike Rathke
2012-03-29Remove unnecessary tools/table.hxx #includesNoel Grandin
2012-03-23increase nCol before next iteratation to prevent loop, fdo#46220Markus Mohrhard
2012-03-22removed duplicate includes in scTakeshi Abe
2012-03-22Convert tools/table.hxx to std::map in class ScHTMLLayoutParserNoel Grandin
2012-03-15Convert tools/table.hxx to std::map in ScEEParser class in SC moduleNoel Grandin
2012-02-23Translation of German comments in sc html filter (htmlexp2.cxx)Josh Heidenreich
2012-02-22resolved fdo#45239 EasyHack: use PNG instead of JPG in Calc to HTML exportJosh Heidenreich
2012-01-22resolved fdo#45032 Calc export to HTML with graphics failedEike Rathke
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora
2012-01-10fdo#44616: drop attributes FRAME and RULES of <table> for HTML 3.2Takeshi Abe
2012-01-09simplify CharClassCaolán McNamara
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara
2011-12-06WaE: uninitialized valueMarkus Mohrhard
2011-12-05Replace ScHTMLAdjustStack with std::stack< ScHTMLAdjustStackEntry* >Marcel Metz
2011-12-05Replace ScHTMLTableStack with std::stack< ScHTMLTableStackEntry* >Marcel Metz
2011-11-27remove include of pch header from scNorbert Thiebaud
2011-11-23remove various EraseLeadingAndTrailingCharsCaolán McNamara
2011-11-23remove ScRangeName::findByNameMarkus Mohrhard
2011-11-11ByteString->rtl::OStringCaolán McNamara
2011-11-09Removed SvStringsSortDtorDaisuke Nishino
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard
2011-09-23deugly HTMLOutFuncs::ConvertStringToHTMLCaolán McNamara
2011-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara
2011-08-26String to rtl::OUString.Kohei Yoshida
2011-08-25crash when modifying a defined name (and other places as well)Eike Rathke
2011-08-08Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins
2011-08-04sal_Bool to bool.Kohei Yoshida
2011-08-04Perhaps a const member needs an explicit constructor?Kohei Yoshida
2011-08-04More String removal.Kohei Yoshida
2011-08-04More String / sal_Bool removal.Kohei Yoshida
2011-08-04More String removal etc.Kohei Yoshida
2011-08-04String to rtl::OUString.Kohei Yoshida
2011-08-04Removed custom html options iterator class; use the real iterators.Kohei Yoshida
2011-08-04Combined two html option loops.Kohei Yoshida
2011-08-03Parse CSS in the <style> content and set number formats to cells.Kohei Yoshida