summaryrefslogtreecommitdiff
path: root/sc/source/ui/inc/condformatdlg.hxx
AgeCommit message (Expand)AuthorFilesLines
2018-11-14tdf#119178: use current range as a range for conditional formatVasily Melenchuk1-0/+3
2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen1-10/+1
2017-10-23loplugin:includeform: scStephan Bergmann1-1/+1
2017-04-07tdf#74074 Ability to rearrange order of conditionsManfred Blume1-0/+5
2017-01-23Related: tdf#105466 add a freeze/thaw to avoid interim RecalcAllsCaolán McNamara1-0/+3
2017-01-06Resolves: tdf#105061 Only one text box shown in case of 'between'Caolán McNamara1-0/+1
2016-10-05Remove _TYPED suffix from tools/link.hxx macrosStephan Bergmann1-11/+11
2016-09-19tdf#96453, tdf#100793 rework transfer of data between cond format dlgsMarkus Mohrhard1-26/+7
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann1-2/+2
2015-10-19convert Link<> to typedNoel Grandin1-1/+1
2015-10-16convert Link<> to typedNoel Grandin1-1/+1
2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann1-10/+10
2015-10-12convert Link<> to typedNoel Grandin1-3/+3
2015-09-24convert Link<> to typedNoel Grandin1-1/+1
2015-09-04convert Link<> to typedNoel Grandin1-1/+1
2015-08-28make PostUserEvent Link<> typedNoel Grandin1-1/+1
2015-08-26Convert vcl Button Link<> click handler to typed Link<Button*,void>Noel Grandin1-3/+3
2015-08-25Update title of Conditional Format dialog when range modifiedAndrzej Hunt1-0/+3
2015-05-22loplugin:constantfunctionNoel Grandin1-1/+0
2015-05-12loplugin:salbool etc.Stephan Bergmann1-2/+2
2015-05-12tdf#60573 Conditional formatting does not allow scrollingHenry Castro1-4/+21
2015-05-08lopluign:staticmethods: Handle DECL_LINKStephan Bergmann1-1/+1
2015-04-10vclwidget: convert lots more sites to use VclPtrNoel Grandin1-4/+2
2015-04-10vclwidget: change all vcl::window fields to be wrapped in VclPtrNoel Grandin1-8/+11
2014-09-23fdo#82577: Handle WindowNoel Grandin1-2/+2
2014-07-30the dialog hierarchy changed iwith the ui format, fdo#81867Markus Mohrhard1-1/+4
2014-06-25remove whitespaceMarkus Mohrhard1-1/+0
2014-06-05Resolves: fdo#79021 cannot delete ListBox from inside its own Select handlerCaolán McNamara1-0/+1
2014-04-19fixincludeguards.sh: scThomas Arnhold1-2/+2
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann1-7/+7
2014-02-14sal_Bool->boolNoel Grandin1-3/+3
2014-01-16Resolves: rhbz#1047871 convert conditional formattting dialog to widget layoutCaolán McNamara1-11/+15
2013-10-21fdo#68849 add some header guardsThomas Arnhold1-0/+5
2013-04-29Resolves: fdo#51556 allow tab traversing into the conditional formatting listCaolán McNamara1-2/+2
2013-04-22Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-23/+4
2013-01-18add all the new conditional formats to the menu, related fdo#58778Markus Mohrhard1-1/+3
2012-12-17UI does not update correctly for icon sets, fdo#58308Markus Mohrhard1-1/+1
2012-12-06-Werror,-Wunused-private-fieldStephan Bergmann1-4/+0
2012-12-03make the Add and the Edit button work againMarkus Mohrhard1-1/+1
2012-12-03use the new possibility as modal dialogMarkus Mohrhard1-4/+0
2012-12-03first working version of modal ref input dlgsMarkus Mohrhard1-2/+2
2012-10-11lock table only for the range edit field, not for the formula onesMarkus Mohrhard1-1/+1
2012-10-10make also the condition edit fields ref input fieldsMarkus Mohrhard1-1/+7
2012-10-09make the dialog actually do something useful againMarkus Mohrhard1-0/+2
2012-10-09split the cond format entry code a bit upMarkus Mohrhard1-98/+4
2012-10-09change to ref input field for range editMarkus Mohrhard1-1/+8
2012-10-09make the different options to cal the dialog work againMarkus Mohrhard1-0/+5
2012-10-09make ScCondFormatDlg a ScAnyRefDlgMarkus Mohrhard1-3/+10
2012-10-06prevent creating cond formats without a attached rangeMarkus Mohrhard1-0/+1
2012-10-06selecting the correct entry will also show it in the dialogMarkus Mohrhard1-3/+22