summaryrefslogtreecommitdiff
path: root/sc/source/filter/html
AgeCommit message (Expand)AuthorFilesLines
2012-07-15prevent double delete in calc's html parser, fdo#52107Markus Mohrhard1-0/+1
2012-03-23increase nCol before next iteratation to prevent loop, fdo#46220Markus Mohrhard1-0/+4
2012-01-23resolved fdo#45032 Calc export to HTML with graphics failedEike Rathke1-3/+6
2012-01-10fdo#44616: drop attributes FRAME and RULES of <table> for HTML 3.2Takeshi Abe1-10/+0
2011-12-06WaE: uninitialized valueMarkus Mohrhard1-1/+1
2011-12-05Replace ScHTMLAdjustStack with std::stack< ScHTMLAdjustStackEntry* >Marcel Metz1-4/+10
2011-12-05Replace ScHTMLTableStack with std::stack< ScHTMLTableStackEntry* >Marcel Metz1-8/+13
2011-11-27remove include of pch header from scNorbert Thiebaud4-8/+0
2011-11-23remove various EraseLeadingAndTrailingCharsCaolán McNamara1-2/+2
2011-11-23remove ScRangeName::findByNameMarkus Mohrhard1-2/+2
2011-11-11ByteString->rtl::OStringCaolán McNamara1-3/+3
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-09-22just silence the auto_ptr deprecations in isolationCaolán McNamara1-0/+10
2011-08-26String to rtl::OUString.Kohei Yoshida1-2/+2
2011-08-25crash when modifying a defined name (and other places as well)Eike Rathke1-2/+1
2011-08-08Replace SvUShorts with vector in editeng.hxx and cascade changes.Nigel Hawkins1-7/+5
2011-08-04sal_Bool to bool.Kohei Yoshida1-18/+18
2011-08-04Perhaps a const member needs an explicit constructor?Kohei Yoshida1-0/+2
2011-08-04More String removal.Kohei Yoshida1-5/+6
2011-08-04More String / sal_Bool removal.Kohei Yoshida2-11/+10
2011-08-04More String removal etc.Kohei Yoshida1-1/+1
2011-08-04String to rtl::OUString.Kohei Yoshida1-10/+11
2011-08-04Removed custom html options iterator class; use the real iterators.Kohei Yoshida1-60/+20
2011-08-04Combined two html option loops.Kohei Yoshida1-36/+33
2011-08-03Parse CSS in the <style> content and set number formats to cells.Kohei Yoshida2-8/+325
2011-07-31ByteString::CreateFromInt32 -> rtl::OStringBuffer::appendCaolán McNamara2-41/+58
2011-07-31convert to rtl::OString[Buffer] and simplifyCaolán McNamara1-53/+93
2011-07-22Adjusted for HTMLParser::GetOptions() return type change.Kohei Yoshida1-69/+62
2011-06-23fix for fdo#38593: don't call vector::back on an empty vectorMarkus Mohrhard1-1/+3
2011-06-09fdo#37673: Fix a crasher during HTML import on Windows.Kohei Yoshida1-2/+4
2011-06-08WaE: nWidthPixel is unused, lets drop itCaolán McNamara1-11/+0
2011-05-27Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak3-31/+31
2011-05-20adjust for return by ref instead of pointerCaolán McNamara1-4/+4
2011-05-20adjust for return by ref instead of pointerCaolán McNamara1-5/+5
2011-04-26n#677811 HTML Export Fixes. More might be required!!!Muthu Subramanian1-31/+66
2011-03-29switch sc to gbuildNorbert Thiebaud1-59/+0
2011-03-28Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat2-17/+18
2011-03-19Added the new border types to the HTML exportCédric Bosdonnat1-2/+16
2011-03-19Switching the order of the SetLinesWidth argumentsCédric Bosdonnat1-7/+4
2011-03-10Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida4-220/+220
2011-03-05Removed the Insert() method; let's use insert() across the board.Kohei Yoshida1-1/+1
2011-03-05Removed SearchName() in favor of findByName().Kohei Yoshida1-8/+7
2011-03-02Move DBG_ERROR to OSL_FAILThomas Arnhold1-2/+2
2011-03-01Remove bogus comments.Guillaume Poussel2-11/+11
2011-02-10WaE: values set but not usedCaolán McNamara1-3/+2
2011-01-31WaE: various new gcc 4.6.0 warningsCaolán McNamara1-6/+6
2011-01-28Replace empty equalsAscii() with getLength().Thomas Arnhold1-1/+1
2011-01-24Remove erDEBUG directive.Thomas Arnhold1-99/+0