summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)AuthorFilesLines
2013-01-04put the function in the anonymous namespaceMarkus Mohrhard1-2/+3
2013-01-04OSL_ENSURE -> SAL_WARN_IF in xmlcelli.cxxMarkus Mohrhard1-1/+1
2013-01-04don't overflow SCCOL during repeated cell import, fdo#58539Markus Mohrhard1-1/+2
2013-01-04add some more safety checks for row and column import from ODSMarkus Mohrhard3-1/+15
2013-01-04workaround problems with row import, fdo#58539Markus Mohrhard2-0/+9
2013-01-04initialize it irectly in the constructorMarkus Mohrhard1-2/+2
2013-01-03make sure the column index is valid, fdo#58539Markus Mohrhard1-2/+2
2013-01-03fdo#58539: Check for mxValueLink being NULL before dereferencing.Kohei Yoshida1-1/+1
2013-01-02fdo#58539: Properly initialize a member pointer value.Kohei Yoshida1-0/+1
2013-01-03don't overflow column number during import, fdo#58539Markus Mohrhard2-1/+3
2013-01-01remove use of #pragma optimizeLuboš Luňák1-4/+0
2012-12-30Some cppcheck cleaning in scJulien Nabet2-2/+2
2012-12-29callcatcher: update unused code listCaolán McNamara2-69/+0
2012-12-22storing the chart doc while loading is a bad idea, fdo#57530Markus Mohrhard1-1/+0
2012-12-21fdo#46808, Convert frame::Desktop to new style service.Noel Grandin1-2/+2
2012-12-20Forgot to add checkbox to the dialog & saving the option when checked.Kohei Yoshida1-2/+2
2012-12-19wrap vararg sax functions in typesafe overloadsLuboš Luňák2-3/+37
2012-12-19Remove unused method from sc: importBiffRecordMarcos Paulo de Souza2-30/+0
2012-12-18finalize pivot *before* scenario sheet to ensure table numbers are correctNoel Power1-5/+6
2012-12-17Change the order of always, never, ask enumerations.Kohei Yoshida1-3/+5
2012-12-17Use check box "Always perform this in future" rather than 4 buttons.Kohei Yoshida1-35/+11
2012-12-17callcatcher: update unusedcode code listCaolán McNamara2-18/+0
2012-12-15add missing *IFS pieces to Excel filterEike Rathke1-11/+8
2012-12-15AVERAGEIFS with FUNCFLAG_PARAMPAIRSEike Rathke1-1/+1
2012-12-15calcishmakkica: #i117283# support new functions in Excel filtersDaniel Rentz [dr]5-5/+27
2012-12-15Some cppcheck cleaning in scJulien Nabet1-2/+1
2012-12-15no need for this using statementMarkus Mohrhard1-1/+0
2012-12-14callcatcher: update unused code listCaolán McNamara2-15/+0
2012-12-14bnc#791706: Support multiple selection in page fields.Kohei Yoshida5-21/+77
2012-12-13fix fdo#58237 import hyperlinks for shapes in xlsx documentsNoel Power3-2/+43
2012-12-13Revert "fix fdo#58237 import hyperlinks for shapes in xlsx documents"Noel Power3-43/+2
2012-12-13fix sometimes data corruption with xlsx import ( with scenario sheets )Noel Power1-2/+2
2012-12-13fix fdo#58237 import hyperlinks for shapes in xlsx documentsNoel Power3-2/+43
2012-12-12callcatcher: update unused code listCaolán McNamara2-29/+0
2012-12-11fdo#58149: Recalculate HYPERLINK formula cells on load.Kohei Yoshida1-1/+1
2012-12-10improve the recalc dialog for ooxmlMarkus Mohrhard1-7/+55
2012-12-04Actually let's use the internal API directly here.Kohei Yoshida1-20/+14
2012-12-04More adjustment of file load code in the unit test.Kohei Yoshida1-6/+1
2012-12-04WorkbookFragment::finalizeImport(): catch DialogCancelledExceptionMichael Stahl1-1/+6
2012-12-04Ask the user if she wants to do full recalc on load, for ods and xlsx import.Kohei Yoshida1-2/+27
2012-12-04activate basic gnumeric support in experimental modeMarkus Mohrhard3-0/+24
2012-12-04shared formula import for orcusMarkus Mohrhard2-9/+298
2012-12-04re-base on ALv2 code. Includes:Michael Meeks351-8211/+5096
2012-12-04calc66: #i116940# update link URLs after CompileXML, count onlyNiklas Nebel1-0/+9
2012-12-04sw34bf04: #i103539#: always import meta.xml, to extract the BuildId:Michael Stahl2-16/+42
2012-12-04dr78: #i109800# SHEET record may not point to BOF but to anyDaniel Rentz [dr]4-65/+101
2012-12-04dr78: remove unused memberNiklas Nebel2-3/+0
2012-12-04dr78: #i71453# BIFF2: use formatting information from cell recordsDaniel Rentz [dr]5-24/+74
2012-12-04dr80: #i117511# remove some assertions in xlsx/xlsb import filtersDaniel Rentz [dr]3-17/+37
2012-12-04dr80: #i117511# removed one more assertionDaniel Rentz [dr]1-1/+1