summaryrefslogtreecommitdiff
path: root/sc/source/filter/oox/condformatbuffer.cxx
AgeCommit message (Expand)AuthorFilesLines
2018-09-11tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[n-w]*Gabor Kelemen1-0/+3
2018-09-04tdf#42949 Fix IWYU warnings in sc/source/filter/inc/[a-l]*Gabor Kelemen1-0/+1
2018-08-01Add missing sal/log.hxx headersGabor Kelemen1-0/+1
2018-03-10don't use heap for elements in ScRangeListNoel Grandin1-1/+1
2018-03-07use more Color in scNoel Grandin1-14/+3
2018-03-05use more Color in ooxNoel Grandin1-2/+1
2018-02-20for listeners the range needs to be set before the formula, tdf#115530Aron Budea1-1/+1
2018-01-25CheckLinkFormulaNeedingCheck() for .xlsx conditional format expressionsEike Rathke1-0/+2
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist1-41/+41
2017-10-23loplugin:includeform: scStephan Bergmann1-11/+11
2017-09-12clang-tidy modernize-use-emplace in scNoel Grandin1-3/+3
2017-08-29loplugin:constparam in sc part8Noel Grandin1-4/+4
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock1-0/+1
2017-04-24clang-tidy readability-simplify-boolean-expr in scNoel Grandin1-4/+1
2017-02-15convert FormulaType to scoped enumNoel Grandin1-3/+3
2017-01-25cleanup css includes and using namespacesJochen Nitschke1-1/+0
2017-01-15tdf#48140 replace ApiCellRangeList in xlsx import (2)Jochen Nitschke1-17/+7
2016-12-15teach sallogareas plugin to catch inconsistenciesNoel Grandin1-1/+1
2016-11-19tdf#48140 Remove not used UNO headers from filtersBartosz Kosiorek1-1/+0
2016-11-03remove unused BiffInputStreamNoel Grandin1-1/+1
2016-10-11loplugin:constantfunctionNoel Grandin1-1/+1
2016-07-19clang-tidy performance-unnecessary-value-param in scStephan Bergmann1-1/+1
2016-05-18clang-tidy modernize-make-sharedNoel Grandin1-1/+1
2016-05-10tdf#42949: clean up includes in include/oox/helper with iwyuJorenz Paragas1-0/+1
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin1-5/+3
2016-05-03tdf#42949: clean up includes in include/oox/drawingml with iwyuJorenz Paragas1-0/+1
2016-04-09use the better color import method also for databars, tdf#98554Markus Mohrhard1-21/+3
2016-04-09work around Excel theme color bug, tdf#98554Markus Mohrhard1-2/+5
2016-02-17tdf#97654 - replaced UNO cell types in xlsx import with calc internal onesMohammed Abdul Azeem1-6/+4
2016-01-26handle entries with num type and formula during OOXML import, tdf#94626Markus Mohrhard1-8/+18
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-3/+3
2015-11-13sc: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin1-5/+5
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-8/+8
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-1/+1
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann1-1/+1
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-3/+3
2015-05-17don't use alpha for now in cond format OOXML colorsMarkus Mohrhard1-2/+3
2015-05-16fix sheet into which we insert extLst cond formatsMarkus Mohrhard1-1/+1
2015-05-16fix import for extlst entriesMarkus Mohrhard1-0/+66
2015-05-16rename classMarkus Mohrhard1-11/+11
2015-05-15import cusotm icon set collections from OOXMLMarkus Mohrhard1-9/+32
2015-05-15support iconSets in extLst entriesMarkus Mohrhard1-4/+24
2015-05-14work around Excel bug with negative bar theme based colorMarkus Mohrhard1-0/+7
2015-05-14better databar negative color and axis color importMarkus Mohrhard1-11/+33
2015-04-16fix werror problem around sal_uInt32 vs sal_Int32Markus Mohrhard1-4/+4
2015-04-16support tint for databar and colorscale colors, related tdf#90511Markus Mohrhard1-8/+32
2015-04-16same problem for color scales, related tdf#90511Markus Mohrhard1-1/+1
2015-04-15use index as real index and not token, tdf#90511Markus Mohrhard1-1/+1
2015-04-13So much for confusing variable with even more confusing nameKatarina Behrens1-2/+1
2015-03-24add minLength and maxLength support to databarsMarkus Mohrhard1-0/+2