summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/condformatuno.cxx
AgeCommit message (Expand)Author
2018-03-10don't use heap for elements in ScRangeListNoel Grandin
2018-03-07use more Color in scNoel Grandin
2018-02-28convert COL_ constants to be of type ColorNoel Grandin
2018-02-20drop Color::SetColor(ColorData) in favour of operator=Noel Grandin
2017-11-26Convert ScFormatEntryType to scoped enumTor Lillqvist
2017-11-25Convert ScConditionMode to scoped enumTor Lillqvist
2017-10-23loplugin:includeform: scStephan Bergmann
2017-09-22loplugin:flatten in pyuno..scNoel Grandin
2017-08-25loplugin:constparam in sc part6Noel Grandin
2017-05-18tdf#107920: Crash when using ScCompiler in condformatJulien Nabet
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-04-05tdf#39468 Translate German commentsJens Carl
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-12-08convert SFX_HINT to scoped enumNoel Grandin
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin
2016-05-04use Any constructor instead of temporariesNoel Grandin
2016-01-10Fix typosAndrea Gelmini
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl
2015-09-18boost->stdCaolán McNamara
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara
2015-09-17boost->stdCaolán McNamara
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann
2015-06-23Drop duplicate #includesTakeshi Abe
2015-04-03document a few missing piecesMarkus Mohrhard
2015-04-03first part for correct handling of new cond format entriesMarkus Mohrhard
2015-04-03correct implementationMarkus Mohrhard
2015-04-03rename UNO API method for cond formatMarkus Mohrhard
2015-04-02-Werror,-Wdeprecated-declarationsStephan Bergmann
2015-04-02fix error in databar entry type api mapMarkus Mohrhard
2015-04-02add properties for new databar propertiesMarkus Mohrhard
2015-04-02forgot the property definitionMarkus Mohrhard
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann
2015-03-30-Werror,-Wunused-private-fieldStephan Bergmann
2015-03-30finally implement and define also date formattingMarkus Mohrhard
2015-03-30warning C4701: potentially uninitialized local variable 'eType' usedStephan Bergmann
2015-03-30let all cond format objects inherit from XConditionEntryMarkus Mohrhard
2015-03-30implement last part for color scalesMarkus Mohrhard
2015-03-30add color scale entriesMarkus Mohrhard
2015-03-30add last databar partMarkus Mohrhard
2015-03-30implement last missing IconSet pieceMarkus Mohrhard
2015-03-30first icon set entry always is minimumMarkus Mohrhard
2015-03-30add uno object for iconset entriesMarkus Mohrhard
2015-03-30add UNO object for DataBar entriesMarkus Mohrhard
2015-03-30fix conditionMarkus Mohrhard
2015-03-30correct lifecycle handling for more objectsMarkus Mohrhard
2015-03-30implement one more methodMarkus Mohrhard