summaryrefslogtreecommitdiff
path: root/sc/source/filter/html
AgeCommit message (Expand)Author
2013-03-16sc: translate some debug messagesThomas Arnhold
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac
2013-01-17Const correct-ness in one place...Kohei Yoshida
2013-01-08Let's not have two variants of this getter. One is enough.Kohei Yoshida
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-11-18PutEntry familly of functions use consistent pairing OUString/sal_Int32Norbert Thiebaud
2012-10-28UniString->rtl::OUStringBufferCaolán McNamara
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák
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