summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba
AgeCommit message (Expand)AuthorFilesLines
14 daysno need to take a copy of the getProcessComponentContext return valueNoel Grandin1-1/+1
2024-11-08Avoid checking exact interface type of Any valueMike Kaganski1-1/+1
2024-11-08Simplify a bitMike Kaganski1-1/+1
2024-11-06cid#1556442 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-10-27cid#1555789 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-10-27tdf#163486: PVS: Identical branchesBogdan Buzea1-6/+2
2024-10-26cid#1555767 COPY_INSTEAD_OF_MOVECaolán McNamara2-2/+2
2024-09-16use more concrete UNO types in scNoel Grandin4-10/+12
2024-07-14cid#1555652 COPY_INSTEAD_OF_MOVECaolán McNamara1-1/+1
2024-05-27sc: use SAL_RET_MAYBENULL in getBestViewShell(), getDocShell()...Xisco Fauli1-4/+4
2024-05-27sc: warning C6011: Dereferencing NULL pointerXisco Fauli3-30/+39
2024-05-20loplugin:ostr in sc/.../vbaNoel Grandin64-489/+489
2024-05-13tdf#157657 - sc: add option to make data validity case-sensitiveBalazs Varga2-0/+20
2024-05-06WaE: C6011 Dereferencing NULL pointer warningsCaolán McNamara1-0/+2
2024-04-02tdf#146619 Remove unused #includes from C/C++ filesRafał Dobrakowski1-2/+0
2024-03-23tdf#143148 Replace include guards with pragma once in sc moduleRMZeroFour1-3/+1
2024-03-21ITEM: Remove InvalidateAllItems()Armin Le Grand (allotropia)3-14/+14
2024-01-27Drop std::as_const from css::uno::Sequence iterationsMike Kaganski1-1/+1
2024-01-17ITEM: Remove suspicious extra-Which in ::PutArmin Le Grand (allotropia)1-1/+1
2023-12-28Decouple ScPatternAttr from SfxItemPoolArmin Le Grand (allotropia)1-2/+1
2023-11-13tdf#158185: fix Excel's Range.Find and Range.Replace wildcard recognitionMike Kaganski1-7/+6
2023-11-09loplugin:fieldcast in AxisIndexWrapperNoel Grandin2-7/+9
2023-11-09loplugin:fieldcast in ScVbaAxisNoel Grandin3-8/+10
2023-11-09loplugin:fieldcast in ScVbaFormatConditionsNoel Grandin2-4/+6
2023-11-09loplugin:fieldcast in SelectedSheetsEnumAccessNoel Grandin1-5/+5
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann2-2/+2
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scStephan Bergmann8-32/+32
2023-09-15reduce casting around ScDocShellNoel Grandin1-1/+2
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin1-2/+14
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin1-14/+2
2023-07-14fix ubsanNoel Grandin1-1/+4
2023-07-13use more frozenNoel Grandin1-3/+6
2023-07-04sc: fix crash in ScVbaWorksheet::CellsXisco Fauli1-2/+3
2023-06-22sc: factor out color from setting vcl::Font from a ItemSetTomaž Vajngerl1-2/+2
2023-06-18Use getXWeak in scMike Kaganski2-2/+2
2023-05-19sc: check excel::getDocShellXisco Fauli4-63/+85
2023-03-18loplugin:stringadd use more O[U]StringCharNoel Grandin1-1/+1
2023-03-15tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorYousef_Rabia1-2/+1
2023-03-15Refactor InchesToPoints in CalcBaole Fang2-4/+3
2023-03-13tdf#150281: Fix CentimetersToPoints in CalcBaole Fang2-0/+7
2023-03-02allocate ShapeHelper inlineNoel Grandin5-22/+32
2023-02-20VBA: Remove conversions in writer from OORGBTOXLRGB (XLRGB is actually BGR!)Hannah Meeks1-1/+1
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara3-6/+6
2023-02-14tdf#149786 sc: add VBA function: ExportAsFixedFormatBalazs Varga8-0/+282
2023-01-30sw: prefix members of PanesEnumWrapper, RangeBorderEnumWrapper, ...Miklos Vajna1-5/+5
2023-01-23XUnoTunnel->dynamic_cast in ScCellRangesBaseNoel Grandin5-13/+13
2023-01-17XUnoTunnel->dynamic_cast in ScNamedRangeObjNoel Grandin1-2/+2
2023-01-12override GetModel in ScDocShellNoel Grandin3-8/+4
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann1-17/+3
2022-12-21Use ScCellRangesBase's existing XUnoTunnelStephan Bergmann2-5/+10