summaryrefslogtreecommitdiff
path: root/sc/source/filter/xml
AgeCommit message (Expand)AuthorFilesLines
2013-12-02make data streams an experimental featureMatúš Kukan1-1/+3
2013-12-02export data streams; pretend to be an area linkMatúš Kukan2-28/+29
2013-12-02Import 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
2013-10-23clean up places accessing the NULL at the of an OUStringNoel Grandin1-1/+1
2013-10-21fdo#68849 add some header guardsThomas Arnhold1-0/+5
2013-10-18convert remaining String in SC to OUStringNoel Grandin1-1/+1
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida2-3/+3
2013-10-11Some cleanups to avoid unnecessary getString() calls.Kohei Yoshida1-3/+2
2013-10-11Store svl::SharedString in query entry items, and adjust all call sites.Kohei Yoshida3-10/+16
2013-10-08Rename GetCellStringPool() to GetSharedStringPool().Kohei Yoshida2-2/+2
2013-10-08Store svl::SharedString in document cell storage instead of OUString.Kohei Yoshida3-11/+17
2013-10-08covnert sc/source/filter/xml/*.cxx from String to OUStringNoel Grandin6-13/+13
2013-10-04convert sc/inc/r*.hxx from String to OUStringNoel Grandin1-1/+1
2013-10-04convert sc/source/filter/xml/*.hxx from String to OUStringNoel Grandin3-8/+8
2013-09-25Related: fdo#38838 remove UniString::EqualsIgnoreCaseAsciiCaolán McNamara1-4/+3
2013-09-19convert sc/source/filter/xml/XMLChangeTrackingExportHelper.hxx to OUStringNoel Grandin2-4/+3
2013-09-19convert sc/source/filter/xml/XMLCodeNameProvider.hxx from String to OUStringNoel Grandin2-4/+3
2013-09-17Resolves: fdo#68431 style:font-name unknown in non autostyles in impress/drawCaolán McNamara2-1/+5
2013-09-17convert formula::FormulaCompiler::OpCodeMap from String to OUStringNoel Grandin1-1/+1
2013-09-16sal_Bool to boolEike Rathke2-155/+155
2013-09-08fdo#57950: Remove some chained appends in scJelle van der Waa1-7/+1
2013-08-30clean no more used header declarationLaurent Godard1-2/+0
2013-08-29clean obsolete parts of ScMyCellLaurent Godard3-65/+15
2013-08-29convert include/sfx2/linkmgr.hxx from String to OUStringNoel Grandin1-2/+2
2013-08-28Rename SectionAttribute to Section.Kohei Yoshida1-11/+11
2013-08-26fdo#68581: The first paragraph text can be legitimately empty.Kohei Yoshida2-9/+9
2013-08-25A little more cleanup.Kohei Yoshida3-15/+5
2013-08-25Combine SetMatrixCellData() with SetCellData().Kohei Yoshida2-6/+1
2013-08-25Now we don't need to increment progress bar on every edit cell.Kohei Yoshida2-8/+4
2013-08-25fdo#60740: Export multi-line formula results to ods without UNO API.Kohei Yoshida2-3/+39
2013-08-25fdo#60740: Export cell field items without using UNO API.Kohei Yoshida1-19/+103
2013-08-25fdo#60740: Handle empty paragraphs correctly.Kohei Yoshida1-3/+0
2013-08-25fdo#60740: Export edit cells to ods without using UNO API.Kohei Yoshida2-4/+88
2013-08-24Make this a separate function.Kohei Yoshida1-188/+198