summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xecontent.cxx
AgeCommit message (Expand)AuthorFilesLines
2015-01-10Resolves: fdo#85617 always store fully encoded external document nameEike Rathke1-4/+8
2014-11-30don't call XLSX methods in XLS export, related fdo#59762Markus Mohrhard1-8/+14
2014-10-23Use sc::CompileFormulaContext for faster exportMatúš Kukan1-6/+6
2014-09-26remove unnecessary casts'sNoel Grandin1-1/+1
2014-09-18fdo#82577: Handle FontNoel Grandin1-1/+1
2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg1-1/+1
2014-08-11write OOXML externalReferences, externalLinks, fdo#45286Eike Rathke1-1/+1
2014-06-08check for empty string before accessing first elementMarkus Mohrhard1-1/+1
2014-05-01escape conditional formatting formulas during xlsx export, fdo#75168Markus Mohrhard1-2/+2
2014-04-06whitespace cleanup in scMarkus Mohrhard1-24/+0
2014-03-10fdo#75950: Just set the right grammar and be done with it.Kohei Yoshida1-6/+6
2014-03-03Remove visual noise from scAlexander Wilms1-1/+1
2014-02-23Remove unneccessary commentsAlexander Wilms1-11/+11
2014-02-15fix crash related to hyperlink export, related #i20491#Markus Mohrhard1-5/+8
2014-01-22bool improvementsStephan Bergmann1-2/+2
2014-01-17bool improvementsStephan Bergmann1-8/+8
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin1-3/+3
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin1-3/+3
2013-12-08fix OOXML validation error with conditional formattingMarkus Mohrhard1-2/+2
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin1-1/+1
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin1-3/+3
2013-10-29WaE: unused variable 'sTmp' [loplugin]Tor Lillqvist1-1/+0
2013-10-28write display attr of hyperlink only if value is different from stringtableNoel Power1-2/+6
2013-10-22sc: remove StringPtr type, just use OUString directlyMichael Stahl1-6/+6
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida1-1/+1
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin1-17/+17
2013-10-04convert sc/source/file/inc/xe*.hxx from String to OUStringNoel Grandin1-10/+10
2013-10-04convert sc/source/filter/inc/xl*.hxx from String to OUStringNoel Grandin1-2/+2
2013-10-03de-GetBuffer calcCaolán McNamara1-4/+4
2013-09-30Related: fdo#38838 remove UniString::SearchAsciiCaolán McNamara1-6/+9
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard1-5/+5
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák1-17/+17
2013-07-24followup fix for bnc#823935 exported xlsx causes errors for mso2007Noel Power1-6/+3
2013-06-24fix for bnc#823935Noel Power1-0/+6
2013-05-28expression is not a valid cfRule:operator valueMarkus Mohrhard1-1/+0
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin1-4/+3
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-17/+14
2013-03-23fix above/below equal average ods import/exportMarkus Mohrhard1-1/+7
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold1-2/+2
2013-03-14fdo#38838: Replaced some (Uni)String to OUString in core/scelixir1-2/+3
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir1-2/+2
2013-02-17coverity: fix memory leakMarkus Mohrhard1-1/+1
2013-01-25resolved fdo#59819 write correct OOXML function name mappingEike Rathke1-6/+12
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac1-1/+1
2013-01-15also support showing the icons in reverse orderMarkus Mohrhard1-0/+1
2013-01-15support to hide the value in icon sets also for OOXMLMarkus Mohrhard1-0/+1
2012-12-04re-base on ALv2 code. Includes:Michael Meeks1-23/+14
2012-11-28workaround Excel bug when importing OOXML documentsMarkus Mohrhard1-11/+1
2012-11-26no need for this copyMarkus Mohrhard1-1/+1
2012-11-26implement OOXML export for date cond formatsMarkus Mohrhard1-0/+65