summaryrefslogtreecommitdiff
path: root/sc/source/ui/condformat
AgeCommit message (Expand)Author
2024-06-04sfx2: use SAL_RET_MAYBENULL in GetDispatcher() and GetFrame()Xisco Fauli
2024-06-03loplugin:ostr in scNoel Grandin
2024-05-21sc: check GetActiveViewShell()Xisco Fauli
2024-05-06WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara
2024-04-22tdf#61313 Replace the static ">=" with a dropdown of different operatorsAhmedHamed
2024-04-02Conditional Formatting: Adding More Specified Dialoguescodewithvk
2024-03-07tdf#158773 reduce dynamic_cast'ing in CustomShapeProperties::NotifyNoel Grandin
2024-01-21ITEM: solve ScCondFormatDlgItem situationArmin Le Grand (allotropia)
2024-01-14ITEM: Move Shareable ItemFlag to SfxPolItemArmin Le Grand (allotropia)
2023-11-14loplugin:unusedfieldsNoel Grandin
2023-11-07ITEM: Get away from classic 'poolable' Item flagArmin Le Grand (allotropia)
2023-10-31tdf#157930 Add Contains Text rule to easy conditional format dialogofftkp
2023-10-29Use better approach to translate simple conditional formatting dialogSzymon Kłos
2023-10-29Allow to enter text in simple conditional formatting dialogSzymon Kłos
2023-10-29tdf#157930 Add button to switch to range view in condformateasydlgParis Oplopoios
2023-10-27Make simple conditional formatting dialog translatedSzymon Kłos
2023-10-27tdf#157930 sc: Add easy to use conditional formatting menuParis Oplopoios
2023-04-02Avoid conversions between OUString and OString in VCLMike Kaganski
2023-03-26loplugin:stringadd in scNoel Grandin
2022-11-22loplugin:unusedfieldsNoel Grandin
2022-09-02Resolves: tdf#150271 Further error checks of conditional formatting expressionEike Rathke
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock
2022-06-15Related tdf#101285 - Remember position of conditional format dialogHeiko Tietze
2022-05-03add o3tl::equalsAsciiNoel Grandin
2021-12-14tdf#124412: sc: Add UItestXisco Fauli
2021-12-02tdf#124412 - Set actual condition for an inactive date entryAndreas Heinisch
2021-10-16Simplify vector initialization in scJulien Nabet
2021-09-17rather return ref from getCharClassPtrNoel Grandin
2021-08-13split SvNumberFormatter into it's own headerNoel Grandin
2021-08-05Pass context and resource string down to boost::locale separatelyNoel Grandin
2021-04-27loplugin:stringadd convert chained append to +Noel Grandin
2021-03-19tdf#118482 set a scroll step of the height of a collapsed entryCaolán McNamara
2021-03-09defer getting toplevel for color picker until we need itCaolán McNamara
2021-01-29loplugin:stringviewparam extend to new..Noel
2020-11-27tdf#42949 Fix new IWYU warnings in directory sc/Gabor Kelemen
2020-11-06tdf#134161: Revert "tdf#132137 Rename Default Style in Calc."Xisco Fauli
2020-10-26std::unique_ptr -> std::optionalNoel
2020-09-23ScRefAddress::GetRefString never passed a null ScDocument*Caolán McNamara
2020-09-17ScCompiler ctors never passed a null ScDocument*Caolán McNamara
2020-09-15establish that ScViewData::GetDocument can always return ScDocument&Caolán McNamara
2020-09-15ScRangeList::Parse ScDocument* argument dereferenced on all used pathsCaolán McNamara
2020-09-15ScIconSetFrmtDataEntry::CreateEntry always dereferences it ScDocument* argCaolán McNamara
2020-09-15ScColorScaleEntry::SetFormula always dereferences its ScDocument* argCaolán McNamara
2020-09-14ScFormulaListener dtor always dereferences its ScDocument* memberCaolán McNamara
2020-07-30loplugin:flatten in sc/uiNoel Grandin
2020-06-10tdf#132137 Rename Default Style in Calc.Srijan Bhatia
2020-05-10lok: set device form factor of the client on view creationMarco Cecchetti
2020-02-22ScGlobal - change direct access to a static ptr for a getterTomaž Vajngerl
2020-02-08conditionalformatdialogmobile doesn't workCaolán McNamara
2020-01-28New loplugin:unsignedcompareStephan Bergmann