summaryrefslogtreecommitdiff
path: root/sc/source/ui/condformat
AgeCommit message (Expand)AuthorFilesLines
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen3-8/+0
2020-11-06tdf#134161: Revert "tdf#132137 Rename Default Style in Calc."Xisco Fauli1-1/+1
2020-10-26std::unique_ptr -> std::optionalNoel1-3/+3
2020-09-23ScRefAddress::GetRefString never passed a null ScDocument*Caolán McNamara1-5/+5
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara1-13/+13
2020-09-15ScRangeList::Parse ScDocument* argument dereferenced on all used pathsCaolán McNamara1-2/+2
2020-09-15ScIconSetFrmtDataEntry::CreateEntry always dereferences it ScDocument* argCaolán McNamara1-5/+5
2020-09-15ScColorScaleEntry::SetFormula always dereferences its ScDocument* argCaolán McNamara2-3/+3
2020-09-14ScFormulaListener dtor always dereferences its ScDocument* memberCaolán McNamara1-2/+2
2020-07-30loplugin:flatten in sc/uiNoel Grandin1-23/+23
2020-06-10tdf#132137 Rename Default Style in Calc.Srijan Bhatia1-1/+1
2020-05-10lok: set device form factor of the client on view creationMarco Cecchetti2-2/+2
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-2/+2
2020-02-08conditionalformatdialogmobile doesn't workCaolán McNamara1-1/+1
2020-01-28New loplugin:unsignedcompareStephan Bergmann1-1/+4
2020-01-24conditionalentrymobile doesn't workCaolán McNamara1-1/+1
2020-01-06Resolves: tdf#129518 make colorboxes max width at 1/3 avail spaceCaolán McNamara1-0/+5
2020-01-06Resolves: tdf#129586 icon combobox is not in the same grid as the othersCaolán McNamara1-2/+0
2019-12-12use covariant return type for SfxPoolItem::CloneCaolán McNamara2-2/+2
2019-11-19cid#1399259 Uncaught exceptionCaolán McNamara1-1/+1
2019-11-14cid#1455325 establish that pDoc cannot be null thereCaolán McNamara2-5/+6
2019-11-14SetReference ScDocument arg is never nullCaolán McNamara1-1/+1
2019-10-13rename FontPrevWindow back to SvxFontPrevWindowCaolán McNamara1-1/+1
2019-10-08tdf#125289 Use default colors from the new standard paletteGabor Kelemen1-3/+3
2019-10-08loplugin:redundantpointerops simplify *p.get()Noel Grandin1-1/+1
2019-10-06Related: tdf#127935 set default activate handler to toggle row expansionCaolán McNamara1-3/+3
2019-10-06improve SfxPoolItem operator== implementationsNoel Grandin1-1/+2
2019-10-01Resolves: tdf#126781 force comboboxes to take 1/3 avail spaceCaolán McNamara1-0/+28
2019-09-26Resolves: tdf#127416 unparent iconset block on dtorCaolán McNamara1-0/+8
2019-09-26loplugin:constmethod in scNoel Grandin1-2/+2
2019-08-29LOK: per-view support for isMobile()Muhammet Kara2-2/+4
2019-08-29Added mobile friendly ui design for ConditionalFormattingDialogmerttumer2-2/+4
2019-08-08tdf#125288 Databar dialog's entry color was changed to RYB BlueKovács László Zoltán2-2/+2
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): scStephan Bergmann1-6/+6
2019-05-13drop some unneeded includesCaolán McNamara2-2/+2
2019-05-11weld ScCondFormatManagerDlgCaolán McNamara1-106/+67
2019-05-11remove unused RefEdit/RefButtonCaolán McNamara2-9/+9
2019-05-11weld conditional formattingCaolán McNamara2-855/+566
2019-05-09out by 1, attempt to remove non-existing entryCaolán McNamara1-2/+2
2019-05-04tdf#122590 Import and export xlsx x14:cfRule element for type = cellis.Gülşah Köse2-0/+2
2019-02-21tdf#42949 Fix IWYU warnings in sc/source/ui/[a-c]*Gabor Kelemen3-16/+0
2019-02-14weld ScDataBarSettingsDlgCaolán McNamara2-123/+103
2019-01-29pass ScConditionalFormat around by unique_ptrNoel Grandin1-11/+11
2019-01-17Simplify containers iterations in sc/source/ui/[A-Sa-d]*Arkadiy Illarionov3-43/+28
2019-01-12make Format->Conditional Formatting->Manage dialog asyncNoel Grandin1-1/+3
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin2-44/+44
2018-12-05remove unused SfxCallMode enum valueNoel Grandin1-1/+1
2018-12-05tdf#117332: select replaced text to properly replace it next timeMike Kaganski1-0/+6
2018-11-30remove unused HeaderBarItemBits enum valuesNoel Grandin1-1/+1