summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/condformatbuffer.cxx
AgeCommit message (Expand)Author
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin
2017-02-15convert FormulaType to scoped enumNoel Grandin
2017-01-25cleanup css includes and using namespacesJochen Nitschke
2017-01-15tdf#48140 replace ApiCellRangeList in xlsx import (2)Jochen Nitschke
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin
2016-11-19tdf#48140 Remove not used UNO headers from filtersBartosz Kosiorek
2016-11-03remove unused BiffInputStreamNoel Grandin
2016-10-11loplugin:constantfunctionNoel Grandin
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann
2016-05-18clang-tidy modernize-make-sharedNoel Grandin
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-05-03tdf#42949: clean up includes in include/oox/drawingml with iwyuJorenz Paragas
2016-04-09use the better color import method also for databars, tdf#98554Markus Mohrhard
2016-04-09work around Excel theme color bug, tdf#98554Markus Mohrhard
2016-02-17tdf#97654 - replaced UNO cell types in xlsx import with calc internal onesMohammed Abdul Azeem
2016-01-26handle entries with num type and formula during OOXML import, tdf#94626Markus Mohrhard
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-05-17don't use alpha for now in cond format OOXML colorsMarkus Mohrhard
2015-05-16fix sheet into which we insert extLst cond formatsMarkus Mohrhard
2015-05-16fix import for extlst entriesMarkus Mohrhard
2015-05-16rename classMarkus Mohrhard
2015-05-15import cusotm icon set collections from OOXMLMarkus Mohrhard
2015-05-15support iconSets in extLst entriesMarkus Mohrhard
2015-05-14work around Excel bug with negative bar theme based colorMarkus Mohrhard
2015-05-14better databar negative color and axis color importMarkus Mohrhard
2015-04-16fix werror problem around sal_uInt32 vs sal_Int32Markus Mohrhard
2015-04-16support tint for databar and colorscale colors, related tdf#90511Markus Mohrhard
2015-04-16same problem for color scales, related tdf#90511Markus Mohrhard
2015-04-15use index as real index and not token, tdf#90511Markus Mohrhard
2015-04-13So much for confusing variable with even more confusing nameKatarina Behrens
2015-03-24add minLength and maxLength support to databarsMarkus Mohrhard
2015-02-19boost->stdCaolán McNamara
2015-02-10ExtCfRule::maModel and CondFormatRule::mpDataBar are 2 distinct thingsKatarina Behrens
2015-02-10mbNeg means: a different colour for negative values is definedKatarina Behrens
2015-02-05Related tdf#87356: import data bar [non-]gradient from OOXMLKatarina Behrens
2015-01-18rename AddRange to SetRangeMarkus Mohrhard
2014-12-26coverity#982279 Resource leak in objectCaolán McNamara
2014-12-26coverity#735393 Resource leak in objectCaolán McNamara
2014-12-26what's with the void* + castingCaolán McNamara
2014-12-22WaE: variables set but not usedTor Lillqvist
2014-12-22Remove unused includesMatúš Kukan
2014-12-19remove operator>> and operator<< methodsNoel Grandin
2014-11-23make sure to check for formula first, fdo#80301Julien Nabet
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl