summaryrefslogtreecommitdiff
path: root/sc/source/ui/condformat/condformatdlgentry.cxx
AgeCommit message (Expand)AuthorFilesLines
6 daystdf#61313 Replace the static ">=" with a dropdown of different operatorsAhmedHamed1-17/+13
2024-03-07tdf#158773 reduce dynamic_cast'ing in CustomShapeProperties::NotifyNoel Grandin1-2/+2
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski1-1/+1
2022-09-02Resolves: tdf#150271 Further error checks of conditional formatting expressionEike Rathke1-9/+17
2022-05-03add o3tl::equalsAsciiNoel Grandin1-2/+3
2021-12-14tdf#124412: sc: Add UItestXisco Fauli1-1/+5
2021-12-02tdf#124412 - Set actual condition for an inactive date entryAndreas Heinisch1-1/+2
2021-09-17rather return ref from getCharClassPtrNoel Grandin1-2/+2
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin1-0/+1
2021-03-09defer getting toplevel for color picker until we need itCaolán McNamara1-5/+5
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen1-3/+0
2020-11-06tdf#134161: Revert "tdf#132137 Rename Default Style in Calc."Xisco Fauli1-1/+1
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara1-1/+1
2020-09-15ScIconSetFrmtDataEntry::CreateEntry always dereferences it ScDocument* argCaolán McNamara1-5/+5
2020-09-15ScColorScaleEntry::SetFormula always dereferences its ScDocument* argCaolán McNamara1-2/+2
2020-09-14ScFormulaListener dtor always dereferences its ScDocument* memberCaolán McNamara1-2/+2
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 Cecchetti1-1/+1
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl1-2/+2
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-11-19cid#1399259 Uncaught exceptionCaolá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-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 Kara1-1/+2
2019-08-29Added mobile friendly ui design for ConditionalFormattingDialogmerttumer1-1/+2
2019-08-08tdf#125288 Databar dialog's entry color was changed to RYB BlueKovács László Zoltán1-1/+1
2019-05-13drop some unneeded includesCaolán McNamara1-0/+1
2019-05-11remove unused RefEdit/RefButtonCaolán McNamara1-4/+4
2019-05-11weld conditional formattingCaolán McNamara1-629/+447
2019-05-09out by 1, attempt to remove non-existing entryCaolán McNamara1-2/+2
2019-02-21tdf#42949 Fix IWYU warnings in sc/source/ui/[a-c]*Gabor Kelemen1-4/+0
2019-02-14weld ScDataBarSettingsDlgCaolán McNamara1-3/+3
2019-01-17Simplify containers iterations in sc/source/ui/[A-Sa-d]*Arkadiy Illarionov1-16/+12
2019-01-08convert "*xxx.get()" to "*xxx"Noel Grandin1-42/+42
2018-12-05remove unused SfxCallMode enum valueNoel Grandin1-1/+1
2018-11-26tdf#117720 Delete Max from list Min and delete Min from list Max in CF dialogRoman Kuznetsov1-37/+109
2018-11-10tdf#117719: add Minimum and Maximum labels to color bar CFRoman Kuznetsov1-0/+21
2018-10-26tdf#42949 Fix IWYU warnings in include/unotools/*Gabor Kelemen1-0/+1
2018-10-24clang-tidy performance-unnecessary-copy-init in scNoel Grandin1-7/+4
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin1-1/+1
2018-10-16tdf#42949 Fix IWYU warnings in sc/source/ui/inc/[a-e]*Gabor Kelemen1-0/+3
2018-05-12Replace ScGlobal::GetRscString with simple ScResId callsGabor Kelemen1-4/+4
2018-04-16tdf#42949 Remove unnecessary localization headers from scGabor Kelemen1-1/+1
2018-03-20drop unnecessary includesCaolán McNamara1-1/+0
2018-02-27replace Color(COL_*) with COL_*Noel Grandin1-2/+2