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-07-04replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl2-17/+19
2012-07-04rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl1-1/+1
2012-05-24Removed unused SfxMedium::bDirectStephan Bergmann1-2/+1
2012-04-10sal_Bool to boolEike Rathke2-5/+5
2012-03-29Remove unnecessary tools/table.hxx #includesNoel Grandin1-1/+0
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-03-22Convert tools/table.hxx to std::map in class ScHTMLLayoutParserNoel Grandin1-31/+55
2012-03-15Convert tools/table.hxx to std::map in ScEEParser class in SC moduleNoel Grandin1-1/+2
2012-02-23Translation of German comments in sc html filter (htmlexp2.cxx)Josh Heidenreich1-5/+11
2012-02-22resolved fdo#45239 EasyHack: use PNG instead of JPG in Calc to HTML exportJosh Heidenreich1-1/+1
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-09simplify CharClassCaolán McNamara1-2/+2
2012-01-07Fix for fdo43460 Part XXX getLength() to isEmpty()Olivier Hallot2-2/+2
2012-01-05add a comphelper::string::getTokenCountCaolán McNamara2-3/+5
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