summaryrefslogtreecommitdiff
path: root/sc/source/filter/excel/xecontent.cxx
AgeCommit message (Expand)Author
2014-03-03Remove visual noise from scAlexander Wilms
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-15fix crash related to hyperlink export, related #i20491#Markus Mohrhard
2014-01-22bool improvementsStephan Bergmann
2014-01-17bool improvementsStephan Bergmann
2014-01-10re-write SvStream operator<< to non-overloaded methodsNoel Grandin
2014-01-07remove unnecessary sal_Unicode casts in OUStringBuffer::append callsNoel Grandin
2013-12-08fix OOXML validation error with conditional formattingMarkus Mohrhard
2013-11-06convert xub_StrLen to sal_Int32Noel Grandin
2013-11-05convert xub_StrLen to sal_Int32Noel Grandin
2013-10-29WaE: unused variable 'sTmp' [loplugin]Tor Lillqvist
2013-10-28write display attr of hyperlink only if value is different from stringtableNoel Power
2013-10-22sc: remove StringPtr type, just use OUString directlyMichael Stahl
2013-10-11Formula tokens, formula cells and formula interpreters to use shared strings.Kohei Yoshida
2013-10-08convert sc/source/filter/excel/*.cxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/file/inc/xe*.hxx from String to OUStringNoel Grandin
2013-10-04convert sc/source/filter/inc/xl*.hxx from String to OUStringNoel Grandin
2013-10-03de-GetBuffer calcCaolán McNamara
2013-09-30Related: fdo#38838 remove UniString::SearchAsciiCaolán McNamara
2013-09-07iString to OUString in some calc core codeMarkus Mohrhard
2013-08-21finish deprecation of O(U)String::valueOf()Luboš Luňák
2013-07-24followup fix for bnc#823935 exported xlsx causes errors for mso2007Noel Power
2013-06-24fix for bnc#823935Noel Power
2013-05-28expression is not a valid cfRule:operator valueMarkus Mohrhard
2013-05-22Use the new type-checking Reference constructor to reduce code noiseNoel Grandin
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-23fix above/below equal average ods import/exportMarkus Mohrhard
2013-03-19automated removal of RTL_CONSTASCII_USTRINGPARAM for quoted OUStringsThomas Arnhold
2013-03-14fdo#38838: Replaced some (Uni)String to OUString in core/scelixir
2013-03-11fdo#38838: Converting String/UniString to OUStringelixir
2013-02-17coverity: fix memory leakMarkus Mohrhard
2013-01-25resolved fdo#59819 write correct OOXML function name mappingEike Rathke
2013-01-21Replaced O[U]String::valueOf( static_cast<> ) with O[U]String::number()Jean-Noël Rouvignac
2013-01-15also support showing the icons in reverse orderMarkus Mohrhard
2013-01-15support to hide the value in icon sets also for OOXMLMarkus Mohrhard
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-11-28workaround Excel bug when importing OOXML documentsMarkus Mohrhard
2012-11-26no need for this copyMarkus Mohrhard
2012-11-26implement OOXML export for date cond formatsMarkus Mohrhard
2012-11-05fix several bugs around cond format export to ooxmlMarkus Mohrhard
2012-11-04add (no) error cond format export to ooxmlMarkus Mohrhard
2012-11-03improve cond format export to ooxmlMarkus Mohrhard
2012-11-02fix unique/duplicate cond format export to ooxmlMarkus Mohrhard
2012-11-02start exporting the new cond formats to ooxmlMarkus Mohrhard
2012-10-30export icon set data into OOXMLMarkus Mohrhard
2012-10-28UniString->rtl::OUStringBufferCaolán McNamara
2012-10-10rename autoMin and autoMax to Automatic, disable it for color scalesMarkus Mohrhard
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon
2012-10-06adpat ScTable methods to overlapping conditional formatsMarkus Mohrhard
2012-09-30create guids that excel acceptsMarkus Mohrhard