summaryrefslogtreecommitdiff
path: root/sc/source/filter
AgeCommit message (Expand)AuthorFilesLines
2013-05-27reorg styles code slightly, process normal (and row ) style in own methodNoel Power2-88/+89
2013-05-27improve cell style xls[x|m] import performanceNoel Power3-16/+192
2013-05-27we need a reference to the DifParser.aData, fdo#64920Markus Mohrhard2-26/+15
2013-05-24Revert "improve cell style xls[x|m] import performance"Noel Power3-192/+16
2013-05-24Revert "reorg styles code slightly, process normal (and row ) style in own me...Noel Power2-89/+88
2013-05-24reorg styles code slightly, process normal (and row ) style in own methodNoel Power2-88/+89
2013-05-24improve cell style xls[x|m] import performanceNoel Power3-16/+192
2013-05-24WaE: implicit conversion of NULL constant to nullptr_tTor Lillqvist1-1/+1
2013-05-23Resolves: #i119903# Alternative text for form control t import/exportAndre Fischer2-0/+22
2013-05-23prevent invalid files if file contains currency formatsMarkus Mohrhard1-3/+3
2013-05-23only export these attributes into ODF1.2 extendedMarkus Mohrhard1-6/+6
2013-05-23Revert "fdo#46808, Convert chart2::Title service to new style"Stephan Bergmann3-15/+19
2013-05-22AppendAscii cleanupRicardo Montania4-42/+39
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin6-16/+10
2013-05-22fix for bnc#819865 itemstate in parent style incorrectly reported as setNoel Power2-15/+12
2013-05-21fdo#46808, Convert oox.ExcelFilterExport service to new styleNoel Grandin2-16/+14
2013-05-21fdo#46808, Remove unnecessary XMultiServiceFactory memberNoel Grandin1-1/+1
2013-05-21fdo#46808, Convert chart2::*RegressionCurve services to new styleNoel Grandin3-37/+14
2013-05-21fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin2-4/+4
2013-05-21fdo#46808, Convert chart2::Title service to new styleNoel Grandin3-19/+15
2013-05-21fdo#46808, Convert various chart2:*Scaling services to new styleNoel Grandin3-6/+8
2013-05-20Resolves: #i121420# merge sidebar featureOliver-Rainer Wittmann1-1/+1
2013-05-17fix missing xlsx import formula dependecy startlisten on formula array cellsNoel Power1-0/+25
2013-05-17no number format mumbo-jumbo needed on empty format stringEike Rathke1-9/+12
2013-05-16partial fix for bnc#819865Noel Power1-1/+1
2013-05-13fdo#46808, Convert some chart2 services to new styleNoel Grandin2-19/+17
2013-05-13fdo#46808 Convert chart2::FormattedString service to new styleNoel Grandin4-69/+45
2013-05-13remove dead codeNoel Grandin1-8/+0
2013-05-13fdo#46808, Convert sheet::GlobalSheetSettings service to new styleNoel Grandin1-22/+15
2013-05-13fdo#46808, Convert some XMultiServiceFactory to XComponentContextNoel Grandin1-25/+16
2013-05-10resolved fdo#35756 import more than 64k HTML table cellsEike Rathke4-9/+9
2013-05-09coverity#705446: self assignmentMarkus Mohrhard1-8/+6
2013-05-09Set page style name to the sheet directly via ScDocument, not UNO API.Kohei Yoshida1-3/+5
2013-05-09Remove using namespace statements that may cause naming clashes.Kohei Yoshida1-31/+26
2013-05-09Adjust for API change in mdds 0.8.0.Kohei Yoshida2-3/+3
2013-05-09Remove broadcaster from ScBaseCell, remove ScNoteCell and CELLTYPE_NOTE...Kohei Yoshida5-8/+1
2013-05-09fdo#63154: Remove _CL and _LF from solar.hMarcos Paulo de Souza1-2/+2
2013-05-07fix for fdo#51300Noel Power1-3/+17
2013-05-06fix typos (wich instead of which)Philipp Riemer1-1/+1
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák23-137/+137
2013-05-06make Excel happyMarkus Mohrhard1-8/+8
2013-05-03no longer needed CREATE_STRING macroMiklos Vajna15-40/+37
2013-04-30Ensure that modified formula cells are redrawn.Kohei Yoshida1-1/+1
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks4-54/+10
2013-04-29use boost::scoped_ptr and direct valuesMarkus Mohrhard1-5/+4
2013-04-28collision between orcus::spreadsheet::col_t and aix col_t typedefCaolán McNamara1-18/+16
2013-04-26Revert "remove a bit of unnecessary whitespace to make lines shorter"Markus Mohrhard1-16/+16
2013-04-25prevent unnecessary String->OUString conversionsMarkus Mohrhard1-1/+1
2013-04-25implement import for calcext:value-typeMarkus Mohrhard4-3/+30
2013-04-25remove a bit of unnecessary whitespace to make lines shorterMarkus Mohrhard1-15/+15