summaryrefslogtreecommitdiffstats
path: root/sc/source/filter/xml/xmlexprt.cxx
Commit message (Expand)AuthorAgeFilesLines
* fdo#75056: Overline attribute needs special treatment as well.Kohei Yoshida2014-05-161-3/+36
* fdo#77537: Exporting font names in edit text needs special handling.Kohei Yoshida2014-05-151-3/+11
* fix-includes.pl: scThomas Arnhold2014-05-111-22/+22
* Avoid unnecessarily converting UNO cell address to ScAddress.Kohei Yoshida2014-04-151-28/+15
* fdo#76409: Write output cell string to <text:p> element when saving to ods.Kohei Yoshida2014-04-151-2/+7
* Clean up function declarations and some unused functionsStephan Bergmann2014-04-141-0/+3
* fdo#76961 - Calc link auto-update interval is changed on file saveNiklas Johansson2014-04-121-1/+1
* whitespace cleanup in scMarkus Mohrhard2014-04-061-8/+0
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
* xmloff: sal_Bool->boolNoel Grandin2014-03-311-1/+1
* Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann2014-03-271-1/+1
* cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann2014-02-261-5/+5
* coverity#737278 Uncaught exceptionCaolán McNamara2014-02-241-1/+2
* coverity#737277 Uncaught exceptionCaolán McNamara2014-02-241-1/+2
* coverity#737274 Uncaught exceptionCaolán McNamara2014-02-241-1/+2
* coverity#737273 Uncaught exceptionCaolán McNamara2014-02-241-1/+2
* coverity#737272 Uncaught exceptionCaolán McNamara2014-02-241-1/+2
* coverity#737271 Uncaught exceptionCaolán McNamara2014-02-241-1/+2
* coverity#737270 Uncaught exceptionCaolán McNamara2014-02-241-1/+2
* coverity#737269 Uncaught exceptionCaolán McNamara2014-02-241-1/+2
* Replace deprecated std::auto_ptr with boost::scoped_ptrTakeshi Abe2014-02-241-1/+1
* Remove unneccessary commentsAlexander Wilms2014-02-231-4/+4
* fdo#74512: Fix the ODS export as well.Kohei Yoshida2014-02-151-7/+13
* fdo#72390: Let's not skip auto styles from unmodified sheets.Kohei Yoshida2014-02-141-7/+0
* sal_Bool->boolNoel Grandin2014-02-141-1/+1
* coverity#737276 Uncaught exceptionCaolán McNamara2014-02-111-1/+2
* coverity#737275 Uncaught exceptionCaolán McNamara2014-02-111-1/+2
* WaE signed/unsignedNorbert Thiebaud2014-02-031-1/+1
* bool improvementsStephan Bergmann2014-01-281-3/+3
* renamed misleading namesEike Rathke2014-01-211-4/+4
* The "true" is likely meant for sal_Bool bAppendStr, not sal_Unicode cSeparatorStephan Bergmann2014-01-141-1/+1
* Consolidate XServiceInfo for classes derived from SvXMLExportStephan Bergmann2014-01-081-74/+12
* don't write new elements/attribs to ODF namespacesMarkus Mohrhard2013-12-281-3/+3
* only write new element and attributes in ODF 1.2 extendedMarkus Mohrhard2013-12-281-1/+1
* added bool bForExport parameter to XMLPropertySetMapper ctorEike Rathke2013-12-201-5/+5
* Save the data stream settings to ODS but only for 1.2 extended.Kohei Yoshida2013-12-191-0/+46
* Initialize data stream dialog properly.Kohei Yoshida2013-12-191-12/+0
* Put these new classes in sc namespace.Kohei Yoshida2013-12-181-1/+1
* Remove unnecessary use of OUString constructor in OUStringBuffer::append callsNoel Grandin2013-12-171-2/+2
* fix equalsAscii conversion. Noticed in fdo#72391Noel Grandin2013-12-091-1/+1
* export data streams; pretend to be an area linkMatúš Kukan2013-11-281-27/+28
* convert equalsAsciiL calls to startWith calls where possibleNoel Grandin2013-11-191-1/+1
* use the correct formula grammar for export, fdo#71549Markus Mohrhard2013-11-171-1/+1
* -Werror,-Wunused-member-functionStephan Bergmann2013-11-141-31/+0
* remove unnecessary sal_Unicode casts in SC moduleNoel Grandin2013-11-141-5/+5
* remove unnecessary use of OUString constructor in SC moduleNoel Grandin2013-11-111-23/+23
* fix cell text and unformatted cell text correctly, fdo#70275Markus Mohrhard2013-10-271-2/+2
* remove now unused ScMyDefaultStyles.maRowDefaultsMatúš Kukan2013-10-261-16/+4
* remove pRowDefaults; it was full of default valuesMatúš Kukan2013-10-261-2/+0
* Re-implement cell note storage using mdds::multi_type_vector.Laurent Godard2013-10-231-14/+31