summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/condformatbuffer.cxx
AgeCommit message (Expand)AuthorFilesLines
2014-12-13make sure to check for formula first, fdo#80301Julien Nabet1-8/+10
2014-05-11fix-includes.pl: scThomas Arnhold1-4/+4
2014-04-14fdo#76294: Properly intern string literals in formula on xls import.Kohei Yoshida1-1/+3
2014-04-06whitespace cleanup in scMarkus Mohrhard1-22/+0
2014-03-03Remove visual noise from scAlexander Wilms1-10/+10
2014-02-23Remove unneccessary commentsAlexander Wilms1-2/+2
2013-10-11-Werror,-Wunused-variableStephan Bergmann1-15/+50
2013-05-28oops forgot to use the mbReadyForFinalize flag in CondFormat::finalizeImport()Noel Power1-0/+3
2013-05-27remove commented out ( duplicated ) RgbToRgbComponents methodNoel Power1-10/+0
2013-05-27buffer ExtCfRuleContext startElement processingNoel Power1-0/+107
2013-05-27buffer conditional formatting finalization so it happens after styles importNoel Power1-1/+13
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák1-6/+4
2013-03-23fix above/below equal average ods import/exportMarkus Mohrhard1-6/+16
2013-02-25loplugin: unused variablesThomas Arnhold1-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-15implement date cond format import from OOXMLMarkus Mohrhard1-35/+47
2012-11-04we don't need to use the indirection hereMarkus Mohrhard1-2/+2
2012-11-04clean cond format ooxml import codeMarkus Mohrhard1-30/+0
2012-11-04implement text cond formats ooxml importMarkus Mohrhard1-4/+14
2012-11-04fix ooxml (no) error cond format importMarkus Mohrhard1-8/+9
2012-11-04add (no) error cond format import from ooxmlMarkus Mohrhard1-2/+9
2012-11-02fix duplicate/unique cond format import from ooxmlMarkus Mohrhard1-3/+12
2012-11-02implement the above/below average import from ooxmlMarkus Mohrhard1-4/+17
2012-11-02implement ooxml import for new conditional formatsMarkus Mohrhard1-3/+23
2012-11-02change ooxml cond format import from API to calc core enumsMarkus Mohrhard1-8/+25
2012-10-30implement basic support for icon setsMarkus Mohrhard1-0/+59
2012-10-30extract same code into shared methodMarkus Mohrhard1-47/+28
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon1-24/+24
2012-10-06adapt oox import to cond format changeMarkus Mohrhard1-10/+3
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann1-2/+0
2012-08-31also handle the cond format code for xlsb the new way, fdo#53424Markus Mohrhard1-0/+1
2012-08-13this method is no longer usedMarkus Mohrhard1-5/+0
2012-08-13use an enum instead of several flagsMarkus Mohrhard1-4/+7
2012-06-11remove uno from oox cond format import codeMarkus Mohrhard1-99/+47
2012-06-11adjust import/export code to merged conditional formatsMarkus Mohrhard1-15/+37
2012-05-24make color formats and conditional formats a sheet propertyMarkus Mohrhard1-2/+2
2012-05-21initial support for percentile in data bars/color scalesMarkus Mohrhard1-6/+4
2012-05-21better import for excel 2007 data bar filesMarkus Mohrhard1-0/+1
2012-05-21support to suppress values in data bar cellsMarkus Mohrhard1-0/+5
2012-05-18implement databar import from ooxMarkus Mohrhard1-6/+136
2012-05-14no need to use ScDocFunc here, ScDocument is the better choiceMarkus Mohrhard1-3/+1
2012-05-11we need to update the formulas now tooMarkus Mohrhard1-2/+0
2012-05-11also support theme based colors in xlsxMarkus Mohrhard1-1/+9
2012-05-11import formulas for color scales from xlsxMarkus Mohrhard1-2/+13
2012-05-11map percentile and percent into the same elementMarkus Mohrhard1-0/+6
2012-05-10finally support min/max and percentile in color scalesMarkus Mohrhard1-1/+5
2012-05-10import min, max and percent entries for color scales from xlsxMarkus Mohrhard1-8/+43
2012-05-10Color Scales are now displayed after import from xlsxMarkus Mohrhard1-4/+1