summaryrefslogtreecommitdiff
path: root/sc/source/ui/vba
AgeCommit message (Expand)Author
2023-11-13tdf#158185: fix Excel's Range.Find and Range.Replace wildcard recognitionMike Kaganski
2023-11-09loplugin:fieldcast in AxisIndexWrapperNoel Grandin
2023-11-09loplugin:fieldcast in ScVbaAxisNoel Grandin
2023-11-09loplugin:fieldcast in ScVbaFormatConditionsNoel Grandin
2023-11-09loplugin:fieldcast in SelectedSheetsEnumAccessNoel Grandin
2023-10-23Extended loplugin:ostr: Rewrite some O[U]StringLiteral -> O[U]StringStephan Bergmann
2023-10-20Extended loplugin:ostr: Automatic rewrite O[U]StringLiteral: scStephan Bergmann
2023-09-15reduce casting around ScDocShellNoel Grandin
2023-08-25Revert "use more Reference::query instead of UNO_QUERY_THROW"Noel Grandin
2023-08-18use more Reference::query instead of UNO_QUERY_THROWNoel Grandin
2023-07-14fix ubsanNoel Grandin
2023-07-13use more frozenNoel Grandin
2023-07-04sc: fix crash in ScVbaWorksheet::CellsXisco Fauli
2023-06-22sc: factor out color from setting vcl::Font from a ItemSetTomaž Vajngerl
2023-06-18Use getXWeak in scMike Kaganski
2023-05-19sc: check excel::getDocShellXisco Fauli
2023-03-18loplugin:stringadd use more O[U]StringCharNoel Grandin
2023-03-15tdf#88205: Adapt uses of css::uno::Sequence to use initializer_list ctorYousef_Rabia
2023-03-15Refactor InchesToPoints in CalcBaole Fang
2023-03-13tdf#150281: Fix CentimetersToPoints in CalcBaole Fang
2023-03-02allocate ShapeHelper inlineNoel Grandin
2023-02-20VBA: Remove conversions in writer from OORGBTOXLRGB (XLRGB is actually BGR!)Hannah Meeks
2023-02-16SfxViewShell::GetViewFrame never returns null, change to a referenceCaolán McNamara
2023-02-14tdf#149786 sc: add VBA function: ExportAsFixedFormatBalazs Varga
2023-01-30sw: prefix members of PanesEnumWrapper, RangeBorderEnumWrapper, ...Miklos Vajna
2023-01-23XUnoTunnel->dynamic_cast in ScCellRangesBaseNoel Grandin
2023-01-17XUnoTunnel->dynamic_cast in ScNamedRangeObjNoel Grandin
2023-01-12override GetModel in ScDocShellNoel Grandin
2023-01-05Revert all the recent loplugin:unocast changesStephan Bergmann
2022-12-21Use ScCellRangesBase's existing XUnoTunnelStephan Bergmann
2022-12-21Use ScModelObj's existing XUnoTunnelStephan Bergmann
2022-12-21Use ScNameRangeObj's existing XUnoTunnelStephan Bergmann
2022-12-21loplugin:unocast (RangePageBreaks)Stephan Bergmann
2022-12-02Replace some uses of static_type with UnoTypeStephan Bergmann
2022-11-20tdf#126457 - Add URL and workbook name to window titlesAndreas Heinisch
2022-10-18Remove helperdecl.hxxAndrea Gelmini
2022-10-07related tdf#148806 xls/x vba: no auto_open if Auto_Open moduleJustin Luth
2022-09-06tdf#118247 - Correctly handle xlCellTypeConstants parameterAndreas Heinisch
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann
2022-08-07clang-tidy modernize-pass-by-value in scNoel Grandin
2022-08-06Drop some conversion from vbahelper; use usual functions where neededMike Kaganski
2022-06-30tdf#99514 - implement Value2 for compatibilityHannah Meeks
2022-06-17Another "One call to XCellRangeAddressable::getRangeAddress() is enough"Julien Nabet
2022-06-16Resolves: tdf#149579 Expand Range.Sort single cell to Range.CurrentRegionEike Rathke
2022-06-16One call to XCellRangeAddressable::getRangeAddress() is enoughEike Rathke
2022-06-14Related: tdf#149325 Fix yet another VbaRange empty ScRangeList accessEike Rathke
2022-06-14Related: tdf#149325 Eliminate all unconditional ScRangeList::front() accessEike Rathke
2022-06-13Resolves: tdf#149531 Use initial sheet range for VBA Columns and RowsEike Rathke
2022-06-01The return value of those getLength functions is guaranteed to be non-negativeStephan Bergmann
2022-05-24Use o3tl::make_unsigned in some placesStephan Bergmann