summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml/xmlexprt.cxx
AgeCommit message (Expand)Author
2013-10-27fix cell text and unformatted cell text correctly, fdo#70275Markus Mohrhard
2013-10-26remove now unused ScMyDefaultStyles.maRowDefaultsMatúš Kukan
2013-10-26remove pRowDefaults; it was full of default valuesMatúš Kukan
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida
2013-10-08covnert sc/source/filter/xml/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin
2013-09-08fdo#57950: Remove some chained appends in scJelle van der Waa
2013-08-29clean obsolete parts of ScMyCellLaurent Godard
2013-08-28Rename SectionAttribute to Section.Kohei Yoshida
2013-08-25A little more cleanup.Kohei Yoshida
2013-08-25Now we don't need to increment progress bar on every edit cell.Kohei Yoshida
2013-08-25fdo#60740: Export multi-line formula results to ods without UNO API.Kohei Yoshida
2013-08-25fdo#60740: Export cell field items without using UNO API.Kohei Yoshida
2013-08-25fdo#60740: Handle empty paragraphs correctly.Kohei Yoshida
2013-08-25fdo#60740: Export edit cells to ods without using UNO API.Kohei Yoshida
2013-08-24Make this a separate function.Kohei Yoshida
2013-08-24We can simplify this one too.Kohei Yoshida
2013-08-24Remove ugly and expensive hack only to see if the cell is an edit cell.Kohei Yoshida
2013-08-24Use smart pointer for this too.Kohei Yoshida
2013-08-22Unused variable.Kohei Yoshida
2013-08-22Don't forget to export underline attributes.Kohei Yoshida
2013-08-21fdo#60740: Populate auto styles from edit cells without using UNO API.Kohei Yoshida
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-08-18Simplify a bitJulien Nabet
2013-08-15Make this a separate function.Kohei Yoshida
2013-07-26fix for fdo#62729 reference pos can point to non existing tableNoel Power
2013-07-01the calculation of the progressbar leads to very slow savingLaurent Godard
2013-06-29remove OUString wrap for string literalsThomas Arnhold
2013-06-29handle localized default style names, fdo#61339Markus Mohrhard
2013-06-28fdo#43460 sc: use isEmpty()Jelle van der Waa
2013-06-27Remove duplicate code blocks.Kohei Yoshida
2013-06-02all formula cells have now an explicit number formatMarkus Mohrhard
2013-05-23prevent invalid files if file contains currency formatsMarkus Mohrhard
2013-05-23only export these attributes into ODF1.2 extendedMarkus Mohrhard
2013-05-13fdo#46808, Convert sheet::GlobalSheetSettings service to new styleNoel Grandin
2013-05-06remove usage of RTL_CONSTASCII_USTRINGPARAMLuboš Luňák
2013-04-25ScXMLExport::GetCellText returned always trueMarkus Mohrhard
2013-04-25add error to office:value-type for calc cells and fdo#51810Markus Mohrhard
2013-04-25fix indentationMarkus Mohrhard
2013-04-19Remove pass-through header svtools/inc/svtools/txtcmp.hxxMichael Dunphy
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-28Move ScFormulaCell into its own header source files: formulacell.?xx.Kohei Yoshida
2013-03-27More ScBaseCell reduction...Kohei Yoshida
2013-03-26Remove a variant of constructor from ScCellIterator.Kohei Yoshida
2013-03-23fix above/below equal average ods import/exportMarkus Mohrhard
2013-03-22Re-did ScCellIterator to avoid copying every single iterated cell.Kohei Yoshida
2013-03-22Reduce use of ScValueCell outside ScDocument.Kohei Yoshida
2013-03-19removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStrings declarationsThomas Arnhold
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold