summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/html/htmlpars.cxx
Commit message (Expand)AuthorAgeFilesLines
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-071-34/+34
* -Wunused-macrosStephan Bergmann2013-03-271-1/+0
* removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold2013-03-191-2/+2
* automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold2013-03-191-1/+1
* sc: translate some debug messagesThomas Arnhold2013-03-161-3/+3
* fdo#38838: Converting String/UniString to OUStringelixir2013-03-111-4/+4
* Renamed hard-to-remember 8-char headers in editeng.Kohei Yoshida2013-02-121-1/+1
* Make LO buildable again after the GraphicFilter move.Jan Holesovsky2013-01-041-1/+1
* re-base on ALv2 code. Includes:Michael Meeks2012-12-041-23/+14
* PutEntry familly of functions use consistent pairing OUString/sal_Int32Norbert Thiebaud2012-11-181-1/+1
* UniString->rtl::OUStringBufferCaolán McNamara2012-10-281-1/+1
* mark lcl_ functions static or rename them if they are not local at allLuboš Luňák2012-10-121-2/+2
* -Werror,-Wunused-private-field (various sc)Stephan Bergmann2012-09-111-1/+0
* fix crash introduced by stl conversion, fdo#54299Markus Mohrhard2012-09-091-1/+1
* fix non-const accesses in previous commit:Michael Stahl2012-07-261-2/+2
* Convert SV_DECL_VARARR_SORT(ScHTMLColOffset) to o3tl::sorted_vectorNoel Grandin2012-07-261-33/+27
* prevent double delete in calc's html parser, fdo#52107Markus Mohrhard2012-07-151-0/+1
* replace enum SvxBorderStyle with css::table::BorderLineSyleMichael Stahl2012-07-041-2/+2
* ditch String::CreateFromAsciiCaolán McNamara2012-07-031-4/+4
* remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara2012-06-111-2/+3
* Remove unnecessary tools/table.hxx #includesNoel Grandin2012-03-291-1/+0
* Convert tools/table.hxx to std::map in class ScHTMLLayoutParserNoel Grandin2012-03-221-31/+55
* Convert tools/table.hxx to std::map in ScEEParser class in SC moduleNoel Grandin2012-03-151-1/+2
* WaE: uninitialized valueMarkus Mohrhard2011-12-061-1/+1
* Replace ScHTMLAdjustStack with std::stack< ScHTMLAdjustStackEntry* >Marcel Metz2011-12-051-4/+10
* Replace ScHTMLTableStack with std::stack< ScHTMLTableStackEntry* >Marcel Metz2011-12-051-8/+13
* remove include of pch header from scNorbert Thiebaud2011-11-271-2/+0
* remove various EraseLeadingAndTrailingCharsCaolán McNamara2011-11-231-2/+2
* just silence the auto_ptr deprecations in isolationCaolán McNamara2011-09-221-0/+10
* sal_Bool to bool.Kohei Yoshida2011-08-041-18/+18
* Perhaps a const member needs an explicit constructor?Kohei Yoshida2011-08-041-0/+2
* More String removal.Kohei Yoshida2011-08-041-5/+6
* More String / sal_Bool removal.Kohei Yoshida2011-08-041-10/+9
* More String removal etc.Kohei Yoshida2011-08-041-1/+1
* String to rtl::OUString.Kohei Yoshida2011-08-041-10/+11
* Removed custom html options iterator class; use the real iterators.Kohei Yoshida2011-08-041-60/+20
* Combined two html option loops.Kohei Yoshida2011-08-041-36/+33
* Parse CSS in the <style> content and set number formats to cells.Kohei Yoshida2011-08-031-5/+323
* Adjusted for HTMLParser::GetOptions() return type change.Kohei Yoshida2011-07-221-69/+62
* fix for fdo#38593: don't call vector::back on an empty vectorMarkus Mohrhard2011-06-231-1/+3
* fdo#37673: Fix a crasher during HTML import on Windows.Kohei Yoshida2011-06-091-2/+4
* Replace DBG_* with OSL_* in sc/source/filterJacek Wolszczak2011-05-271-22/+22
* adjust for return by ref instead of pointerCaolán McNamara2011-05-201-5/+5
* Moved SvxBorder* into editeng namespace to avoid duplicate DOUBLE on windowsCédric Bosdonnat2011-03-281-3/+3
* Switching the order of the SetLinesWidth argumentsCédric Bosdonnat2011-03-191-7/+4
* Merge commit 'ooo/DEV300_m101' into integration/dev300_m101Kohei Yoshida2011-03-101-133/+133
|\
| * removetooltypes01: #i112600# remove tooltypes from scMikhail Voytenko2011-01-171-137/+137
* | Move DBG_ERROR to OSL_FAILThomas Arnhold2011-03-021-2/+2
* | Remove bogus comments.Guillaume Poussel2011-03-011-4/+4
* | WaE: values set but not usedCaolán McNamara2011-02-101-3/+2