summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)Author
2012-03-01there is no need any more for CloneWith[out]NoteMarkus Mohrhard
2012-02-29remove mpNote from ScBaseCellMarkus Mohrhard
2012-02-28Properly prefixed members of ScDPNumGroupInfo.Kohei Yoshida
2012-02-27Correctly import ref type (aka display type) of data fields.Kohei Yoshida
2012-02-27Import field as hidden field only when the axes type is 0.Kohei Yoshida
2012-02-27Fix exporting pivot tables to xls esp wrt exporting duplicate data fields.Kohei Yoshida
2012-02-27Removed unused code.Petr Vorel
2012-02-27merge GetString variantsCaolán McNamara
2012-02-24Untangled the code a bit.Kohei Yoshida
2012-02-24fdo#40320: Insert only a placeholder since the caller relies on this behavior.Kohei Yoshida
2012-02-24fdo#40320: Correctly import data point formats in data series.Kohei Yoshida
2012-02-24-Werror=unused-parameterStephan Bergmann
2012-02-24Removed MSFilterTracer and all references to itSzabolcs Dezsi
2012-02-23cppcheck: fix "possible null dereference" in ScMyCellInfo::CreateCell.Catalin Iacob
2012-02-23Translation of German comments in sc html filter (htmlexp2.cxx)Josh Heidenreich
2012-02-23avoid temporary rtl::OUStringTakeshi Abe
2012-02-22resolved fdo#45239 EasyHack: use PNG instead of JPG in Calc to HTML exportJosh Heidenreich
2012-02-21WaE: duplicateBranch and unused varThomas Arnhold
2012-02-20unusedcode.easy: some cleaningThomas Arnhold
2012-02-21Prefer equalsIgnoreAsciiCaseAsciiL(RTL_CONSTASCII_STRINGPARAM("..."))Takeshi Abe
2012-02-20Remove unused codePetr Vorel
2012-02-20Remove unused code in XclExpNameSantiago Martinez
2012-02-20Remove unused code in XclRoot.Santiago Martinez
2012-02-17Removed unused header includeTakeshi Abe
2012-02-14String to rtl::OUString in the xls pivot table import code.Kohei Yoshida
2012-02-14auto_ptr to scoped_ptr.Kohei Yoshida
2012-02-14More, boolean-related cleanup. Removed unused data members.Kohei Yoshida
2012-02-14Removed code that's no longer relevant.Kohei Yoshida
2012-02-14Fixed ODS import filter to correctly identify data layout dimension.Kohei Yoshida
2012-02-14Correctly set pivot's popup flag when importing from Excel docs.Kohei Yoshida
2012-02-14Removed the incorrect assumption about the data layout field.Kohei Yoshida
2012-02-10unusedcode: remove XclObjId and unused typedefsMatúš Kukan
2012-02-10changes to "convert detdata.cxx in SC module to boost:ptr_vector"Eike Rathke
2012-02-09ByteString,UniString to rtl variants.Kohei Yoshida
2012-02-09String to rtl::OUString.Kohei Yoshida
2012-02-10Prefer equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("...")) to equalsAscii("...")Takeshi Abe
2012-02-09ByteString->rtl::OstringCaolán McNamara
2012-02-08Moved ScCollection under filter/starcalc.Kohei Yoshida
2012-02-08update unused listCaolán McNamara
2012-02-05Remove unused codeElton Chung
2012-02-05Remove unused code.Elton Chung
2012-02-04ScOutlineCollection and its friends now free of ScSortedCollection.Kohei Yoshida
2012-02-03More on bool & string conversions.Kohei Yoshida
2012-02-03Use std::set to store user names instead.Kohei Yoshida
2012-02-02fdo#45450: sc: ODF export: cell styles:Michael Stahl
2012-02-01Always look up chart objects by name, change method names' casing.Kohei Yoshida
2012-02-01ScChartListenerCollection is no longer a child of ScStrCollection.Kohei Yoshida
2012-01-30refactor ConvertLineEndCaolán McNamara
2012-01-26resolved fdo#38595 border width lost in ODF importEike Rathke
2012-01-26Revert "TEMP"Fridrich Štrba