summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml
AgeCommit message (Expand)AuthorFilesLines
2014-01-21get rid of an extraneous parentheses in "if((A==B))"Herbert Dürr1-1/+1
2014-01-21renamed misleading namesEike Rathke1-4/+4
2014-01-14The "true" is likely meant for sal_Bool bAppendStr, not sal_Unicode cSeparatorStephan Bergmann1-1/+1
2014-01-09Consolidate XServiceInfo for classes derived from SvXMLImportStephan Bergmann2-33/+8
2014-01-08Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann2-80/+13
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin3-7/+7
2013-12-28don't write new elements/attribs to ODF namespacesMarkus Mohrhard4-4/+13
2013-12-28only write new element and attributes in ODF 1.2 extendedMarkus Mohrhard1-1/+1
2013-12-20resolved fdo#72922 write loext:vertical-justifyEike Rathke1-2/+2
2013-12-20prepare to read loext:vertical-justify, fdo#72922Eike Rathke1-1/+5
2013-12-20added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke2-9/+9
2013-12-20prepared XMLPropertyMapEntry with mbImportOnly flagEike Rathke1-3/+3
2013-12-19-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2013-12-19I forgot to check in these files.Kohei Yoshida2-0/+131
2013-12-19Properly import data stream data from ods.Kohei Yoshida4-1/+70
2013-12-19Save the data stream settings to ODS but only for 1.2 extended.Kohei Yoshida2-0/+47
2013-12-19Initialize data stream dialog properly.Kohei Yoshida1-12/+0
2013-12-19Remove the data stream bits from ods import.Kohei Yoshida1-20/+0
2013-12-18Pass enum values around rather than OUString ones.Kohei Yoshida1-7/+13
2013-12-18Put these new classes in sc namespace.Kohei Yoshida2-2/+2
2013-12-17Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin1-2/+2
2013-12-12Do not use C++-UNO internal static_type functions in client codeStephan Bergmann1-2/+2
2013-12-12Don't hold css::uno::Type instances by pointerStephan Bergmann1-31/+28
2013-12-11Revert "Don't hold css::uno::Type instances by pointer"Stephan Bergmann1-28/+31
2013-12-11Don't hold css::uno::Type instances by pointerStephan Bergmann1-31/+28
2013-12-10fdo#66969: Set selected page name after building all dimension members.Kohei Yoshida2-1/+39
2013-12-10write the correct 'sort-ascending' value, fdo#72548Eike Rathke2-5/+4
2013-12-09be able to read the correct 'sort-ascending' value, fdo#72548Eike Rathke1-0/+6
2013-12-09fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin3-4/+4
2013-12-05Get rid of comphelper::UStringLessStephan Bergmann1-0/+1
2013-12-04resolved fdo#72288 made case insensitive matrix string query work againEike Rathke1-1/+1
2013-11-28make data streams an experimental featureMatúš Kukan1-1/+3
2013-11-28export data streams; pretend to be an area linkMatúš Kukan2-28/+29
2013-11-28Import data streams - reuse infrastructure for ScAreaLink.Matúš Kukan1-0/+15
2013-11-20remove RTL_CONSTASCII_STRINGPARAM in OStringBuffer constructorNoel Grandin1-10/+5
2013-11-19convert equalsAsciiL calls to startWith calls where possibleNoel Grandin3-4/+4
2013-11-19remove unnecessary use of OUString constructor when assigningNoel Grandin1-1/+1
2013-11-17use the correct formula grammar for export, fdo#71549Markus Mohrhard1-1/+1
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-31/+0
2013-11-14-Werror,-Wunused-member-functionStephan Bergmann1-31/+0
2013-11-14remove unnecessary sal_Unicode casts in SC moduleNoel Grandin2-6/+6
2013-11-11convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin4-37/+37
2013-11-11remove unnecessary use of OUString constructor in SC moduleNoel Grandin4-31/+31
2013-11-06Modify ScFormulaCell's ctor to take a const reference to ScTokenArray.Kohei Yoshida1-1/+1
2013-11-04Have all formula cells start listening at once after the file load.Kohei Yoshida1-3/+0
2013-11-04remove redundant calls to OUString constructorNoel Grandin3-32/+32
2013-10-27fix cell text and unformatted cell text correctly, fdo#70275Markus Mohrhard1-2/+2
2013-10-26remove now unused ScMyDefaultStyles.maRowDefaultsMatúš Kukan4-119/+39
2013-10-26remove pRowDefaults; it was full of default valuesMatúš Kukan3-85/+14
2013-10-23Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard3-127/+42