summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)Author
2012-03-09Populate group dimensions directly to the cache.Kohei Yoshida
2012-03-09Added hook to create group field data at cache creation time.Kohei Yoshida
2012-03-09Get number-grouping to work again.Kohei Yoshida
2012-03-09Massive rework to reduce the size of ScDPItemData.Kohei Yoshida
2012-03-07export all row styles, fdo#44336Markus Mohrhard
2012-03-07remove various unused methods and source filesCaolán McNamara
2012-03-07Conditional jump or move depends on uninitialised valueCaolán McNamara
2012-03-05String to OUString in cell.[ch]xx and follow upMarkus Mohrhard
2012-03-05Sprinkle DISABLE_SCRIPTING ifdefsTor Lillqvist
2012-03-02WaE: explicitly assigning a variable to itselfTor Lillqvist
2012-03-02WaE: abstract but has non-virtual destructorTor Lillqvist
2012-03-02WaE: equality comparison with extraneous parenthesesTor Lillqvist
2012-03-02remove table.hxx from document.hxxMarkus Mohrhard
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