summaryrefslogtreecommitdiff
path: root/sc/source/filter/html/htmlexp.cxx
AgeCommit message (Expand)AuthorFilesLines
2013-07-25resolved fdo#67249 use ScFieldEditEngine to resolve field contentEike Rathke1-1/+1
2013-06-04remove inherited number formats, fdo#60215Markus Mohrhard1-3/+0
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke1-2/+2
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida1-3/+0
2013-05-09fdo#63154: Remove _CL and _LF from solar.hMarcos Paulo de Souza1-2/+2
2013-05-03no longer needed CREATE_STRING macroMiklos Vajna1-2/+2
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza1-2/+2
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-1/+1
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-12/+12
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-27More of the same...Kohei Yoshida1-51/+41
2013-03-22More on reducing direct use of ScBaseCell.Kohei Yoshida1-1/+1
2013-03-16sc: translate some debug messagesThomas Arnhold1-2/+2
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir1-2/+2
2013-02-26fdo#38838 Replaced some use of (Xub)String with OUString.Jean-Noël Rouvignac1-6/+3
2013-02-22fdo#38838 search replace for String::CreateFromInt32().Jean-Noël Rouvignac1-1/+1
2013-02-12Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida1-1/+1
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-2/+2
2013-01-08Let's not have two variants of this getter. One is enough.Kohei Yoshida1-3/+2
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-08-05Remove unused macrosThomas Arnhold1-6/+0
2012-07-25delete svl/svstdarr.hxxMichael Stahl1-1/+0
2012-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl1-15/+17
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl1-1/+1
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann1-2/+1
2012-04-10sal_Bool to boolEike Rathke1-1/+1
2012-03-23increase nCol before next iteratation to prevent loop, fdo#46220Markus Mohrhard1-0/+4
2012-03-22removed duplicate includes in scTakeshi Abe1-1/+0
2012-01-22resolved fdo#45032 Calc export to HTML with graphics failedEike Rathke1-3/+6
2012-01-10Remove _SVSTDARR_STRINGSISORTDTORAugust Sodora1-8/+0
2012-01-10fdo#44616: drop attributes FRAME and RULES of <table> for HTML 3.2Takeshi Abe1-10/+0
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot1-1/+1
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara1-2/+3
2011-11-27remove include of pch header from scNorbert Thiebaud1-2/+0
2011-11-09Removed SvStringsSortDtorDaisuke Nishino1-23/+12
2011-11-07String->OUString in ScDocument and follow upMarkus Mohrhard1-6/+7
2011-09-23deugly HTMLOutFuncs::ConvertStringToHTMLCaolán McNamara1-7/+5
2011-08-26String to rtl::OUString.Kohei Yoshida1-2/+2
2011-08-08Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins1-7/+5
2011-07-31ByteString::CreateFromInt32 -> rtl::OStringBuffer::appendCaolán McNamara1-32/+47
2011-07-31convert to rtl::OString[Buffer] and simplifyCaolán McNamara1-53/+93
2011-06-08WaE: nWidthPixel is unused, lets drop itCaolán McNamara1-11/+0
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak1-6/+6
2011-05-20adjust for return by ref instead of pointerCaolán McNamara1-4/+4
2011-04-26n#677811 HTML Export Fixes. More might be required!!!Muthu Subramanian1-31/+66
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat1-14/+15
2011-03-19Added the new border types to the HTML exportCédric Bosdonnat1-2/+16
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida1-68/+68
2011-03-01Remove bogus comments.Guillaume Poussel1-7/+7
2011-01-28Replace empty equalsAscii() with getLength().Thomas Arnhold1-1/+1