summaryrefslogtreecommitdiff
path: root/sc/source/filter/html
AgeCommit message (Expand)AuthorFilesLines
2013-06-04remove inherited number formats, fdo#60215Markus Mohrhard1-3/+0
2013-05-17no number format mumbo-jumbo needed on empty format stringEike Rathke1-9/+12
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 Vajna2-3/+3
2013-04-20fdo#63154: Change Min/Max/Abs for std::min/max/absMarcos Paulo de Souza2-3/+3
2013-04-18date/time IDL datatypes incompatible changeLionel Elie Mamane1-1/+1
2013-04-16Add missing #include <rtl/tencinfo.h>Tor Lillqvist1-0/+2
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák3-49/+49
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida1-1/+1
2013-03-27-Wunused-macrosStephan Bergmann1-1/+0
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-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold1-2/+2
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-1/+1
2013-03-16sc: translate some debug messagesThomas Arnhold3-6/+6
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir3-7/+7
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 Yoshida2-2/+2
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-2/+2
2013-01-17Const correct-ness in one place...Kohei Yoshida1-1/+1
2013-01-08Let's not have two variants of this getter. One is enough.Kohei Yoshida1-3/+2
2013-01-04Make LO buildable again after the GraphicFilter move.Jan Holesovsky1-1/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks4-92/+56
2012-11-18PutEntry familly of functions use consistent pairing OUString/sal_Int32Norbert Thiebaud1-1/+1
2012-10-28UniString->rtl::OUStringBufferCaolán McNamara2-3/+3
2012-10-12mark lcl_ functions static or rename them if they are not local at allLuboš Luňák1-2/+2
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann1-1/+0
2012-09-09fix crash introduced by stl conversion, fdo#54299Markus Mohrhard1-1/+1
2012-08-05Remove unused macrosThomas Arnhold1-6/+0
2012-07-26fix non-const accesses in previous commit:Michael Stahl1-2/+2
2012-07-26Convert SV_DECL_VARARR_SORT(ScHTMLColOffset) to o3tl::sorted_vectorNoel Grandin1-33/+27
2012-07-25delete svl/svstdarr.hxxMichael Stahl1-1/+0
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-03ditch String::CreateFromAsciiCaolán McNamara1-4/+4
2012-06-25rename SvxBorderLine::SetStyle to something unambiguousMichael Stahl1-1/+1
2012-06-11remove EraseLeadingChars and EraseTrailingCharsCaolán McNamara1-2/+3
2012-06-09Remove superfluous include commentsThomas Arnhold2-10/+0
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