summaryrefslogtreecommitdiff
path: root/sc/source/ui/condformat
AgeCommit message (Expand)AuthorFilesLines
2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin1-1/+1
2016-03-31sfx2: make SfxDispatcher::Execute() less variadic ...Michael Stahl1-4/+3
2016-03-30tdf#96505: fix wrong SfxDispatcher::Execute calls ...Michael Stahl1-1/+1
2016-03-26switch to a listener based cond format update, tdf#95437Markus Mohrhard1-2/+2
2016-03-12tdf#84938 Change defines to typed_flagsJochen Nitschke2-12/+12
2016-03-04tdf#96505 Remove long integer literal specifier when not neededAleksas Pantechovskis1-1/+1
2016-03-03remove double definesJochen Nitschke1-8/+2
2016-02-09Formatting changes across all modulesChris Sherlock2-8/+0
2016-01-10Fix typosAndrea Gelmini1-1/+1
2015-11-30loplugin:unusedfieldsNoel Grandin1-2/+1
2015-11-17sc: loplugin:badstaticsMichael Stahl1-1/+1
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann4-35/+35
2015-11-09sc: replace boost::ptr_vector with std::vector<std::unique_ptr>Michael Stahl1-3/+4
2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann2-8/+8
2015-10-26tdf#86508: Traffic light colour scale for cond. formattingKatarina Behrens1-2/+2
2015-10-19loplugin:defaultparamsStephan Bergmann1-1/+1
2015-10-19convert Link<> to typedNoel Grandin2-7/+6
2015-10-16convert Link<> to typedNoel Grandin2-17/+15
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-1/+1
2015-10-12convert Link<> to typedNoel Grandin3-61/+42
2015-09-24convert Link<> to typedNoel Grandin1-3/+2
2015-09-18boost->stdCaolán McNamara1-1/+1
2015-09-17revert for mac and win unit case crashes after boost->stdCaolán McNamara1-1/+1
2015-09-17boost->stdCaolán McNamara1-1/+1
2015-09-12Update many ListBox users to its sal_Int32 interfaceMatteo Casalin1-1/+1
2015-09-11convert Link<> to typedNoel Grandin1-3/+3
2015-09-04loplugin:passstuffbyrefStephan Bergmann1-1/+1
2015-09-04tdf#91501: Add data bar colour to the list if not there yetKatarina Behrens1-2/+13
2015-09-04convert Link<> to typedNoel Grandin1-2/+1
2015-08-31remove some typedef indirectionNoel Grandin1-2/+2
2015-08-31replace boost::ptr_vector with std::vector<std::unique_ptr>Derrick Rocha1-5/+5
2015-08-30tdf#93600: Avoid crash on entering '=' as a cell valueKatarina Behrens1-1/+1
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-7/+7
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin4-16/+12
2015-08-25Update title of Conditional Format dialog when range modifiedAndrzej Hunt1-7/+27
2015-08-19sc: replace boost::ptr_set with std::set<std::unique_ptr>Michael Stahl1-2/+2
2015-08-17make Control::ImplCallEventListenersAndHandler take a lambdaNoel Grandin1-1/+1
2015-06-02loplugin:cstylecast: deal with those that are (technically) const_castStephan Bergmann1-2/+2
2015-05-28Bug 91489 - CONDITIONAL FORMATTING: Crash on select Icon Set from dialogPhilippe Jung1-1/+0
2015-05-25Audit all PostUserEvent calls and instrument for VclPtr.Michael Meeks1-1/+1
2015-05-22loplugin:constantfunctionNoel Grandin2-10/+0
2015-05-18callcatcher: update unused codeCaolán McNamara1-7/+0
2015-05-17fix more conditional format crashes, tdf#90982Markus Mohrhard1-0/+4
2015-05-14now we also support axis min length and max length for middleMarkus Mohrhard1-1/+1
2015-05-12loplugin:salbool etc.Stephan Bergmann1-1/+1
2015-05-12tdf#60573 Conditional formatting does not allow scrollingHenry Castro2-77/+238
2015-05-12Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-11Revert "Switch VclBuilder constructors to use VclPtr."Michael Meeks1-1/+1
2015-05-11Switch VclBuilder constructors to use VclPtr.Michael Meeks1-1/+1
2015-05-10NOINSTANCE is implied now in IMPL_STATIC_LINK...Stephan Bergmann1-1/+1