summaryrefslogtreecommitdiff
path: root/sc/source/filter/inc/condformatbuffer.hxx
AgeCommit message (Expand)Author
2019-09-26loplugin:constmethod in scNoel Grandin
2019-07-23close some more holes in structuresNoel Grandin
2019-05-04tdf#122590: follow-up : import x14:cfRule prioritiesDennis Francis
2018-10-15loplugin:constfields in scNoel Grandin
2018-09-11tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[n-w]*Gabor Kelemen
2018-09-04tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[a-l]*Gabor Kelemen
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist
2017-10-23loplugin:includeform: scStephan Bergmann
2017-08-29loplugin:constparam in sc part8Noel Grandin
2017-03-03Remove redundant 'inline' keywordStephan Bergmann
2017-01-15tdf#48140 replace ApiCellRangeList in xlsx import (2)Jochen Nitschke
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann
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-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-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-13So much for confusing variable with even more confusing nameKatarina Behrens
2015-02-19boost->stdCaolán McNamara
2015-02-10ExtCfRule::maModel and CondFormatRule::mpDataBar are 2 distinct thingsKatarina Behrens
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-22Remove unused includesMatúš Kukan
2014-06-25remove whitespaceMarkus Mohrhard
2014-04-19fixincludeguards.sh: scThomas Arnhold
2014-04-06whitespace cleanup in scMarkus Mohrhard
2014-03-03Remove visual noise from scAlexander Wilms
2013-05-28Fix compilation error with older compilersTor Lillqvist
2013-05-27buffer ExtCfRuleContext startElement processingNoel Power
2013-05-27buffer conditional formatting finalization so it happens after styles importNoel Power
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2012-12-04re-base on ALv2 code. Includes:Michael Meeks
2012-11-02change ooxml cond format import from API to calc core enumsMarkus Mohrhard
2012-10-30implement basic support for icon setsMarkus Mohrhard
2012-09-11-Werror,-Wunused-private-field (various sc)Stephan Bergmann
2012-08-13this method is no longer usedMarkus Mohrhard
2012-06-11remove uno from oox cond format import codeMarkus Mohrhard
2012-05-21initial support for percentile in data bars/color scalesMarkus Mohrhard
2012-05-21support to suppress values in data bar cellsMarkus Mohrhard
2012-05-20correctly import data bar information from Excel2010Markus Mohrhard
2012-05-18implement databar import from ooxMarkus Mohrhard
2012-05-11import formulas for color scales from xlsxMarkus Mohrhard
2012-05-10import min, max and percent entries for color scales from xlsxMarkus Mohrhard
2012-05-09import color scales from xlsxMarkus Mohrhard
2012-04-16Remove unused code in sc.santi