summaryrefslogtreecommitdiff
path: root/sc/source/ui/unoobj/condformatuno.cxx
AgeCommit message (Expand)AuthorFilesLines
2017-01-26Remove dynamic exception specificationsStephan Bergmann1-113/+0
2016-12-08convert SFX_HINT to scoped enumNoel Grandin1-1/+1
2016-09-23perf: eliminate SfxSimpleHint and move to SfxHint, tdf#87101 relatedEike Rathke1-2/+1
2016-07-07loplugin:passstuffbyref also for {css::uno,rtl}::ReferenceStephan Bergmann1-13/+13
2016-05-07clang-tidy modernize-loop-convert in scNoel Grandin1-51/+51
2016-05-04use Any constructor instead of temporariesNoel Grandin1-3/+1
2016-01-10Fix typosAndrea Gelmini1-4/+4
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-2/+2
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-4/+4
2015-09-18boost->stdCaolán McNamara1-2/+2
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-2/+2
2015-09-17boost->stdCaolán McNamara1-2/+2
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-1/+1
2015-07-24-Werror,-Wunused-private-fieldStephan Bergmann1-3/+0
2015-06-23Drop duplicate #includesTakeshi Abe1-1/+0
2015-04-03document a few missing piecesMarkus Mohrhard1-0/+7
2015-04-03first part for correct handling of new cond format entriesMarkus Mohrhard1-1/+35
2015-04-03correct implementationMarkus Mohrhard1-7/+26
2015-04-03rename UNO API method for cond formatMarkus Mohrhard1-5/+1
2015-04-02-Werror,-Wdeprecated-declarationsStephan Bergmann1-1/+1
2015-04-02fix error in databar entry type api mapMarkus Mohrhard1-1/+1
2015-04-02add properties for new databar propertiesMarkus Mohrhard1-1/+25
2015-04-02forgot the property definitionMarkus Mohrhard1-0/+1
2015-04-01Replace remaining getCppuType et al with cppu::UnoTypeStephan Bergmann1-11/+11
2015-03-30-Werror,-Wunused-private-fieldStephan Bergmann1-1/+0
2015-03-30finally implement and define also date formattingMarkus Mohrhard1-0/+198
2015-03-30warning C4701: potentially uninitialized local variable 'eType' usedStephan Bergmann1-3/+3
2015-03-30let all cond format objects inherit from XConditionEntryMarkus Mohrhard1-2/+20
2015-03-30implement last part for color scalesMarkus Mohrhard1-1/+52
2015-03-30add color scale entriesMarkus Mohrhard1-0/+121
2015-03-30add last databar partMarkus Mohrhard1-0/+41
2015-03-30implement last missing IconSet pieceMarkus Mohrhard1-1/+43
2015-03-30first icon set entry always is minimumMarkus Mohrhard1-0/+8
2015-03-30add uno object for iconset entriesMarkus Mohrhard1-3/+112
2015-03-30add UNO object for DataBar entriesMarkus Mohrhard1-0/+117
2015-03-30fix conditionMarkus Mohrhard1-1/+1
2015-03-30correct lifecycle handling for more objectsMarkus Mohrhard1-16/+58
2015-03-30implement one more methodMarkus Mohrhard1-5/+55
2015-03-30fix return typeMarkus Mohrhard1-1/+1
2015-03-30implement one more methodMarkus Mohrhard1-1/+6
2015-03-30implement some more properties for databarsMarkus Mohrhard1-0/+17
2015-03-30fix getPropertyValue/setPropertyValue for ScCondFormatEntry UNO objectMarkus Mohrhard1-8/+80
2015-03-30more work for fixing lifecycleMarkus Mohrhard1-25/+45
2015-03-30fix a few places around range for conditional format APIMarkus Mohrhard1-1/+20
2015-03-30integrate ScConditionalFormat UNO object correctlyMarkus Mohrhard1-8/+60
2015-03-30try to prevent use-after-freeMarkus Mohrhard1-3/+18
2015-03-30integrate new conditional format list into normal UNO stuffMarkus Mohrhard1-11/+41
2015-03-30more code for conditional format APIMarkus Mohrhard1-18/+501
2015-03-30add implementation for new conditional formattingMarkus Mohrhard1-0/+434